From eefb917c75ab1ff9d674a55e33621e1530f74344 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 15 Nov 2010 22:09:46 +0000 Subject: [PATCH] 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 --- ANNOUNCEMENT | 2 ++ CHANGES | 1 + 2 files changed, 3 insertions(+) diff --git a/ANNOUNCEMENT b/ANNOUNCEMENT index 9e3b75d22..8a4ec692b 100644 --- a/ANNOUNCEMENT +++ b/ANNOUNCEMENT @@ -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.

  • 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) diff --git a/CHANGES b/CHANGES index 2e22acba6..9782ad92b 100644 --- a/CHANGES +++ b/CHANGES @@ -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