# HG changeset patch # User Eli Zaretskii # Date 1203181524 0 # Node ID 681edb4786625584ff97e50c886c49001179c075 # Parent a5f49adf9035a84fcd6ff97c6b7df33205f0d872 *** empty log message *** diff -r a5f49adf9035 -r 681edb478662 src/ChangeLog --- a/src/ChangeLog Sat Feb 16 17:04:22 2008 +0000 +++ b/src/ChangeLog Sat Feb 16 17:05:24 2008 +0000 @@ -1,5 +1,9 @@ 2008-02-16 Eli Zaretskii + * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP + instead of char arrays. Enlarge the size of array passed to + get_token_information. + * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation warnings.