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