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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Wed, 30 Jun 2004 13:14:58 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3780 emacs/src/ChangeLog:1.3781
*** emacs/src/ChangeLog:1.3780  Wed Jun 30 13:11:54 2004
--- emacs/src/ChangeLog Wed Jun 30 17:12:39 2004
***************
*** 9,15 ****
        * lisp.h: Declare Finit_image_library.
  
  2004-06-29  YAMAMOTO Mitsuharu  <address@hidden>
!       
        * macterm.c (do_window_activate, do_window_deactivate): Remove.
        (XTread_socket): Send mouse button events to the toolbox
        dispatcher even when the mouse is grabbed.  Don't process window
--- 9,15 ----
        * lisp.h: Declare Finit_image_library.
  
  2004-06-29  YAMAMOTO Mitsuharu  <address@hidden>
! 
        * macterm.c (do_window_activate, do_window_deactivate): Remove.
        (XTread_socket): Send mouse button events to the toolbox
        dispatcher even when the mouse is grabbed.  Don't process window
***************
*** 70,77 ****
        a buffer, add the buffer as last element to the match data.
        (Fset_match_data): If an additional element of the match-data is a
        buffer, restore it to last_thing_searched.
!       (save_search_regs): Save last_thing_searched as part of the match
!       data.
        (restore_match_data): Restore it again.
  
  2004-06-23  Luc Teirlinck  <address@hidden>
--- 70,76 ----
        a buffer, add the buffer as last element to the match data.
        (Fset_match_data): If an additional element of the match-data is a
        buffer, restore it to last_thing_searched.
!       (save_search_regs): Save last_thing_searched as part of the match data.
        (restore_match_data): Restore it again.
  
  2004-06-23  Luc Teirlinck  <address@hidden>
***************
*** 197,203 ****
  2004-06-14  Jan Dj,Ad(Brv  <address@hidden>
  
        * gtkutil.c (xg_get_image_for_pixmap): New function.
!       (xg_get_gdk_pixmap_and_mask): Removed.
        (update_frame_tool_bar): Call xg_get_image_for_pixmap instead of
        xg_get_gdk_pixmap_and_mask.
  
--- 196,202 ----
  2004-06-14  Jan Dj,Ad(Brv  <address@hidden>
  
        * gtkutil.c (xg_get_image_for_pixmap): New function.
!       (xg_get_gdk_pixmap_and_mask): Remove.
        (update_frame_tool_bar): Call xg_get_image_for_pixmap instead of
        xg_get_gdk_pixmap_and_mask.
  
***************
*** 218,225 ****
        list of possible filenames.
        (init_xpm_functions, init_png_functions, init_jpeg_functions)
        (init_tiff_functions, init_gif_functions): Use `w32_delayed_load'.
!       (CHECK_LIB_AVAILABLE): Call `define_image_library' with new
!       argument.
        (Finit_image_library): New function, extracted from `init_image'.
        Try to initialize an image library on demand and cache whether we
        were successful or not.
--- 217,223 ----
        list of possible filenames.
        (init_xpm_functions, init_png_functions, init_jpeg_functions)
        (init_tiff_functions, init_gif_functions): Use `w32_delayed_load'.
!       (CHECK_LIB_AVAILABLE): Call `define_image_library' with new argument.
        (Finit_image_library): New function, extracted from `init_image'.
        Try to initialize an image library on demand and cache whether we
        were successful or not.
***************
*** 343,349 ****
        (merge_face_ref, face_at_buffer_position, face_at_string_position):
        Use `merge_named_face'.
        (merge_face_inheritance): Function removed.
!       (merge_face_ref): Renamed from `merge_face_vector_with_property'.
        Add new `err_msgs' and `named_merge_points' args.  Return error
        status.  Only print error messages if ERR_MSGS is true.  Don't try to
        do :inherit attribute validation.
--- 341,347 ----
        (merge_face_ref, face_at_buffer_position, face_at_string_position):
        Use `merge_named_face'.
        (merge_face_inheritance): Function removed.
!       (merge_face_ref): Rename from `merge_face_vector_with_property'.
        Add new `err_msgs' and `named_merge_points' args.  Return error
        status.  Only print error messages if ERR_MSGS is true.  Don't try to
        do :inherit attribute validation.
***************
*** 403,410 ****
  
        * xfaces.c (x_supports_face_attributes_p): Make this function
        conditional on HAVE_WINDOW_SYSTEM.
!       (Fdisplay_supports_face_attributes_p) [HAVE_WINDOW_SYSTEM]: Don't
!       call x_supports_face_attributes_p if it was not compiled in.
  
  2004-06-04  Miles Bader  <address@hidden>
  
--- 401,408 ----
  
        * xfaces.c (x_supports_face_attributes_p): Make this function
        conditional on HAVE_WINDOW_SYSTEM.
!       (Fdisplay_supports_face_attributes_p) [HAVE_WINDOW_SYSTEM]:
!       Don't call x_supports_face_attributes_p if it was not compiled in.
  
  2004-06-04  Miles Bader  <address@hidden>
  
***************
*** 435,440 ****
--- 433,440 ----
  
  2004-06-01  Stefan Monnier  <address@hidden>
  
+       * eval.c (Fcondition_case): Fix usage.  Simplify.
+ 
        * mem-limits.h (EXCEEDS_LISP_PTR) [USE_LSB_TAG]: Never true.
  
  2004-05-29  YAMAMOTO Mitsuharu  <address@hidden>
***************
*** 443,450 ****
        [MAC_OSX]: Don't include QuickTime/QuickTime.h.
        [!MAC_OSX]: Don't include alloca.h, Windows.h, Gestalt.h, or
        TextUtils.h.
!       (Fx_create_frame): Sync with xfns.c.  Initialize cursor
!       descriptors.
        (Fx_display_mm_height, Fx_display_mm_width): Calculate length from
        display height/width.
        (compute_tip_xy, Vx_max_tooltip_size): Declare.
--- 443,449 ----
        [MAC_OSX]: Don't include QuickTime/QuickTime.h.
        [!MAC_OSX]: Don't include alloca.h, Windows.h, Gestalt.h, or
        TextUtils.h.
!       (Fx_create_frame): Sync with xfns.c.  Initialize cursor descriptors.
        (Fx_display_mm_height, Fx_display_mm_width): Calculate length from
        display height/width.
        (compute_tip_xy, Vx_max_tooltip_size): Declare.
***************
*** 455,462 ****
  
        * macgui.h [!MAC_OSX]: Include Gestalt.h.
        (Cursor, No_Cursor): New defines.
!       [!TARGET_API_MAC_CARBON] (SetPortWindowPort): New compatibility
!       macro.
        [!TARGET_API_MAC_CARBON] (arrow_cursor): Declare.
  
        * macmenu.c (mac_menu_show, mac_dialog): Use SetPortWindowPort.
--- 454,460 ----
  
        * macgui.h [!MAC_OSX]: Include Gestalt.h.
        (Cursor, No_Cursor): New defines.
!       [!TARGET_API_MAC_CARBON] (SetPortWindowPort): New compatibility macro.
        [!TARGET_API_MAC_CARBON] (arrow_cursor): Declare.
  
        * macmenu.c (mac_menu_show, mac_dialog): Use SetPortWindowPort.
***************
*** 484,494 ****
        (x_scroll_bar_handle_click): Set `(PORTION . WHOLE)' part in a
        scroll-bar click event.
        (mac_define_frame_cursor): Change the pointer shape.
!       (x_free_frame_resources): Reset tip_window to NULL when it is
!       disposed.
        [!TARGET_API_MAC_CARBON] (arrow_cursor): New variable.
!       [!TARGET_API_MAC_CARBON] (do_init_managers): Initialize
!       arrow_cursor.
        (do_window_update): Don't do anything if the updated window is the
        tooltip window.
        (do_mouse_moved): Handle mouse movement events here (previously in
--- 482,490 ----
        (x_scroll_bar_handle_click): Set `(PORTION . WHOLE)' part in a
        scroll-bar click event.
        (mac_define_frame_cursor): Change the pointer shape.
!       (x_free_frame_resources): Reset tip_window to NULL when it is disposed.
        [!TARGET_API_MAC_CARBON] (arrow_cursor): New variable.
!       [!TARGET_API_MAC_CARBON] (do_init_managers): Initialize arrow_cursor.
        (do_window_update): Don't do anything if the updated window is the
        tooltip window.
        (do_mouse_moved): Handle mouse movement events here (previously in
***************
*** 496,503 ****
        dpyinfo->mouse_face_hidden is set.
        (do_os_event, do_events): Remove (now in XTread_socket).
        (XTread_socket): Immediately return if interrupt_input_blocked.
!       Loop until all the events in the queue are processed.  Rearrange
!       codes for mouse grabbing.  Add tooltip support.  Include the
        contents of do_os_event and do_events.  Remove mouse movement
        handling (now in do_mouse_moved).  Add the case where
        Vmouse_highlight has an integer value.
--- 492,499 ----
        dpyinfo->mouse_face_hidden is set.
        (do_os_event, do_events): Remove (now in XTread_socket).
        (XTread_socket): Immediately return if interrupt_input_blocked.
!       Loop until all the events in the queue are processed.
!       Rearrange codes for mouse grabbing.  Add tooltip support.  Include the
        contents of do_os_event and do_events.  Remove mouse movement
        handling (now in do_mouse_moved).  Add the case where
        Vmouse_highlight has an integer value.
***************
*** 506,513 ****
        excess initializations.
        (make_mac_terminal_frame): Previous initializations in
        make_mac_frame are moved here.
!       (mac_initialize_display_info): Initialize
!       dpyinfo->mouse_face_overlay and dpyinfo->mouse_face_hidden.
  
        * xdisp.c [MAC_OS] (No_Cursor): Remove variable.
        (define_frame_cursor1): Don't treat HAVE_CARBON as a special case.
--- 502,509 ----
        excess initializations.
        (make_mac_terminal_frame): Previous initializations in
        make_mac_frame are moved here.
!       (mac_initialize_display_info):
!       Initialize dpyinfo->mouse_face_overlay and dpyinfo->mouse_face_hidden.
  
        * xdisp.c [MAC_OS] (No_Cursor): Remove variable.
        (define_frame_cursor1): Don't treat HAVE_CARBON as a special case.




reply via email to

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