comparison lisp/ChangeLog @ 62201:060569a495c1

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Mon, 09 May 2005 21:54:06 +0000
parents 0809990ce44d
children 3512ad64aef1
comparison
equal deleted inserted replaced
62200:3366f31482cc 62201:060569a495c1
1 2005-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
1 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de> 17 2005-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.
4 20
5 2005-05-09 Juanma Barranquero <lekktu@gmail.com> 21 2005-05-09 Juanma Barranquero <lekktu@gmail.com>