comparison src/ChangeLog @ 82337:90ab94f4bab0

*** empty log message ***
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Thu, 09 Aug 2007 03:07:26 +0000
parents c38818240a19
children b61c59d1341c
comparison
equal deleted inserted replaced
82336:0ad15cda2bce 82337:90ab94f4bab0
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.
4 20
5 2007-08-07 Martin Rudalics <rudalics@gmx.at> 21 2007-08-07 Martin Rudalics <rudalics@gmx.at>
18 * emacs.c (main) 34 * emacs.c (main)
19 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]: 35 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
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.
28 44
29 2007-08-06 Chong Yidong <cyd@stupidchicken.com> 45 2007-08-06 Chong Yidong <cyd@stupidchicken.com>