From: Nick Roberts Date: Sat, 19 Apr 2008 06:39:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~6187 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=72fa7ca90d2cc9e9786d41b8701b77e7e9c785cb;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dace8b927ba..c100c0b52c5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,15 @@ -2008-04-19 Stefan Monnier +2008-04-19 Nick Roberts + + * progmodes/gdb-ui.el (gdb-thread-indicator): New variable. + (gdb-init-1): Initialise it. + (gdb-annotation-rules): New entry for "new-thread". + (gdb-thread-identification): New function to customize + mode-line-buffer-identification. + (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode) + (gdb-assembler-mode): Use it. + (gdb-threads-mode): Force "info threads" onto queue. +2008-04-19 Stefan Monnier * files.el (locate-file-completion-table): Rename from locate-file-completion and make it use `pred' in the normal way.