Mercurial > emacs
diff src/ChangeLog @ 50186:f510db4ad041
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 18 Mar 2003 04:27:53 +0000 |
parents | 61194aef8668 |
children | 334078c4c044 |
line wrap: on
line diff
--- a/src/ChangeLog Tue Mar 18 04:26:15 2003 +0000 +++ b/src/ChangeLog Tue Mar 18 04:27:53 2003 +0000 @@ -1,3 +1,17 @@ +2003-03-18 Kenichi Handa <handa@etlken2> + + * 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 <jan.h.d@swipnet.se> * gtkutil.c (xg_set_toolkit_scroll_bar_thumb): Check if new values