From: Kenichi Handa Date: Fri, 29 Jul 2005 02:04:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~7845 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dfc434d050312cbeaa5b3917e56fb82165b1af1e;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3b1de569838..6b30a3f9152 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2005-07-29 Kenichi Handa + + * 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 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs) diff --git a/src/ChangeLog b/src/ChangeLog index 947a780534e..ef08e1e2f66 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -130,6 +130,11 @@ * w32fns.c (Vx_hand_shape): Variable removed. (syms_of_w32fns): Intern and staticpro Qw32_charset_default. +2005-07-19 Kenichi Handa + + * fns.c (Fstring_as_multibyte): Escape backslashes in the + docstring. + 2005-07-18 Stefan Monnier * buffer.h (Fgenerate_new_buffer_name): Declare (for use in coding.c).