summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2008-04-19 06:39:48 +0000
committerNick Roberts <nickrob@snap.net.nz>2008-04-19 06:39:48 +0000
commit72fa7ca90d2cc9e9786d41b8701b77e7e9c785cb (patch)
treeef17004275886359514bde7ba010ab3101f24c58 /lisp/ChangeLog
parent6a02191778c3bf436e8a8806c052014b4b5a9539 (diff)
downloademacs-72fa7ca90d2cc9e9786d41b8701b77e7e9c785cb.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog12
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 @@
-2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
+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.