[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo ChangeLog info/window.c
From: |
karl |
Subject: |
texinfo ChangeLog info/window.c |
Date: |
Fri, 11 Jan 2013 18:28:56 +0000 |
CVSROOT: /sources/texinfo
Module name: texinfo
Changes by: karl <karl> 13/01/11 18:28:56
Modified files:
. : ChangeLog
info : window.c
Log message:
window_line_map_init
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1507&r2=1.1508
http://cvs.savannah.gnu.org/viewcvs/texinfo/info/window.c?cvsroot=texinfo&r1=1.26&r2=1.27
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1507
retrieving revision 1.1508
diff -u -b -r1.1507 -r1.1508
--- ChangeLog 8 Jan 2013 21:57:04 -0000 1.1507
+++ ChangeLog 11 Jan 2013 18:28:56 -0000 1.1508
@@ -1,3 +1,8 @@
+2013-01-11 Sergey Poznyakoff <address@hidden>
+
+ * info/window.c (calculate_line_starts): call window_line_map_init,
+ 19 Dec 2012 14:10:30 +0200
+
2013-01-08 Patrice Dumas <address@hidden>
* po_document/fr.us-ascii.po: update by Jean-Charles Malahieude,
Index: info/window.c
===================================================================
RCS file: /sources/texinfo/texinfo/info/window.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- info/window.c 30 Nov 2012 23:58:20 -0000 1.26
+++ info/window.c 11 Jan 2013 18:28:56 -0000 1.27
@@ -1,8 +1,8 @@
/* window.c -- windows in Info.
- $Id: window.c,v 1.26 2012/11/30 23:58:20 gray Exp $
+ $Id: window.c,v 1.27 2013/01/11 18:28:56 karl Exp $
- Copyright (C) 1993, 1997, 1998, 2001, 2002, 2003, 2004, 2007, 2008,
- 2011, 2012 Free Software Foundation, Inc.
+ Copyright 1993, 1997, 1998, 2001, 2002, 2003, 2004, 2007, 2008,
+ 2011, 2012, 2013 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
- Written by Brian Fox (address@hidden). */
+ Originally written by Brian Fox. */
#include "info.h"
#include "nodes.h"
@@ -855,6 +855,7 @@
calc_closure_expand (&closure);
window->line_starts[window->line_count] = NULL;
window->log_line_no[window->line_count] = 0;
+ window_line_map_init (window);
}
/* Given WINDOW, recalculate the line starts for the node it displays. */
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- texinfo ChangeLog info/window.c,
karl <=