changeset 94184:c41203bb86d6

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Sat, 19 Apr 2008 06:39:48 +0000
parents bade431b9780
children 580129e092d0
files lisp/ChangeLog
diffstat 1 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <nickrob@snap.net.nz>
+
+	* 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  <monnier@iro.umontreal.ca>
 
-
 	* 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.