# HG changeset patch # User Jorge Arellano Cid # Date 1315343719 10800 # Tue Sep 06 18:15:19 2011 -0300 # Node ID 774ca641e41dcec5ce8064c6c636983373c435b8 # Parent 804cbac72e00a924d8b3f24186768623d127ae80 Last changes before dillo-3.0 release (rc3) diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,7 @@ Dillo project ============================================================================= -dillo-3.0 [September ??, 2011] +dillo-3.0 [September 06, 2011] +- Ported Dillo to FLTK-1.3. Patch: corvid, Johannes Hofmann, Jorge Arellano Cid diff --git a/configure.in b/configure.in --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with aclocal, autoconf and automake. -AC_INIT([dillo], [3.0-pre]) +AC_INIT([dillo], [3.0]) dnl Detect the canonical target build environment AC_CANONICAL_TARGET diff --git a/src/IO/about.c b/src/IO/about.c --- a/src/IO/about.c +++ b/src/IO/about.c @@ -117,6 +117,10 @@ " \n" "   \n" " \n" +" Slashdot\n" +" \n" +"   \n" +" \n" " Linux.org.uk\n" " \n" "   \n" @@ -235,7 +239,7 @@ "\n" " \n" "

Release overview

\n" -" August ??, 2011\n" +" September 06, 2011\n" "\n" " \n" " \n" @@ -281,22 +285,20 @@ "
  • Default binding for close-all changed from Alt-q to Ctrl-q.\n" "
  • Default binding for close-tab changed from Ctrl-q to Ctrl-w.\n" "
  • Default binding for left-tab changed to Shift-Ctrl-Tab.\n" +"
  • Rewrote the User Interface: much simpler design and event handling.\n" +"
  • Added on-the-fly panel resize (tiny/small/medium and normal/small icons).\n" "
  • 'hide-panels' key action now hides the findbar if present,\n" " and toggles display of the control panels otherwise.\n" "
  • Allow multiple search engines to be set in dillorc, with a menu\n" " in the web search dialog to select between them.\n" "
  • Added an optional label to dillorc's search_url.\n" " Format: \"[<label> ]<url>\"\n" -"
  • Removed 'large' option of panel_size preference.\n" "
  • Add right_click_closes_tab preference (default is middle click).\n" "
  • Allow binding to non-ASCII keys and multimedia keys.\n" -"
  • Removed --enable-ansi configure option.\n" "
  • Avoid a certificate dialog storm on some HTTPS sites (BUG#868).\n" "
  • Enable line wrapping for <textarea>. (BUG#903)\n" -"
  • Rewrote the User Interface: much simpler design and event handling.\n" "
  • Avoid double render after going Back or Forward\n" " (it takes half the time now!)\n" -"
  • Added on-the-fly panel resize (tiny/small/medium and normal/small icons).\n" "
  • Implemented a custom tabs handler (to allow fine control of it).\n" "
  • Rewrote dw's crossing-events dispatcher (avoids redundant events).\n" "
  • Fixed a years old bug: stamped tooltips when scrolling with keyboard.\n" @@ -304,9 +306,12 @@ " (BUG#948)\n" "
  • Cancel the expected URL after offering a download (BUG#982)\n" "
  • Eliminated a pack of 22 compiler warnings (gcc-4.6.1 amd64)\n" +"
  • Removed 'large' option of panel_size preference.\n" +"
  • Removed --enable-ansi configure option.\n" "
  • Limit saved cookie size.\n" "
  • Wrap image alt text.\n" "
  • Added support for CSS adjacent sibling selectors.\n" +"
  • Fix redraw loops and reenabled limit_text_width dillorc option.\n" "
  • Collapse parent's and first child's top margin.\n" "\n" "
  • \n"