aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2003-03-18 04:27:53 +0000
committerKenichi Handa2003-03-18 04:27:53 +0000
commitcb0d45626e3d17bb7e4cd65eaab5ba2f053ce169 (patch)
tree0d30ba48708cf65ef598cceb1f66c90a02646ba0
parent067a6a66a644d64e7b714f1feccd73355ebb0cd1 (diff)
downloademacs-cb0d45626e3d17bb7e4cd65eaab5ba2f053ce169.tar.gz
emacs-cb0d45626e3d17bb7e4cd65eaab5ba2f053ce169.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog33
-rw-r--r--src/ChangeLog14
2 files changed, 47 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
diff --git a/src/ChangeLog b/src/ChangeLog
index 3dc416e6387..bf9b74b1a56 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
12003-03-18 Kenichi Handa <handa@etlken2>
2
3 * coding.c (Vchar_coding_system_table): Remove this variable.
4 (Vcoding_system_safe_chars): New variable.
5 (intersection): Remove this function.
6 (find_safe_codings): Don't use Vchar_coding_system_table, but try
7 all codings in SAFE_CODINGS.
8 (Ffind_coding_systems_region_internal): Adjusted for the change of
9 find_safe_codings. Get generic coding systems from
10 Vcoding_system_safe_chars.
11 (Fdefine_coding_system_internal): New function.
12 (syms_of_coding): Defsubr Sdefine_coding_system_internal.
13 Initialize and staticpro Vcoding_system_safe_chars.
14
12003-03-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 152003-03-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 16
3 * gtkutil.c (xg_set_toolkit_scroll_bar_thumb): Check if new values 17 * gtkutil.c (xg_set_toolkit_scroll_bar_thumb): Check if new values