changeset 55350:c8a5d5bfeeff

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 03 May 2004 23:17:41 +0000
parents 96c2a9272e97
children 07c85e772ee2
files lisp/ChangeLog
diffstat 1 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon May 03 23:15:12 2004 +0000
+++ b/lisp/ChangeLog	Mon May 03 23:17:41 2004 +0000
@@ -1,3 +1,12 @@
+2004-05-04  Juanma Barranquero  <lektu@terra.es>
+
+	* winner.el (winner-mode-map): Move winner-undo and winner-redo to
+	C-c <left> and C-c <right>, respectively (the previous bindings
+	conflict with prev-buffer, next-buffer).
+
+	* ehelp.el (electric-help-command-loop, electric-help-undefined)
+	(electric-help-help): Check against unmapped commands.
+
 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
 
 	* textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
@@ -56,7 +65,7 @@
 
 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
 
-	* progmodes/compile.el (compilation-gcpro): New var
+	* progmodes/compile.el (compilation-gcpro): New var.
 	(compilation-fake-loc): Use it.
 	(compilation-forget-errors): Reset it.