diff options
| author | YAMAMOTO Mitsuharu | 2005-10-01 11:12:06 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2005-10-01 11:12:06 +0000 |
| commit | ddcb7665781258edffa6b53db88280bcc86f89cd (patch) | |
| tree | 002abc7c363ff24d8fe989c6c595c08c48fa540b | |
| parent | c3bd8190a26087ee8e6095b7b1f1a11ff5120125 (diff) | |
| download | emacs-ddcb7665781258edffa6b53db88280bcc86f89cd.tar.gz emacs-ddcb7665781258edffa6b53db88280bcc86f89cd.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | src/ChangeLog | 28 |
2 files changed, 34 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 16fe592c4cf..0ea1e141bce 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * term/mac-win.el: Add charset info for "iso10646-1". Modify | ||
| 4 | default fontset to use ATSUI-compatible fonts for some charsets if | ||
| 5 | available. | ||
| 6 | |||
| 1 | 2005-10-01 Chong Yidong <cyd@stupidchicken.com> | 7 | 2005-10-01 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 8 | ||
| 3 | * speedbar.el: Re-apply arch tag. | 9 | * speedbar.el: Re-apply arch tag. |
diff --git a/src/ChangeLog b/src/ChangeLog index eee90b5a2e7..b1a3414e179 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,31 @@ | |||
| 1 | 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * keyboard.c (init_keyboard) [MAC_OSX]: Don't install SIGINT handler. | ||
| 4 | |||
| 5 | * macfns.c (start_hourglass): Apply 2005-05-07 change for xfns.c. | ||
| 6 | (x_create_tip_frame) [GLYPH_DEBUG]: Uncomment debug code. | ||
| 7 | (Fx_create_frame, x_create_tip_frame) [USE_ATSUI]: Try | ||
| 8 | ATSUI-compatible 12pt Monaco font first. | ||
| 9 | |||
| 10 | * macgui.h (struct _XCharStruct): New member valid_p. | ||
| 11 | (STORE_XCHARSTRUCT): Set valid_p. | ||
| 12 | (struct MacFontStruct) [USE_ATSUI]: New member mac_style. | ||
| 13 | |||
| 14 | * macterm.c (mac_draw_string_common, x_per_char_metric) | ||
| 15 | (mac_compute_glyph_string_overhangs, init_font_name_table) | ||
| 16 | (XLoadQueryFont, mac_unload_font) [USE_ATSUI]: Add ATSUI support. | ||
| 17 | (atsu_get_text_layout_with_text_ptr) [USE_ATSUI]: New function. | ||
| 18 | (x_draw_glyph_string_background) | ||
| 19 | (x_draw_glyph_string_foreground) [MAC_OS8 && USE_ATSUI]: Don't use | ||
| 20 | XDrawImageString. Always draw background and foreground separately. | ||
| 21 | (x_draw_glyph_string_foreground) [USE_ATSUI]: Don't use 8-bit | ||
| 22 | functions for one-byte chars when using ATSUI-compatible fonts. | ||
| 23 | (atsu_font_id_hash) [USE_ATSUI]: New variable. | ||
| 24 | (syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it. | ||
| 25 | (XLoadQueryFont): Set min_byte1, max_byte1, min_char_or_byte2, and | ||
| 26 | max_char_or_byte2 more in detail. | ||
| 27 | (quit_char_comp, mac_check_for_quit_char) [MAC_OSX]: Remove functions. | ||
| 28 | |||
| 1 | 2005-09-30 Dan Nicolaescu <dann@ics.uci.edu> | 29 | 2005-09-30 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 30 | ||
| 3 | * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct | 31 | * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct |