comparison src/ChangeLog @ 70317:48f9beb0cfdc

(Fforward_comment): Detect generic comment at beginning of buffer when moving backwards.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 01 May 2006 13:09:24 +0000
parents c1d19773499c
children c92ef36cfd85
comparison
equal deleted inserted replaced
70316:c1d19773499c 70317:48f9beb0cfdc
1 2006-05-01 Martin Rudalics <rudalics@gmx.at>
2
3 * syntax.c (Fforward_comment): Detect generic comment at beginning of
4 buffer when moving backwards.
5
1 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 6 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 7
3 * dispnew.c (update_window): Don't set changed_p when mode/header 8 * dispnew.c (update_window): Don't set changed_p when mode/header
4 line is updated. 9 line is updated.
5 10
6 * xdisp.c (prepare_menu_bars) [MAC_OS]: Call mac_update_title_bar. 11 * 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 12 (get_glyph_face_and_encoding, get_char_face_and_encoding):
8 distinguish known faces from others. 13 Don't distinguish known faces from others.
9 14
10 * mac.c (mac_coerce_file_name_ptr): Try typeFSRef if coercion 15 * mac.c (mac_coerce_file_name_ptr): Try typeFSRef if coercion
11 through typeFileURL failed. 16 through typeFileURL failed.
12 17
13 * macfns.c (mac_update_title_bar): New function. 18 * macfns.c (mac_update_title_bar): New function.
14 [TARGET_API_MAC_CARBON] (mac_update_proxy_icon): New function. 19 [TARGET_API_MAC_CARBON] (mac_update_proxy_icon): New function.
15 (show_hourglass, hide_hourglass) [USE_CG_DRAWING]: Call 20 (show_hourglass, hide_hourglass) [USE_CG_DRAWING]:
16 mac_prepare_for_quickdraw. 21 Call mac_prepare_for_quickdraw.
17 22
18 * macgui.h (USE_ATSUI): Set default to 1 if MAC_OSX is defined. 23 * 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. 24 (USE_CG_DRAWING): Don't define if compiled on Mac OS X 10.1.
20 (enum pcm_status): New enum. 25 (enum pcm_status): New enum.
21 (XCHARSTRUCTROW_CHAR_VALID_P, XCHARSTRUCTROW_SET_CHAR_VALID) 26 (XCHARSTRUCTROW_CHAR_VALID_P, XCHARSTRUCTROW_SET_CHAR_VALID)
22 (XCharStructRow): Remove. Now validity is represented by 27 (XCharStructRow): Remove. Now validity is represented by
23 non-negativeness of sum of ascent and descent. 28 non-negativeness of sum of ascent and descent.
24 (struct MacFontStruct): Change type of member `rows'. 29 (struct MacFontStruct): Change type of member `rows'.
25 (struct _XGC) [USE_CG_DRAWING]: Add member `clip_rects'. 30 (struct _XGC) [USE_CG_DRAWING]: Add member `clip_rects'.
26 31
27 * macterm.c (mac_draw_line, mac_draw_line_to_pixmap): Adjust 32 * macterm.c (mac_draw_line, mac_draw_line_to_pixmap):
28 endpoints of strictly horizontal/vertical lines. 33 Adjust endpoints of strictly horizontal/vertical lines.
29 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Set clip_rects. 34 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Set clip_rects.
30 (pcm_init, pcm_get_status): New functions. 35 (pcm_init, pcm_get_status): New functions.
31 (x_per_char_metric, XLoadQueryFont): Use them instead of 36 (x_per_char_metric, XLoadQueryFont): Use them instead of
32 XCharStructRow and related macros. 37 XCharStructRow and related macros.
33 (x_draw_relief_rect): Don't adjust arguments of mac_draw_line. 38 (x_draw_relief_rect): Don't adjust arguments of mac_draw_line.