aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-04-05 02:09:28 +0000
committerLuc Teirlinck2004-04-05 02:09:28 +0000
commit4ba2fd662e841ee24c467d21e53a20ea6c4aa402 (patch)
tree2e2b8abf87fbc8695806733cd8b59c5d6e2c1233
parent6411a60a71653b232e4606d7e40cbbf3cb91f663 (diff)
downloademacs-4ba2fd662e841ee24c467d21e53a20ea6c4aa402.tar.gz
emacs-4ba2fd662e841ee24c467d21e53a20ea6c4aa402.zip
*** empty log message ***
-rw-r--r--etc/NEWS13
-rw-r--r--lispref/ChangeLog9
2 files changed, 22 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 008b539a086..832b8c60179 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -88,6 +88,19 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types.
88 88
89* Changes in Emacs 21.4 89* Changes in Emacs 21.4
90 90
91** When used interactively, `format-write-file' now asks for confirmation
92before overwriting an existing file, unless a prefix argument is
93supplied. This behavior is analogous to `write-file'.
94
95** You can now use Auto Revert mode to `tail' a file.
96If point is at the end of a file buffer before reverting, Auto Revert
97mode keeps it at the end after reverting. Similarly if point is
98displayed at the end of a file buffer in any window, it will stay at
99the end of the buffer in that window. This allows to tail a file:
100just put point at the end of the buffer and it will stay there. This
101rule applies to file buffers. For non-file buffers, the behavior may
102be mode dependent.
103
91** Auto Revert mode is now more careful to avoid excessive reverts and 104** Auto Revert mode is now more careful to avoid excessive reverts and
92other potential problems when deciding which non-file buffers to 105other potential problems when deciding which non-file buffers to
93revert. This matters especially if Global Auto Revert mode is enabled 106revert. This matters especially if Global Auto Revert mode is enabled
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 0bd43b2e64a..ac272e94a87 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,12 @@
12004-04-04 Luc Teirlinck <teirllm@auburn.edu>
2
3 * backups.texi: Various small changes in addition to:
4 (Making Backups): Mention return value of `backup-buffer'.
5 (Auto-Saving): Mention optional FORCE argument to
6 `delete-auto-save-file-if-necessary'.
7 (Reverting): Mention optional PRESERVE-MODES argument to
8 `revert-buffer'. Correct description of `revert-buffer-function'.
9
12004-03-22 Juri Linkov <juri@jurta.org> 102004-03-22 Juri Linkov <juri@jurta.org>
2 11
3 * sequences.texi (Sequence Functions): Replace xref to `Vectors' 12 * sequences.texi (Sequence Functions): Replace xref to `Vectors'