PyWebKitGtk 1.1.7
[pywebkitgtk.git] / NEWS
blobbafaf8ff300c3690dec1d5800ae8cc1cee0b2542
1 03 October 2010 - pywebkitgtk 1.1.7
2 ---
3  - WebDataSource and WebDatabase bindings
4  - Miscellaneous bug fixes
6 08 August 2009 - pywebkitgtk 1.1.6
7 ----
8  - WebView wrapper fixes (mostly by Sayamindu):
9      * load_uri, move_cursor, copy_clipboard (NEW)
10      * cut_clipboard, can_copy_clipboard and can_paste_clipboard
11  - GObject threads are now initialized by the PyWebKitGtk
12  - OS X build fix
14 29 May 2009 - pywebkitgtk 1.1.5
15 ----
16  - New Printing API added to WebFrame.
17  - Covers improvements and changes from WebKitGtk 1.1.5 up to 1.1.8
18    Summary:
19      * Accessibility improvements
20      * Support for caret browsing
21      * Support for spell-checking
22      * WebKitGtk now displays an error page for load errors
23      * JIT support for X86_64
24      * Arbitrary widget embedding as if it was a plugin
25      * HTML5 database and localStorage Settings API
26    See http://trac.webkit.org/browser/trunk/WebKit/gtk/NEWS for more info.
28 1 Apr 2009  - pywebkitgtk 1.1.4
29 ----
30  - Libtool 2.2 compatibility
31  - WebPolicyDecision API
33 18 Mar 2009 - pywebkitgtk 1.1.3
34 ----
35  - New API: WebDownload
36  - WebHistoryItem constructor update
37    - now accepts 'uri' and 'title' properties
38  - More unit tests
40 7 Mar 2009 - pywebkitgtk 1.1
41 ----
42  - WebKitGtk 1.1 API 
43     * WebInspector
44     * WebNavigationDecision
45     * WebPolicyDecision
46     * API updates
47     * Bug fixes
48  - tabbed_browser replaces webbrowser
50 1 Nov 2008 - pywebkitgtk 1.0.2
51 ----
52  - .pc file cleanup when invoking make clean
53  - Build fix for PyGtk 2.13 - Patch by Jason Ribeiro
54  - demos/webbrowser.py style fix - Patch by Steve Milner
57 15 Aug 2008 - pywebkitgtk 1.0.1
58 ----
59  - Release for WebKitGtk 1.0.1
62 1 Oct 2007 - pywebkitgtk 0.2
63 ----
64  - Initial release