aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDave Love2000-06-08 16:04:30 +0000
committerDave Love2000-06-08 16:04:30 +0000
commitc08398de397d083032253ca03047fdd38e4acff4 (patch)
treef4f1d0734868ea38a7fbe28a4f0a347d775e81b1 /etc
parente56d79009215572ca4ed80643d1ca38482b32464 (diff)
downloademacs-c08398de397d083032253ca03047fdd38e4acff4.tar.gz
emacs-c08398de397d083032253ca03047fdd38e4acff4.zip
Preferred coding system change.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 93160c360c7..4f51168f09c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -16,6 +16,14 @@ 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** 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
21contents. (The most preferred is set by set-language-environment or
22by M-x prefer-coding-system.) Thus if you visit an ASCII file and
23insert a non-ASCII character from your current language environment,
24the file will be saved silently with the appropriate coding.
25Previously you would be prompted for a safe coding system.
26
19** Variable `default-korean-keyboard' is initialized properly from the 27** Variable `default-korean-keyboard' is initialized properly from the
20environment variable `HANGUL_KEYBOARD_TYPE'. 28environment variable `HANGUL_KEYBOARD_TYPE'.
21 29
@@ -1211,6 +1219,10 @@ functionality with aliases for the mldrag functions.
1211* Lisp changes made after edition 2.6 of the Emacs Lisp Manual, 1219* Lisp changes made after edition 2.6 of the Emacs Lisp Manual,
1212(Display-related features are described in a page of their own below.) 1220(Display-related features are described in a page of their own below.)
1213 1221
1222** select-safe-coding-system now also checks the most preferred
1223coding-system if buffer-file-coding-system is `undecided' and
1224DEFAULT-CODING-SYSTEM is not specified,
1225
1214** The function `subr-arity' provides information on the argument list 1226** The function `subr-arity' provides information on the argument list
1215of a primitive. 1227of a primitive.
1216 1228