aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2005-05-09 21:54:06 +0000
committerNick Roberts2005-05-09 21:54:06 +0000
commit556dd15d2ef5af8a163da54ca836d97b05ad8347 (patch)
treed6687a9af2ad455e66b0532c6f2676a790b86896
parentc44da964fc28a3f2a186fd18deacc87857df7340 (diff)
downloademacs-556dd15d2ef5af8a163da54ca836d97b05ad8347.tar.gz
emacs-556dd15d2ef5af8a163da54ca836d97b05ad8347.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b8170a1a95c..3fb3ff84e5e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,19 @@
12005-05-10 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
4 (gdb-source-info): Check for preprocessor info.
5 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
6 a macro for a function.
7 found (user might have used GDB dir command).
8 (gdb-info-breakpoints-custom): Try to find file again if not already
9 (gdb-get-location): Update gdb-location-alist correctly for change
10 to gdb-info-breakpoints-custom.
11
12 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
13 (gud-tooltip-print-command): Add gdbmi case.
14 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
15 preprocessor info.
16
12005-05-09 Reiner Steib <Reiner.Steib@gmx.de> 172005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
2 18
3 * startup.el (fancy-splash-insert): Fix typo in doc string. 19 * startup.el (fancy-splash-insert): Fix typo in doc string.