changeset 42737:65b9799c8b09

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 14 Jan 2002 01:36:56 +0000
parents a14342ff6c15
children ffedbfc5d749
files lisp/ChangeLog
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Jan 14 01:36:45 2002 +0000
+++ b/lisp/ChangeLog	Mon Jan 14 01:36:56 2002 +0000
@@ -1,5 +1,17 @@
 2002-01-13  Richard M. Stallman  <rms@gnu.org>
 
+	* international/mule-cmds.el: help-map bindings moved to help.el.
+
+	* help.el (view-echo-area-messages): New function.
+	(help-map): Add `e' binding.  Delete obsolete `d' binding.
+	Change old Info bindings C-f, C-k and C-i to F, K, S.
+	Move view-emacs-FAQ from F to C-f.
+	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.
 
 2002-01-13  Dave Love  <fx@gnu.org>