diff options
| author | Jan Djärv | 2014-07-20 15:18:47 +0200 |
|---|---|---|
| committer | Jan Djärv | 2014-07-20 15:18:47 +0200 |
| commit | 880b716696b4d8737e7199d6487f17b7e6825dd4 (patch) | |
| tree | 92dac1478861aa683ce4a90308e5f6bb05849d09 /src/ChangeLog | |
| parent | eb8cb39e8930b476e20bb8434e28a350e46ece34 (diff) | |
| download | emacs-880b716696b4d8737e7199d6487f17b7e6825dd4.tar.gz emacs-880b716696b4d8737e7199d6487f17b7e6825dd4.zip | |
* macfont.h (macfont_update_antialias_threshold): Declare.
* macfont.m (macfont_update_antialias_threshold): Remove static.
* nsterm.h (EmacsApp): Add antialiasThresholdDidChange.
* nsterm.m (applicationDidFinishLaunching:): Call
antialiasThresholdDidChange, register for antialias changes.
(antialiasThresholdDidChange:): New method for EmacsApp.
Fixes: debbugs:17534
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8dda7baa6a4..f39526f4f4b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2014-07-20 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * nsterm.m (applicationDidFinishLaunching:): Call | ||
| 4 | antialiasThresholdDidChange, register for antialias changes (Bug#17534). | ||
| 5 | (antialiasThresholdDidChange:): New method for EmacsApp. | ||
| 6 | |||
| 7 | * nsterm.h (EmacsApp): Add antialiasThresholdDidChange. | ||
| 8 | |||
| 9 | * macfont.m (macfont_update_antialias_threshold): Remove static. | ||
| 10 | |||
| 11 | * macfont.h (macfont_update_antialias_threshold): Declare. | ||
| 12 | |||
| 1 | 2014-07-17 Eli Zaretskii <eliz@gnu.org> | 13 | 2014-07-17 Eli Zaretskii <eliz@gnu.org> |
| 2 | 14 | ||
| 3 | * w32select.c (setup_windows_coding_system): Apply | 15 | * w32select.c (setup_windows_coding_system): Apply |