diff options
| author | YAMAMOTO Mitsuharu | 2005-08-25 08:20:43 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2005-08-25 08:20:43 +0000 |
| commit | 1f98fbb49f5d2767da43fe1cc45d521c8c660034 (patch) | |
| tree | c55ccfb1613bfee962313dfcef06d242865eabc5 /src/ChangeLog | |
| parent | fca32d15e29e4817856e2e380433cc2b79e8f39c (diff) | |
| download | emacs-1f98fbb49f5d2767da43fe1cc45d521c8c660034.tar.gz emacs-1f98fbb49f5d2767da43fe1cc45d521c8c660034.zip | |
(mac_copy_area, mac_copy_area_with_mask): Restore background color.
(mac_handle_visibility_change): New function.
(x_make_frame_invisible, x_iconify_frame)
(XTread_socket) [!USE_CARBON_EVENTS]: Use it.
[USE_CARBON_EVENTS] (mac_handle_window_event)
(install_window_handler): Handle visibilty change events.
(x_make_frame_visible): Don't reposition window if it is iconified
or asked for visible before. Select and uncollapse window when it
is made visible.
(x_make_frame_invisible): Don't reset x_highlight_frame.
(x_iconify_frame): Likewise. Make invisible frame visible before
it is iconified.
(read_socket_inev): Move variable outside #if USE_CARBON_EVENTS.
(do_window_update): Don't change visibility of invisible frame.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8ed2fd4c674..7223826cd08 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | 2005-08-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * keyboard.c (kbd_buffer_get_event) [MAC_OS]: Make events for | ||
| 4 | ICONIFY/DEICONIFY_EVENT. | ||
| 5 | |||
| 6 | * macterm.c (mac_copy_area, mac_copy_area_with_mask): Restore | ||
| 7 | background color. | ||
| 8 | (mac_handle_visibility_change): New function. | ||
| 9 | (x_make_frame_invisible, x_iconify_frame) | ||
| 10 | (XTread_socket) [!USE_CARBON_EVENTS]: Use it. | ||
| 11 | [USE_CARBON_EVENTS] (mac_handle_window_event) | ||
| 12 | (install_window_handler): Handle visibilty change events. | ||
| 13 | (x_make_frame_visible): Don't reposition window if it is iconified | ||
| 14 | or asked for visible before. Select and uncollapse window when it | ||
| 15 | is made visible. | ||
| 16 | (x_make_frame_invisible): Don't reset x_highlight_frame. | ||
| 17 | (x_iconify_frame): Likewise. Make invisible frame visible before | ||
| 18 | it is iconified. | ||
| 19 | (read_socket_inev): Move variable outside #if USE_CARBON_EVENTS. | ||
| 20 | (do_window_update): Don't change visibility of invisible frame. | ||
| 21 | |||
| 1 | 2005-08-22 Juri Linkov <juri@jurta.org> | 22 | 2005-08-22 Juri Linkov <juri@jurta.org> |
| 2 | 23 | ||
| 3 | * term.c (turn_on_face): Check for TS_set_foreground and | 24 | * term.c (turn_on_face): Check for TS_set_foreground and |