Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 5009:2eec7322eb7f
Miscellaneous small fixes to Windows VS6 build
author | Vin Shelton <acs@xemacs.org> |
---|---|
date | Tue, 09 Feb 2010 16:25:04 -0500 |
parents | ecdc03ef6e12 |
children |
line wrap: on
line diff
--- a/src/ChangeLog Mon Feb 08 20:45:21 2010 -0500 +++ b/src/ChangeLog Tue Feb 09 16:25:04 2010 -0500 @@ -1,3 +1,10 @@ +2010-02-09 Vin Shelton <acs@xemacs.org> + + * objects-msw.c (mswindows_font_spec_matches_charset_stage_2): + Declare hfont at start of a code block. + + * glyphs-eimage.c: Undefine and then redefine FAR around the jpeg headers. + 2010-02-08 Vin Shelton <acs@xemacs.org> * nt.c (open_unc_volume): lpRemoteName is an XELPTSTR.