comparison etc/NEWS @ 32966:c75de0056053

*** empty log message ***
author Dave Love <fx@gnu.org>
date Fri, 27 Oct 2000 17:15:04 +0000
parents f8e686a581dc
children 69af14800f67
comparison
equal deleted inserted replaced
32965:13cbb629e3ce 32966:c75de0056053
31 31
32 ** Note that the MS-Windows port does not yet implement various of the 32 ** Note that the MS-Windows port does not yet implement various of the
33 new display features described below. 33 new display features described below.
34 34
35 ** This version can be built for the Macintosh, but does not implement 35 ** This version can be built for the Macintosh, but does not implement
36 all of the new display features describe below. The port currently 36 all of the new display features described below. The port currently
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 +++
42 ** Refill minor mode provides preliminary support for keeping 43 ** Refill minor mode provides preliminary support for keeping
43 paragraphs filled as you modify them. 44 paragraphs filled as you modify them.
44 45
45 ** auto-compression mode is no longer enabled just by loading jka-compr.el. 46 ** auto-compression mode is no longer enabled just by loading jka-compr.el.
46 To control it, set `auto-compression-mode' via Custom or use the 47 To control it, set `auto-compression-mode' via Custom or use the
2808 Currently all unibyte text, i.e. all buffers with 2809 Currently all unibyte text, i.e. all buffers with
2809 `enable-multibyte-characters' nil are displayed with fonts of the same 2810 `enable-multibyte-characters' nil are displayed with fonts of the same
2810 registry and encoding `face-default-registry'. This is consistent 2811 registry and encoding `face-default-registry'. This is consistent
2811 with the fact that languages can also be set globally, only. 2812 with the fact that languages can also be set globally, only.
2812 2813
2813 ++++ 2814 +++
2814 **** Clearing face caches. 2815 **** Clearing face caches.
2815 2816
2816 The Lisp function `clear-face-cache' can be called to clear face caches 2817 The Lisp function `clear-face-cache' can be called to clear face caches
2817 on all frames. If called with a non-nil argument, it will also unload 2818 on all frames. If called with a non-nil argument, it will also unload
2818 unused fonts. 2819 unused fonts.