gtkmm r998 - trunk
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: gtkmm r998 - trunk
- Date: Fri, 13 Jun 2008 09:38:03 +0000 (UTC)
Author: murrayc
Date: Fri Jun 13 09:38:03 2008
New Revision: 998
URL: http://svn.gnome.org/viewvc/gtkmm?rev=998&view=rev
Log:
Increased version
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.in
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Fri Jun 13 09:38:03 2008
@@ -1,3 +1,35 @@
+2.13.1:
+
+Gtk:
+* Bin: add_label(): Correct the order of parameters to the Label constructor.
+ (Peter Wainright) Bug #534685.
+* Entry: Added the shadow_type property (added to GTK+ in 2.12).
+ (Gennaro Bellizio) Bug #532744.
+* RecentInfo: Added a specialization for
+ Glib::Value<Glib::RefPtr<Gtk::RecentInfo> > so that
+ Glib::RefPtr<Gtk::RecentInfo> can be used with Glib::Value<> and
+ Gtk::TreeModelColumn<>.
+ (Armin Burgmeier)
+* Widget: get_direction(): Add a const version and deprecated the non-const
+ version.
+ (Andreas Klaedtke) Bug #526742.
+* Window: Added unset_back_pixmap().
+ (Murray Cumming). Bug #525967 (Jonathon Jongsma).
+
+Gdk:
+* PixbufAnimationIter: Added get_pixbuf(), get_delay_time(), advance(),
+ on_currently_loading_frame().
+ (Murray Cumming). Bug #528037 (Balazs Tirpak).
+
+Pango:
+* Attributes: gobj(): Correct the const qualifier. We don't think this will affect
+ ABI, but please tell us if it does.
+ (Dodji Seketeli)
+
+Documentation:
+* Image: Document the constructors.
+
+
2.13.0:
Gtk:
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Fri Jun 13 09:38:03 2008
@@ -15,7 +15,7 @@
#We use pushdef here because we can't use shell variables before AC_INIT, but we want to use a variable with AC_INIT:
pushdef([GTKMM_MAJOR_VERSION], [2])
pushdef([GTKMM_MINOR_VERSION], [13])
-pushdef([GTKMM_MICRO_VERSION], [0])
+pushdef([GTKMM_MICRO_VERSION], [1])
pushdef([GTKMM_EXTRA_VERSION], [])
pushdef([GTKMM_VERSION], GTKMM_MAJOR_VERSION.GTKMM_MINOR_VERSION.GTKMM_MICRO_VERSION[]GTKMM_EXTRA_VERSION)
AC_INIT([gtkmm], GTKMM_VERSION, [gtkmm-list gnome org])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]