# HG changeset patch # User Juanma Barranquero # Date 1083626261 0 # Node ID c8a5d5bfeeff6d70b59222e991750e420c6e4243 # Parent 96c2a9272e971b4351385388514aa9220d430c0d *** empty log message *** diff -r 96c2a9272e97 -r c8a5d5bfeeff lisp/ChangeLog --- 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 + + * winner.el (winner-mode-map): Move winner-undo and winner-redo to + C-c and C-c , 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 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring. @@ -56,7 +65,7 @@ 2004-05-02 Stefan Monnier - * progmodes/compile.el (compilation-gcpro): New var + * progmodes/compile.el (compilation-gcpro): New var. (compilation-fake-loc): Use it. (compilation-forget-errors): Reset it.