diff options
| author | Stefan Monnier | 2002-03-18 20:29:26 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-03-18 20:29:26 +0000 |
| commit | 8f9891abe570731d2b47437b236e969130d40b72 (patch) | |
| tree | 05256201ded01d3311b4cc178746add744f605ac /etc | |
| parent | 374353564a0abab19294f2d3ef50ce5bc3158e47 (diff) | |
| download | emacs-8f9891abe570731d2b47437b236e969130d40b72.tar.gz emacs-8f9891abe570731d2b47437b236e969130d40b72.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -35,6 +35,11 @@ Emacs with Leim. | |||
| 35 | 35 | ||
| 36 | * Changes in Emacs 21.3 | 36 | * Changes in Emacs 21.3 |
| 37 | 37 | ||
| 38 | ** Limited support for charset unification has been added. | ||
| 39 | By default, Emacs now knows how to translate latin-N chars between their | ||
| 40 | charset and some other latin-N charset or unicode. You can force a | ||
| 41 | more complete unification by calling (unify-8859-on-decoding-mode 1). | ||
| 42 | |||
| 38 | ** The scrollbar under Motif has a smoother drag-scrolling. | 43 | ** The scrollbar under Motif has a smoother drag-scrolling. |
| 39 | On the other hand, the size of the thumb does not represent the actual | 44 | On the other hand, the size of the thumb does not represent the actual |
| 40 | amount of text shown any more (only a crude approximation of it). | 45 | amount of text shown any more (only a crude approximation of it). |