aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorSteven Tamm2002-12-12 17:10:34 +0000
committerSteven Tamm2002-12-12 17:10:34 +0000
commit96720f09ea540774b650385a2d56a789fadbe972 (patch)
treece31e82b138df861ed0a682385f581a5227fd869 /src/ChangeLog
parent2bfe1b7a8f6e2b2e00b9be9b4feb8ef347e40520 (diff)
downloademacs-96720f09ea540774b650385a2d56a789fadbe972.tar.gz
emacs-96720f09ea540774b650385a2d56a789fadbe972.zip
* macterm.c (mac_check_for_quit_char): Correctly set the
modifiers of the event to 0. * mac.c (sys_select): Duplicate rfds before calling select to ensure that rfds survive the while loop.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d05700302e9..24970fa927f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12002-12-12 Steven Tamm <steventamm@mac.com>
2
3 * macterm.c (mac_check_for_quit_char): Correctly set the
4 modifiers of the event to 0.
5 * mac.c (sys_select): Duplicate rfds before calling select to
6 ensure that rfds survive the while loop.
7
12002-12-11 Kim F. Storm <storm@cua.dk> 82002-12-11 Kim F. Storm <storm@cua.dk>
2 9
3 * xdisp.c (try_window_id): Don't call set_cursor_from_row if 10 * xdisp.c (try_window_id): Don't call set_cursor_from_row if