diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | src/IO/about.c | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -11,7 +11,8 @@ dillo-3.0.4.1 [not released yet] +- Fix linking problem with fltk-1.3.3 and fl_oldfocus. Patch: Jorge Arellano Cid +- Don't load background images in --local mode. - Patch: Johannes Hofmann + - Make sure window is resizable with fltk-1.3.3. + Patches: Johannes Hofmann +- Remove Fl_Printer stub that always gave problems compiling under OSX. Patch: corvid diff --git a/src/IO/about.c b/src/IO/about.c index a29f4c59..2ca419ed 100644 --- a/src/IO/about.c +++ b/src/IO/about.c @@ -241,6 +241,7 @@ const char *const AboutSplash= "<ul>\n" "<li> An important fix for linking with the recently-released fltk-1.3.3\n" " (we don't use <tt>fl_oldfocus</tt> anymore).\n" +"<li> A change to make sure that windows are resizable with fltk-1.3.3.\n" "<li> A security fix not to load background images in <tt>--local</tt> mode.\n" "<li> Another fix to permit linking on OS X (remove our <tt>Fl_Printer</tt>\n" "stub).\n" |