diff options
| author | Kim F. Storm | 2005-11-26 19:25:24 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-11-26 19:25:24 +0000 |
| commit | 46801e4c867f9c3ea05f2f0eca2b8f9b34544d86 (patch) | |
| tree | 8f20fd860b10587b827ead8672ae6d637d95ff41 | |
| parent | 440e20fca8ca31db13d56cf46ccbca0925e1e501 (diff) | |
| download | emacs-46801e4c867f9c3ea05f2f0eca2b8f9b34544d86.tar.gz emacs-46801e4c867f9c3ea05f2f0eca2b8f9b34544d86.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 59d6cfb0e2c..72a9b8a2f18 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,6 +1,18 @@ | |||
| 1 | 2005-11-26 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * ido.el (ido-mode-map): Doc fix. | ||
| 4 | (ido-mode-common-map, ido-mode-file-map) | ||
| 5 | (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps. | ||
| 6 | (ido-define-mode-map): Rewrite. Select one of the new maps as | ||
| 7 | parent for ido-mode-map instead of building from scratch. | ||
| 8 | (ido-init-mode-maps): New defun to initialize new maps. | ||
| 9 | (ido-mode): Call it. | ||
| 10 | (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>. | ||
| 11 | (ido-find-file): Doc fix -- use \<ido-mode-file-map>. | ||
| 12 | |||
| 1 | 2005-11-26 John Paul Wallington <jpw@pobox.com> | 13 | 2005-11-26 John Paul Wallington <jpw@pobox.com> |
| 2 | 14 | ||
| 3 | * arc-mode.el (archive-extract): Use `posn-set-point' instead of | 15 | * arc-mode.el (archive-extract): Use `posn-set-point' instead of |
| 4 | `mouse-set-point' because the latter is not fbound when configured | 16 | `mouse-set-point' because the latter is not fbound when configured |
| 5 | without X. | 17 | without X. |
| 6 | 18 | ||
| @@ -21,7 +33,7 @@ | |||
| 21 | 33 | ||
| 22 | * progmodes/gdb-ui.el (gdb-info-breakpoints-custom) | 34 | * progmodes/gdb-ui.el (gdb-info-breakpoints-custom) |
| 23 | (gdb-mouse-toggle-breakpoint-margin) | 35 | (gdb-mouse-toggle-breakpoint-margin) |
| 24 | (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select): | 36 | (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select): |
| 25 | Add gdb-server-prefix to keep out of command history. | 37 | Add gdb-server-prefix to keep out of command history. |
| 26 | (gdb-edit-register-value): New function. | 38 | (gdb-edit-register-value): New function. |
| 27 | (gdb-registers-mode-map): Bind mouse-2 and RET to it. | 39 | (gdb-registers-mode-map): Bind mouse-2 and RET to it. |