From: Juanma Barranquero Date: Wed, 11 Feb 2009 08:44:18 +0000 (+0000) Subject: Fix typos and add bug references. X-Git-Tag: emacs-pretest-23.0.91~294 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=adab88bd5a217080dd7126447ef0ee5d78fee0c5;p=emacs.git Fix typos and add bug references. --- diff --git a/ChangeLog b/ChangeLog index e25683851f9..145aa5a050a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,7 +13,7 @@ 2009-01-22 Yavor Doganov (tiny change) - * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616) + * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616) 2009-01-22 Dan Nicolaescu diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 30623650b3c..b18c04ece87 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -19,7 +19,7 @@ 2009-02-11 Chong Yidong * emacs-lisp/find-func.el (find-library-name, find-library): Doc - fixes. + fixes. (Part of bug#2270) 2009-02-10 Eric Hanchrow (tiny change) diff --git a/src/ChangeLog b/src/ChangeLog index 724c95fdaa2..5890ff9be13 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -5,7 +5,7 @@ 2009-02-10 Andreas Schwab * process.c (send_process): Properly relocate pointer into data - when using encoded data. + when using encoded data. (Bug#2272) 2009-02-08 ARISAWA Akihiro @@ -14,7 +14,7 @@ 2009-02-08 Jason Rumney * w32fns.c (w32_hide_hourglass): Handle case where frame - disappeared while hourglass was displayed. (Bug #2193) + disappeared while hourglass was displayed. (Bug #2193) 2009-02-07 Andreas Schwab @@ -23,7 +23,7 @@ 2009-02-07 Adrian Robert * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event - when modal window is active. (Bug #2152) + when modal window is active. (Bug #2152) (applicationShouldTerminate:): Remove now-unneeded while loop around NSRunAlertPanel.