]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.0.17
authorChristian Dywan <christian@twotoasts.de>
Thu, 24 Jan 2008 02:48:29 +0000 (03:48 +0100)
committerChristian Dywan <christian@twotoasts.de>
Thu, 24 Jan 2008 02:48:29 +0000 (03:48 +0100)
ChangeLog
configure.in

index af3a70dfbc6661ef2aa9664f95a9558a8450561a..ee9e49421da637651870314aa421c6596a26107a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+v0.0.17:
+ + Add a preference to choose a user stylesheet.
+ + Implement a few preferences with new settings API in WebKit
+ + Implement Add Bookmark and a small panel toolbar
+ + Escape search engine name and description.
+ + Cleanup and WebKit API update
+ + Make sure selection actions have a widget.
+ + Allow Find Next and Find Previous when the findbox is hidden.
+ + Fixed the header of the KatzeThrobber
+ + Move XBEL implementation to katze.
+ + Implement a throbber widget.
+ + Always enable Select All if an editable widget is focussed.
+ + Previous/ next tab menu items should be disabled when not needed.
+ + Handle the context menu on button press, not release.
+ + Open the default page only if there is no session and no uri on the cli.
+
 v0.0.16:
  + Implement editing menu items for the web view.
  + Implement the bookmarks panel with editing capabilities.
index 80742357c56c48c6bbb2c27615cc238eb717d957..913f2b0164b66fac729ba8f3a24726a3d6da1a40 100644 (file)
@@ -1,5 +1,5 @@
 # Register ourselves to autoconf
-AC_INIT([midori], [0.0.16], [christian@twotoasts.de])
+AC_INIT([midori], [0.0.17], [christian@twotoasts.de])
 AC_CONFIG_SRCDIR([src/main.h])
 AC_CONFIG_HEADER([config.h])