Mercurial > emacs
comparison lisp/ChangeLog @ 94184:c41203bb86d6
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Sat, 19 Apr 2008 06:39:48 +0000 |
parents | bade431b9780 |
children | 7870d07a291c |
comparison
equal
deleted
inserted
replaced
94183:bade431b9780 | 94184:c41203bb86d6 |
---|---|
1 2008-04-19 Nick Roberts <nickrob@snap.net.nz> | |
2 | |
3 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable. | |
4 (gdb-init-1): Initialise it. | |
5 (gdb-annotation-rules): New entry for "new-thread". | |
6 (gdb-thread-identification): New function to customize | |
7 mode-line-buffer-identification. | |
8 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode) | |
9 (gdb-assembler-mode): Use it. | |
10 (gdb-threads-mode): Force "info threads" onto queue. | |
11 | |
1 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca> | 12 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | |
3 | 13 |
4 * files.el (locate-file-completion-table): Rename from | 14 * files.el (locate-file-completion-table): Rename from |
5 locate-file-completion and make it use `pred' in the normal way. | 15 locate-file-completion and make it use `pred' in the normal way. |
6 (locate-file-completion): New compatibility wrapper. | 16 (locate-file-completion): New compatibility wrapper. |
7 (load-library): Use locate-file-completion-table. | 17 (load-library): Use locate-file-completion-table. |