diff options
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. |