From: Glenn Morris Date: Fri, 31 Jan 2014 02:43:03 +0000 (-0500) Subject: ChangeLog fixes X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~222 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f2726fa259eccf31b518f640c5b4076403cdb9f8;p=emacs.git ChangeLog fixes --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3e8e7a6f3a8..d8e83278d07 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -4347,7 +4347,7 @@ 2013-10-08 Bastien Guerry - * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com. + * register.el (insert-register): Fix 2013-10-07 change. 2013-10-08 Stefan Monnier diff --git a/src/ChangeLog b/src/ChangeLog index f020386dc61..ec17d7ace4f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -18,15 +18,12 @@ 2014-01-27 K. Handa - Fix bug#16286 by the different way than revno:116158 to preserve - the code detection behavior of 24.3. - + Fix bug#16286 by a different method from 2014-01-26T00:32:30Z!eggert@cs.ucla.edu, + to preserve the code detection behavior of 24.3. * coding.h (struct coding_system): New member detected_utf8_bytes. - * coding.c (detect_coding_utf_8): Set coding->detected_utf8_bytes. (decode_coding_gap): Use short cut for UTF-8 file reading only when coding->detected_utf8_bytes equals to coding->src_bytes. - * fileio.c (Finsert_file_contents): Cancel the previous change. 2014-01-29 Martin Rudalics