aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-12-16 10:05:53 -0800
committerPaul Eggert2013-12-16 10:05:53 -0800
commit32779713e1a809d0e85efcc90677b7a029fbf69b (patch)
tree3867aa71f97eaad426a085d6b8a0514f4f665600 /src/ChangeLog
parentd865f6b5554c6adf04f0786b821ba4c07c12d48d (diff)
downloademacs-32779713e1a809d0e85efcc90677b7a029fbf69b.tar.gz
emacs-32779713e1a809d0e85efcc90677b7a029fbf69b.zip
* font.h (valid_font_driver) [!ENABLE_CHECKING]: Define a dummy.
This prevents a compilation error on C compilers that do not default functions to return 'int' if not declared. Also, add INLINE_HEADER_BEGIN and INLINE_HEADER_END to this include file, since it now uses inline functions.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
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 @@
12013-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
12013-12-16 Eli Zaretskii <eliz@gnu.org> 92013-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