diff options
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. |