diff options
| author | Dave Love | 2000-06-08 16:04:30 +0000 |
|---|---|---|
| committer | Dave Love | 2000-06-08 16:04:30 +0000 |
| commit | c08398de397d083032253ca03047fdd38e4acff4 (patch) | |
| tree | f4f1d0734868ea38a7fbe28a4f0a347d775e81b1 /etc | |
| parent | e56d79009215572ca4ed80643d1ca38482b32464 (diff) | |
| download | emacs-c08398de397d083032253ca03047fdd38e4acff4.tar.gz emacs-c08398de397d083032253ca03047fdd38e4acff4.zip | |
Preferred coding system change.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
| @@ -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 | ||
| 20 | buffer-file-coding-system is `undecided' and it is safe for the buffer | ||
| 21 | contents. (The most preferred is set by set-language-environment or | ||
| 22 | by M-x prefer-coding-system.) Thus if you visit an ASCII file and | ||
| 23 | insert a non-ASCII character from your current language environment, | ||
| 24 | the file will be saved silently with the appropriate coding. | ||
| 25 | Previously 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 |
| 20 | environment variable `HANGUL_KEYBOARD_TYPE'. | 28 | environment 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 | ||
| 1223 | coding-system if buffer-file-coding-system is `undecided' and | ||
| 1224 | DEFAULT-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 |
| 1215 | of a primitive. | 1227 | of a primitive. |
| 1216 | 1228 | ||