summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2013-09-25 15:05:01 +0100
committerTom Hacohen <tom@stosb.com>2013-09-25 15:07:39 +0100
commitf03148f9e327b4542ef426e1db6841cc251e6569 (patch)
tree41224f7eef4eab80dad5c2b121659088e3a7a864 /ChangeLog
parentbaf018d659548b6ee6265a2d6a05d04f8bf0fb14 (diff)
downloadefl-f03148f9e327b4542ef426e1db6841cc251e6569.tar.gz
Evas font: Fixed evas_font_path_* functions to apply to fontconfig.
Until now those were only used for custom fonts, and not for fontconfig searches. With this commit, fontconfig will also start looking in those dirs.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 68b31c42ea..08204e8c6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-09-25 Tom Hacohen
+ * Evas font: Make the evas_font_path_* functions apply to fontconfig searches.
+
+2013-09-25 Tom Hacohen
+
* Evas font: Use our own fontconfig configuration so we don't get
affected by changes made to the default fontconfig configuration.