aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2013-10-25 10:55:36 +0400
committerDmitry Antipov2013-10-25 10:55:36 +0400
commit78e0b35c45892995da596c65759fdece3e67129d (patch)
tree4e18a2b9f5703f8eb4c7151fc061f4c13892432e /src/ChangeLog
parent963ce6361af7f8b7aefb63e7a50956e497020b12 (diff)
downloademacs-78e0b35c45892995da596c65759fdece3e67129d.tar.gz
emacs-78e0b35c45892995da596c65759fdece3e67129d.zip
Omit unused frame argument of font API's close function.
* font.h (struct font): Drop frame argument. Adjust comment. * font.c (font_clear_cache, font_close_object): Adjust users. * ftfont.c (ftfont_close): * ftxfont.c (ftxfont_close): * macfont.m (macfont_close): * nsfont.m (nsfont_close): * w32font.c (w32font_close): * xfont.c (xfont_close): * xftfont.c (xftfont_close): Adjust driver-specific close functions, tweak comments and make functions safe if called more than once for the same font object.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6da470c38ee..cd31196a15a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
12013-10-25 Dmitry Antipov <dmantipov@yandex.ru>
2
3 Omit unused frame argument of font API's close function.
4 * font.h (struct font): Drop frame argument. Adjust comment.
5 * font.c (font_clear_cache, font_close_object): Adjust users.
6 * ftfont.c (ftfont_close):
7 * ftxfont.c (ftxfont_close):
8 * macfont.m (macfont_close):
9 * nsfont.m (nsfont_close):
10 * w32font.c (w32font_close):
11 * xfont.c (xfont_close):
12 * xftfont.c (xftfont_close): Adjust driver-specific close
13 functions, tweak comments and make functions safe if called
14 more than once for the same font object.
15
12013-10-24 Glenn Morris <rgm@gnu.org> 162013-10-24 Glenn Morris <rgm@gnu.org>
2 17
3 * Makefile.in (abs_top_srcdir): New, set by configure. 18 * Makefile.in (abs_top_srcdir): New, set by configure.