Codebase list texinfo / debian/5.2.0.dfsg.1-2
fix missing ctrl-n key binding, release new version Norbert Preining 10 years ago
3 changed file(s) with 20 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 texinfo (5.2.0.dfsg.1-2) UNRELEASED; urgency=low
0 texinfo (5.2.0.dfsg.1-2) unstable; urgency=low
11
22 * update mime handler for plain text output (Closes: #723711)
33 * Use dh_autotools-dev to update config.{sub,guess} for new ports.
44 Patch from Ubuntu (Closes: #729863), thanks Matthias Klose
5
6 -- Norbert Preining <preining@debian.org> Sun, 24 Nov 2013 05:42:20 +0900
5 * Fix missing Ctrl-n key binding in info reader (from upstream)
6
7 -- Norbert Preining <preining@debian.org> Tue, 26 Nov 2013 22:05:23 +0900
78
89 texinfo (5.2.0.dfsg.1-1) unstable; urgency=low
910
22 numerical-signal-names
33 info_universal_argument
44 dont_build_info
5 upstream-ctrl-n
0 fix missing Ctrl-n key binding in info, included upstream
1 ---
2 info/infomap.c | 1 +
3 1 file changed, 1 insertion(+)
4
5 --- texinfo.orig/info/infomap.c
6 +++ texinfo/info/infomap.c
7 @@ -297,6 +297,7 @@
8 CONTROL('f'), NUL, A_info_forward_char,
9 CONTROL('h'), NUL, A_info_get_help_window,
10 CONTROL('l'), NUL, A_info_redraw_display,
11 + CONTROL('n'), NUL, A_info_next_line,
12 CONTROL('p'), NUL, A_info_prev_line,
13 CONTROL('r'), NUL, A_isearch_backward,
14 CONTROL('s'), NUL, A_isearch_forward,