aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDave Love2003-09-19 15:50:56 +0000
committerDave Love2003-09-19 15:50:56 +0000
commitad5f3636c57ec07fdd0796d98ce2471337e36d40 (patch)
tree4c3830c0fa49d4b67cedb3bbeba6030a37565767 /src/ChangeLog
parent8f5b9e349e4fcfa8d3a3a9538cb30cbedd9a2140 (diff)
downloademacs-ad5f3636c57ec07fdd0796d98ce2471337e36d40.tar.gz
emacs-ad5f3636c57ec07fdd0796d98ce2471337e36d40.zip
(GC_MALLOC_CHECK): Move conditional undef after lisp.h.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a3116af3f89..e7c737edb91 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12003-09-19 Dave Love <fx@gnu.org>
2
3 * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h.
4
12003-09-19 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 52003-09-19 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 6
3 * xterm.c (x_set_offset): Take window manager decorations 7 * xterm.c (x_set_offset): Take window manager decorations
@@ -17,6 +21,8 @@
17 21
182003-09-18 Dave Love <fx@gnu.org> 222003-09-18 Dave Love <fx@gnu.org>
19 23
24 * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h.
25
20 * process.c (Fnetwork_interface_info): Fix type error. 26 * process.c (Fnetwork_interface_info): Fix type error.
21 (Fnetwork_interface_list): Doc fix. 27 (Fnetwork_interface_list): Doc fix.
22 (read_process_output, read_process_output): Delete unused var. 28 (read_process_output, read_process_output): Delete unused var.