Mercurial > emacs
comparison src/ChangeLog @ 66843:db8315ce9b14
*** empty log message ***
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Sun, 13 Nov 2005 05:48:59 +0000 |
parents | 82d9f69e4e3c |
children | d3fa771c0ae7 |
comparison
equal
deleted
inserted
replaced
66842:30fdb26e5ddd | 66843:db8315ce9b14 |
---|---|
1 2005-11-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
2 | |
3 * macgui.h (USE_CG_TEXT_DRAWING): New define. | |
4 (struct MacFontStruct) [USE_CG_TEXT_DRAWING]: New members cg_font | |
5 and cg_glyphs. | |
6 | |
7 * macterm.c [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): New function. | |
8 (x_draw_glyph_string_foreground) [USE_CG_TEXT_DRAWING]: Use it. | |
9 (XLoadQueryFont) [USE_CG_TEXT_DRAWING]: Set members cg_font and | |
10 cg_glyphs in struct MacFontStruct if synthesized bold or italic is | |
11 not used and font substitution never occurs for ASCII and Latin-1 | |
12 characters. | |
13 (XLoadQueryFont): Maximum and minimum metrics are now those among | |
14 ASCII characters. | |
15 (XLoadQueryFont) [!MAC_OS8 || USE_ATSUI]: Apply WebKit-style | |
16 height adjustments for Courier, Helvetica, and Times. | |
17 | |
18 * s/darwin.h (LIBS_CARBON) [!HAVE_CARBON]: Remove `-framework Carbon'. | |
19 | |
1 2005-11-11 David Reitter <david.reitter@gmail.com> | 20 2005-11-11 David Reitter <david.reitter@gmail.com> |
2 | 21 |
3 * macterm.c (syms_of_macterm): Remove macCtrlKey, macShiftKey, | 22 * macterm.c (syms_of_macterm): Remove macCtrlKey, macShiftKey, |
4 macMetaKey, macAltKey. Introduce Qctrl, Qmeta, | 23 macMetaKey, macAltKey. Introduce Qctrl, Qmeta, |
5 Vmac_control_modifier / mac-control-modifier, | 24 Vmac_control_modifier / mac-control-modifier, |
258 * macterm.c (last_mouse_glyph_frame): New var. | 277 * macterm.c (last_mouse_glyph_frame): New var. |
259 (note_mouse_movement): Say mouse moved if current frame differs | 278 (note_mouse_movement): Say mouse moved if current frame differs |
260 from last_mouse_glyph_frame, and update last_mouse_glyph_frame. | 279 from last_mouse_glyph_frame, and update last_mouse_glyph_frame. |
261 (XTmouse_position): Set last_mouse_glyph_frame. | 280 (XTmouse_position): Set last_mouse_glyph_frame. |
262 (XTread_socket): Clear last_mouse_glyph_frame on mouse up/down event. | 281 (XTread_socket): Clear last_mouse_glyph_frame on mouse up/down event. |
263 (mac_draw_string_common) [MAC_OSX && WORDS_BIG_ENDIAN]: Fix typo. | 282 (mac_draw_string_common) [USE_ATSUI && WORDS_BIG_ENDIAN]: Fix typo. |
264 Use EndianU16_BtoN. | 283 Use EndianU16_BtoN. |
265 (mac_draw_string_common) [MAC_OSX]: Don't use ATSUClearLayoutControls. | 284 (mac_draw_string_common) [MAC_OSX]: Don't use ATSUClearLayoutControls. |
266 (x_per_char_metric, XLoadQueryFont) | 285 (x_per_char_metric, XLoadQueryFont) |
267 [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Use device origins to get | 286 [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Use device origins to get |
268 glyph bounds. | 287 glyph bounds. |