diff options
| -rw-r--r-- | etc/NEWS | 3 | ||||
| -rw-r--r-- | man/ChangeLog | 5 |
2 files changed, 8 insertions, 0 deletions
| @@ -500,6 +500,9 @@ elements are deleted. | |||
| 500 | 500 | ||
| 501 | ** Redisplay Changes | 501 | ** Redisplay Changes |
| 502 | 502 | ||
| 503 | *** GUD tooltips can be toggled independently of normal tooltips | ||
| 504 | with the minor mode, gud-tooltip-mode. | ||
| 505 | |||
| 503 | *** Easy to overlook single character negation is now font-locked. | 506 | *** Easy to overlook single character negation is now font-locked. |
| 504 | You can use the new variable `font-lock-negation-char-face' and the face of | 507 | You can use the new variable `font-lock-negation-char-face' and the face of |
| 505 | the same name to customize this. Currently the cc-modes, sh-script-mode, | 508 | 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 @@ | |||
| 1 | 2005-05-07 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * building.texi (Debugger Operation): Update to reflect changes | ||
| 4 | in GUD tooltips. | ||
| 5 | |||
| 1 | 2005-04-30 Richard M. Stallman <rms@gnu.org> | 6 | 2005-04-30 Richard M. Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * files.texi (Compressed Files): Auto Compression normally enabled. | 8 | * files.texi (Compressed Files): Auto Compression normally enabled. |