summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2005-11-04 20:40:22 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2005-11-04 20:40:22 +0000
commitf3d4ab2fecbc21745436e54b81729a330a915648 (patch)
tree0cff44e49873fe0718bd101d74c8d26018ac44cb /ChangeLog
parent180425705216d4d7dfa698ee46a3d026deafa5c4 (diff)
downloadpango-f3d4ab2fecbc21745436e54b81729a330a915648.tar.gz
Use macros for locking and unlocking fonts we know are valid to avoid
2005-11-04 Behdad Esfahbod <behdad@gnome.org> * pango/pangofc-font.c: Use macros for locking and unlocking fonts we know are valid to avoid redundant PANGO_IS_FC_FONT checks. (Review by Matthias Clasen)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d59590fe..26c40105 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-04 Behdad Esfahbod <behdad@gnome.org>
+
+ * pango/pangofc-font.c: Use macros for locking and unlocking fonts
+ we know are valid to avoid redundant PANGO_IS_FC_FONT checks.
+ (Review by Matthias Clasen)
+
2005-11-03 Behdad Esfahbod <behdad@gnome.org>
* docs/tmpl/main.sgml, pango/Makefile.am, pango/pango-context.c