diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2009-09-23 23:21:47 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2009-09-23 23:21:47 +0000 |
commit | 9c1a45edeff23a43329bcd87905058b20f06c241 (patch) | |
tree | e617258d21624dbe6fdf68a552fe06ed41da2b20 | |
parent | 03304f3134c0fb7d8112a2d89e58248a9524abaa (diff) | |
download | emacs-9c1a45edeff23a43329bcd87905058b20f06c241.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d6118e0e698..4a32655fa0a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2009-09-23 Nick Roberts <nickrob@snap.net.nz> + + * progmodes/gdb-mi.el (gdb-version): New variable. + (gdb-non-stop-handler): Set gdb-version. + (gdb-gud-context-command, gdb-current-context-command, gdb-stopped): + Condition "--thread" option on gdb-version. + (gdb-invalidate-threads): Remove unused argument. + 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca> * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args |