From: Kenichi Handa Date: Mon, 15 May 2006 02:49:54 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~8295^2~954 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f5c5211561beb9994955f368e15069e60f428c39;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index ebba18958d0..7414fe3748f 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode @@ -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.