[gtkmm] 3.8.0
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] 3.8.0
- Date: Wed, 17 Apr 2013 09:11:32 +0000 (UTC)
commit 3ba9b650a5f2240a7cd5bd651492d15f67559ff8
Author: Murray Cumming <murrayc murrayc com>
Date: Wed Apr 17 11:11:25 2013 +0200
3.8.0
ChangeLog | 4 +++-
NEWS | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 4 ++--
3 files changed, 57 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 5091004..b3dc589 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,10 @@
+3.8.0:
+
2013-04-05 Murray Cumming <murrayc murrayc com>
Widget: Add some new methods.
- * gtk/src/iconview.hg: Add is_visible(),
+ * gtk/src/widget.hg: Add is_visible(),
register_window() and unregister_window().
2013-04-03 Murray Cumming <murrayc murrayc com>
diff --git a/NEWS b/NEWS
index 480da9f..621f2a8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,55 @@
+3.8.0 (stable):
+
+Changes since 3.7.12:
+
+Gtk:
+* AccelLabel: Add set_accel().
+ (Murray Cumming)
+* ActionGroup: Add get/set_accel_group()
+ and the accel-group property.
+ (Murray Cumming)
+* Entry: Add the populate_all property.
+ (Murray Cumming)
+* Image: Add the resource property.
+ (Murray Cumming)
+* IconInfo: Add load_icon_async(),
+ load_symbolic_async(), load_symbolic_for_context().
+ (Murray Cumming)
+* IconView:
+ - Add get/set_activate_on_single_click().
+ and the activate-on-single-click property.
+ - Add get_cell_rect().
+ (Murray Cumming)
+* LevelBar: Add get/set_inverted().
+ (Murray Cumming)
+* MenuShell: Add bind_model().
+ (Murray Cumming)
+* Settings: Add the gtk-recent-files-enabled
+ and gtk-primary-button-warps-slider
+ properties.
+ (Murray Cumming)
+* TextView: Add the populate_all property.
+ (Murray Cumming)
+* TreeView: Add get/set_activate_on_single_click()
+ and the activate-on-single-click property.
+ (Murray Cumming
+* Widget: Add is_visible(), register_window() and
+ unregister_window().
+ (Murray Cumming)
+* Window: Add set_titlebar().
+ (Murray Cumming)
+
+Gdk:
+* Window: Add get/set_fullscreen_mode().
+ (Murray Cumming)
+
+Build:
+* Fix and Update the Visual Studio Solution Files
+ for MSVC.Net 2005, 2008 and 2010.
+ (Chun-wei Fan)
+
+
+
3.7.12 (unstable):
Gtk:
diff --git a/configure.ac b/configure.ac
index d1be9a6..123b04f 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.7.12],
+AC_INIT([gtkmm], [3.8.0],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
[gtkmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
@@ -91,7 +91,7 @@ AS_IF([test "x$enable_static" = xyes],
# gdkmm really does need GTK+, because part of Gdk::DragContext is in GTK+.
# The extra cairomm-1.0 check is because gdkmm requires a newer cairomm than pangomm requires.
# The extra gdk-pixbuf-2.0 check is because gdkmm requires a newer gdk-pixbuf than gtk+-3.0 requires.
-AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.34.0 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.7.10 cairomm-1.0 >=
1.9.2 gdk-pixbuf-2.0 >= 2.22.1'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.36.0 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.8.0 cairomm-1.0 >= 1.9.2
gdk-pixbuf-2.0 >= 2.22.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]