diff options
| -rw-r--r-- | etc/NEWS | 13 | ||||
| -rw-r--r-- | lispref/ChangeLog | 9 |
2 files changed, 22 insertions, 0 deletions
| @@ -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 | ||
| 92 | before overwriting an existing file, unless a prefix argument is | ||
| 93 | supplied. This behavior is analogous to `write-file'. | ||
| 94 | |||
| 95 | ** You can now use Auto Revert mode to `tail' a file. | ||
| 96 | If point is at the end of a file buffer before reverting, Auto Revert | ||
| 97 | mode keeps it at the end after reverting. Similarly if point is | ||
| 98 | displayed at the end of a file buffer in any window, it will stay at | ||
| 99 | the end of the buffer in that window. This allows to tail a file: | ||
| 100 | just put point at the end of the buffer and it will stay there. This | ||
| 101 | rule applies to file buffers. For non-file buffers, the behavior may | ||
| 102 | be 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 |
| 92 | other potential problems when deciding which non-file buffers to | 105 | other potential problems when deciding which non-file buffers to |
| 93 | revert. This matters especially if Global Auto Revert mode is enabled | 106 | revert. 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 @@ | |||
| 1 | 2004-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 | |||
| 1 | 2004-03-22 Juri Linkov <juri@jurta.org> | 10 | 2004-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' |