# HG changeset patch # User Kenichi Handa # Date 1052189401 0 # Node ID c25ad03e359803cfe9a2cf78abd13c87dc5fc0f1 # Parent 43664d47b043c93e8675c68e2669c96228718f2a *** empty log message *** diff -r 43664d47b043 -r c25ad03e3598 src/ChangeLog --- a/src/ChangeLog Mon May 05 21:22:13 2003 +0000 +++ b/src/ChangeLog Tue May 06 02:50:01 2003 +0000 @@ -32,6 +32,14 @@ (make_menu_item, create_menus, xg_update_menu_item): Don't call ..._with_mnemonic functions for menu items. +2003-05-01 Kenichi Handa + + * coding.c (coding_system_accept_latin_extra_p): Delete this + function. + (find_safe_codings): Pay attention to + the property tranlsation-table-for-encode of each codings. + (syms_of_coding): Give Qtranslation_table the extra slot number 2. + 2003-05-01 Stefan Monnier * eval.c (Funwind_protect): Use func=Fprogn rather than symbol=Qnil.