diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c516d348d84..91bd0e1137c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2014-10-31 Jan Djärv <jan.h.d@swipnet.se> | 1 | 2014-10-31 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 2 | ||
| 3 | * macfont.m (macfont_glyph_extents): Turn off syntetic bold | ||
| 4 | if force_integral_p (i.e. no antialias). | ||
| 5 | (macfont_draw): Check ns_antialias_text, also turn off syntetic | ||
| 6 | bold if no antialias (Bug#18876). | ||
| 7 | |||
| 3 | * emacs.c (main): Don't chdir to $HOME on Cocoa if --chdir | 8 | * emacs.c (main): Don't chdir to $HOME on Cocoa if --chdir |
| 4 | was given (Bug#18846). | 9 | was given (Bug#18846). |
| 5 | 10 | ||