[gtkmm-documentation/gtkmm-2-24] 2.23.0
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm-documentation/gtkmm-2-24] 2.23.0
- Date: Thu, 31 Mar 2011 06:42:39 +0000 (UTC)
commit 658e428eb4380a661d987e8d9189f5b893ae4e3c
Author: Murray Cumming <murrayc murrayc com>
Date: Thu Mar 31 08:41:06 2011 +0200
2.23.0
ChangeLog | 26 ++++++++++++++------------
NEWS | 5 +++++
configure.ac | 2 +-
3 files changed, 20 insertions(+), 13 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 3583718..9e691a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,21 +21,23 @@
* autogen.sh: Add test that mm-common is installed.
This fixes bug #628713 (Patricia Santana Cruz)
-
+
+2.23.0
+
2011-02-02 Murray Cumming <murrayc murrayc com>
Remove the Ruler examples.
- * examples/others/rulers/rulers.cc: Remove this because Gtk::Ruler (and
+ * examples/others/rulers/rulers.cc: Remove this because Gtk::Ruler (and
GtkRuler) is deprecated without any real replacement.
2011-02-02 Murray Cumming <murrayc murrayc com>
Disable the gdk drawing example, because it uses deprecated API.
-
- * examples/Makefile.am: Disable examples/others/gdk/radar because it is just
- an example of GDK drawing, but people should use cairo now. We might bring
- it back as a cairo widget example later.
+
+ * examples/Makefile.am: Disable examples/others/gdk/radar because it is just
+ an example of GDK drawing, but people should use cairo now. We might bring
+ it back as a cairo widget example later.
2011-02-01 Murray Cumming <murrayc murrayc com>
@@ -48,15 +50,15 @@
Adapt to removal of the Gtk::Range update_policy.
* examples/book/range_widgets/examplewindow.cc:
- * examples/book/range_widgets/examplewindow.h: Just remove UI that showed
+ * examples/book/range_widgets/examplewindow.h: Just remove UI that showed
the use of this API.
-
+
2011-01-01 Murray Cumming <murrayc murrayc com>
Adapt to the Pango::Layout::get_iter(iter) deprecation.
* examples/book/printing/advanced/printformoperation.cc:
- * examples/book/printing/simple/printformoperation.cc: Use the get_iter()
+ * examples/book/printing/simple/printformoperation.cc: Use the get_iter()
method that just returns the iter.
2011-02-01 Murray Cumming <murrayc murrayc com>
@@ -64,14 +66,14 @@
Fix the build with --enable-warnings=fatal.
* examples/book/combobox/text/examplewindow.cc:
* examples/book/comboboxentry/complex/examplewindow.[h|cc]:
- * examples/book/comboboxentry/text/examplewindow.[h|cc]: Use ComboBox instead
+ * examples/book/comboboxentry/text/examplewindow.[h|cc]: Use ComboBox instead
of ComboBoxEntry. Use ComboBoxText instead of ComboBoxEntryText.
Use append() instead of append_text().
2011-01-12 Kjell Ahlstedt <kjell ahlstedt bredband net>
Modified the custom_widget example
-
+
* examples/book/custom/custom_widget/mywidget.cc:
Make on_realize() more similar to gtk+ widgets' realize methods.
Replace the deprecated Glib::RefPtr::clear() by reset(). Bug 606903.
@@ -79,7 +81,7 @@
2010-11-18 Kjell Ahlstedt <kjell ahlstedt bredband net>
Modified the clipboard/ideal example
-
+
* docs/tutorial/C/gtkmm-tutorial-in.xml: Signal owner_change is mentioned
in the description of clipboard/ideal.
* examples/book/clipboard/ideal/examplewindow.[h|cc]:
diff --git a/NEWS b/NEWS
index 583adbc..3eef6fa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+2.23.0:
+
+* Adapted to recent API deprecations in gtkmm 2.23/24.
+ (Murray Cumming)
+
2.22.0:
* Make the API reference links go to /stable instead of /unstable, to
diff --git a/configure.ac b/configure.ac
index 548055a..2605196 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ AC_CONFIG_AUX_DIR([build])
AC_CONFIG_MACRO_DIR([build])
AC_CONFIG_HEADERS([build/config.h])
-AM_INIT_AUTOMAKE([1.9 -Wno-portability check-news dist-bzip2 no-define nostdinc tar-pax])
+AM_INIT_AUTOMAKE([1.9 -Wno-portability dist-bzip2 no-define nostdinc tar-pax])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
AM_MAINTAINER_MODE
AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]