aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKenichi Handa2003-03-18 04:27:53 +0000
committerKenichi Handa2003-03-18 04:27:53 +0000
commitcb0d45626e3d17bb7e4cd65eaab5ba2f053ce169 (patch)
tree0d30ba48708cf65ef598cceb1f66c90a02646ba0 /lisp
parent067a6a66a644d64e7b714f1feccd73355ebb0cd1 (diff)
downloademacs-cb0d45626e3d17bb7e4cd65eaab5ba2f053ce169.tar.gz
emacs-cb0d45626e3d17bb7e4cd65eaab5ba2f053ce169.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0fafccaf4d9..200e7d3eae8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,36 @@
12003-03-18 Kenichi Handa <handa@etlken2>
2
3 * international/utf-8.el (utf-fragment-on-decoding): Don't call
4 register-char-codings.
5 (utf-fragment-on-decoding): Don't update char-coding-system-table.
6 (utf-translate-cjk): Don't call register-char-codings nor
7 optimize-char-coding-system-table. Don't update
8 char-coding-system-table.
9
10 * international/ucs-tables.el (ucs-unify-8859): Don't call
11 register-char-codings.
12 (ucs-unify-8859): Don't call optimize-char-coding-system-table.
13 (ucs-fragment-8859): Don't update char-coding-system-table. Don't
14 call register-char-codings nor optimize-char-coding-system-table.
15
16 * international/mule.el (optimize-char-coding-system-table):
17 Remove this function.
18 (register-char-codings): Make it obsolete.
19 (char-coding-system-table): Defconst it here.
20 (make-coding-system): Don't call register-char-codings, call
21 define-coding-system-internal.
22
23 * international/mule-conf.el (no-conversion): Call
24 define-coding-system-internal on this coding system instead of
25 calling register-char-codings.
26
27 * international/mule-cmds.el (find-coding-systems-for-charsets):
28 Use find-coding-systems-string instead of looking up
29 char-coding-system-table.
30
31 * international/code-pages.el (cp-fix-safe-chars): Make it obsolete.
32 (cp-make-coding-system): Don't call cp-fix-safe-chars.
33
12003-03-17 Stefan Monnier <monnier@cs.yale.edu> 342003-03-17 Stefan Monnier <monnier@cs.yale.edu>
2 35
3 * buff-menu.el (list-buffers-noselect): Use the display property 36 * buff-menu.el (list-buffers-noselect): Use the display property