emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog,v


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Thu, 09 Aug 2007 03:07:28 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     YAMAMOTO Mitsuharu <mituharu>   07/08/09 03:07:27

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ChangeLog,v
retrieving revision 1.5777
retrieving revision 1.5778
diff -u -b -r1.5777 -r1.5778
--- ChangeLog   7 Aug 2007 15:55:29 -0000       1.5777
+++ ChangeLog   9 Aug 2007 03:07:26 -0000       1.5778
@@ -1,3 +1,19 @@
+2007-08-09  YAMAMOTO Mitsuharu  <address@hidden>
+
+       * gmalloc.c (posix_memalign): New function.
+
+       * macterm.c (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.
+
 2007-08-07  Chong Yidong  <address@hidden>
 
        * xdisp.c (move_it_by_lines): Remove incorrect optimization.
@@ -20,8 +36,8 @@
        Call malloc_enable_thread on interactive startup.
 
        * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
-       [USE_PTHREAD] (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS)
-       (UNLOCK_ALIGNED_BLOCKS): Conditionalize with it.
+       (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
+       [USE_PTHREAD]: Conditionalize with it.
        (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
        (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
        New functions.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]