From: Jason Rumney Date: Fri, 2 May 2008 10:47:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1f6a61b54b03c2ec5177c276d2ba1557f81aa944;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog.fb b/src/ChangeLog.fb index f1cde8d13b4..c4d76f9744f 100644 --- a/src/ChangeLog.fb +++ b/src/ChangeLog.fb @@ -1,3 +1,15 @@ +2008-05-02 Jason Rumney + + * w32font.c (w32font_open_internal): Change last argument from + w32font_info struct to font object. Fill in font object from + font_entity. + (w32font_open): Pass font_object to w32font_open_internal. + + * w32font.h (w32font_open_internal): Update declaration. + + * w32uniscribe.c (uniscribe_open): Pass font_object to + w32font_open_internal. + 2008-05-01 Jason Rumney * font.h (struct font) [WINDOWSNT]: Remove codepage member.