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, 16 Mar 2005 16:39:50 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.4269 emacs/src/ChangeLog:1.4270
*** emacs/src/ChangeLog:1.4269  Wed Mar 16 15:01:22 2005
--- emacs/src/ChangeLog Wed Mar 16 21:39:49 2005
***************
*** 1,3 ****
--- 1,8 ----
+ 2005-03-16  Stefan Monnier  <address@hidden>
+ 
+       * keyboard.c (read_char): Only do the 7-bit-meta -> 27-bit-meta
+       translation for chars in the 0-255 range.
+ 
  2005-03-16  Lute Kamstra  <address@hidden>
  
        * floatfns.c (Ffloor): Doc fix.
***************
*** 23,30 ****
        (parse_binding, parse_component, parse_resource_name, parse_value)
        (parse_resource_line, xrm_create_database, xrm_q_put_resource)
        (xrm_merge_string_database, xrm_q_get_resource, xrm_get_resource)
!       (xrm_cfproperty_list_to_value, xrm_get_preference_database): New
!       functions.
  
        * macfns.c (mac_get_rdb_resource): Remove function.
        (x_get_string_resource): Use xrm_get_resource.
--- 28,35 ----
        (parse_binding, parse_component, parse_resource_name, parse_value)
        (parse_resource_line, xrm_create_database, xrm_q_put_resource)
        (xrm_merge_string_database, xrm_q_get_resource, xrm_get_resource)
!       (xrm_cfproperty_list_to_value, xrm_get_preference_database):
!       New functions.
  
        * macfns.c (mac_get_rdb_resource): Remove function.
        (x_get_string_resource): Use xrm_get_resource.
***************
*** 64,85 ****
        MAC_OSX.
        (show_hourglass) [TARGET_API_MAC_CARBON]: Create progress
        indicator for each non-tooltip frame if needed, and show it.
!       (hide_hourglass) [TARGET_API_MAC_CARBON]: Hide progress
!       indicators.
  
        * macgui.h [!TARGET_API_MAC_CARBON]: Include Appearance.h and
        Controls.h.  Use ThemeCursor instead of CursHandle.
  
!       * macterm.c (activate_scroll_bars, deactivate_scroll_bars): Remove
!       functions and declarations.
!       (mac_set_colors): Take argument for saving background color.  All
!       callers changed.
        (XDrawLine, XClearArea, mac_draw_bitmap, XFillRectangle)
        (mac_draw_rectangle, mac_draw_string_common): Save and Restore
        background color.
        (x_update_end, mac_do_track_drag): Don't reset background color.
!       (mac_define_frame_cursor) [!TARGET_API_MAC_CARBON]: Use
!       SetThemeCursor.
        (x_set_window_size) [TARGET_API_MAC_CARBON]: Move progress
        indicator control to the upper-right corner of the window.
        (arrow_cursor) [!TARGET_API_MAC_CARBON]: Remove variable.
--- 69,89 ----
        MAC_OSX.
        (show_hourglass) [TARGET_API_MAC_CARBON]: Create progress
        indicator for each non-tooltip frame if needed, and show it.
!       (hide_hourglass) [TARGET_API_MAC_CARBON]: Hide progress indicators.
  
        * macgui.h [!TARGET_API_MAC_CARBON]: Include Appearance.h and
        Controls.h.  Use ThemeCursor instead of CursHandle.
  
!       * macterm.c (activate_scroll_bars, deactivate_scroll_bars):
!       Remove functions and declarations.
!       (mac_set_colors): Take argument for saving background color.
!       All callers changed.
        (XDrawLine, XClearArea, mac_draw_bitmap, XFillRectangle)
        (mac_draw_rectangle, mac_draw_string_common): Save and Restore
        background color.
        (x_update_end, mac_do_track_drag): Don't reset background color.
!       (mac_define_frame_cursor) [!TARGET_API_MAC_CARBON]:
!       Use SetThemeCursor.
        (x_set_window_size) [TARGET_API_MAC_CARBON]: Move progress
        indicator control to the upper-right corner of the window.
        (arrow_cursor) [!TARGET_API_MAC_CARBON]: Remove variable.
***************
*** 91,101 ****
        root control instead of contained scroll bar controls.
        (make_mac_terminal_frame): Use ThemeCursor constants.
  
!       * macterm.h (struct mac_output) [TARGET_API_MAC_CARBON]: New
!       member hourglass_control.
        (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): New defines.
!       (activate_scroll_bars, deactivate_scroll_bars): Remove
!       declarations.
  
  2005-03-15  YAMAMOTO Mitsuharu  <address@hidden>
  
--- 95,104 ----
        root control instead of contained scroll bar controls.
        (make_mac_terminal_frame): Use ThemeCursor constants.
  
!       * macterm.h (struct mac_output) [TARGET_API_MAC_CARBON]:
!       New member hourglass_control.
        (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): New defines.
!       (activate_scroll_bars, deactivate_scroll_bars): Remove declarations.
  
  2005-03-15  YAMAMOTO Mitsuharu  <address@hidden>
  
***************
*** 513,520 ****
  
        * xselect.c (selection_data_to_lisp_data): For the special case
        type == XA_ATOM, data contains array of int, not array of Atom.
!       (x_property_data_to_lisp, selection_data_to_lisp_data): Comment
!       update: data must be array of int for format == 32.
  
  2005-02-08  Stefan Monnier  <address@hidden>
  
--- 516,523 ----
  
        * xselect.c (selection_data_to_lisp_data): For the special case
        type == XA_ATOM, data contains array of int, not array of Atom.
!       (x_property_data_to_lisp, selection_data_to_lisp_data):
!       Comment update: data must be array of int for format == 32.
  
  2005-02-08  Stefan Monnier  <address@hidden>
  




reply via email to

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