diff options
author | Tor Lillqvist <tml@iki.fi> | 1999-09-30 16:59:08 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 1999-09-30 16:59:08 +0000 |
commit | 74d88d870aea60625b8f1ed522e86faa223ca487 (patch) | |
tree | 4cfa8e1dcd0a1cd4a29a4f55f416de1577378bbb /ChangeLog | |
parent | 41be586333346e3aa3e75922d8e4de49501df9a6 (diff) | |
download | gtk+-74d88d870aea60625b8f1ed522e86faa223ca487.tar.gz |
On Win32, expand possible hex escapes in the font family (put there by
1999-09-30 Tor Lillqvist <tml@iki.fi>
* gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
expand possible hex escapes in the font family (put there by
logfont_to_xlfd if the font name isn't a legal XLFD font family,
mainly if it contains slashes). (gtk_font_selection_create_xlfd):
On Win32, add hex escapes here, too.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +1999-09-30 Tor Lillqvist <tml@iki.fi> + + * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32, + expand possible hex escapes in the font family (put there by + logfont_to_xlfd if the font name isn't a legal XLFD font family, + mainly if it contains slashes). (gtk_font_selection_create_xlfd): + On Win32, add hex escapes here, too. + Wed Sep 29 19:55:35 1999 Owen Taylor <otaylor@redhat.com> * */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11 |