aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDave Love2000-06-20 18:40:08 +0000
committerDave Love2000-06-20 18:40:08 +0000
commit5700d2cc1262e41a9c7f12928b97cffa6541c089 (patch)
tree43c2f6fc0ecda34835b90b290614c9e037bdb9b2 /src/ChangeLog
parent4a27bdfba8ba5bbf83d24fb8276953791809693b (diff)
downloademacs-5700d2cc1262e41a9c7f12928b97cffa6541c089.tar.gz
emacs-5700d2cc1262e41a9c7f12928b97cffa6541c089.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ff613665256..5b32bffc1bc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12000-06-20 Dave Love <fx@gnu.org>
2
3 * fns.c (make_hash_table, maybe_resize_hash_table): Cast arg of
4 next_almost_prime.
5
6 * tparam.c [emacs]: Include lisp.h.
7
8 * termcap.c [emacs]: Test HAVE_FCNTL_H, not USG5. Include lisp.h
9 and unistd.h.
10
12000-06-20 Gerd Moellmann <gerd@gnu.org> 112000-06-20 Gerd Moellmann <gerd@gnu.org>
2 12
3 * s/isc4-0.h (sigblock): Redefined to pass a pointer as second 13 * s/isc4-0.h (sigblock): Redefined to pass a pointer as second
@@ -30,8 +40,7 @@
30 * m/stride.h, m/mips.h: Don't define HAVE_GETWD, 40 * m/stride.h, m/mips.h: Don't define HAVE_GETWD,
31 HAVE_GETTIMEOFDAY. 41 HAVE_GETTIMEOFDAY.
32 42
33 * m/ibmrt-aix.h: 43 * m/ibmrt-aix.h: Don't declare HAVE_GETTIMEOFDAY, HAVE_VFORK.
34 Don't declare HAVE_GETTIMEOFDAY, HAVE_VFORK.
35 44
36 * m/ibmrs6000.h, m/ibmps2-aix.h, m/dpx2.h: Don't declare 45 * m/ibmrs6000.h, m/ibmps2-aix.h, m/dpx2.h: Don't declare
37 HAVE_GETWD. 46 HAVE_GETWD.