diff options
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9f27732a156..64681d3b268 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -54,7 +54,7 @@ | |||
| 54 | Don't match parens around line numbers. | 54 | Don't match parens around line numbers. |
| 55 | 55 | ||
| 56 | * progmodes/cperl-mode.el (cperl-indent-region) | 56 | * progmodes/cperl-mode.el (cperl-indent-region) |
| 57 | (cperl-imenu--create-perl-index, cperl-xsub-scan): | 57 | (cperl-imenu--create-perl-index, cperl-xsub-scan): |
| 58 | Don't print progress messages. | 58 | Don't print progress messages. |
| 59 | 59 | ||
| 60 | * progmodes/compile.el (compilation-mode-map): | 60 | * progmodes/compile.el (compilation-mode-map): |
| @@ -88,9 +88,9 @@ | |||
| 88 | (gdb-frames-mode-map, gdb-threads-mode-map) | 88 | (gdb-frames-mode-map, gdb-threads-mode-map) |
| 89 | (gdb-registers-mode-map, gdb-locals-mode-map) | 89 | (gdb-registers-mode-map, gdb-locals-mode-map) |
| 90 | (gdb-assembler-mode-map): Bind "q" to kill-this-buffer. | 90 | (gdb-assembler-mode-map): Bind "q" to kill-this-buffer. |
| 91 | (dedicated-switch-to-buffer): Rename to gdb-set-window-buffer. | 91 | (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer. |
| 92 | 92 | ||
| 93 | Suggested by Stefan Monnier <monnier@iro.umontreal.ca>. | 93 | Suggested by Stefan Monnier <monnier@iro.umontreal.ca>: |
| 94 | (dedicated-switch-to-buffer): Rework. | 94 | (dedicated-switch-to-buffer): Rework. |
| 95 | (gdb-var-evaluate-expression-handler, gdb-put-string): | 95 | (gdb-var-evaluate-expression-handler, gdb-put-string): |
| 96 | Remove unused variable bindings. | 96 | Remove unused variable bindings. |
| @@ -227,7 +227,6 @@ | |||
| 227 | * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor | 227 | * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor |
| 228 | and x-server-version may throw. | 228 | and x-server-version may throw. |
| 229 | 229 | ||
| 230 | >>>>>>> 1.6662 | ||
| 231 | 2004-11-23 Kim F. Storm <storm@cua.dk> | 230 | 2004-11-23 Kim F. Storm <storm@cua.dk> |
| 232 | 231 | ||
| 233 | * subr.el (substitute-key-definition-key): Optimize. | 232 | * subr.el (substitute-key-definition-key): Optimize. |