aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2000-06-25 17:35:20 +0000
committerDave Love2000-06-25 17:35:20 +0000
commit94cc7892c7e441f493e7b6b9af150a4154de0c0b (patch)
tree608dd318afa43b869b3849537e13e1747a3b6db2 /src
parent46d1b2bcc1482fb9c8098c05a67940191757f5a8 (diff)
downloademacs-94cc7892c7e441f493e7b6b9af150a4154de0c0b.tar.gz
emacs-94cc7892c7e441f493e7b6b9af150a4154de0c0b.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3681d3dddae..93c7fc68906 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,19 @@
12000-06-25 Dave Love <fx@gnu.org>
2
3 * term.c [!HAVE_TERMCAP_H]: Declare tputs, tgetent, tgetflag,
4 tgetnum.
5
6 * Makefile.in (blockinput.h): Depend on atimer.h.
7 (atimer.h): Depend on systime.h.
8
9 * blockinput.h: Protect against multiple inclusion. Include
10 atimer.h.
11
12 * atimer.h: Protect against multiple inclusion. Include
13 systime.h.
14
15 * lisp.h (swap_in_global_binding): Declare.
16
12000-06-24 Ken Raeburn <raeburn@gnu.org> 172000-06-24 Ken Raeburn <raeburn@gnu.org>
2 18
3 * process.c (Fopen_network_stream): Turn off atimers for duration 19 * process.c (Fopen_network_stream): Turn off atimers for duration