[gtkmm] 2.99.5



commit fa611495bae2dd5b830b581d82e584dd043c0c1d
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Feb 21 13:41:08 2011 +0100

    2.99.5

 ChangeLog    |    2 ++
 NEWS         |   18 ++++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 21 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 7d88814..9a8983c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.99.5:
+
 2011-02-15  Murray Cumming  <murrayc murrayc com>
 
 	CellView, EntryCompletion: Wrap new API.
diff --git a/NEWS b/NEWS
index a3f1754..c2affd4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+2.99.5 (unstable):
+
+Gtk:
+* ButtonBox, Separator, Scale, Scrollbar: Add public constructors.
+  (Murray Cumming)
+* CellArea, CellRenderer: Added get_request_mode(), 
+  get_preferred_[width|height_for_width|height|width_for_height] vfuncs.
+  (Kjell Ahlstedt) Bug #639073,
+* CellView: Derive from Orientable and add set/get_draw_sensitive(),
+	set/get_fit_model() and the new properties.
+* EntryCompletion: Derive from Buildable and add the cell-area 
+	property.
+* IconView: Added the cell_area property.
+* Image: Added the set_fallback property.
+* Paned: Constructor: Add an optional orientation parameter.
+* Widget: Added should_draw_window() and transform_cairo_context_to_window().
+  (Murray Cumming)
+  
 2.99.4 (unstable):
 
 Gtk:
diff --git a/configure.ac b/configure.ac
index efdfff1..0d2d993 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([gtkmm], [2.99.4],
+AC_INIT([gtkmm], [2.99.5],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
         [gtkmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])



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