comparison src/ChangeLog @ 101941:7ea1de620645

Fix typos and add bug references.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 11 Feb 2009 08:44:18 +0000
parents b6d5d903f0ce
children 97c9e9322753
comparison
equal deleted inserted replaced
101940:dea4466580a6 101941:7ea1de620645
3 * fileio.c (Fwrite_region): !NILP -> CONSP. 3 * fileio.c (Fwrite_region): !NILP -> CONSP.
4 4
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
12 * coding.c (detect_coding_charset): Fix previous change. 12 * coding.c (detect_coding_charset): Fix previous change.
13 13
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
21 * unexelf.c (unexec): Fix error message. 21 * unexelf.c (unexec): Fix error message.
22 22
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
30 * nsmenu.m (popupSession): New file-global variable. 30 * nsmenu.m (popupSession): New file-global variable.
31 (pop_down_menu): End the popupSession before closing dialog. 31 (pop_down_menu): End the popupSession before closing dialog.