# HG changeset patch # User Eli Zaretskii # Date 1077373050 0 # Node ID a045d0873ac4f45b85e30143434977b7be2c97eb # Parent 72710abb61c0af8c18a12a8c714d3c19f3e33687 Document recent changes in saveplace.el regarding skipping unreadable files. diff -r 72710abb61c0 -r a045d0873ac4 etc/NEWS --- a/etc/NEWS Sat Feb 21 14:09:01 2004 +0000 +++ b/etc/NEWS Sat Feb 21 14:17:30 2004 +0000 @@ -88,6 +88,15 @@ * Changes in Emacs 21.4 +--- +** The saveplace.el package now filters out unreadable files. +When you exit Emacs, the saved positions in visited files no longer +include files that aren't readable, e.g. files that don't exist. +Customize the new option `save-place-forget-unreadable-files' to nil +to get the old behavior. The new options `save-place-save-skipped' +and `save-place-skip-check-regexp' allow further fine-tuning of this +feature. + ** On window systems, lines which are exactly as wide as the window (not counting the final newline character) are no longer broken into two lines on the display (with just the newline on the second line).