# HG changeset patch # User Nick Roberts # Date 1208587188 0 # Node ID c41203bb86d66bdb87fb0e30605bfbbcdfd8ef00 # Parent bade431b9780b486e3350e747af4dab97dd4c307 *** empty log message *** diff -r bade431b9780 -r c41203bb86d6 lisp/ChangeLog --- a/lisp/ChangeLog Sat Apr 19 04:01:16 2008 +0000 +++ b/lisp/ChangeLog Sat Apr 19 06:39:48 2008 +0000 @@ -1,6 +1,16 @@ +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. (locate-file-completion): New compatibility wrapper.