diff options
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 |