diff options
Diffstat (limited to 'lisp')
-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 |