]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Fri, 29 Jul 2005 02:04:06 +0000 (02:04 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 29 Jul 2005 02:04:06 +0000 (02:04 +0000)
lisp/ChangeLog
src/ChangeLog

index 3b1de56983861271daef265c8c1442811bc101c4..6b30a3f91528daf7e9afa8aa499c891cf27502f7 100644 (file)
@@ -1,3 +1,9 @@
+2005-07-29  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule-cmds.el (select-message-coding-system): Be
+       sure to use LF for end-of-line.  If no coding system is decided,
+       return iso-8859-1-unix.
+
 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
index 947a780534ed3ec3cad899082ad3b641191786e4..ef08e1e2f661da364cb7057ad7decda07bc98e28 100644 (file)
        * w32fns.c (Vx_hand_shape): Variable removed.
        (syms_of_w32fns): Intern and staticpro Qw32_charset_default.
 
+2005-07-19  Kenichi Handa  <handa@m17n.org>
+
+       * fns.c (Fstring_as_multibyte): Escape backslashes in the
+       docstring.
+
 2005-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * buffer.h (Fgenerate_new_buffer_name): Declare (for use in coding.c).