texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo update (Fri Feb 29 17:23:01 EST 2008)


From: Karl Berry
Subject: texinfo update (Fri Feb 29 17:23:01 EST 2008)
Date: Fri, 29 Feb 2008 17:23:04 -0500

Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.841
retrieving revision 1.842
diff -u -r1.841 -r1.842
--- ChangeLog   29 Feb 2008 02:06:13 -0000      1.841
+++ ChangeLog   29 Feb 2008 22:21:41 -0000      1.842
@@ -1,3 +1,7 @@
+2008-02-29  Karl Berry  <address@hidden>
+
+       * pretest 4.11.92.
+
 2008-02-28  Karl Berry  <address@hidden>
 
        * doc/texinfo.tex (\includezzz): \edef the filename in order
Index: configure.ac
===================================================================
RCS file: /sources/texinfo/texinfo/configure.ac,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- configure.ac        27 Feb 2008 18:24:48 -0000      1.77
+++ configure.ac        29 Feb 2008 22:21:41 -0000      1.78
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-# $Id: configure.ac,v 1.77 2008/02/27 18:24:48 karl Exp $
+# $Id: configure.ac,v 1.78 2008/02/29 22:21:41 karl Exp $
 #
 # This file is free software; as a special exception the author gives
 # unlimited permission to copy and/or distribute it, with or without
@@ -9,7 +9,7 @@
 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
-AC_INIT([GNU Texinfo], [4.11.91], address@hidden)
+AC_INIT([GNU Texinfo], [4.11.92], address@hidden)
 
 dnl Must come before AM_INIT_AUTOMAKE.
 AC_CONFIG_AUX_DIR([build-aux])
Index: info/infodoc.c
===================================================================
RCS file: /sources/texinfo/texinfo/info/infodoc.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- info/infodoc.c      29 Feb 2008 01:06:40 -0000      1.23
+++ info/infodoc.c      29 Feb 2008 22:20:52 -0000      1.24
@@ -1,5 +1,5 @@
 /* infodoc.c -- functions which build documentation nodes.
-   $Id: infodoc.c,v 1.23 2008/02/29 01:06:40 karl Exp $
+   $Id: infodoc.c,v 1.24 2008/02/29 22:20:52 karl Exp $
 
    Copyright (C) 1993, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2006,
    2007, 2008 Free Software Foundation, Inc.
@@ -65,8 +65,8 @@
   N_("\\%-10[dir-node]  Go to the main `directory' node.\n"),
   "\n",
   N_("\\%-10[search]  Search forward for a specified string.\n"),
-  N_("\\%-10[search-next]  Repeat last search in same direction.\n"),
-  N_("\\%-10[search-previous]  Repeat last search in reverse direction.\n"),
+  N_("\\%-10[search-previous]  Search for previous occurrence.\n"),
+  N_("\\%-10[search-next]  Search for next occurrence.\n"),
   N_("\\%-10[index-search]  Search for a specified string in the index, and\n\
               select the node referenced by the first entry found.\n"),
   N_("\\%-10[abort-key]  Cancel the current operation.\n"),
Index: info/infomap.c
===================================================================
RCS file: /sources/texinfo/texinfo/info/infomap.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- info/infomap.c      29 Feb 2008 01:06:40 -0000      1.19
+++ info/infomap.c      29 Feb 2008 22:20:53 -0000      1.20
@@ -1,5 +1,5 @@
 /* infomap.c -- keymaps for Info.
-   $Id: infomap.c,v 1.19 2008/02/29 01:06:40 karl Exp $
+   $Id: infomap.c,v 1.20 2008/02/29 22:20:53 karl Exp $
 
    Copyright (C) 1993, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2007, 2008
    Free Software Foundation, Inc.
@@ -444,8 +444,8 @@
         'x', NUL,                       A_info_delete_window,
         SPC, NUL,                       A_info_scroll_forward,
         DEL, NUL,                       A_info_scroll_backward,
-        '{', NUL,                       A_info_search_next,
-        '}', NUL,                       A_info_search_previous,
+        '{', NUL,                       A_info_search_previous,
+        '}', NUL,                       A_info_search_next,
         CONTROL('g'), NUL,              A_info_abort_key,
         SK_ESCAPE, SK_UP_ARROW, NUL,    A_info_prev_line,
         SK_ESCAPE, SK_DOWN_ARROW, NUL,  A_info_next_line,
@@ -742,8 +742,8 @@
         'x', NUL,                       A_info_delete_window,
         SPC, NUL,                       A_info_scroll_forward,
         DEL, NUL,                       A_info_scroll_backward,
-        '{', NUL,                       A_info_search_next,
-        '}', NUL,                       A_info_search_previous,
+        '{', NUL,                       A_info_search_previous,
+        '}', NUL,                       A_info_search_next,
         CONTROL('g'), NUL,              A_info_abort_key,
         SK_ESCAPE, SK_UP_ARROW, NUL,    A_info_up_line,
         SK_ESCAPE, SK_DOWN_ARROW, NUL,  A_info_down_line,
P ChangeLog
P configure.ac
P info/infodoc.c
P info/infomap.c




reply via email to

[Prev in Thread] Current Thread [Next in Thread]