[gtkmm] 2.91.1



commit 70697ae2f2e816d2a3e63f22ed6ed29df3c98c3a
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Oct 18 10:37:07 2010 +0200

    2.91.1

 ChangeLog    |    2 ++
 NEWS         |   30 +++++++++++++++++++++++-------
 configure.ac |    4 ++--
 3 files changed, 27 insertions(+), 9 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 2735c94..f130d02 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.91.1:
+
 2010-10-18  Murray Cumming  <murrayc murrayc com>
 
 	ComboBoxText: Re-implemented with GtkComboBoxText.
diff --git a/NEWS b/NEWS
index fe50d5d..4979a3a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,20 +1,36 @@
-2.91.0 (unstable)
+2.91.1 (unstable):
+
+* Remove ComboBoxEntry and ComboBoxEntryText.
+* ComboBox:
+  - Add a has_entry bool to the constructors, replacing use of GtkComboBoxEntry.
+  - Added set_entry_text_column(), get_entry() and get_entry_text(),
+  - Added set_popup_fixed_width()
+* ComboBoxText: Re-implemented with GtkComboBoxText.
+  As a bonus this means that insert_text() will now work, and we can now
+  define this widget and its data items in Glade.
+* Main: Remove signal_run() and signal_quit().
+* RadioButton: Added join_group().
+* StatusBar: Remove get/set_has_resize_grip().
+* Window: Added get/set_has_resize_grip(), get_resize_grip_is_visible(), get_resize_grip_area().
+* Remove WrapBox.
+
+2.91.0 (unstable):
 
 Gdk:
-* Drawable: Removed get_size(), get_depth(), set_colormap(), 
+* Drawable: Removed get_size(), get_depth(), set_colormap(),
   get_colormap(), get_visual(), get_screen() and get_display().
 * Window:
-  - Added get_visual(), get_screen(), get_display(), 
+  - Added get_visual(), get_screen(), get_display(),
   set_backround_pattern(), get_offscreen_surface(), get_width(), get_height().
-  - Remove redirect_to_drawable(), remove_redirection, clear(), 
+  - Remove redirect_to_drawable(), remove_redirection, clear(),
   clear_area_a().
   (Murray Cumming)
 
 Gtk:
 * Adjustment, FileFilter and RecentFilter must now be used via RefPtr.
-* Removed SizeRequest and CellSizeRequest, putting the methods in Widget and 
+* Removed SizeRequest and CellSizeRequest, putting the methods in Widget and
   CellRenderer instead.
-* Widget::on_expose_event() (the expose_event signal) is now on_draw(), 
+* Widget::on_expose_event() (the expose_event signal) is now on_draw(),
   which takes a pre-clipped Cairo::Context.
   (Murray Cumming)
 
@@ -23,7 +39,7 @@ Build:
   (Murray Cumming)
 * Added support for MSVC 2010 and 64 bit.
   (Armin Burgmeier)
-  
+
 2.90.7 (unstable):
 
 Gdk:
diff --git a/configure.ac b/configure.ac
index 9dc6497..7710ca3 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.91.0],
+AC_INIT([gtkmm], [2.91.1],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
         [gtkmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -54,7 +54,7 @@ AS_IF([test "x$enable_static" = xyes],
 
 # gdkmm really does need GTK+, because part of Gdk::DragContext is in GTK+.
 # The extra cairomm check is because gdkmm requires a newer cairomm than pangomm requires.
-AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.27.0 pangomm-1.4 >= 2.26 gtk+-3.0 >= 2.91.0 cairomm-1.0 >= 1.9.1'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.27.0 pangomm-1.4 >= 2.26 gtk+-3.0 >= 2.91.1 cairomm-1.0 >= 1.9.1'])
 
 AS_IF([test "x$gtkmm_host_windows" = xyes],
       [GTKMM_MODULES=$GDKMM_MODULES],



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