emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Thu, 13 Apr 2006 06:47:18 +0000

Index: emacs/src/ChangeLog
diff -u emacs/src/ChangeLog:1.5008 emacs/src/ChangeLog:1.5009
--- emacs/src/ChangeLog:1.5008  Thu Apr 13 04:58:07 2006
+++ emacs/src/ChangeLog Thu Apr 13 06:47:18 2006
@@ -1,5 +1,15 @@
 2006-04-13  Kenichi Handa  <address@hidden>
 
+       * coding.c (setup_coding_system): If eol-type is not yet decided
+       and system_eol_type is not LF, set CODING_REQUIRE_ENCODING_MASK.
+       If coding_system is nil, return 0.
+       (code_convert_region1): Even if coding_system is nil, don't skip
+       conversion if system_eol_type is not LF.
+       (code_convert_string1): Likewise.
+       (code_convert_string_norecord): Likewise.
+
+2006-04-13  Kenichi Handa  <address@hidden>
+
        * coding.c (setup_coding_system): Fix previous change.
        (encode_coding): If eol_type is not yet decided, use
        system_eol_type.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]