diff --git a/etc/NEWS b/etc/NEWS index fa99b3f8f18..5b7338c5c3d 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -500,6 +500,9 @@ elements are deleted. ** 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, diff --git a/man/ChangeLog b/man/ChangeLog index 553256ddd56..d5f3b97c9a2 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,8 @@ +2005-05-07 Nick Roberts + + * building.texi (Debugger Operation): Update to reflect changes + in GUD tooltips. + 2005-04-30 Richard M. Stallman * files.texi (Compressed Files): Auto Compression normally enabled.