aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-10-14 19:23:10 +0300
committerEli Zaretskii2013-10-14 19:23:10 +0300
commit279066b2b3a56e94c4a5dc994e0349db03a52c09 (patch)
tree5057e475e5ed6286073049dedc01f5da854c9281 /src/ChangeLog
parentccd4a7833f341e2c22d6933357282954af6a57b2 (diff)
downloademacs-279066b2b3a56e94c4a5dc994e0349db03a52c09.tar.gz
emacs-279066b2b3a56e94c4a5dc994e0349db03a52c09.zip
Attempt to fix time_t related problems with MinGW 4.0 runtime.
nt/inc/mingw_time.h: New file. nt/inc/ms-w32.h: Include mingw_time.h instead of doing its job. src/w32proc.c: Include mingw_time.h. src/w32.c: Include mingw_time.h.
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 018489bdbc2..0349cc8b9b0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12013-10-14 Eli Zaretskii <eliz@gnu.org> 12013-10-14 Eli Zaretskii <eliz@gnu.org>
2 2
3 * w32proc.c: Include mingw_time.h.
4
5 * w32.c: Include mingw_time.h.
6
3 Implement scrolling of TTY menus when the screen is too short. 7 Implement scrolling of TTY menus when the screen is too short.
4 8
5 * term.c (tty_menu_display): Accept an additional argument, the 9 * term.c (tty_menu_display): Accept an additional argument, the