diff options
| -rw-r--r-- | etc/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -88,6 +88,15 @@ 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 | --- | ||
| 92 | ** The saveplace.el package now filters out unreadable files. | ||
| 93 | When you exit Emacs, the saved positions in visited files no longer | ||
| 94 | include files that aren't readable, e.g. files that don't exist. | ||
| 95 | Customize the new option `save-place-forget-unreadable-files' to nil | ||
| 96 | to get the old behavior. The new options `save-place-save-skipped' | ||
| 97 | and `save-place-skip-check-regexp' allow further fine-tuning of this | ||
| 98 | feature. | ||
| 99 | |||
| 91 | ** On window systems, lines which are exactly as wide as the window | 100 | ** On window systems, lines which are exactly as wide as the window |
| 92 | (not counting the final newline character) are no longer broken into | 101 | (not counting the final newline character) are no longer broken into |
| 93 | two lines on the display (with just the newline on the second line). | 102 | two lines on the display (with just the newline on the second line). |