texinfo-commits
[Top][All Lists]
Advanced

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

[5524] h for tutorial, H for cmd list


From: karl
Subject: [5524] h for tutorial, H for cmd list
Date: Wed, 07 May 2014 14:25:46 +0000

Revision: 5524
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5524
Author:   karl
Date:     2014-05-07 14:25:46 +0000 (Wed, 07 May 2014)
Log Message:
-----------
h for tutorial, H for cmd list

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/info/infomap.c
    trunk/info/session.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2014-05-07 11:39:16 UTC (rev 5523)
+++ trunk/ChangeLog     2014-05-07 14:25:46 UTC (rev 5524)
@@ -1,3 +1,15 @@
+2014-05-07  Karl Berry  <address@hidden>
+
+       * doc/info.texi (Miscellaneous Commands): H is for get-help-window
+       (the terse command list) and h is for get-info-help-node (the
+       tutorial), as with Emacs Info.  Except in vi mode, where h
+       is also for get-help-window; is that what vi-ers want?
+       * info/session.c (display_startup_message): mention
+       get-info-help-node as well as get-help-window.
+       * info/infomap.c (default_emacs_like_info_keys): switch h/H
+       accordingly, as discussed and reported again by Benno,
+       06 May 2014 22:04:00.
+
 2014-05-07  Gavin Smith  <address@hidden>
 
        * info/info.c (add_initial_nodes): Don't free return value of
@@ -7034,10 +7046,11 @@
 2007-07-09  Oleg Katsitadze  <address@hidden>
 
        * doc/texinfo.tex (\thissection): renamed to \lastsection.
-       (\thissectionname, \thissectionnum, \evenheadingmarks, 
\oddheadingmarks, \evenfootingmarks, \oddfootingmarks, \everyheadingmarks, 
\everyfootingmarks):
-       new macros.
-       (\thischapter, \thischaptername, \thischapternum, \thissection, 
\thissectionname, \thissectionnum):
-       defined these using marks.
+       (\thissectionname, \thissectionnum, \evenheadingmarks,
+        \oddheadingmarks, \evenfootingmarks, \oddfootingmarks,
+        \everyheadingmarks, \everyfootingmarks): new macros.
+       (\thischapter, \thischaptername, \thischapternum, \thissection,
+        \thissectionname, \thissectionnum): defined these using marks.
        (\chapoddpage): omit heading and footing on blank filler pages.
        * doc/texinfo.txi (Page headings): documented
        \thissection{,name,num} and \{even,odd,every}{head,foot}ingmarks.
@@ -8141,7 +8154,7 @@
        * info/infodoc.c (info_internal_help_text): combine messages
        which are single sentences into one string.
        Report from Clytie Siddall, via
-       
http://sourceforge.net/tracker/index.php?func=detail&aid=1406541&group_id=40033&atid=426818.
+       
http://sourceforge.net/tracker/index.php?func=detail&aid=1406541&group_id=40033&atid=426818
 
        * po/POTFILES.in: add missing makeinfo/xref.c, makeinfo/float.c.
        Report from Torsten.
@@ -8456,7 +8469,8 @@
 2005-08-05  Stepan Kasal  <address@hidden>
 
        * configure.ac: (auto)update.
-       * info/Makefile.am, makeinfo/Makefile.am, utils/Makefile.am: 
s/INCLUDES/AM_CPPFLAGS/
+       * info/Makefile.am, makeinfo/Makefile.am, utils/Makefile.am:
+       s/INCLUDES/AM_CPPFLAGS/
        * lib/Makefile.am (INCLUDES): Remove.
 
 2005-08-05  Stepan Kasal  <address@hidden>

Modified: trunk/info/infomap.c
===================================================================
--- trunk/info/infomap.c        2014-05-07 11:39:16 UTC (rev 5523)
+++ trunk/info/infomap.c        2014-05-07 14:25:46 UTC (rev 5524)
@@ -327,8 +327,8 @@
   'f', NUL,                       A_info_xref_item,
   'g', NUL,                       A_info_goto_node,
   'G', NUL,                       A_info_menu_sequence,
-  'h', NUL,                       A_info_get_help_window,
-  'H', NUL,                       A_info_get_info_help_node,
+  'h', NUL,                       A_info_get_info_help_node,
+  'H', NUL,                       A_info_get_help_window,
   'i', NUL,                       A_info_index_search,
   'I', NUL,                       A_info_virtual_index,
   'l', NUL,                       A_info_history_node,

Modified: trunk/info/session.c
===================================================================
--- trunk/info/session.c        2014-05-07 11:39:16 UTC (rev 5523)
+++ trunk/info/session.c        2014-05-07 14:25:46 UTC (rev 5524)
@@ -2,7 +2,8 @@
    $Id$
 
    Copyright 1993, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2007, 2008, 2009, 2011, 2012, 2013 Free Software Foundation, Inc.
+   2004, 2007, 2008, 2009, 2011, 2012, 2013, 2014
+   Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -172,7 +173,7 @@
   char *format;
 
   format = replace_in_documentation
-    (_("Welcome to Info version %s. Type \\[get-help-window] for help, 
\\[menu-item] for menu item."),
+(_("Welcome to Info version %s. Type \\[get-help-window] for help, 
\\[menu-item] for menu item, \\[get-info-help-node] for tutorial."),
      0);
 
   window_message_in_echo_area (format, VERSION, NULL);




reply via email to

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