diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index baddc361f70..f71e4dcbb80 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2013-12-16 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * font.h (valid_font_driver) [!ENABLE_CHECKING]: Define a dummy. | ||
| 4 | This prevents a compilation error on C compilers that do not | ||
| 5 | default functions to return 'int' if not declared. Also, add | ||
| 6 | INLINE_HEADER_BEGIN and INLINE_HEADER_END to this include file, | ||
| 7 | since it now uses inline functions. | ||
| 8 | |||
| 1 | 2013-12-16 Eli Zaretskii <eliz@gnu.org> | 9 | 2013-12-16 Eli Zaretskii <eliz@gnu.org> |
| 2 | 10 | ||
| 3 | * xdisp.c (extend_face_to_end_of_line): Don't fill background of | 11 | * xdisp.c (extend_face_to_end_of_line): Don't fill background of |