aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov <[email protected]>2014-06-10 07:32:36 +0400
committerDmitry Antipov <[email protected]>2014-06-10 07:32:36 +0400
commit24ce6a0214e7b885363990e07dabf2935a8c1e11 (patch)
tree3795f80b3441117c4c311cdcf9ae27b1e34e1574 /src/ChangeLog
parent2e120be4e9871626734ba8334897488019c00cdb (diff)
* dispextern.h (struct face) [HAVE_XFT]: Ifdef 'extra' member.
* font.c (font_done_for_face): * xface.c (realize_non_ascii_face): Adjust user. * font.h (struct font_driver): Convert 'prepare_face' to return void because its return value is never used anyway. * xfont.c (xfont_prepare_face): Return void. * xftfont.c (xftfont_prepare_face): Likewise. Use xmalloc. (xftfont_done_face): Use xfree.
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 95afceece2..e050baeb93 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,6 +5,15 @@
function. Also adjust comment.
* fringe.c, w32term.c, xdisp.c, xterm.c: All users changed.
+ * dispextern.h (struct face) [HAVE_XFT]: Ifdef 'extra' member.
+ * font.c (font_done_for_face):
+ * xface.c (realize_non_ascii_face): Adjust user.
+ * font.h (struct font_driver): Convert 'prepare_face' to return
+ void because its return value is never used anyway.
+ * xfont.c (xfont_prepare_face): Return void.
+ * xftfont.c (xftfont_prepare_face): Likewise. Use xmalloc.
+ (xftfont_done_face): Use xfree.
+
2014-06-09 Paul Eggert <[email protected]>
Say (accept-process-output P)'s result pertains to P if P is non-nil.