aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8e79414feaf..7a29f8d803b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,7 +5,16 @@
5 Avoid Faref and assume that args are always valid. This helps to 5 Avoid Faref and assume that args are always valid. This helps to
6 speedup search, which is especially important for a huge buffers. 6 speedup search, which is especially important for a huge buffers.
7 * lisp.h (char_table_translate): Remove prototype. 7 * lisp.h (char_table_translate): Remove prototype.
8
8 * nsfont.m (nsfont_close): Free glyphs and metrics arrays as well. 9 * nsfont.m (nsfont_close): Free glyphs and metrics arrays as well.
10 * font.c (font_build_object) [HAVE_XFT || HAVE_FREETYPE || HAVE_NS]:
11 New function, with an intention to avoid code duplication between
12 a few font drivers.
13 * font.h (font_build_object) [HAVE_XFT || HAVE_FREETYPE || HAVE_NS]:
14 Add prototype.
15 * ftfont.c (ftfont_open):
16 * macfont.m (macfont_open):
17 * xftfont.c (xftfont_open): Use it.
9 18
102014-07-08 Paul Eggert <eggert@cs.ucla.edu> 192014-07-08 Paul Eggert <eggert@cs.ucla.edu>
11 20