diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 835dbb584dc..e4a0b96182e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2002-11-06 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * xterm.c (x_term_init): Use turn_on_atimers, not start_polling | ||
| 4 | and stop_polling. | ||
| 5 | |||
| 6 | * process.c (wait_reading_process_input): | ||
| 7 | Test POLLING_PROBLEM_IN_SELECT, not hpux. | ||
| 8 | Avoid initialization for auto Lisp_Object var. | ||
| 9 | |||
| 10 | * s/hpux11.h (POLLING_PROBLEM_IN_SELECT): Add #undef. | ||
| 11 | |||
| 12 | * s/hpux10.h (POLLING_PROBLEM_IN_SELECT): Defined. | ||
| 13 | |||
| 1 | 2002-11-05 Richard M. Stallman <rms@gnu.org> | 14 | 2002-11-05 Richard M. Stallman <rms@gnu.org> |
| 2 | 15 | ||
| 3 | * s/sol2-5.h (BROKEN_SIGIO): Turn off the #undef. | 16 | * s/sol2-5.h (BROKEN_SIGIO): Turn off the #undef. |