aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2002-03-18 20:29:26 +0000
committerStefan Monnier2002-03-18 20:29:26 +0000
commit8f9891abe570731d2b47437b236e969130d40b72 (patch)
tree05256201ded01d3311b4cc178746add744f605ac /etc
parent374353564a0abab19294f2d3ef50ce5bc3158e47 (diff)
downloademacs-8f9891abe570731d2b47437b236e969130d40b72.tar.gz
emacs-8f9891abe570731d2b47437b236e969130d40b72.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b600090d003..1a6c82e5e1b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.
39By default, Emacs now knows how to translate latin-N chars between their
40charset and some other latin-N charset or unicode. You can force a
41more 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.
39On the other hand, the size of the thumb does not represent the actual 44On the other hand, the size of the thumb does not represent the actual
40amount of text shown any more (only a crude approximation of it). 45amount of text shown any more (only a crude approximation of it).