[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo update (Sun Aug 26 09:23:01 EDT 2007)
From: |
Karl Berry |
Subject: |
texinfo update (Sun Aug 26 09:23:01 EDT 2007) |
Date: |
Sun, 26 Aug 2007 09:23:04 -0400 |
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.746
retrieving revision 1.747
diff -u -r1.746 -r1.747
--- ChangeLog 16 Aug 2007 17:32:28 -0000 1.746
+++ ChangeLog 26 Aug 2007 12:58:56 -0000 1.747
@@ -1,3 +1,8 @@
+2007-08-26 Karl Berry <address@hidden>
+
+ * info/infodoc.c (info_internal_help_text): hardwire
+ menu-digits help string; bug report from Benno.
+
2007-08-16 Karl Berry <address@hidden>
* makeinfo/lang.c (iso8859_2_map): include known HTML entities,
@@ -32,11 +37,6 @@
* info/variables.c (scroll-behavior): Alias for scroll-behaviour
(cursor-movement-scrolls): New variable.
-2007-07-31 Karl Berry <address@hidden>
-
- * info/infodoc.c (info_internal_help_text): hardwire
- menu-digits, from Benno.
-
2007-07-30 Karl Berry <address@hidden>
* doc/texinfo.tex (\badparencount, \badbrackcount): make these
Index: info/infodoc.c
===================================================================
RCS file: /sources/texinfo/texinfo/info/infodoc.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- info/infodoc.c 4 Aug 2007 11:00:07 -0000 1.13
+++ info/infodoc.c 26 Aug 2007 12:58:56 -0000 1.14
@@ -1,5 +1,5 @@
/* infodoc.c -- functions which build documentation nodes.
- $Id: infodoc.c,v 1.13 2007/08/04 11:00:07 gray Exp $
+ $Id: infodoc.c,v 1.14 2007/08/26 12:58:56 karl Exp $
Copyright (C) 1993, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2006, 2007
Free Software Foundation, Inc.
@@ -78,8 +78,8 @@
"\n",
N_("Other commands:\n\
---------------\n"),
- N_("\\%-10[menu-digit] Pick first ... ninth item in node's menu.\n"),
- N_("\\%-10[last-menu-item] Pick last item in node's menu.\n"),
+ N_("1...9 Pick first...ninth item in this node's menu.\n"),
+ N_("\\%-10[last-menu-item] Pick last item in this node's menu.\n"),
N_("\\%-10[index-search] Search for a specified string in the index entries
of this Info\n\
file, and select the node referenced by the first entry
found.\n"),
N_("\\%-10[goto-node] Move to node specified by name.\n\
P ChangeLog
P info/infodoc.c
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- texinfo update (Sun Aug 26 09:23:01 EDT 2007),
Karl Berry <=