Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
50185:b64f1af6e142 | 50186:f510db4ad041 |
---|---|
1 2003-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 | |
1 2003-03-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 15 2003-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 |
4 equal old values before updating. | 18 equal old values before updating. |
5 | 19 |