summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2014-12-08 22:37:53 +0000
committercorvid <devnull@localhost>2014-12-08 22:37:53 +0000
commitf2157b26e98ed14c4e3725e320302324eb3192ce (patch)
treedb58163b621e19ef2109670a1b0cd37522eaba59
parent942f4fc9d515e6bfd001a73da143e8e08d781244 (diff)
mention resizable-window fix
-rw-r--r--ChangeLog3
-rw-r--r--src/IO/about.c1
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 654c928a..844b3491 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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"