diff options
| author | Gerd Moellmann | 2000-02-12 14:14:32 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-02-12 14:14:32 +0000 |
| commit | eedf8bde8e2dca096a9f23557b2a739f7c64379e (patch) | |
| tree | b214a3c2a5957c2d203be6992988fe8665188cfa /src/ChangeLog | |
| parent | 67a516c61a0760434e51d8f857948f81560b4939 (diff) | |
| download | emacs-eedf8bde8e2dca096a9f23557b2a739f7c64379e.tar.gz emacs-eedf8bde8e2dca096a9f23557b2a739f7c64379e.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6605d3b8aec..63bede452bf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2000-02-12 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * process.c (Fopen_network_stream) [POLL_FOR_INPUT]: Register | ||
| 4 | unwind function to undo the effect of stopping atimers. | ||
| 5 | |||
| 6 | * keyboard.c (bind_polling_period): Stop all timers except | ||
| 7 | poll_timer. | ||
| 8 | |||
| 9 | * atimer.c (stopped_atimers): New variable. | ||
| 10 | (stop_other_atimers, run_all_atimers, unwind_stop_other_atimers): | ||
| 11 | New functions. | ||
| 12 | |||
| 13 | * atimer.h (stop_other_atimers, run_all_atimers) | ||
| 14 | (unwind_stop_other_atimers): Add function prototypes. | ||
| 15 | |||
| 16 | * s/hpux10.h (HAVE_XRMSETDATABASE): Define if not already defined. | ||
| 17 | |||
| 1 | 2000-02-11 Ken Raeburn <raeburn@gnu.org> | 18 | 2000-02-11 Ken Raeburn <raeburn@gnu.org> |
| 2 | 19 | ||
| 3 | * Makefile.in (LIBX): Link in tiff library before jpeg, since tiff | 20 | * Makefile.in (LIBX): Link in tiff library before jpeg, since tiff |