Mercurial > emacs
comparison etc/NEWS @ 35937:f6e7e24f14e9
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 06 Feb 2001 17:32:36 +0000 |
parents | f41b5b91e80d |
children | 9c2bd5a836b3 |
comparison
equal
deleted
inserted
replaced
35936:61d0887bbd4e | 35937:f6e7e24f14e9 |
---|---|
88 ** The new command M-x delete-trailing-whitespace RET will delete the | 88 ** The new command M-x delete-trailing-whitespace RET will delete the |
89 trailing whitespace within the current restriction. You can also add | 89 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 |
97 `auto-compression-mode' command. | 98 `auto-compression-mode' command. |
98 | 99 |
442 | 443 |
443 +++ | 444 +++ |
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)'. |
450 | 452 |
451 ** Changes in Texinfo mode. | 453 ** Changes in Texinfo mode. |
1556 | 1558 |
1557 +++ | 1559 +++ |
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 |
1565 ** Emacs can now figure out modification times of remote files. | 1567 ** Emacs can now figure out modification times of remote files. |
1566 When you do C-x C-f /user@host:/path/file RET and edit the file, | 1568 When you do C-x C-f /user@host:/path/file RET and edit the file, |
2445 | 2447 |
2446 *** The function `decompose-composite-char' is now labeled as | 2448 *** The function `decompose-composite-char' is now labeled as |
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 +++ |
2468 ** If the APPEND argument of `write-region' is an integer, it seeks to | 2473 ** If the APPEND argument of `write-region' is an integer, it seeks to |
2469 that offset in the file before writing. | 2474 that offset in the file before writing. |