Mercurial > emacs
comparison src/ChangeLog @ 71505:9591ee84e734
*** empty log message ***
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Wed, 28 Jun 2006 08:32:03 +0000 |
parents | 36c0b042a602 |
children | 7c413f74b1bf |
comparison
equal
deleted
inserted
replaced
71504:2b4e59cd1121 | 71505:9591ee84e734 |
---|---|
1 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
2 | |
3 * mac.c [!TARGET_API_MAC_CARBON]: Don't include FixMath.h or Scrap.h. | |
4 | |
5 * macfns.c (Fx_create_frame): Apply 2006-06-24 change for xfns.c. | |
6 | |
7 * macgui.h (USE_MAC_TSM) [TARGET_API_MAC_CARBON]: Set default to 1. | |
8 | |
9 * macterm.c (Qeql): Add extern. | |
10 (x_set_mouse_pixel_position) [MAC_OSX]: Use CGWarpMouseCursorPosition. | |
11 (fm_style_face_attributes_alist) [USE_ATSUI]: New variable. | |
12 (syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it. | |
13 Change keys of Vmac_atsu_font_table from strings to numbers. | |
14 (fm_style_to_face_attributes) [USE_ATSUI]: New function. | |
15 (init_font_name_table) [USE_ATSUI]: Use it. | |
16 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: New variable. | |
17 (syms_of_macterm) [USE_MAC_TSM]: Initialize and staticpro it. | |
18 [USE_MAC_TSM] (mac_tsm_resume): Restore script and language codes | |
19 only when saved_ts_script_language_on_focus coincides with | |
20 Vmac_ts_script_language_on_focus. | |
21 [USE_MAC_TSM] (mac_tsm_suspend): Save value of | |
22 Vmac_ts_script_language_on_focus to saved_ts_script_language_on_focus. | |
23 (XTread_socket) [USE_MAC_TSM]: Add Mac OS Classic support. | |
24 [USE_MAC_TSM] (mac_handle_text_input_event, init_tsm): Likewise. | |
25 | |
1 2006-06-27 Chong Yidong <cyd@stupidchicken.com> | 26 2006-06-27 Chong Yidong <cyd@stupidchicken.com> |
2 | 27 |
3 * editfns.c (Fdelete_field, Ffield_string, Ffield_beginning) | 28 * editfns.c (Fdelete_field, Ffield_string, Ffield_beginning) |
4 (Ffield_string_no_properties, Ffield_end): Mention | 29 (Ffield_string_no_properties, Ffield_end): Mention |
5 args-out-of-range error condition in docstring. | 30 args-out-of-range error condition in docstring. |