aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2008-04-09 03:25:14 +0000
committerStefan Monnier2008-04-09 03:25:14 +0000
commit9b2cd403209d7fa25b310b29a2f0a570865fbbb3 (patch)
tree3b63c80a0539168cbe49aaffcce1a1ef0ca9469a /src/ChangeLog
parent84cb7b4562d2075284f15bcc832d156d0cf0d71a (diff)
downloademacs-9b2cd403209d7fa25b310b29a2f0a570865fbbb3.tar.gz
emacs-9b2cd403209d7fa25b310b29a2f0a570865fbbb3.zip
* xdisp.c (redisplay_internal): Reset tty's color_mode when switching
to another frame. * frame.c (do_switch_frame): Refine the top_frame/async_visible code. Don't call set_tty_color_mode. (store_frame_param): Reset previous_frame rather than call set_tty_color_mode. * term.c (set_tty_color_mode): Rewrite. * dispextern.h (set_tty_color_mode): New type. * termchar.h (struct tty_display_info): Add `previous_color_mode'.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e1ef9ffb52a..68e50dd376f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
4 to another frame.
5 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
6 Don't call set_tty_color_mode.
7 (store_frame_param): Reset previous_frame rather than call
8 set_tty_color_mode.
9 * term.c (set_tty_color_mode): Rewrite.
10 * dispextern.h (set_tty_color_mode): New type.
11 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
12
12008-04-08 Stefan Monnier <monnier@iro.umontreal.ca> 132008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2 14
3 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used 15 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used