aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2003-03-18 04:27:53 +0000
committerKenichi Handa2003-03-18 04:27:53 +0000
commitcb0d45626e3d17bb7e4cd65eaab5ba2f053ce169 (patch)
tree0d30ba48708cf65ef598cceb1f66c90a02646ba0 /src/ChangeLog
parent067a6a66a644d64e7b714f1feccd73355ebb0cd1 (diff)
downloademacs-cb0d45626e3d17bb7e4cd65eaab5ba2f053ce169.tar.gz
emacs-cb0d45626e3d17bb7e4cd65eaab5ba2f053ce169.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
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