summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2007-08-27 15:22:42 +0000
committerJohan Dahlin <johan@src.gnome.org>2007-08-27 15:22:42 +0000
commitc700a977d8f22903513364724b3c8e75ef60d8d1 (patch)
treeeb7899b1e16975314e191433a9b518858dbfafbe
parent7b103e84daff3baf172462682d77c9e351f1a93d (diff)
downloadpygtk-c700a977d8f22903513364724b3c8e75ef60d8d1.tar.gz
Update
2007-08-27 Johan Dahlin <jdahlin@async.com.br> * README: * NEWS: Update svn path=/trunk/; revision=2893
-rw-r--r--ChangeLog6
-rw-r--r--NEWS18
-rw-r--r--README8
3 files changed, 29 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ebabf3cb..2be9e52a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-08-27 Johan Dahlin <jdahlin@async.com.br>
+
+ * README:
+
+ * NEWS: Update
+
2007-08-27 Gustavo J. A. M. Carneiro <gjc@gnome.org>
* configure.in (gtk_version): Add -DHAVE_GTK_2_12 to
diff --git a/NEWS b/NEWS
index 5bb92015..0f0f936e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+pygtk-2.11.0 4-februrary-2007
+ - Defs file tweaks (Mariano Suarez-Alvarez, Andrew Cowie, Yevgen Muntayan)
+ - Documentation building fixes (Richard Hult, Gustavo)
+ - Improve reverse wrapper (Gustavo, Sebastien Granjoux, Tim Evans)
+ - Code generator improvements (Gustavo, Yevgen)
+ - Update to Gtk+ 2.12 API (Gian Mario Tagliaretti)
+ - Update to Pango 1.16 API (Gian)
+ - Update to Atk+ 1.12 API (Gian)
+ - Wrap new GtkTreeView coordinate methods (Gian)
+ - Add wrappers for all GtkImage constructors (Gian)
+ - Wrap GtkBuilder (Gian)
+ - Add GtkBuilder and tooltip demons (Gian)
+ - Wrap GtkContainer.do_forall (Paul Pogonyshev)
+ - Add new API to simplify custom GenericTreeModels (Paul)
+ - Allow None to set_focus_child/set_focus (Paul)
+ - Update documentation (Gian, John Finlay)
+ - Make GtkToolTips.tips_data_list always return an empty list (Johan)
+
pygtk-2.10.4 4-februrary-2007
- Documentation build fixes (John Finlay, Gustavo)
- Return NULL on error in TextBuffer.register_serialize_format
diff --git a/README b/README
index 5ab4890a..294d6180 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.10
+What's new in PyGTK 2.12
========================
-See the wiki page for an overview of the features in PyGTK 2.10:
+See the wiki page for an overview of the features in PyGTK 2.12:
-http://live.gnome.org/PyGTK/WhatsNew210
+http://live.gnome.org/PyGTK/WhatsNew212
New Versions
============
@@ -50,6 +50,7 @@ Requirements
* Glib 2.8.0 or higher
* 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
* libglade 2.5.0 or higher (optional)
* pycairo 0.5.0 or higher (optional)
* Numeric (optional)
@@ -58,6 +59,7 @@ This release is supporting the following GTK+ releases:
2.8.x
2.10.x
+ 2.12.x
To include support for the 2.10 API you'll need GTK+ 2.10.0 etc.