# HG changeset patch # User Nick Roberts # Date 1116205597 0 # Node ID fab51647537d064751b6f30ba777ee7789bff421 # Parent 18df216f4b3a559400f4e3063d35f09e590d9f34 *** empty log message *** diff -r 18df216f4b3a -r fab51647537d etc/NEWS --- 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, diff -r 18df216f4b3a -r fab51647537d man/ChangeLog --- 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 + + * 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 * major.texi (Choosing Modes): normal-mode processes the -*- line.