Mercurial > emacs
diff src/ChangeLog @ 96813:ece3c792fb2e
nsfont.m: duplicate UTF8Strings before modifying with nsfont_escape_family_name - patch due to Seiji Zenitani
| author | Adrian Robert <Adrian.B.Robert@gmail.com> |
|---|---|
| date | Sat, 19 Jul 2008 17:13:48 +0000 |
| parents | eb46d3216494 |
| children | be932007d518 |
line wrap: on
line diff
--- a/src/ChangeLog Sat Jul 19 17:01:36 2008 +0000 +++ b/src/ChangeLog Sat Jul 19 17:13:48 2008 +0000 @@ -1,3 +1,9 @@ +2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com> + + * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font): + strdup() the family UTF8String before modifying it. Patch due to + Seiji Zenitani. + 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com> * nsfns.m (ns_set_background_color): Apply patch from Chong Yidong to
