summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-07-03 21:43:32 +0000
committerKevin E Martin <kem@kem.org>2005-07-03 21:43:32 +0000
commita0dc7d02bfcaea8c8a60dcbd00795999bd7f8e0a (patch)
tree87d4391d72de343e90e13aeea8e42988491e1420 /ChangeLog
parentb15a03de6b1897d7c8292e154d0e927f43e3cde0 (diff)
Undo previous change to add ${includedir}/X11/fonts to CFLAGS. Instead,
require all apps to include font headers explicitly -- i.e., from <X11/fonts/*.h> instead of "*.h" or <*.h>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf8c413..8f0626d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2005-07-03 Kevin E. Martin <kem-at-freedesktop-dot-org>
+ * xfont.pc.in:
+ Undo previous change to add ${includedir}/X11/fonts to CFLAGS.
+ Instead, require all apps to include font headers explicitly --
+ i.e., from <X11/fonts/*.h> instead of "*.h" or <*.h>.
+
+2005-07-03 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
* src/Type1/Makefile.am:
* src/bitmap/Makefile.am:
* src/builtins/Makefile.am: