Mercurial > emacs
comparison lisp/ChangeLog @ 67365:6855b4b329e7
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Wed, 07 Dec 2005 23:39:30 +0000 |
parents | ffb9f78665a0 |
children | 08edf71d5374 |
comparison
equal
deleted
inserted
replaced
67364:7736e7015779 | 67365:6855b4b329e7 |
---|---|
1 2005-12-08 Nick Roberts <nickrob@snap.net.nz> | |
2 | |
3 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable. | |
4 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions. | |
5 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB | |
6 command "info sources". Move calls to GDB command "list". | |
7 (gdb-find-file-hook): Just use gdb-source-file-list. | |
8 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4. | |
9 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only. | |
10 (gdb-set-gud-minor-mode-existing-buffers-1): Use it. | |
11 (gdb-data-list-register-values-handler): Use correct trigger name. | |
12 | |
1 2005-12-07 Kim F. Storm <storm@cua.dk> | 13 2005-12-07 Kim F. Storm <storm@cua.dk> |
2 | 14 |
3 * ido.el (ido-completion-map): Renamed from ido-mode-map. | 15 * ido.el (ido-completion-map): Renamed from ido-mode-map. |
4 (ido-common-completion-map, ido-file-completion-map) | 16 (ido-common-completion-map, ido-file-completion-map) |
5 (ido-file-dir-completion-map, ido-buffer-completion-map): | 17 (ido-file-dir-completion-map, ido-buffer-completion-map): |