[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[7038] change from ? in message in dir node
From: |
Gavin D. Smith |
Subject: |
[7038] change from ? in message in dir node |
Date: |
Fri, 04 Mar 2016 17:46:31 +0000 |
Revision: 7038
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7038
Author: gavin
Date: 2016-03-04 17:46:30 +0000 (Fri, 04 Mar 2016)
Log Message:
-----------
change from ? in message in dir node
Modified Paths:
--------------
trunk/ChangeLog
trunk/info/dir.c
trunk/install-info/install-info.c
trunk/util/dir-example
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2016-02-27 17:32:08 UTC (rev 7037)
+++ trunk/ChangeLog 2016-03-04 17:46:30 UTC (rev 7038)
@@ -1,3 +1,14 @@
+2016-03-04 Gavin Smith <address@hidden>
+
+ * util/dir-example,
+ * install-info/install-info.c (ensure_dirfile_exists): Update
+ message in dir node.
+
+2015-03-04 Ken Brown <address@hidden>
+
+ * info/dir.c (build_dir_node): Update message in dir node to
+ account for change in binding for '?' key, and use 'H' instead.
+
2016-02-27 Vincent Bela\xEFche <address@hidden>
* util/texi2dvi (make_openout_test): make compilation of openout
Modified: trunk/info/dir.c
===================================================================
--- trunk/info/dir.c 2016-02-27 17:32:08 UTC (rev 7037)
+++ trunk/info/dir.c 2016-03-04 17:46:30 UTC (rev 7038)
@@ -74,7 +74,7 @@
"A few useful Info commands:\n"
"\n"
" 'q' quits;\n"
-" '?' lists all Info commands;\n"
+" 'H' lists all Info commands;\n"
" 'h' starts the Info tutorial;\n"
" 'mTexinfo RET' visits the Texinfo manual, etc.\n"
Modified: trunk/install-info/install-info.c
===================================================================
--- trunk/install-info/install-info.c 2016-02-27 17:32:08 UTC (rev 7037)
+++ trunk/install-info/install-info.c 2016-03-04 17:46:30 UTC (rev 7038)
@@ -2,7 +2,7 @@
$Id$
Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
- 2005, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015
+ 2005, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016
Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
@@ -646,7 +646,7 @@
%s\tThis is the top of the INFO tree\n\
\n\
This (the Directory node) gives a menu of major topics.\n\
- Typing \"q\" exits, \"?\" lists all Info commands, \"d\" returns here,\n\
+ Typing \"q\" exits, \"H\" lists all Info commands, \"d\" returns here,\n\
\"h\" gives a primer for first-timers,\n\
\"mEmacs<Return>\" visits the Emacs manual, etc.\n\
\n\
Modified: trunk/util/dir-example
===================================================================
--- trunk/util/dir-example 2016-02-27 17:32:08 UTC (rev 7037)
+++ trunk/util/dir-example 2016-03-04 17:46:30 UTC (rev 7038)
@@ -17,7 +17,7 @@
A few useful Info commands:
`q' quits;
- `?' lists all Info commands;
+ `H' lists all Info commands;
`h' starts the Info tutorial;
`mTexinfo RET' visits the Texinfo manual, etc.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [7038] change from ? in message in dir node,
Gavin D. Smith <=