Fixed handling of missing fonts in Xft (STR #2355)

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@7854 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher 2010-11-15 22:09:46 +00:00
parent 61d741a8a9
commit eefb917c75
2 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,7 @@ Changes since FLTK 1.1.10 include:
- Fixed missing architecture flags in OS X build (STR #2303)
- Fixed menu and shortcut handling (STR #2243)
- Fixed multiple line output of fltk-config --libs (STR #2408)
- Fixed handling of missing fonts in Xft (STR #2355)
----HTML----
@ -43,5 +44,6 @@ exceptions that allow for static linking.</P>
<LI> Fixed missing architecture flags in OS X build (STR #2303)
<LI> Fixed menu and shortcut handling (STR #2243)
<LI> Fixed multiple line output of fltk-config --libs (STR #2408)
<LI> Fixed handling of missing fonts in Xft (STR #2355)
</UL>

View File

@ -5,6 +5,7 @@ CHANGES IN FLTK 1.1.11
- Fixed missing architecture flags in OS X build (STR #2303)
- Fixed menu and shortcut handling (STR #2243)
- Fixed multiple line output of fltk-config --libs (STR #2408)
- Fixed handling of missing fonts in Xft (STR #2355)
CHANGES IN FLTK 1.1.10