File: NEWS

package info (click to toggle)
pywebkitgtk 1.1.7-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,496 kB
  • ctags: 206
  • sloc: sh: 10,229; python: 447; makefile: 155; ansic: 69
file content (64 lines) | stat: -rw-r--r-- 1,695 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
03 October 2010 - pywebkitgtk 1.1.7
---
 - WebDataSource and WebDatabase bindings
 - Miscellaneous bug fixes

08 August 2009 - pywebkitgtk 1.1.6
----
 - WebView wrapper fixes (mostly by Sayamindu):
     * load_uri, move_cursor, copy_clipboard (NEW)
     * cut_clipboard, can_copy_clipboard and can_paste_clipboard
 - GObject threads are now initialized by the PyWebKitGtk
 - OS X build fix

29 May 2009 - pywebkitgtk 1.1.5
----
 - New Printing API added to WebFrame.
 - Covers improvements and changes from WebKitGtk 1.1.5 up to 1.1.8
   Summary:
     * Accessibility improvements
     * Support for caret browsing
     * Support for spell-checking
     * WebKitGtk now displays an error page for load errors
     * JIT support for X86_64
     * Arbitrary widget embedding as if it was a plugin
     * HTML5 database and localStorage Settings API
   See http://trac.webkit.org/browser/trunk/WebKit/gtk/NEWS for more info.

1 Apr 2009  - pywebkitgtk 1.1.4
----
 - Libtool 2.2 compatibility
 - WebPolicyDecision API

18 Mar 2009 - pywebkitgtk 1.1.3
----
 - New API: WebDownload
 - WebHistoryItem constructor update
   - now accepts 'uri' and 'title' properties
 - More unit tests

7 Mar 2009 - pywebkitgtk 1.1
----
 - WebKitGtk 1.1 API 
    * WebInspector
    * WebNavigationDecision
    * WebPolicyDecision
    * API updates
    * Bug fixes
 - tabbed_browser replaces webbrowser

1 Nov 2008 - pywebkitgtk 1.0.2
----
 - .pc file cleanup when invoking make clean
 - Build fix for PyGtk 2.13 - Patch by Jason Ribeiro
 - demos/webbrowser.py style fix - Patch by Steve Milner


15 Aug 2008 - pywebkitgtk 1.0.1
----
 - Release for WebKitGtk 1.0.1


1 Oct 2007 - pywebkitgtk 0.2
----
 - Initial release