From: Kenichi Handa Date: Tue, 6 May 2003 02:50:01 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~10306 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1f816871d4b720a2191b46553e938933f0a0d554;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index c45958d38a6..f1869a7334a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.