[gtkmm] 3.9.8



commit f072e3ef34f8ad8a2cadc0a3e8913e2a6a0b77de
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Jul 10 12:43:50 2013 +0200

    3.9.8

 NEWS         |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 55 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7dfda16..4147a68 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,57 @@
+3.9.8 (unstable):
+
+Gdk:
+* Display: Deprecate get_n_screens().
+  (Murray Cumming)
+
+Gtk:
+* Action: Deprecate all methods, signals and properties, but not yet the 
+  class itseld, because it is still used in not-yet-deprecated API.
+  Also deprecated RadioACtion, RecentAction, ToggleAction.
+  (Kjell Ahlstedt)
+* Deprecate ActionGroup.
+  (Kjell Ahlstedt)
+* CellRenderer: Deprecate property_cell_background_gdk().
+  (Kjell Ahlstedt)
+* CellView: Deprecate property_background_gdk().
+  (Kjell Ahlstedt)
+* ColorButton: Deprecate get_alpha().
+  (Kjell Ahlstedt)
+* Container: deprecate resize_children().
+  (Kjell Ahlstedt)
+* Deprecate Gtk::IconFactory, IconSet, IconSource.
+  (Kjell Ahlstedt)
+* Image: Deprecate methods that take an IconSet or a StockID parameter.
+* StyleContext: Deprecate [set|get]_direction() and render_icon_pixbuf().
+* Deprecate StockID, StockItem, BuiltinStockID, namespace Gtk::Stock.
+* MenuButton: Deprecate unset_menu().
+  (Kjell Ahlstedt)
+* MenuButton: Deprecate unset_menu().
+  (Kjell Ahlstedt)
+* ScrolledWindow:  Deprecate property_window_placement_set().
+* Settings: Deprecate ignored settings.
+* Deprecate Table.
+  (Kjell Ahlstedt)
+* Deprecate UIManager.
+  (Kjell Ahlstedt)
+* Widget: Deprecate [un]set_composite_name(),
+  [push|pop]_composite_child(), get_requisition() and methods that take a
+  StockID parameter.
+  (Kjell Ahlstedt)
+* Window: Deprecate reshow_with_initial_size().
+  (Kjell Ahlstedt)
+* Add missing includes in gdkmm.h and gtkmm.h.
+  (Kjell Ahlstedt) Bug #699993.
+
+Build:
+* Move to a generated ChangeLog.
+  (José Alburquerque)
+
+Documentation:
+* Demos: Fix calls to Gtk::Grid::attach().
+  (Kjell Ahlstedt)
+
+
 3.8.1 (stable):
 
 Gtk:
diff --git a/configure.ac b/configure.ac
index 211be52..161c059 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], [3.8.1],
+AC_INIT([gtkmm], [3.9.8],
         [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]