summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>1999-09-30 16:59:08 +0000
committerTor Lillqvist <tml@src.gnome.org>1999-09-30 16:59:08 +0000
commit74d88d870aea60625b8f1ed522e86faa223ca487 (patch)
tree4cfa8e1dcd0a1cd4a29a4f55f416de1577378bbb /ChangeLog
parent41be586333346e3aa3e75922d8e4de49501df9a6 (diff)
downloadgtk+-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b3f9672df1..ad1ef656bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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