diff options
| author | YAMAMOTO Mitsuharu | 2006-05-01 01:14:30 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2006-05-01 01:14:30 +0000 |
| commit | c1eb34c22c52e237a588059d93781a1bd757c8ca (patch) | |
| tree | 589c93320df625dc4adcb634857c0a529ffa5284 /src | |
| parent | 15ba779363ab1069b0ddba682de844246e78a72b (diff) | |
| download | emacs-c1eb34c22c52e237a588059d93781a1bd757c8ca.tar.gz emacs-c1eb34c22c52e237a588059d93781a1bd757c8ca.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1f96b0aaaa4..8b5ca9e8435 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,47 @@ | |||
| 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 |