aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2009-02-11 08:44:18 +0000
committerJuanma Barranquero2009-02-11 08:44:18 +0000
commitadab88bd5a217080dd7126447ef0ee5d78fee0c5 (patch)
treea0befb9963595f10d336837ccec3b1408357227d
parentc7f9e440607c982984fb387bd958413a924b613e (diff)
downloademacs-adab88bd5a217080dd7126447ef0ee5d78fee0c5.tar.gz
emacs-adab88bd5a217080dd7126447ef0ee5d78fee0c5.zip
Fix typos and add bug references.
-rw-r--r--ChangeLog2
-rw-r--r--lisp/ChangeLog2
-rw-r--r--src/ChangeLog6
3 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index e25683851f9..145aa5a050a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,7 +13,7 @@
13 13
142009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change) 142009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
15 15
16 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616) 16 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
17 17
182009-01-22 Dan Nicolaescu <dann@ics.uci.edu> 182009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
19 19
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 30623650b3c..b18c04ece87 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -19,7 +19,7 @@
192009-02-11 Chong Yidong <cyd@stupidchicken.com> 192009-02-11 Chong Yidong <cyd@stupidchicken.com>
20 20
21 * emacs-lisp/find-func.el (find-library-name, find-library): Doc 21 * emacs-lisp/find-func.el (find-library-name, find-library): Doc
22 fixes. 22 fixes. (Part of bug#2270)
23 23
242009-02-10 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change) 242009-02-10 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
25 25
diff --git a/src/ChangeLog b/src/ChangeLog
index 724c95fdaa2..5890ff9be13 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,7 +5,7 @@
52009-02-10 Andreas Schwab <schwab@suse.de> 52009-02-10 Andreas Schwab <schwab@suse.de>
6 6
7 * process.c (send_process): Properly relocate pointer into data 7 * process.c (send_process): Properly relocate pointer into data
8 when using encoded data. 8 when using encoded data. (Bug#2272)
9 9
102009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> 102009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
11 11
@@ -14,7 +14,7 @@
142009-02-08 Jason Rumney <jasonr@gnu.org> 142009-02-08 Jason Rumney <jasonr@gnu.org>
15 15
16 * w32fns.c (w32_hide_hourglass): Handle case where frame 16 * w32fns.c (w32_hide_hourglass): Handle case where frame
17 disappeared while hourglass was displayed. (Bug #2193) 17 disappeared while hourglass was displayed. (Bug #2193)
18 18
192009-02-07 Andreas Schwab <schwab@suse.de> 192009-02-07 Andreas Schwab <schwab@suse.de>
20 20
@@ -23,7 +23,7 @@
232009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com> 232009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
24 24
25 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event 25 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
26 when modal window is active. (Bug #2152) 26 when modal window is active. (Bug #2152)
27 (applicationShouldTerminate:): Remove now-unneeded while loop 27 (applicationShouldTerminate:): Remove now-unneeded while loop
28 around NSRunAlertPanel. 28 around NSRunAlertPanel.
29 29