summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--NEWS10
-rw-r--r--README10
3 files changed, 19 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 243f7d73..5f745683 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+=== PyGTK 2.13.0 ===
+2008-08-24 Gian Mario Tagliaretti <gianmt@gnome.org>
+
+ * NEWS: updated.
+
+ * README: updated.
+
2008-08-24 Gian Mario Tagliaretti <gianmt@gnome.org>
* tests/test_treeview.py: Comment out test_default_attributes until
diff --git a/NEWS b/NEWS
index cbf89fb6..b062fa17 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
-pygtk-2.13.0 21-August-2008
- - GtkBuilder.add_from_string set the default length to -1 (Johan)
- - UIManager.insert_action_group add default -1 to `pos' argument (Paul)
+pygtk-2.13.0 24-August-2008
+ - GtkBuilder.add_from_string set the default length to -1 (Johan Dahlin)
+ - UIManager.insert_action_group add default -1 to `pos' (Paul Pogonyshev)
- Some tweaks to h2defs (Olivier Crete)
- Fix the use of flags in examples (Nathaniel Smith)
- GdkPixbuf.save detach from python interpreter while saving (Paul)
@@ -10,7 +10,7 @@ pygtk-2.13.0 21-August-2008
- Unbreak pango/cairo dependency chains (Johan Euphrosine, Johan, #528217)
- Add a GdkColor constructor similar to what gtk.gdk.color_parse() does.
Raise with useful message in case of wrong arguments (Paul, #527718)
- - Wrap gdk_region_get_rectangles (Gian, #517099)
+ - Wrap gdk_region_get_rectangles (Gian Mario Tagliaretti, #517099)
- cairo_set_source_pixmap should accept any drawable (Gian, #491256)
- GdkEvent wrap is_modifier for key press/release, (Gian, #367970)
- Wrap the requisition field of GtkWidget (Gian, #369311)
@@ -55,6 +55,8 @@ pygtk-2.13.0 21-August-2008
- gtk.CellViewset_background_color accept None (Paul, #546733)
- gtk.Widget.get_snapshot accept None and default to None
(Björn Lindqvist, Gian, #548349)
+ - Undeprecate gtk.Toolbar.set_icon_size and unset_icon_size following
+ GTK+ see #314172 (Paul)
pygtk-2.12.1 03-january-2008
- Fix TreeView coordinate wrappers (Jeremey Katz, #479012)
diff --git a/README b/README
index 30d82321..e2001f57 100644
--- a/README
+++ b/README
@@ -20,12 +20,12 @@ patches is unified diff format (ie. diff -u). Please don't send me
diffs which don't have any context, as these make it very difficult to
see what the patch does.
-What's new in PyGTK 2.12
+What's new in PyGTK 2.14
========================
-See the wiki page for an overview of the features in PyGTK 2.12:
+See the wiki page for an overview of the features in PyGTK 2.14:
-http://live.gnome.org/PyGTK/WhatsNew212
+http://live.gnome.org/PyGTK/WhatsNew214
New Versions
============
@@ -51,8 +51,9 @@ Requirements
* GTK+ 2.8.0 or higher (optional) or
GTK+ 2.10.0 or higher for 2.10 API
GTK+ 2.12.0 or higher for 2.12 API
+ GTK+ 2.14.0 or higher for 2.14 API
* libglade 2.5.0 or higher (optional)
- * pycairo 0.5.0 or higher (optional)
+ * pycairo 1.0.2 or higher (optional)
* Numeric (optional)
This release is supporting the following GTK+ releases:
@@ -60,6 +61,7 @@ This release is supporting the following GTK+ releases:
2.8.x
2.10.x
2.12.x
+ 2.14.x
To include support for the 2.10 API you'll need GTK+ 2.10.0 etc.