texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Sun Dec 16 17:53:01 EST 2007)


From: Karl Berry
Subject: texinfo update (Sun Dec 16 17:53:01 EST 2007)
Date: Sun, 16 Dec 2007 17:53:03 -0500

Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.787
retrieving revision 1.788
diff -u -r1.787 -r1.788
--- ChangeLog   15 Dec 2007 14:35:00 -0000      1.787
+++ ChangeLog   16 Dec 2007 22:42:18 -0000      1.788
@@ -1,3 +1,8 @@
+2007-12-16  Karl Berry  <address@hidden>
+
+       * info/session.c: remove more status messages.
+       Report frmo Benno Schulenberg, 16 Dec 2007 12:24:12.
+
 2007-12-15  Karl Berry  <address@hidden>
 
        * doc/texinfo.tex (\pdffontattr): only do the cmaps if this pdftex
Index: info/session.c
===================================================================
RCS file: /sources/texinfo/texinfo/info/session.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- info/session.c      13 Dec 2007 17:12:46 -0000      1.22
+++ info/session.c      16 Dec 2007 22:42:18 -0000      1.23
@@ -1,5 +1,5 @@
 /* session.c -- user windowing interface to Info.
-   $Id: session.c,v 1.22 2007/12/13 17:12:46 karl Exp $
+   $Id: session.c,v 1.23 2007/12/16 22:42:18 karl Exp $
 
    Copyright (C) 1993, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
    2004, 2007 Free Software Foundation, Inc.
@@ -985,8 +985,6 @@
        }
       else
         {
-          window_message_in_echo_area ((char *) _("Following Next node..."),
-              NULL, NULL);
           info_handle_pointer ("Next", window);
         }
       break;
@@ -1191,8 +1189,6 @@
           /* Move to the previous node.  If this node now contains a menu,
              and we have not inhibited movement to it, move to the node
              corresponding to the last menu item. */
-          window_message_in_echo_area ((char *) _("Moving Prev in this 
window."),
-              NULL, NULL);
           info_handle_pointer ("Prev", window);
 
           if (!inhibit_menu_traversing)
P ChangeLog
P info/session.c




reply via email to

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