Mercurial > emacs
comparison etc/NEWS @ 107525:cd363410df90
* dired.texi (Dired Updating): Document dired-auto-revert-buffer.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 21 Mar 2010 18:13:26 -0400 |
parents | ec5432ca82a4 |
children | 71b254d49a0c |
comparison
equal
deleted
inserted
replaced
107524:ec5432ca82a4 | 107525:cd363410df90 |
---|---|
220 effective for buffers that have no associated file. If you want to | 220 effective for buffers that have no associated file. If you want to |
221 exempt buffers that do correspond to files, customize the value of | 221 exempt buffers that do correspond to files, customize the value of |
222 `desktop-files-not-to-save' instead. | 222 `desktop-files-not-to-save' instead. |
223 | 223 |
224 ** Dired | 224 ** Dired |
225 | 225 +++ |
226 *** The new variable `dired-auto-revert-buffer' allows to revert | 226 *** The new variable `dired-auto-revert-buffer', if non-nil, causes |
227 dired buffers automatically on revisiting. | 227 Dired buffers to be reverted automatically on revisiting them. |
228 | 228 |
229 ** DocView | 229 ** DocView |
230 | 230 |
231 *** When `doc-view-continuous' is non-nil, scrolling a line | 231 *** When `doc-view-continuous' is non-nil, scrolling a line |
232 on the page edge advances to the next/previous page. | 232 on the page edge advances to the next/previous page. |
542 +++ | 542 +++ |
543 ** Hash tables have a new printed representation that is readable. | 543 ** Hash tables have a new printed representation that is readable. |
544 The feature `hashtable-print-readable' identifies this new | 544 The feature `hashtable-print-readable' identifies this new |
545 functionality. | 545 functionality. |
546 | 546 |
547 ** New functions performing Unicode normalization are added: | 547 ** New functions for performing Unicode normalization: |
548 ucs-normalize-NFD-region, ucs-normalize-NFD-string, | 548 ucs-normalize-NFD-region, ucs-normalize-NFD-string, |
549 ucs-normalize-NFC-region, ucs-normalize-NFC-string, | 549 ucs-normalize-NFC-region, ucs-normalize-NFC-string, |
550 ucs-normalize-NFKD-region, ucs-normalize-NFKD-string, | 550 ucs-normalize-NFKD-region, ucs-normalize-NFKD-string, |
551 ucs-normalize-NFKC-region, ucs-normalize-NFKC-string, | 551 ucs-normalize-NFKC-region, ucs-normalize-NFKC-string, |
552 ucs-normalize-HFS-NFD-region, ucs-normalize-HFS-NFD-string, | 552 ucs-normalize-HFS-NFD-region, ucs-normalize-HFS-NFD-string, |