diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2005-05-16 06:41:46 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2005-05-16 06:41:46 +0000 |
commit | c65a8e73a3f85c40651f2eeb5efd0a13d731c435 (patch) | |
tree | 75e936f30cbdda0c3e3e24e6c7aa71fb5233753c /lisp | |
parent | 97c66d748088c088a1865d39cb3c3f1e93ef60bf (diff) | |
download | emacs-c65a8e73a3f85c40651f2eeb5efd0a13d731c435.tar.gz emacs-c65a8e73a3f85c40651f2eeb5efd0a13d731c435.tar.bz2 emacs-c65a8e73a3f85c40651f2eeb5efd0a13d731c435.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 6d9e1b2210d..0329176edb2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2005-05-16 Nick Roberts <nickrob@snap.net.nz> + + * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to + tooltip-change-major-mode. + (gud-tooltip-print-command): Remove case where gud-minor-mode + is gdb ("--fullname"). + (gud-tooltip-tips): Turn GUD tooltips off for this case and + explain to user. + 2005-05-16 Jay Belanger <belanger@truman.edu> * calc/calc-store.el (calc-copy-special-constant): New function. |