aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 43358338c4d..a794eb9eb90 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12011-04-11 Paul Eggert <eggert@cs.ucla.edu> 12011-04-11 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 font.c: Make copy_font_spec and merge_font_spec ordinary C functions.
4 * font.c (copy_font_spec): Rename from Fcopy_font_spec, since it
5 was inaccessible from Lisp.
6 (merge_font_spec): Likewise, renaming from Fmerge_font_spec.
7 * font.c, font.h, fontset.c, xfaces.c, xfont.c: Change all uses.
8
3 alloc.c: Import and export fewer symbols, and remove unused items. 9 alloc.c: Import and export fewer symbols, and remove unused items.
4 * lisp.h (suppress_checking, die): Declare only if ENABLE_CHECKING 10 * lisp.h (suppress_checking, die): Declare only if ENABLE_CHECKING
5 is defined. 11 is defined.