Mercurial > emacs
comparison lisp/ChangeLog @ 67140:79ea17c2866c
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sat, 26 Nov 2005 19:25:24 +0000 |
parents | 652cde3d901f |
children | 415da80c14c7 |
comparison
equal
deleted
inserted
replaced
67139:652cde3d901f | 67140:79ea17c2866c |
---|---|
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 |
7 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org> | 19 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org> |
8 | 20 |
19 | 31 |
20 2005-11-26 Nick Roberts <nickrob@snap.net.nz> | 32 2005-11-26 Nick Roberts <nickrob@snap.net.nz> |
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. |
28 (gdb-info-registers-custom): Use above map. | 40 (gdb-info-registers-custom): Use above map. |
29 | 41 |