aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2002-05-31 13:04:49 +0000
committerDave Love2002-05-31 13:04:49 +0000
commit6ba0a57d61c2763cbe9e2ab3c47e1d5d53bd4ea2 (patch)
tree80219b04385d4472faf500c2601876a8aa876867
parent5443bc022f20645e8ec6ba6696871556a99cff14 (diff)
downloademacs-6ba0a57d61c2763cbe9e2ab3c47e1d5d53bd4ea2.tar.gz
emacs-6ba0a57d61c2763cbe9e2ab3c47e1d5d53bd4ea2.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog9
-rw-r--r--src/ChangeLog6
2 files changed, 12 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5f671e25d1a..f6bcd4860bd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12002-05-31 Dave Love <fx@gnu.org>
2
3 * international/mule.el (unify-8859-on-encoding-mode)
4 (unify-8859-on-decoding-mode): Remove :init-value.
5
12002-05-31 Kenichi Handa <handa@etl.go.jp> 62002-05-31 Kenichi Handa <handa@etl.go.jp>
2 7
3 * international/fontset.el: Change registry for japanese-jisx0208 8 * international/fontset.el: Change registry for japanese-jisx0208
@@ -54,11 +59,11 @@
54 59
552002-05-26 Dave Love <fx@gnu.org> 602002-05-26 Dave Love <fx@gnu.org>
56 61
57 * mule.el (with-category-table): Use make-symbol. 62 * international/mule.el (with-category-table): Use make-symbol.
58 (coding-system-list): Use coding-system-aliases. 63 (coding-system-list): Use coding-system-aliases.
59 (make-translation-table): Don't deal with generic characters. 64 (make-translation-table): Don't deal with generic characters.
60 65
61 * mule-util.el: (coding-system-post-read-conversion) 66 * international/mule-util.el: (coding-system-post-read-conversion)
62 (coding-system-pre-write-conversion) 67 (coding-system-pre-write-conversion)
63 (coding-system-translation-table-for-decode) 68 (coding-system-translation-table-for-decode)
64 (coding-system-translation-table-for-encode): Get the right 69 (coding-system-translation-table-for-encode): Get the right
diff --git a/src/ChangeLog b/src/ChangeLog
index 7e3f0db5d97..fe91c9f48b0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12002-05-31 Dave Love <fx@gnu.org>
2
3 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
4
12002-05-31 Kenichi Handa <handa@etl.go.jp> 52002-05-31 Kenichi Handa <handa@etl.go.jp>
2 6
3 * charset.c (load_charset_map): Handle the case that from < to 7 * charset.c (load_charset_map): Handle the case that from < to
@@ -12,7 +16,7 @@
12 16
132002-05-30 Kenichi Handa <handa@etl.go.jp> 172002-05-30 Kenichi Handa <handa@etl.go.jp>
14 18
15 * Makefile.in (lisp): Change chienese.elc to chinese.el. They are 19 * Makefile.in (lisp): Change chinese.elc to chinese.el. They are
16 not bytecompiled now. 20 not bytecompiled now.
17 (shortlisp): Likewise. 21 (shortlisp): Likewise.
18 22