Mercurial > emacs
comparison src/ChangeLog @ 93883:722fdbc7a012
* 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'.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 09 Apr 2008 03:25:14 +0000 |
parents | 9eaa3ee184e9 |
children | b4877813e2df |
comparison
equal
deleted
inserted
replaced
93882:9eaa3ee184e9 | 93883:722fdbc7a012 |
---|---|
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 |
4 for generic chars, which do not exist any more in emacs-unicode. | 16 for generic chars, which do not exist any more in emacs-unicode. |
5 | 17 |