aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2009-02-11 08:44:18 +0000
committerJuanma Barranquero2009-02-11 08:44:18 +0000
commitadab88bd5a217080dd7126447ef0ee5d78fee0c5 (patch)
treea0befb9963595f10d336837ccec3b1408357227d /src
parentc7f9e440607c982984fb387bd958413a924b613e (diff)
downloademacs-adab88bd5a217080dd7126447ef0ee5d78fee0c5.tar.gz
emacs-adab88bd5a217080dd7126447ef0ee5d78fee0c5.zip
Fix typos and add bug references.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
1 files changed, 3 insertions, 3 deletions
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