diff options
| author | Dmitry Antipov | 2015-01-16 15:15:32 +0300 |
|---|---|---|
| committer | Dmitry Antipov | 2015-01-16 15:15:32 +0300 |
| commit | 4303d11029cf204cbf4ddf917ee0d37b08130570 (patch) | |
| tree | 5781c5e151aed74b7757a475de32190fdb58afcf /src/ChangeLog | |
| parent | 7ee2733f1ecd3d4f2bd782aa802b090c77fbb135 (diff) | |
| download | emacs-4303d11029cf204cbf4ddf917ee0d37b08130570.tar.gz emacs-4303d11029cf204cbf4ddf917ee0d37b08130570.zip | |
Prefer INLINE functions in font.h to match style used in lisp.h
* font.h (FONTP, FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P)
(CHECK_FONT, CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
(XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, CHECK_FONT_GET_OBJECT):
Now functions.
* font.c (Ffont_otf_alternates, Fquery_font, Ffont_get_glyphs):
* ftfont.c (ftfont_shape):
* macfont.m (macfont_shape):
* w32uniscribe.c (uniscribe_shape):
* xftfont.c (xftfont_shape): Adjust CHECK_FONT_GET_OBJECT users.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0601e5a5aed..16e2fa19626 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -18,6 +18,17 @@ | |||
| 18 | * lisp.h (XTERMINAL): Add eassert. | 18 | * lisp.h (XTERMINAL): Add eassert. |
| 19 | * process.c (make_lisp_proc): Now static here. | 19 | * process.c (make_lisp_proc): Now static here. |
| 20 | 20 | ||
| 21 | Prefer INLINE functions in font.h to match style used in lisp.h. | ||
| 22 | * font.h (FONTP, FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P) | ||
| 23 | (CHECK_FONT, CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT) | ||
| 24 | (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, CHECK_FONT_GET_OBJECT): | ||
| 25 | Now functions. | ||
| 26 | * font.c (Ffont_otf_alternates, Fquery_font, Ffont_get_glyphs): | ||
| 27 | * ftfont.c (ftfont_shape): | ||
| 28 | * macfont.m (macfont_shape): | ||
| 29 | * w32uniscribe.c (uniscribe_shape): | ||
| 30 | * xftfont.c (xftfont_shape): Adjust CHECK_FONT_GET_OBJECT users. | ||
| 31 | |||
| 21 | 2015-01-16 Paul Eggert <eggert@cs.ucla.edu> | 32 | 2015-01-16 Paul Eggert <eggert@cs.ucla.edu> |
| 22 | 33 | ||
| 23 | Give up on -Wsuggest-attribute=const | 34 | Give up on -Wsuggest-attribute=const |