diff options
| author | Stefan Monnier | 2008-04-09 03:25:14 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-04-09 03:25:14 +0000 |
| commit | 9b2cd403209d7fa25b310b29a2f0a570865fbbb3 (patch) | |
| tree | 3b63c80a0539168cbe49aaffcce1a1ef0ca9469a /src/ChangeLog | |
| parent | 84cb7b4562d2075284f15bcc832d156d0cf0d71a (diff) | |
| download | emacs-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/ChangeLog | 12 |
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 @@ | |||
| 1 | 2008-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 | |||
| 1 | 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca> | 13 | 2008-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 |