Mercurial > emacs
comparison etc/NEWS @ 54113:a045d0873ac4
Document recent changes in saveplace.el regarding skipping unreadable
files.
author | Eli Zaretskii <eliz@is.elta.co.il> |
---|---|
date | Sat, 21 Feb 2004 14:17:30 +0000 |
parents | d78e05a984ee |
children | 48cee1b60c54 |
comparison
equal
deleted
inserted
replaced
54112:72710abb61c0 | 54113:a045d0873ac4 |
---|---|
85 ** Building with -DENABLE_CHECKING does not automatically build with union | 85 ** Building with -DENABLE_CHECKING does not automatically build with union |
86 types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. | 86 types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. |
87 | 87 |
88 | 88 |
89 * Changes in Emacs 21.4 | 89 * Changes in Emacs 21.4 |
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. | |
90 | 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). |
94 Instead, the newline now "overflows" into the right fringe, and the | 103 Instead, the newline now "overflows" into the right fringe, and the |