Mercurial > emacs
comparison etc/NEWS @ 33290:b0b23815e8ca
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 08 Nov 2000 10:57:42 +0000 |
parents | e3421af74986 |
children | 90d32ce915cc |
comparison
equal
deleted
inserted
replaced
33289:834a6b4f08a4 | 33290:b0b23815e8ca |
---|---|
37 lacks unexec, asynchronous processes, and networking support. | 37 lacks unexec, asynchronous processes, and networking support. |
38 | 38 |
39 | 39 |
40 * Changes in Emacs 21.1 | 40 * Changes in Emacs 21.1 |
41 | 41 |
42 +++ | |
43 ** Refill minor mode provides preliminary support for keeping | |
44 paragraphs filled as you modify them. | |
45 | |
46 ** auto-compression mode is no longer enabled just by loading jka-compr.el. | 42 ** auto-compression mode is no longer enabled just by loading jka-compr.el. |
47 To control it, set `auto-compression-mode' via Custom or use the | 43 To control it, set `auto-compression-mode' via Custom or use the |
48 `auto-compression-mode' command. | 44 `auto-compression-mode' command. |
49 | 45 |
50 ** `browse-url-gnome-moz' is a new option for | 46 ** `browse-url-gnome-moz' is a new option for |
51 `browse-url-browser-function', invoking Mozilla in GNOME. | 47 `browse-url-browser-function', invoking Mozilla in GNOME. |
52 | |
53 +++ | |
54 ** The new global minor mode `auto-image-file-mode' allows image files | |
55 to be visited as images. | |
56 | 48 |
57 +++ | 49 +++ |
58 ** The functions `keep-lines', `flush-lines' and `how-many' now | 50 ** The functions `keep-lines', `flush-lines' and `how-many' now |
59 operate on the active region in Transient Mark mode. | 51 operate on the active region in Transient Mark mode. |
60 | 52 |
1795 *** pcomplete.el is a library that provides programmable completion | 1787 *** pcomplete.el is a library that provides programmable completion |
1796 facilities for Emacs, similar to what zsh and tcsh offer. The main | 1788 facilities for Emacs, similar to what zsh and tcsh offer. The main |
1797 difference is that completion functions are written in Lisp, meaning | 1789 difference is that completion functions are written in Lisp, meaning |
1798 they can be profiled, debugged, etc. | 1790 they can be profiled, debugged, etc. |
1799 | 1791 |
1792 +++ | |
1793 ** Refill minor mode provides preliminary support for keeping | |
1794 paragraphs filled as you modify them. | |
1795 | |
1796 +++ | |
1797 ** The new global minor mode `auto-image-file-mode' allows image files | |
1798 to be visited as images. | |
1799 | |
1800 ** Withdrawn packages | 1800 ** Withdrawn packages |
1801 | 1801 |
1802 *** mldrag.el has been removed. mouse.el provides the same | 1802 *** mldrag.el has been removed. mouse.el provides the same |
1803 functionality with aliases for the mldrag functions. | 1803 functionality with aliases for the mldrag functions. |
1804 | 1804 |
2059 a composition at a specified position in a buffer or a string. | 2059 a composition at a specified position in a buffer or a string. |
2060 | 2060 |
2061 *** The function `decompose-composite-char' is now labeled as | 2061 *** The function `decompose-composite-char' is now labeled as |
2062 obsolete. | 2062 obsolete. |
2063 | 2063 |
2064 ** The new character set `mule-unicode-0100-24ff', | 2064 ** The new character sets `mule-unicode-0100-24ff', |
2065 `mule-unicode-2500-33ff', and `mule-unicode-e000-ffff' are introduced | 2065 `mule-unicode-2500-33ff', and `mule-unicode-e000-ffff' are introduced |
2066 for Unicode characters of the range U+0100..U+24FF, U+2500..U+33FF, | 2066 for Unicode characters in the range U+0100..U+24FF, U+2500..U+33FF, |
2067 U+E000..U+FFFF respectively. | 2067 U+E000..U+FFFF respectively. |
2068 | 2068 |
2069 ** The new character sets `japanese-jisx0213-1' and | 2069 ** The new character sets `japanese-jisx0213-1' and |
2070 `japanese-jisx0213-2' are introduced for the new Japanese standard JIS | 2070 `japanese-jisx0213-2' are introduced for the new Japanese standard JIS |
2071 X 0213 Plane 1 and Plane 2. | 2071 X 0213 Plane 1 and Plane 2. |