aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorSteven Tamm2004-11-07 05:57:08 +0000
committerSteven Tamm2004-11-07 05:57:08 +0000
commit31141c132b0e914551de73972577d3ae30d435dd (patch)
tree8c08b7ea6f78e610fdf8ee898a76cf4f2cef9091 /src/ChangeLog
parente710efbbb3dc0fd89f51f82f0556270c5f032381 (diff)
downloademacs-31141c132b0e914551de73972577d3ae30d435dd.tar.gz
emacs-31141c132b0e914551de73972577d3ae30d435dd.zip
editfns.c: Need to include sys/time.h before resource.h on darwin.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ea570820e1a..0e3870669c0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12004-11-06 Steven Tamm <steventamm@mac.com>
2
3 * editfns.c: Need to include sys/time.h before resource.h on darwin.
4
12004-11-06 Richard M. Stallman <rms@gnu.org> 52004-11-06 Richard M. Stallman <rms@gnu.org>
2 6
3 * callint.c (Fcall_interactively): Avoid reusing EVENT for other data. 7 * callint.c (Fcall_interactively): Avoid reusing EVENT for other data.