aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 157b5416eaa..c05df552aa5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12004-05-04 Juanma Barranquero <lektu@terra.es>
2
3 * winner.el (winner-mode-map): Move winner-undo and winner-redo to
4 C-c <left> and C-c <right>, respectively (the previous bindings
5 conflict with prev-buffer, next-buffer).
6
7 * ehelp.el (electric-help-command-loop, electric-help-undefined)
8 (electric-help-help): Check against unmapped commands.
9
12004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> 102004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2 11
3 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring. 12 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
@@ -56,7 +65,7 @@
56 65
572004-05-02 Stefan Monnier <monnier@iro.umontreal.ca> 662004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
58 67
59 * progmodes/compile.el (compilation-gcpro): New var 68 * progmodes/compile.el (compilation-gcpro): New var.
60 (compilation-fake-loc): Use it. 69 (compilation-fake-loc): Use it.
61 (compilation-forget-errors): Reset it. 70 (compilation-forget-errors): Reset it.
62 71