diff options
| author | Jan Djärv | 2013-11-07 23:21:08 +0100 |
|---|---|---|
| committer | Jan Djärv | 2013-11-07 23:21:08 +0100 |
| commit | 5ee2921081ec21d18b1a190bdacb3ebd3bfdc294 (patch) | |
| tree | 9fbf407c98c2c8bdd9657e631c2a68cf59ae33f4 /src/ChangeLog | |
| parent | 3220d5279d488e51afb3a49cda5c48fa9ca4e36c (diff) | |
| download | emacs-5ee2921081ec21d18b1a190bdacb3ebd3bfdc294.tar.gz emacs-5ee2921081ec21d18b1a190bdacb3ebd3bfdc294.zip | |
Import macfont changes from mac-port 4.5.
* macfont.h (kCTVersionNumber10_9): Define if not defined.
* macfont.m (mac_font_copy_default_descriptors_for_language)
(mac_font_copy_default_name_for_charset_and_languages): Declare.
(cf_charset_table): big-5-0 has uniquifier 0x4EDC.
(macfont_language_default_font_names): New.
(macfont_list): Rearrange language/charset code.
(macfont_close): Don't check for macfont_info->cache.
(mac_ctfont_create_preferred_family_for_attributes): New font
selection code, call
mac_font_copy_default_name_for_charset_and_languages.
(mac_font_copy_default_descriptors_for_language)
(mac_font_copy_default_name_for_charset_and_languages): New functions.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2f774b87b13..2914c23ef0e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2013-11-07 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | Import changes from mac-port 4.5. | ||
| 4 | * macfont.m (mac_font_copy_default_descriptors_for_language) | ||
| 5 | (mac_font_copy_default_name_for_charset_and_languages): Declare. | ||
| 6 | (cf_charset_table): big-5-0 has uniquifier 0x4EDC. | ||
| 7 | (macfont_language_default_font_names): New. | ||
| 8 | (macfont_list): Rearrange language/charset code. | ||
| 9 | (macfont_close): Don't check for macfont_info->cache. | ||
| 10 | (mac_ctfont_create_preferred_family_for_attributes): New font | ||
| 11 | selection code, call | ||
| 12 | mac_font_copy_default_name_for_charset_and_languages. | ||
| 13 | (mac_font_copy_default_descriptors_for_language) | ||
| 14 | (mac_font_copy_default_name_for_charset_and_languages): New functions. | ||
| 15 | |||
| 16 | * macfont.h (kCTVersionNumber10_9): Define if not defined. | ||
| 17 | |||
| 1 | 2013-11-07 Paul Eggert <eggert@cs.ucla.edu> | 18 | 2013-11-07 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 19 | ||
| 3 | Port to C11 aligned_alloc, and fix some integer overflows. | 20 | Port to C11 aligned_alloc, and fix some integer overflows. |