diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2008-04-19 22:47:40 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2008-04-19 22:47:40 +0000 |
commit | 3a43ea21f7153c7bb941f33e89dd3cd26346be54 (patch) | |
tree | e9e462d25d09983c56c61c61f6a2d89c3a5d68f9 /lisp | |
parent | 14b114019ec13087e751547aa7f8784073463020 (diff) | |
download | emacs-3a43ea21f7153c7bb941f33e89dd3cd26346be54.tar.gz emacs-3a43ea21f7153c7bb941f33e89dd3cd26346be54.tar.bz2 emacs-3a43ea21f7153c7bb941f33e89dd3cd26346be54.zip |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a28b779c631..1d2516d4062 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2008-04-19 Nick Roberts <nickrob@snap.net.nz> + + * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Select + window clicked on first (regression in 22.2). + (gdb): Display thread number in mode-line. + (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings. + (gdb-breakpoints-header): New variable. + (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line. + 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca> * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command. |