aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2003-05-06 02:50:01 +0000
committerKenichi Handa2003-05-06 02:50:01 +0000
commit1f816871d4b720a2191b46553e938933f0a0d554 (patch)
tree0ba522db73eba6aab6f3d78c8e8fc17d27d0ca7c /src
parent59d18288fe56acd8769195d6002fc01f24232dce (diff)
downloademacs-1f816871d4b720a2191b46553e938933f0a0d554.tar.gz
emacs-1f816871d4b720a2191b46553e938933f0a0d554.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c45958d38a6..f1869a7334a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -32,6 +32,14 @@
32 (make_menu_item, create_menus, xg_update_menu_item): Don't call 32 (make_menu_item, create_menus, xg_update_menu_item): Don't call
33 ..._with_mnemonic functions for menu items. 33 ..._with_mnemonic functions for menu items.
34 34
352003-05-01 Kenichi Handa <handa@m17n.org>
36
37 * coding.c (coding_system_accept_latin_extra_p): Delete this
38 function.
39 (find_safe_codings): Pay attention to
40 the property tranlsation-table-for-encode of each codings.
41 (syms_of_coding): Give Qtranslation_table the extra slot number 2.
42
352003-05-01 Stefan Monnier <monnier@cs.yale.edu> 432003-05-01 Stefan Monnier <monnier@cs.yale.edu>
36 44
37 * eval.c (Funwind_protect): Use func=Fprogn rather than symbol=Qnil. 45 * eval.c (Funwind_protect): Use func=Fprogn rather than symbol=Qnil.