aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-06-09 10:23:46 +0000
committerDave Love2000-06-09 10:23:46 +0000
commit40e857ea320401b9f81768dc694ce820aab75d23 (patch)
treeafb4a795d0d6d92a992c252da41c609fd50db1e6
parentcc7e1d188e2c0dec2a6f72c21bd79fdbd43bd10a (diff)
downloademacs-40e857ea320401b9f81768dc694ce820aab75d23.tar.gz
emacs-40e857ea320401b9f81768dc694ce820aab75d23.zip
executable-make-buffer-file-executable-if-script-p
-rw-r--r--etc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4f51168f09c..357784cd56a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -16,6 +16,9 @@ images and toolkit scrollbars. Use the --help option to list them.
16 16
17* Changes in Emacs 21.1 17* Changes in Emacs 21.1
18 18
19** New function executable-make-buffer-file-executable-if-script-p is
20suitable as an after-save-hook as an alternative to executable-chmod.
21
19** The most preferred coding-system is now used to save a buffer if 22** The most preferred coding-system is now used to save a buffer if
20buffer-file-coding-system is `undecided' and it is safe for the buffer 23buffer-file-coding-system is `undecided' and it is safe for the buffer
21contents. (The most preferred is set by set-language-environment or 24contents. (The most preferred is set by set-language-environment or
@@ -412,7 +415,7 @@ Faces with a weight greater than normal are displayed extra-bright, if
412the terminal supports it. Faces with a weight less than normal and 415the terminal supports it. Faces with a weight less than normal and
413italic faces are displayed dimmed, if the terminal supports it. 416italic faces are displayed dimmed, if the terminal supports it.
414Underlined faces are displayed underlined if possible. Other face 417Underlined faces are displayed underlined if possible. Other face
415attributes like overlines, strike-throught, box are ignored. 418attributes like overlines, strike-through, box are ignored.
416 419
417** Sound support 420** Sound support
418 421