aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS5
-rw-r--r--lisp/ChangeLog5
2 files changed, 10 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).
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 10f2dc9636a..6cd26ab0419 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12002-03-18 Stefan Monnier <monnier@cs.yale.edu>
2
3 * international/ucs-tables.el (unify-8859-on-decoding-mode)
4 (unify-8859-on-encoding-mode): Remove autoload cookie.
5
12002-03-18 Andre Spiegel <spiegel@gnu.org> 62002-03-18 Andre Spiegel <spiegel@gnu.org>
2 7
3 * vc-rcs.el (vc-rcs-register): Fix handling of 8 * vc-rcs.el (vc-rcs-register): Fix handling of