changeset 42739:f53ba4c83bf8

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 14 Jan 2002 01:42:09 +0000
parents ffedbfc5d749
children 50a74884f960
files etc/NEWS lisp/ChangeLog
diffstat 2 files changed, 13 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Mon Jan 14 01:40:29 2002 +0000
+++ b/etc/NEWS	Mon Jan 14 01:42:09 2002 +0000
@@ -58,6 +58,19 @@
 of the currently defined fringe bitmaps.  The width of the built-in
 fringe bitmaps is 8 pixels.
 
+** Changes in C-h bindings:
+
+C-h e displays the *Messages* buffer.
+
+C-h followed by a control character is used for displaying files
+    that do not change:
+
+C-h C-f displays the FAQ.
+C-h C-e displays the PROBLEMS file.
+
+The info-search bindings on C-h C-f, C-h C-k and C-h C-i
+have been moved to C-h F, C-h K and C-h S.
+
 ** C-w in incremental search now grabs either a character or a word,
 making the decision in a heuristic way.  This new job is done by the
 command `isearch-yank-word-or-char'.  To restore the old behavior,
--- a/lisp/ChangeLog	Mon Jan 14 01:40:29 2002 +0000
+++ b/lisp/ChangeLog	Mon Jan 14 01:42:09 2002 +0000
@@ -9,7 +9,6 @@
 	Move view-emacs-problems from P to C-e.
 	Bindings moved here from mule-cmds.el.
 	C-l binding for describe-language-environment deleted.	
-	Bind C-h like h, to view-hello-file.
 	(help-for-help): Update for all these changes.
 	
 	* emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.