aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2004-05-03 23:17:41 +0000
committerJuanma Barranquero2004-05-03 23:17:41 +0000
commit8eae13fde90fd759ecc3b857e9dbe2f0d5abfaf5 (patch)
treed91a9d7c83c05adac8aba039953b99b6672ffc7c /lisp/ChangeLog
parent8bf38a9bfef78cbfe65762db736188cfaa99dbd7 (diff)
downloademacs-8eae13fde90fd759ecc3b857e9dbe2f0d5abfaf5.tar.gz
emacs-8eae13fde90fd759ecc3b857e9dbe2f0d5abfaf5.zip
(winner-mode-map): Move winner-undo and winner-redo to C-c <left> and C-c
<right>, respectively (the previous bindings conflict with next-buffer, prev-buffer).
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