aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2008-10-04 13:15:01 +0000
committerEli Zaretskii2008-10-04 13:15:01 +0000
commit12c01aefce9e22ab73b02335e3c964d8f5e12125 (patch)
treedf03a9d767a62a66813d3a19756d449501ac5e8d /src/ChangeLog
parent8801ee606dadf514617d1d44fdcb122a28c7e379 (diff)
downloademacs-12c01aefce9e22ab73b02335e3c964d8f5e12125.tar.gz
emacs-12c01aefce9e22ab73b02335e3c964d8f5e12125.zip
(EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 484dfc605d8..50057069c0c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12008-10-04 Eli Zaretskii <eliz@gnu.org> 12008-10-04 Eli Zaretskii <eliz@gnu.org>
2 2
3 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
4
3 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for 5 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
4 MSDOS frames as well. 6 MSDOS frames as well.
5 7