Codebase list texinfo / 2912b0c
update patches to new release Norbert Preining 11 years ago
4 changed file(s) with 2 addition(s) and 33 deletion(s). Raw diff Collapse all Expand all
2323 TEXI2DVI = texi2dvi
2424 TEXI2PDF = $(TEXI2DVI) --pdf --batch
2525 MAKEINFOHTML = $(MAKEINFO) --html
26 @@ -1000,8 +1002,10 @@
26 @@ -1001,8 +1003,10 @@
2727 SUBDIRS = tp_api
2828
2929 # Put texinfo.txi first because that's the most important.
22 https://bugs.launchpad.net/ubuntu/+source/texinfo/+bug/707931
33 ---
44 po/id.po | 2 +-
5 po/it.po | 4 ++--
6 2 files changed, 3 insertions(+), 3 deletions(-)
5 1 file changed, 1 insertion(+), 1 deletion(-)
76
87 --- texinfo.orig/po/id.po
98 +++ texinfo/po/id.po
1615 "%s\tIni adalah tingkat paling atas dari pohon INFO\n"
1716 "\n"
1817 " Ini (titik Direktori) memberikan sebuah menu dari topik utama.\n"
19 --- texinfo.orig/po/it.po
20 +++ texinfo/po/it.po
21 @@ -2175,8 +2175,8 @@
22 "Questo è il file .../info/dir, che contiene il\n"
23 "nodo più in alto della gerarchia di Info, chiamata (dir)Top.\n"
24 "La prima volta che invochi il programma Info esso parte da questo nodo.\n"
25 -"^_\n"
26 -"%s\\tQuesto è il nodo più alto dell'albero INFO\n"
27 +"\n"
28 +"%s\tQuesto è il nodo più alto dell'albero INFO\n"
29 "\n"
30 " Questo (il nodo principale) fornisce un menù che contiene le voci "
31 "principali.\n"
22 numerical-signal-names
33 info_universal_argument
44 dont_build_info
5 upstream_fix_displaced_cursor
+0
-16
debian/patches/upstream_fix_displaced_cursor less more
0 Fix for Debian bug #652204 and texinfo bug #37823
1 displaced cursor on search
2 ---
3 info/window.c | 1 +
4 1 file changed, 1 insertion(+)
5
6 --- texinfo.orig/info/window.c
7 +++ texinfo/info/window.c
8 @@ -855,6 +855,7 @@
9 calc_closure_expand (&closure);
10 window->line_starts[window->line_count] = NULL;
11 window->log_line_no[window->line_count] = 0;
12 + window_line_map_init (window);
13 }
14
15 /* Given WINDOW, recalculate the line starts for the node it displays. */