pygtk r3024 - trunk



Author: gianmt
Date: Sun Aug 24 18:13:04 2008
New Revision: 3024
URL: http://svn.gnome.org/viewvc/pygtk?rev=3024&view=rev

Log:
update NEWS and README

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/README

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Sun Aug 24 18:13:04 2008
@@ -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 @@
     - 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 @@
     - gtk.CellViewset_background_color accept None (Paul, #546733)
     - gtk.Widget.get_snapshot accept None and default to None
       (Bjö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)

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Sun Aug 24 18:13:04 2008
@@ -20,12 +20,12 @@
 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 @@
   * 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 @@
   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.
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]