aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-02-12 14:14:32 +0000
committerGerd Moellmann2000-02-12 14:14:32 +0000
commiteedf8bde8e2dca096a9f23557b2a739f7c64379e (patch)
treeb214a3c2a5957c2d203be6992988fe8665188cfa /src/ChangeLog
parent67a516c61a0760434e51d8f857948f81560b4939 (diff)
downloademacs-eedf8bde8e2dca096a9f23557b2a739f7c64379e.tar.gz
emacs-eedf8bde8e2dca096a9f23557b2a739f7c64379e.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog17
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 @@
12000-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
12000-02-11 Ken Raeburn <raeburn@gnu.org> 182000-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