diff options
| author | Steven Tamm | 2002-12-12 17:10:34 +0000 |
|---|---|---|
| committer | Steven Tamm | 2002-12-12 17:10:34 +0000 |
| commit | 96720f09ea540774b650385a2d56a789fadbe972 (patch) | |
| tree | ce31e82b138df861ed0a682385f581a5227fd869 /src/ChangeLog | |
| parent | 2bfe1b7a8f6e2b2e00b9be9b4feb8ef347e40520 (diff) | |
| download | emacs-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/ChangeLog | 7 |
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 @@ | |||
| 1 | 2002-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 | |||
| 1 | 2002-12-11 Kim F. Storm <storm@cua.dk> | 8 | 2002-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 |