aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8485c24e645..46f8ab3b60e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
12008-10-04 Eli Zaretskii <eliz@gnu.org> 12008-10-04 Eli Zaretskii <eliz@gnu.org>
2 2
3 * xdisp.c (redisplay_internal): If frame switched, redisplay the
4 whole thing on MSDOS frames as well as on a TTY.
5
6 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
7 well as for TTY.
8 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
9 well as on a TTY.
10
3 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames 11 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
4 as well as for TTY. 12 as well as for TTY.
5 13