# HG changeset patch # User Kenichi Handa # Date 1147661394 0 # Node ID 82ecfe2daad48f70d19e44fe8e5600b2584fcda0 # Parent 65fc70a77429b4ebe27cf5c30dcd5f4f8770a246 *** empty log message *** diff -r 65fc70a77429 -r 82ecfe2daad4 src/ChangeLog.unicode --- a/src/ChangeLog.unicode Mon May 15 02:49:33 2006 +0000 +++ b/src/ChangeLog.unicode Mon May 15 02:49:54 2006 +0000 @@ -1,3 +1,24 @@ +2006-05-15 Kenichi Handa + + * coding.h (system_eol_type): Fix synching with HEAD. + + * coding.c (system_eol_type): Sync with HEAD. + (coding_inherit_eol_type): If PARENT is nil, inherit from + system_eol_type. + (syms_of_coding): Initialize system_eol_type. + + * callproc.c (Fcall_process): Sync with HEAD. + + * process.c (setup_process_coding_systems): Fix synching with + HEAD. + (read_process_output): Likewise. + (Fset_process_coding_system): Inherit system's eol format if + necessary. + + * fileio.c (choose_write_coding_system): Fix synching with HEAD. + + * keymap.c (push_key_description): Fix synching with HEAD. + 2006-05-02 YAMAMOTO Mitsuharu * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.