diff options
| author | Adrian Robert | 2009-06-08 04:34:54 +0000 |
|---|---|---|
| committer | Adrian Robert | 2009-06-08 04:34:54 +0000 |
| commit | c1d04d84572d75b359f22c5c1c1307dc5e93fd28 (patch) | |
| tree | 51dd44d4764aacfaf5db74a0286130d85bf93eba /src/ChangeLog | |
| parent | 8840261a51e08534a983a4e66da0dff5a456aaff (diff) | |
| download | emacs-c1d04d84572d75b359f22c5c1c1307dc5e93fd28.tar.gz emacs-c1d04d84572d75b359f22c5c1c1307dc5e93fd28.zip | |
2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
* nsterm.m (ns_use_system_highlight_color): Drop, unused.
2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
Changes to support :script/:lang/:otf in NS font driver.
* nsfont.m (nsfont_escape_name, nsfont_unescape_name)
(nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
indicate not part of font driver interface, and change callers.
(ns_get_family): Remove pointless null check.
(nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
ns_spec_to_descriptor, ns_descriptor_to_entity.
(nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
(ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
(ns_spec_to_descriptor, ns_descriptor_to_entity)
(ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
(ns_get_req_script, ns_accumulate_script_ranges)
(ns_script_to_charset, ns_get_covering_families, ns_findfonts):
New functions.
(nsfont_list, nsfont_match): Use ns_findfonts.
(nsfont_open): Use font descriptor instead of traits.
(nsfont_draw): Handle "automatic" (lookup-table) compositions.
(dump_glyphstring): Rename to ns_dump_glyphstring.
* nsfns.m (Fns_popup_font_panel): Use shared font manager.
* fontset.c (fontset_from_font): Remove NS-specific code.
2009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
* nsterm.m (ns_draw_window_cursor): Respect cursor_type for
nonactive windows.
2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
* nsterm.m (ns_init_paths): Append path separator to INFOPATH
variable.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 57f4af904c5..dfffebc031d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,42 @@ | |||
| 1 | 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com> | ||
| 2 | |||
| 3 | * nsterm.m (ns_use_system_highlight_color): Drop, unused. | ||
| 4 | |||
| 5 | 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com> | ||
| 6 | |||
| 7 | Changes to support :script/:lang/:otf in NS font driver. | ||
| 8 | * nsfont.m (nsfont_escape_name, nsfont_unescape_name) | ||
| 9 | (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to | ||
| 10 | indicate not part of font driver interface, and change callers. | ||
| 11 | (ns_get_family): Remove pointless null check. | ||
| 12 | (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with | ||
| 13 | ns_spec_to_descriptor, ns_descriptor_to_entity. | ||
| 14 | (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove. | ||
| 15 | (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute) | ||
| 16 | (ns_spec_to_descriptor, ns_descriptor_to_entity) | ||
| 17 | (ns_charset_covers, ns_lang_to_script, ns_otf_to_script) | ||
| 18 | (ns_get_req_script, ns_accumulate_script_ranges) | ||
| 19 | (ns_script_to_charset, ns_get_covering_families, ns_findfonts): | ||
| 20 | New functions. | ||
| 21 | (nsfont_list, nsfont_match): Use ns_findfonts. | ||
| 22 | (nsfont_open): Use font descriptor instead of traits. | ||
| 23 | (nsfont_draw): Handle "automatic" (lookup-table) compositions. | ||
| 24 | (dump_glyphstring): Rename to ns_dump_glyphstring. | ||
| 25 | |||
| 26 | * nsfns.m (Fns_popup_font_panel): Use shared font manager. | ||
| 27 | |||
| 28 | * fontset.c (fontset_from_font): Remove NS-specific code. | ||
| 29 | |||
| 30 | 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change) | ||
| 31 | |||
| 32 | * nsterm.m (ns_draw_window_cursor): Respect cursor_type for | ||
| 33 | nonactive windows. | ||
| 34 | |||
| 35 | 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change) | ||
| 36 | |||
| 37 | * nsterm.m (ns_init_paths): Append path separator to INFOPATH | ||
| 38 | variable. | ||
| 39 | |||
| 1 | 2009-06-07 Chong Yidong <cyd@stupidchicken.com> | 40 | 2009-06-07 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 41 | ||
| 3 | * xdisp.c (move_it_in_display_line_to): On text-only terminals, | 42 | * xdisp.c (move_it_in_display_line_to): On text-only terminals, |