diff options
| author | Juanma Barranquero | 2004-05-03 23:17:41 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2004-05-03 23:17:41 +0000 |
| commit | 8eae13fde90fd759ecc3b857e9dbe2f0d5abfaf5 (patch) | |
| tree | d91a9d7c83c05adac8aba039953b99b6672ffc7c /lisp/ChangeLog | |
| parent | 8bf38a9bfef78cbfe65762db736188cfaa99dbd7 (diff) | |
| download | emacs-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/ChangeLog | 11 |
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 @@ | |||
| 1 | 2004-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 | |||
| 1 | 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | 10 | 2004-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 | ||
| 57 | 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca> | 66 | 2004-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 | ||