diff options
| author | Dave Love | 2001-02-06 17:32:36 +0000 |
|---|---|---|
| committer | Dave Love | 2001-02-06 17:32:36 +0000 |
| commit | 1e36ff6856fa4fc6a01eaeb4914bdfda2a2f0563 (patch) | |
| tree | 889da5496ea92fa7d9c589869cec87e4608c4050 /etc | |
| parent | cea3855adc9bd3f19645ae48002f939fe953eed1 (diff) | |
| download | emacs-1e36ff6856fa4fc6a01eaeb4914bdfda2a2f0563.tar.gz emacs-1e36ff6856fa4fc6a01eaeb4914bdfda2a2f0563.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 27 |
1 files changed, 16 insertions, 11 deletions
| @@ -90,7 +90,8 @@ trailing whitespace within the current restriction. You can also add | |||
| 90 | this function to `write-file-hooks' or `local-write-file-hooks'. | 90 | this function to `write-file-hooks' or `local-write-file-hooks'. |
| 91 | 91 | ||
| 92 | ** When visiting a file with M-x find-file-literally, no newlines will | 92 | ** When visiting a file with M-x find-file-literally, no newlines will |
| 93 | be added to the end of the buffer because of `require-final-newline'. | 93 | be added to the end of the buffer even if `require-final-newline' is |
| 94 | non-nil. | ||
| 94 | 95 | ||
| 95 | ** auto-compression mode is no longer enabled just by loading jka-compr.el. | 96 | ** auto-compression mode is no longer enabled just by loading jka-compr.el. |
| 96 | To control it, set `auto-compression-mode' via Custom or use the | 97 | To control it, set `auto-compression-mode' via Custom or use the |
| @@ -444,6 +445,7 @@ read mail from the menu etc. | |||
| 444 | ** Hexl contains a new command `hexl-insert-hex-string' which inserts | 445 | ** Hexl contains a new command `hexl-insert-hex-string' which inserts |
| 445 | a string of hexadecimal numbers read from the mini-buffer. | 446 | a string of hexadecimal numbers read from the mini-buffer. |
| 446 | 447 | ||
| 448 | +++ | ||
| 447 | ** Just loading the msb package doesn't switch on Msb mode anymore. | 449 | ** Just loading the msb package doesn't switch on Msb mode anymore. |
| 448 | If you have `(require 'msb)' in your .emacs, please replace it with | 450 | If you have `(require 'msb)' in your .emacs, please replace it with |
| 449 | `(msb-mode 1)'. | 451 | `(msb-mode 1)'. |
| @@ -1558,7 +1560,7 @@ appropriate for C-style escape sequences in strings. | |||
| 1558 | ** A new command `view-emacs-problems' (C-h P) displays the PROBLEMS file. | 1560 | ** A new command `view-emacs-problems' (C-h P) displays the PROBLEMS file. |
| 1559 | 1561 | ||
| 1560 | +++ | 1562 | +++ |
| 1561 | ** The Dabbrev package has a new user-option `dabbrev-ignored-buffer-regexps' | 1563 | ** The Dabbrev package has a new user-option `dabbrev-ignored-regexps' |
| 1562 | containing a list of regular expressions. Buffers matching a regular | 1564 | containing a list of regular expressions. Buffers matching a regular |
| 1563 | expression from that list, are not checked. | 1565 | expression from that list, are not checked. |
| 1564 | 1566 | ||
| @@ -2447,21 +2449,24 @@ a composition at a specified position in a buffer or a string. | |||
| 2447 | obsolete. | 2449 | obsolete. |
| 2448 | 2450 | ||
| 2449 | ** The new character sets `mule-unicode-0100-24ff', | 2451 | ** The new character sets `mule-unicode-0100-24ff', |
| 2450 | `mule-unicode-2500-33ff', and `mule-unicode-e000-ffff' are introduced | 2452 | `mule-unicode-2500-33ff', and `mule-unicode-e000-ffff' have been |
| 2451 | for Unicode characters in the range U+0100..U+24FF, U+2500..U+33FF, | 2453 | introduced for Unicode characters in the range U+0100..U+24FF, |
| 2452 | U+E000..U+FFFF respectively. | 2454 | U+2500..U+33FF, U+E000..U+FFFF respectively. |
| 2453 | 2455 | ||
| 2454 | ** The new coding system `mule-utf-8' is added. It provides a limited | 2456 | ** The new coding system `mule-utf-8' has been added. It provides |
| 2455 | support for decoding/encoding UTF-8 text. For the details, please see | 2457 | limited support for decoding/encoding UTF-8 text. For details, please |
| 2456 | the documentation string of this coding system. | 2458 | see the documentation string of this coding system. |
| 2457 | 2459 | ||
| 2458 | ** The new character sets `japanese-jisx0213-1' and | 2460 | ** The new character sets `japanese-jisx0213-1' and |
| 2459 | `japanese-jisx0213-2' are introduced for the new Japanese standard JIS | 2461 | `japanese-jisx0213-2' have been introduced for the new Japanese |
| 2460 | X 0213 Plane 1 and Plane 2. | 2462 | standard JIS X 0213 Plane 1 and Plane 2. |
| 2463 | |||
| 2464 | ** The new character sets `latin-iso8859-14' and `latin-iso8859-15' | ||
| 2465 | have been introduced. | ||
| 2461 | 2466 | ||
| 2462 | +++ | 2467 | +++ |
| 2463 | ** The new character sets `eight-bit-control' and `eight-bit-graphic' | 2468 | ** The new character sets `eight-bit-control' and `eight-bit-graphic' |
| 2464 | are introduced for 8-bit characters in the ranges 0x80..0x9F and | 2469 | have been introduced for 8-bit characters in the ranges 0x80..0x9F and |
| 2465 | 0xA0..0xFF respectively. | 2470 | 0xA0..0xFF respectively. |
| 2466 | 2471 | ||
| 2467 | +++ | 2472 | +++ |