aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2002-03-18 20:29:26 +0000
committerStefan Monnier2002-03-18 20:29:26 +0000
commit8f9891abe570731d2b47437b236e969130d40b72 (patch)
tree05256201ded01d3311b4cc178746add744f605ac
parent374353564a0abab19294f2d3ef50ce5bc3158e47 (diff)
downloademacs-8f9891abe570731d2b47437b236e969130d40b72.tar.gz
emacs-8f9891abe570731d2b47437b236e969130d40b72.zip
*** empty log message ***
-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