aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2011-10-21 22:45:34 +0800
committerChong Yidong2011-10-21 22:45:34 +0800
commitbfd779dd73eb7bc3258c98e12aa7fbcbc98f6bbd (patch)
tree672d198fddf1c5aacfff00694c8dbcc64dd4e40a /etc
parentf9888580794b9addf34bd138075a4503c24793c0 (diff)
downloademacs-bfd779dd73eb7bc3258c98e12aa7fbcbc98f6bbd.tar.gz
emacs-bfd779dd73eb7bc3258c98e12aa7fbcbc98f6bbd.zip
Update Files chapter of Emacs manual.
Plus miscellaneous minor speling fixes in other manual files. * doc/emacs/files.texi (File Names, Visiting, Interlocking): Copyedits. (Backup Copying): backup-by-copying-when-mismatch is now t. (Customize Save): Fix description of require-final-newline. (Reverting): Note that revert-buffer can't be undone. Mention VC. (Auto Save Control): Clarify. (File Archives): Add 7z. (Remote Files): ange-ftp-make-backup-files defaults to nil. * doc/emacs/arevert-xtra.texi (Autorevert): Copyedits.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS10
1 files changed, 6 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b987e8548cf..7b970807fe2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -272,7 +272,7 @@ context in their return values.
272 272
273*** The new functions file-selinux-context and set-file-selinux-context 273*** The new functions file-selinux-context and set-file-selinux-context
274get and set the SELinux context of a file. 274get and set the SELinux context of a file.
275 275---
276*** Tramp offers handlers for file-selinux-context and set-file-selinux-context 276*** Tramp offers handlers for file-selinux-context and set-file-selinux-context
277for remote machines which support SELinux. 277for remote machines which support SELinux.
278 278
@@ -460,6 +460,7 @@ isearch-yank-kill.
460*** `count-lines-region' is now an alias for `count-words-region', 460*** `count-lines-region' is now an alias for `count-words-region',
461bound to M-=, which shows the number of lines, words, and characters. 461bound to M-=, which shows the number of lines, words, and characters.
462 462
463+++
463** The default value of `backup-by-copying-when-mismatch' is now t. 464** The default value of `backup-by-copying-when-mismatch' is now t.
464 465
465+++ 466+++
@@ -560,6 +561,7 @@ updates later on, and Emacs appears to be unable to keep up.
560 561
561* Changes in Specialized Modes and Packages in Emacs 24.1 562* Changes in Specialized Modes and Packages in Emacs 24.1
562 563
564+++
563** Archive Mode has basic support for browsing and updating 7z archives. 565** Archive Mode has basic support for browsing and updating 7z archives.
564 566
565** browse-url has a new variable `browse-url-mailto-function' 567** browse-url has a new variable `browse-url-mailto-function'
@@ -804,12 +806,12 @@ additional details about each column.
804*** latex-electric-env-pair-mode keeps \begin..\end matched on the fly. 806*** latex-electric-env-pair-mode keeps \begin..\end matched on the fly.
805 807
806** Tramp 808** Tramp
807 809---
808*** There exists a new inline access method "ksu" (kerberized su). 810*** There exists a new inline access method "ksu" (kerberized su).
809 811---
810*** The following access methods are discontinued: "ssh1_old", 812*** The following access methods are discontinued: "ssh1_old",
811"ssh2_old", "scp1_old", "scp2_old", "imap", "imaps" and "fish". 813"ssh2_old", "scp1_old", "scp2_old", "imap", "imaps" and "fish".
812 814---
813*** The option `ange-ftp-binary-file-name-regexp' has changed its 815*** The option `ange-ftp-binary-file-name-regexp' has changed its
814default value to "". 816default value to "".
815 817