aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 79406894a58..3e7b64becb1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12012-08-21 Paul Eggert <eggert@cs.ucla.edu>
2
3 Make recently-introduced setters macros.
4 * fontset.c (set_fontset_id, set_fontset_name, set_fontset_ascii)
5 (set_fontset_base, set_fontset_frame, set_fontset_nofont_face)
6 (set_fontset_default, set_fontset_fallback): Rename from their
7 upper-case counterparts, and make them functions rather than macros.
8 This is more consistent with the other recently-introduced setters.
9 These don't need to be inline, since they're local.
10
12012-08-21 Jan Djärv <jan.h.d@swipnet.se> 112012-08-21 Jan Djärv <jan.h.d@swipnet.se>
2 12
3 * nsterm.m (fd_handler:): Alloc and release a NSAutoreleasePool in 13 * nsterm.m (fd_handler:): Alloc and release a NSAutoreleasePool in