aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2014-07-09 10:25:35 +0400
committerDmitry Antipov2014-07-09 10:25:35 +0400
commit876d043fad0062a85ede5ab4f70c2e7f6d0e77ac (patch)
treef4371a2bb4fbc392d9cbf96283373cfbff45d9c6 /src/ChangeLog
parent388b22deb41bd53d9294c0e4dcfb6af286252884 (diff)
downloademacs-876d043fad0062a85ede5ab4f70c2e7f6d0e77ac.tar.gz
emacs-876d043fad0062a85ede5ab4f70c2e7f6d0e77ac.zip
Next minor cleanup of font subsystem.
* font.h (enum font_property_index): Remove FONT_ENTITY_INDEX (no users) and FONT_FORMAT_INDEX (set by a few font drivers but never really used). (FONT_ENTITY_NOT_LOADABLE, FONT_ENTITY_SET_NOT_LOADABLE): Remove; unused. * ftfont.h (ftfont_font_format): Remove prototype. * ftfont.c (ftfont_font_format): Remove; now unused. (ftfont_open): * nsfont.m (nsfont_open): * w32font.c (w32font_open_internal): * w32uniscribe.c (uniscribe_open): * xfont.c (xfont_open): * xftfont.c (xftfont_open): All users changed.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ba56edda715..10984d5ce25 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,20 @@
12014-07-09 Dmitry Antipov <dmantipov@yandex.ru>
2
3 Next minor cleanup of font subsystem.
4 * font.h (enum font_property_index): Remove FONT_ENTITY_INDEX (no
5 users) and FONT_FORMAT_INDEX (set by a few font drivers but never
6 really used).
7 (FONT_ENTITY_NOT_LOADABLE, FONT_ENTITY_SET_NOT_LOADABLE): Remove;
8 unused.
9 * ftfont.h (ftfont_font_format): Remove prototype.
10 * ftfont.c (ftfont_font_format): Remove; now unused.
11 (ftfont_open):
12 * nsfont.m (nsfont_open):
13 * w32font.c (w32font_open_internal):
14 * w32uniscribe.c (uniscribe_open):
15 * xfont.c (xfont_open):
16 * xftfont.c (xftfont_open): All users changed.
17
12014-07-09 Eli Zaretskii <eliz@gnu.org> 182014-07-09 Eli Zaretskii <eliz@gnu.org>
2 19
3 * xdisp.c (move_it_to): Adjust calculation of line_start_x to what 20 * xdisp.c (move_it_to): Adjust calculation of line_start_x to what