From 517386c7f7c7622632ea620668da21179fddcf9c Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sat, 12 Jul 2003 23:15:59 +0000 Subject: [PATCH] Mention changes to unix/fontutil.cpp. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@21932 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index 90c70c24b6..5c979a6015 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -195,6 +195,10 @@ Unix: - fixed build problems with OpenGL when libGL(U) were in different directories - added --basename and --release flags to wx-config (Robert O'Connor) - added support for GNU/Hurd in configure +- changed wxNativeFontInfo::FromXFontName to treat names with all + components being empty or '*' as default font (since default font is + converted to such a string by GetXFontName). + wxGTK