diff options
| author | Jan Djärv | 2013-09-15 21:43:32 +0200 |
|---|---|---|
| committer | Jan Djärv | 2013-09-15 21:43:32 +0200 |
| commit | 745d3809b6b0cc594a3e1f5dd24cd043b4c3532d (patch) | |
| tree | 9684666a003a2f1b9f55f1de7267d9fe5b561663 /src/ChangeLog | |
| parent | d93ab42eb9ee55bccc1c014ee846f8e2bc555020 (diff) | |
| download | emacs-745d3809b6b0cc594a3e1f5dd24cd043b4c3532d.tar.gz emacs-745d3809b6b0cc594a3e1f5dd24cd043b4c3532d.zip | |
Fix compilation for GNUStep due to font changes.
* font.c (syms_of_font): Check MAC_OS_X_VERSION_MAX_ALLOWED >= 1050
for syms_of_macfont.
* nsfns.m (Fx_create_frame): Fix font driver registration for
GNUStep.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e3b29c9b21d..0050d949dd2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2013-09-15 Jan Djärv <jan.h.d@swipnet.se> | 1 | 2013-09-15 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 2 | ||
| 3 | * nsfns.m (Fx_create_frame): Fix font driver registration for | ||
| 4 | GNUStep. | ||
| 5 | |||
| 6 | * font.c (syms_of_font): Check MAC_OS_X_VERSION_MAX_ALLOWED >= 1050 | ||
| 7 | for syms_of_macfont. | ||
| 8 | |||
| 3 | * nsterm.m: Include macfont.h. | 9 | * nsterm.m: Include macfont.h. |
| 4 | (ns_tmp_flags, ns_tmp_font): Remove. | 10 | (ns_tmp_flags, ns_tmp_font): Remove. |
| 5 | (ns_compute_glyph_string_overhangs): Check for driver Qns. | 11 | (ns_compute_glyph_string_overhangs): Check for driver Qns. |