diff options
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dace8b927ba..c100c0b52c5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca> | 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. | ||
| 2 | 11 | ||
| 12 | 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 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. |