]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos and add bug references.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 11 Feb 2009 08:44:18 +0000 (08:44 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 11 Feb 2009 08:44:18 +0000 (08:44 +0000)
ChangeLog
lisp/ChangeLog
src/ChangeLog

index e25683851f937aee2b8c635652aa89b41a8ea997..145aa5a050ae731cbad21b5d549c57968e96a131 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,7 +13,7 @@
 
 2009-01-22  Yavor Doganov  <yavor@gnu.org>  (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  <dann@ics.uci.edu>
 
index 30623650b3cf753ce9d753540a2a98ae56a088dd..b18c04ece8718af4d00da382bcf2b41447ebb953 100644 (file)
@@ -19,7 +19,7 @@
 2009-02-11  Chong Yidong  <cyd@stupidchicken.com>
 
        * emacs-lisp/find-func.el (find-library-name, find-library): Doc
-       fixes.
+       fixes.  (Part of bug#2270)
 
 2009-02-10  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
 
index 724c95fdaa2b25d0eeb330fb7e82a516c5bb4e1f..5890ff9be13358650dbe84f9d98e4ccdbea1f615 100644 (file)
@@ -5,7 +5,7 @@
 2009-02-10  Andreas Schwab  <schwab@suse.de>
 
        * process.c (send_process): Properly relocate pointer into data
-       when using encoded data.
+       when using encoded data.  (Bug#2272)
 
 2009-02-08  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
 
@@ -14,7 +14,7 @@
 2009-02-08  Jason Rumney  <jasonr@gnu.org>
 
        * 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  <schwab@suse.de>
 
@@ -23,7 +23,7 @@
 2009-02-07  Adrian Robert  <Adrian.B.Robert@gmail.com>
 
        * 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.