changeset 90396:82ecfe2daad4

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Mon, 15 May 2006 02:49:54 +0000
parents 65fc70a77429
children 914bfaec949a
files src/ChangeLog.unicode
diffstat 1 files changed, 21 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <handa@m17n.org>
+
+	* 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  <mituharu@math.s.chiba-u.ac.jp>
 
 	* macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.