diff options
author | Adrian Robert <Adrian.B.Robert@gmail.com> | 2009-07-20 18:16:02 +0000 |
---|---|---|
committer | Adrian Robert <Adrian.B.Robert@gmail.com> | 2009-07-20 18:16:02 +0000 |
commit | 40b2d973c8855ba5017687defb720e85d4790938 (patch) | |
tree | 30cac25d74d41ee901f3b21f5d4c8c6c5e6d7db8 | |
parent | e4e9c24b32d4e2f740e8bf67746f4f47f29438d2 (diff) | |
download | emacs-40b2d973c8855ba5017687defb720e85d4790938.tar.gz |
* nsfont.m (ns_has_attribute): Remove.
(ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
-rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 05b7097eccf..b3c3fbd3f4e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com> + + * nsfont.m (ns_has_attribute): Remove. + (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead. + 2009-07-18 Juri Linkov <juri@jurta.org> * process.c (Fset_process_query_on_exit_flag): Mention killing |