From: Glenn Morris Date: Fri, 10 Aug 2012 07:00:40 +0000 (-0700) Subject: ChangeLog fixes X-Git-Tag: emacs-24.2.90~746 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=39cb9e56e9171b479892be9adaf656d84c9d2ed5;p=emacs.git ChangeLog fixes --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 890cf0ef97c..6579cc48fd5 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -4055,7 +4055,7 @@ * functions.texi (Function Safety): Texinfo usage fix. -2009-01-04 Eduard Wiebe (tiny patch) +2009-01-04 Eduard Wiebe (tiny change) * objects.texi (General Escape Syntax): Fix typo. diff --git a/src/ChangeLog b/src/ChangeLog index a537c07b769..5b0ff7055ba 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,4 +1,4 @@ -2012-08-10 Joakim HÃ¥rsman (tiny patch) +2012-08-10 Joakim HÃ¥rsman (tiny change) Eli Zaretskii Fix bug #10299 with Unicode characters sent by customized @@ -10068,7 +10068,7 @@ * Makefile.in (SETTINGS_LIBS): Fix typo. -2011-07-01 Kazuhiro Ito (tiny patch) +2011-07-01 Kazuhiro Ito (tiny change) * coding.c (Fencode_coding_string): Record the last coding system used, as the function doc string says (bug#8738).