From cb0d45626e3d17bb7e4cd65eaab5ba2f053ce169 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 18 Mar 2003 04:27:53 +0000 Subject: *** empty log message *** --- src/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src') diff --git a/src/ChangeLog b/src/ChangeLog index 3dc416e6387..bf9b74b1a56 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,17 @@ +2003-03-18 Kenichi Handa + + * coding.c (Vchar_coding_system_table): Remove this variable. + (Vcoding_system_safe_chars): New variable. + (intersection): Remove this function. + (find_safe_codings): Don't use Vchar_coding_system_table, but try + all codings in SAFE_CODINGS. + (Ffind_coding_systems_region_internal): Adjusted for the change of + find_safe_codings. Get generic coding systems from + Vcoding_system_safe_chars. + (Fdefine_coding_system_internal): New function. + (syms_of_coding): Defsubr Sdefine_coding_system_internal. + Initialize and staticpro Vcoding_system_safe_chars. + 2003-03-18 Jan Dj,Ad(Brv * gtkutil.c (xg_set_toolkit_scroll_bar_thumb): Check if new values -- cgit v1.2.1