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