diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 |
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 @@ | |||
| 5 | 2009-02-10 Andreas Schwab <schwab@suse.de> | 5 | 2009-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 | ||
| 10 | 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> | 10 | 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> |
| 11 | 11 | ||
| @@ -14,7 +14,7 @@ | |||
| 14 | 2009-02-08 Jason Rumney <jasonr@gnu.org> | 14 | 2009-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 | ||
| 19 | 2009-02-07 Andreas Schwab <schwab@suse.de> | 19 | 2009-02-07 Andreas Schwab <schwab@suse.de> |
| 20 | 20 | ||
| @@ -23,7 +23,7 @@ | |||
| 23 | 2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com> | 23 | 2009-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 | ||