diff options
| author | YAMAMOTO Mitsuharu | 2007-08-09 03:07:26 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2007-08-09 03:07:26 +0000 |
| commit | 7b7d07bbfa32c89bc1fcb3a829940921106f575a (patch) | |
| tree | acc7bc08252bed6fca5091f67359bba0249c6d41 /src/ChangeLog | |
| parent | 72359c326537cd6986b5f6ba9c8833b268d24c93 (diff) | |
| download | emacs-7b7d07bbfa32c89bc1fcb3a829940921106f575a.tar.gz emacs-7b7d07bbfa32c89bc1fcb3a829940921106f575a.zip | |
(frame_highlight, frame_unhighlight): Don't call
ActivateControl/DeactivateControl here.
[USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
frame-notice-user-settings is non-nil.
[USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
for kEventParamFMFontStyle.
[TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
mac_pass_command_to_system and mac_pass_control_to_system here.
(XTread_socket): Call ActivateControl/DeactivateControl here.
(XTread_socket) [TARGET_API_MAC_CARBON]:
Check mac_pass_command_to_system and mac_pass_control_to_system here.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 09631c23e61..e07c4696c9e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * gmalloc.c (posix_memalign): New function. | ||
| 4 | |||
| 5 | * macterm.c (frame_highlight, frame_unhighlight): Don't call | ||
| 6 | ActivateControl/DeactivateControl here. | ||
| 7 | [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when | ||
| 8 | frame-notice-user-settings is non-nil. | ||
| 9 | [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter | ||
| 10 | for kEventParamFMFontStyle. | ||
| 11 | [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check | ||
| 12 | mac_pass_command_to_system and mac_pass_control_to_system here. | ||
| 13 | (XTread_socket): Call ActivateControl/DeactivateControl here. | ||
| 14 | (XTread_socket) [TARGET_API_MAC_CARBON]: | ||
| 15 | Check mac_pass_command_to_system and mac_pass_control_to_system here. | ||
| 16 | |||
| 1 | 2007-08-07 Chong Yidong <cyd@stupidchicken.com> | 17 | 2007-08-07 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 18 | ||
| 3 | * xdisp.c (move_it_by_lines): Remove incorrect optimization. | 19 | * xdisp.c (move_it_by_lines): Remove incorrect optimization. |
| @@ -20,8 +36,8 @@ | |||
| 20 | Call malloc_enable_thread on interactive startup. | 36 | Call malloc_enable_thread on interactive startup. |
| 21 | 37 | ||
| 22 | * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable. | 38 | * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable. |
| 23 | [USE_PTHREAD] (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS) | 39 | (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS) |
| 24 | (UNLOCK_ALIGNED_BLOCKS): Conditionalize with it. | 40 | [USE_PTHREAD]: Conditionalize with it. |
| 25 | (malloc_atfork_handler_prepare, malloc_atfork_handler_parent) | 41 | (malloc_atfork_handler_prepare, malloc_atfork_handler_parent) |
| 26 | (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]: | 42 | (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]: |
| 27 | New functions. | 43 | New functions. |