comparison src/ChangeLog @ 61578:32dc2e5cecba

*** empty log message ***
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Sat, 16 Apr 2005 03:07:58 +0000
parents b6b7474dd68b
children 87307a76373c
comparison
equal deleted inserted replaced
61577:9b7b62fc3d45 61578:32dc2e5cecba
1 2005-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * Makefile.in (mac.o): Depend on charset.h and coding.h.
4
5 * mac.c: Include charset.h and coding.h.
6 [TARGET_API_MAC_CARBON] (Qutf_8): Remove extern.
7 [TARGET_API_MAC_CARBON] (cfstring_create_with_string): New
8 function.
9 [TARGET_API_MAC_CARBON] (Fmac_get_preference): Use it.
10
11 * macfns.c [TARGET_API_MAC_CARBON] (Fx_file_dialog): Likewise.
12
13 * image.c [MAC_OSX] (image_load_quartz2d): Likewise.
14
15 * macterm.c (x_autoselect_window_p): Remove variable.
16 (last_window): New variable.
17 (XTreassert_line_highlight, x_change_line_highlight): Remove
18 declarations.
19 (mac_focus_changed, x_detect_focus_change): New functions and
20 declarations.
21 (XTextExtents16, front_emacs_window): Remove function.
22 (mac_focus_frame): New function.
23 (XTmouse_position, do_menu_choice, do_zoom_window, XTread_socket)
24 (mac_check_for_quit_char): Use it instead of front_emacs_window.
25 (x_scroll_bar_report_motion): Obtain window from control owner.
26 (x_make_frame_invisible): Set window manager size hint.
27 (do_mouse_moved): Remove function.
28 (XTread_socket): Move its contents here. Generate select-window
29 event on mouse movement if needed. Use x_detect_focus_change on
30 activate/deactivate events. Don't deiconify frame or invalidate
31 window rectangle when dnd items are dropped. Don't
32 activate/deactivate root control.
33 (frame_highlight, frame_unhighlight): Activate/deactivate root
34 control here.
35 (syms_of_macterm): Delete DEFVAR_BOOL for x_autoselect_window_p.
36
37 * macterm.h (cfstring_create_with_string) [TARGET_API_MAC_CARBON]:
38 New extern.
39
1 2005-04-15 Luc Teirlinck <teirllm@auburn.edu> 40 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
2 41
3 * Makefile.in: Define new macro TOOLTIP_SUPPORT. 42 * Makefile.in: Define new macro TOOLTIP_SUPPORT.
4 (lisp): Use it. 43 (lisp): Use it.
5 (SOME_MACHINE_LISP): Add tooltip. 44 (SOME_MACHINE_LISP): Add tooltip.