[gtkmm] 2.90.2



commit 9b6174445cf644a5db97bd6124575de2182a019a
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Jun 10 09:57:05 2010 +0200

    2.90.2

 ChangeLog               |    2 ++
 NEWS                    |   19 +++++++++++++++++++
 configure.ac            |    2 +-
 tests/Makefile.am       |    2 --
 tests/boxhelper/main.cc |   29 -----------------------------
 5 files changed, 22 insertions(+), 32 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index e0c18ec..0b2ee43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.90.2:
+
 2010-06-10  Murray Cumming  <murrayc murrayc com>
 
 	Regenerate function .defs.
diff --git a/NEWS b/NEWS
index 1a56fac..9de01e9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+2.90.2 (unstable):
+
+Gdk:
+* Display: Remove list_devices() and get_core_pointer() because
+  they are now deprecated in GTK+.
+* DragContext: Rename get_targets() to list_targets().
+  Remove accessors for some (now hidden) struct fields.
+* Image:
+  - Rename get_bpp() to get_bytes_per_pixel().
+  - Rename get_bpl() to get_bytes_per_line().
+  - Added get_depth().
+  (Murray Cumming)
+
+Gtk:
+* Box: Remove the children() list because it used a struct field and struct type
+  that are now hidden.
+* ProgressBar: Remove the unnused ProgressBarStyle enum.
+  (Murray Cumming)
+
 2.90.0 (unstable):
 
 * Renamed ABI from gtkmm-2.4 to gtkmm-3.0.
diff --git a/configure.ac b/configure.ac
index 52a58e8..baef2f2 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.90.0],
+AC_INIT([gtkmm], [2.90.2],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
         [gtkmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
diff --git a/tests/Makefile.am b/tests/Makefile.am
index e7136a2..46f630f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -18,7 +18,6 @@
 AUTOMAKE_OPTIONS = subdir-objects
 
 check_PROGRAMS =			\
-	boxhelper/test			\
 	child_widget/test		\
 	child_widget2/test		\
 	child_widget_managed/test	\
@@ -32,7 +31,6 @@ check_PROGRAMS =			\
 	scrolledwindow/test		\
 	wrap_existing/test
 
-boxhelper_test_SOURCES             = boxhelper/main.cc
 child_widget_test_SOURCES          = child_widget/main.cc	\
                                      child_widget/testwindow.cc	\
                                      child_widget/testwindow.h



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