comparison src/ChangeLog @ 4809:0d3ccd5a2509

Initialize the result variable passed to FcFontMatch. See xemacs-patches message <870180fe1001071349i63d185bfu4906c5a4399407cd@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Thu, 07 Jan 2010 14:50:24 -0700
parents 53071486ff7a
children ae2e0c1c8fae
comparison
equal deleted inserted replaced
4808:53071486ff7a 4809:0d3ccd5a2509
1 2010-01-07 Jerry James <james@xemacs.org>
2
3 * font-mgr.c (Ffc_font_match): Initialize result to FcResultMatch
4 before calling FcFontMatch.
5 * objects-xlike-inc.c (xft_find_charset_font): Ditto.
6
1 2010-01-07 Henrique Martins <xemacs@martins.cc> 7 2010-01-07 Henrique Martins <xemacs@martins.cc>
2 8
3 * dired.c (file_name_completion): If a file is too big to stat(), 9 * dired.c (file_name_completion): If a file is too big to stat(),
4 ignore the error, since we don't use the size. 10 ignore the error, since we don't use the size.
5 11