# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1151483523 0 # Node ID 9591ee84e7340fcfb0ac065526319f4944825f47 # Parent 2b4e59cd112182913c744537b133748abd6cb79f *** empty log message *** diff -r 2b4e59cd1121 -r 9591ee84e734 lisp/ChangeLog --- a/lisp/ChangeLog Wed Jun 28 08:31:32 2006 +0000 +++ b/lisp/ChangeLog Wed Jun 28 08:32:03 2006 +0000 @@ -1,3 +1,12 @@ +2006-06-28 YAMAMOTO Mitsuharu + + * term/mac-win.el (mac-handle-font-selection): Change keys of + mac-atsu-font-table from strings to numbers. + (mac-ts-caret-position): Use also when cursor-type is nil. + (mac-ts-update-active-input-area): Add Mac OS Classic support. + Relax condition for using overlay strings. Use + mac-ts-caret-position face when cursor-type is nil. + 2006-06-26 Kim F. Storm * help.el (view-emacs-news): Declare `res' in the right let* form. diff -r 2b4e59cd1121 -r 9591ee84e734 src/ChangeLog --- a/src/ChangeLog Wed Jun 28 08:31:32 2006 +0000 +++ b/src/ChangeLog Wed Jun 28 08:32:03 2006 +0000 @@ -1,3 +1,28 @@ +2006-06-28 YAMAMOTO Mitsuharu + + * mac.c [!TARGET_API_MAC_CARBON]: Don't include FixMath.h or Scrap.h. + + * macfns.c (Fx_create_frame): Apply 2006-06-24 change for xfns.c. + + * macgui.h (USE_MAC_TSM) [TARGET_API_MAC_CARBON]: Set default to 1. + + * macterm.c (Qeql): Add extern. + (x_set_mouse_pixel_position) [MAC_OSX]: Use CGWarpMouseCursorPosition. + (fm_style_face_attributes_alist) [USE_ATSUI]: New variable. + (syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it. + Change keys of Vmac_atsu_font_table from strings to numbers. + (fm_style_to_face_attributes) [USE_ATSUI]: New function. + (init_font_name_table) [USE_ATSUI]: Use it. + (saved_ts_script_language_on_focus) [USE_MAC_TSM]: New variable. + (syms_of_macterm) [USE_MAC_TSM]: Initialize and staticpro it. + [USE_MAC_TSM] (mac_tsm_resume): Restore script and language codes + only when saved_ts_script_language_on_focus coincides with + Vmac_ts_script_language_on_focus. + [USE_MAC_TSM] (mac_tsm_suspend): Save value of + Vmac_ts_script_language_on_focus to saved_ts_script_language_on_focus. + (XTread_socket) [USE_MAC_TSM]: Add Mac OS Classic support. + [USE_MAC_TSM] (mac_handle_text_input_event, init_tsm): Likewise. + 2006-06-27 Chong Yidong * editfns.c (Fdelete_field, Ffield_string, Ffield_beginning)