aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDave Love2001-02-06 17:32:36 +0000
committerDave Love2001-02-06 17:32:36 +0000
commit1e36ff6856fa4fc6a01eaeb4914bdfda2a2f0563 (patch)
tree889da5496ea92fa7d9c589869cec87e4608c4050 /etc
parentcea3855adc9bd3f19645ae48002f939fe953eed1 (diff)
downloademacs-1e36ff6856fa4fc6a01eaeb4914bdfda2a2f0563.tar.gz
emacs-1e36ff6856fa4fc6a01eaeb4914bdfda2a2f0563.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS27
1 files changed, 16 insertions, 11 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0afb1089743..f8d325c0bf6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -90,7 +90,8 @@ trailing whitespace within the current restriction. You can also add
90this function to `write-file-hooks' or `local-write-file-hooks'. 90this 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
93be added to the end of the buffer because of `require-final-newline'. 93be added to the end of the buffer even if `require-final-newline' is
94non-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.
96To control it, set `auto-compression-mode' via Custom or use the 97To 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
445a string of hexadecimal numbers read from the mini-buffer. 446a 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.
448If you have `(require 'msb)' in your .emacs, please replace it with 450If 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'
1562containing a list of regular expressions. Buffers matching a regular 1564containing a list of regular expressions. Buffers matching a regular
1563expression from that list, are not checked. 1565expression from that list, are not checked.
1564 1566
@@ -2447,21 +2449,24 @@ a composition at a specified position in a buffer or a string.
2447obsolete. 2449obsolete.
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
2451for Unicode characters in the range U+0100..U+24FF, U+2500..U+33FF, 2453introduced for Unicode characters in the range U+0100..U+24FF,
2452U+E000..U+FFFF respectively. 2454U+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
2455support for decoding/encoding UTF-8 text. For the details, please see 2457limited support for decoding/encoding UTF-8 text. For details, please
2456the documentation string of this coding system. 2458see 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
2460X 0213 Plane 1 and Plane 2. 2462standard JIS X 0213 Plane 1 and Plane 2.
2463
2464** The new character sets `latin-iso8859-14' and `latin-iso8859-15'
2465have 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'
2464are introduced for 8-bit characters in the ranges 0x80..0x9F and 2469have been introduced for 8-bit characters in the ranges 0x80..0x9F and
24650xA0..0xFF respectively. 24700xA0..0xFF respectively.
2466 2471
2467+++ 2472+++