Mercurial > emacs
changeset 62383:fab51647537d
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Mon, 16 May 2005 01:06:37 +0000 |
parents | 18df216f4b3a |
children | 035f76eff1bc |
files | etc/NEWS man/ChangeLog |
diffstat | 2 files changed, 12 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Mon May 16 00:30:03 2005 +0000 +++ b/etc/NEWS Mon May 16 01:06:37 2005 +0000 @@ -1283,8 +1283,8 @@ matches, compilation errors, etc. This minor mode can be toggled with C-c C-f. -*** When the left fringe is displayed, an overlay arrow points to current -message in the compilation buffer. +*** When the left fringe is displayed, an arrow points to current message in +the compilation buffer. *** The new variable `compilation-context-lines' controls lines of leading context before the current message. If nil and the left fringe is displayed,
--- a/man/ChangeLog Mon May 16 00:30:03 2005 +0000 +++ b/man/ChangeLog Mon May 16 01:06:37 2005 +0000 @@ -1,3 +1,13 @@ +2005-05-16 Nick Roberts <nickrob@snap.net.nz> + + * building.texi: Replace toolbar with "tool bar" for consistency. + (Compilation Mode): Describe compilation-context-lines + and use of arrow in compilation buffer. + (Debugger Operation): Replace help text with variable's value. + + * frames.texi (Tooltips): Replace toolbar with "tool bar" for + consistency. + 2005-05-15 Luc Teirlinck <teirllm@auburn.edu> * major.texi (Choosing Modes): normal-mode processes the -*- line.