aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS4
-rw-r--r--man/ChangeLog10
2 files changed, 12 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0601c72199a..7061be5d71d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1283,8 +1283,8 @@ buffer causes automatic display in another window of the corresponding
1283matches, compilation errors, etc. This minor mode can be toggled with 1283matches, compilation errors, etc. This minor mode can be toggled with
1284C-c C-f. 1284C-c C-f.
1285 1285
1286*** When the left fringe is displayed, an overlay arrow points to current 1286*** When the left fringe is displayed, an arrow points to current message in
1287message in the compilation buffer. 1287the compilation buffer.
1288 1288
1289*** The new variable `compilation-context-lines' controls lines of leading 1289*** The new variable `compilation-context-lines' controls lines of leading
1290context before the current message. If nil and the left fringe is displayed, 1290context before the current message. If nil and the left fringe is displayed,
diff --git a/man/ChangeLog b/man/ChangeLog
index d0aa25941d7..8328484e99c 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,13 @@
12005-05-16 Nick Roberts <nickrob@snap.net.nz>
2
3 * building.texi: Replace toolbar with "tool bar" for consistency.
4 (Compilation Mode): Describe compilation-context-lines
5 and use of arrow in compilation buffer.
6 (Debugger Operation): Replace help text with variable's value.
7
8 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
9 consistency.
10
12005-05-15 Luc Teirlinck <teirllm@auburn.edu> 112005-05-15 Luc Teirlinck <teirllm@auburn.edu>
2 12
3 * major.texi (Choosing Modes): normal-mode processes the -*- line. 13 * major.texi (Choosing Modes): normal-mode processes the -*- line.