diff options
| author | YAMAMOTO Mitsuharu | 2007-08-09 09:36:42 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2007-08-09 09:36:42 +0000 |
| commit | f94264798798821b09ddf5ace25078ee319a5cd8 (patch) | |
| tree | d3dde5c6f9e39a533f2f74cc859e1577549a8b8b /src/ChangeLog | |
| parent | 7b7d07bbfa32c89bc1fcb3a829940921106f575a (diff) | |
| download | emacs-f94264798798821b09ddf5ace25078ee319a5cd8.tar.gz emacs-f94264798798821b09ddf5ace25078ee319a5cd8.zip | |
(mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
for window repositioning.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e07c4696c9e..d2121578235 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -13,6 +13,8 @@ | |||
| 13 | (XTread_socket): Call ActivateControl/DeactivateControl here. | 13 | (XTread_socket): Call ActivateControl/DeactivateControl here. |
| 14 | (XTread_socket) [TARGET_API_MAC_CARBON]: | 14 | (XTread_socket) [TARGET_API_MAC_CARBON]: |
| 15 | Check mac_pass_command_to_system and mac_pass_control_to_system here. | 15 | Check mac_pass_command_to_system and mac_pass_control_to_system here. |
| 16 | (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround | ||
| 17 | for window repositioning. | ||
| 16 | 18 | ||
| 17 | 2007-08-07 Chong Yidong <cyd@stupidchicken.com> | 19 | 2007-08-07 Chong Yidong <cyd@stupidchicken.com> |
| 18 | 20 | ||