Mercurial > emacs
changeset 62142:534734b70d1a
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Sat, 07 May 2005 00:07:03 +0000 |
parents | f34e6fcc6f64 |
children | 892a16c3b886 |
files | etc/NEWS man/ChangeLog |
diffstat | 2 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Fri May 06 23:43:06 2005 +0000 +++ b/etc/NEWS Sat May 07 00:07:03 2005 +0000 @@ -500,6 +500,9 @@ ** Redisplay Changes +*** GUD tooltips can be toggled independently of normal tooltips +with the minor mode, gud-tooltip-mode. + *** Easy to overlook single character negation is now font-locked. You can use the new variable `font-lock-negation-char-face' and the face of the same name to customize this. Currently the cc-modes, sh-script-mode,
--- a/man/ChangeLog Fri May 06 23:43:06 2005 +0000 +++ b/man/ChangeLog Sat May 07 00:07:03 2005 +0000 @@ -1,3 +1,8 @@ +2005-05-07 Nick Roberts <nickrob@snap.net.nz> + + * building.texi (Debugger Operation): Update to reflect changes + in GUD tooltips. + 2005-04-30 Richard M. Stallman <rms@gnu.org> * files.texi (Compressed Files): Auto Compression normally enabled.