comparison src/ChangeLog @ 70308:7d6d4101f890

*** empty log message ***
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Mon, 01 May 2006 01:14:30 +0000
parents e96921005878
children c1d19773499c
comparison
equal deleted inserted replaced
70307:91d5409c3df8 70308:7d6d4101f890
1 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * dispnew.c (update_window): Don't set changed_p when mode/header
4 line is updated.
5
6 * xdisp.c (prepare_menu_bars) [MAC_OS]: Call mac_update_title_bar.
7 (get_glyph_face_and_encoding, get_char_face_and_encoding): Don't
8 distinguish known faces from others.
9
10 * mac.c (mac_coerce_file_name_ptr): Try typeFSRef if coercion
11 through typeFileURL failed.
12
13 * macfns.c (mac_update_title_bar): New function.
14 [TARGET_API_MAC_CARBON] (mac_update_proxy_icon): New function.
15 (show_hourglass, hide_hourglass) [USE_CG_DRAWING]: Call
16 mac_prepare_for_quickdraw.
17
18 * macgui.h (USE_ATSUI): Set default to 1 if MAC_OSX is defined.
19 (USE_CG_DRAWING): Don't define if compiled on Mac OS X 10.1.
20 (enum pcm_status): New enum.
21 (XCHARSTRUCTROW_CHAR_VALID_P, XCHARSTRUCTROW_SET_CHAR_VALID)
22 (XCharStructRow): Remove. Now validity is represented by
23 non-negativeness of sum of ascent and descent.
24 (struct MacFontStruct): Change type of member `rows'.
25 (struct _XGC) [USE_CG_DRAWING]: Add member `clip_rects'.
26
27 * macterm.c (mac_draw_line, mac_draw_line_to_pixmap): Adjust
28 endpoints of strictly horizontal/vertical lines.
29 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Set clip_rects.
30 (pcm_init, pcm_get_status): New functions.
31 (x_per_char_metric, XLoadQueryFont): Use them instead of
32 XCharStructRow and related macros.
33 (x_draw_relief_rect): Don't adjust arguments of mac_draw_line.
34 (x_free_frame_resources) [TARGET_API_MAC_CARBON]: Free FRAME_FILE_NAME.
35 (XTread_socket) [TARGET_API_MAC_CARBON]: Handle proxy icon drag
36 and window path pop-up menu on title bar.
37 (mac_use_core_graphics) [USE_CG_DRAWING]: Set default to 1.
38
39 * macterm.h (mac_update_title_bar): Add extern.
40 (struct mac_output) [TARGET_API_MAC_CARBON]: New member `file_name'.
41 (FRAME_FILE_NAME): New macro.
42
43 * unexmacosx.c (unexec): Error if trying unexec from dumped executable.
44
1 2006-04-30 Richard Stallman <rms@gnu.org> 45 2006-04-30 Richard Stallman <rms@gnu.org>
2 46
3 * keymap.c (Fdefine_key): Improve error message 47 * keymap.c (Fdefine_key): Improve error message
4 when KEY begins with a non-prefix key. 48 when KEY begins with a non-prefix key.
5 49