aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAdrian Robert2008-10-01 17:15:16 +0000
committerAdrian Robert2008-10-01 17:15:16 +0000
commit8d0e382ee4161edb2a109fb14e3089a9169ca0ef (patch)
treee25806d0c4e2dca7cd9d38de8477d9fe01b12af0 /src/ChangeLog
parent4009e4f837db0145a32c6d66a5862eb7adcb2a27 (diff)
downloademacs-8d0e382ee4161edb2a109fb14e3089a9169ca0ef.tar.gz
emacs-8d0e382ee4161edb2a109fb14e3089a9169ca0ef.zip
* nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal styles. (nsfont_open): Reenable the cache.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8603222ea32..eb667c7a0ce 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com> 12008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
2 2
3 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
4 styles.
5 (nsfont_open): Reenable the cache.
6
72008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8
3 * font.c (font_matching_entity): Reflect ATTRS in font selection. 9 * font.c (font_matching_entity): Reflect ATTRS in font selection.
4 (font_find_for_lface) [HAVE_NS]: Don't ignore case. 10 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
5 11