gtkmm r1053 - in trunk: . gtk/src



Author: murrayc
Date: Mon Nov 10 11:52:59 2008
New Revision: 1053
URL: http://svn.gnome.org/viewvc/gtkmm?rev=1053&view=rev

Log:
Increased version

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in
   trunk/gtk/src/bin.hg

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Nov 10 11:52:59 2008
@@ -1,3 +1,19 @@
+2.14.2 (stable):
+
+* Remove some ;s to avoid warnings.
+  Ubuntu Bug: https://bugs.launchpad.net/bugs/275397 (William)
+  (Murray Cumming)
+* Windows build:
+  - Use the new naming convention, similar to boost.
+  - installer-creation script improvements.
+  (Armin Burgmeier)
+* Documentation:
+    EntryCompletion: signal_match_selected: Mention that custom signal handlers
+    should connect before the default one.
+    (Marko Anastasov)
+  - TreeVuew reference documentation corrections.
+    (Murray Cumming) Bug #547787 (John Hobbs)
+
 2.14.1 (stable):
 
 * Another Windows build fix.

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Nov 10 11:52:59 2008
@@ -15,7 +15,7 @@
 #We use pushdef here because we can't use shell variables before AC_INIT, but we want to use a variable with AC_INIT:
 pushdef([GTKMM_MAJOR_VERSION],     [2])
 pushdef([GTKMM_MINOR_VERSION],     [14])
-pushdef([GTKMM_MICRO_VERSION],     [1])
+pushdef([GTKMM_MICRO_VERSION],     [2])
 pushdef([GTKMM_EXTRA_VERSION],     [])
 pushdef([GTKMM_VERSION], GTKMM_MAJOR_VERSION.GTKMM_MINOR_VERSION.GTKMM_MICRO_VERSION[]GTKMM_EXTRA_VERSION)
 AC_INIT([gtkmm], GTKMM_VERSION, [gtkmm-list gnome org])

Modified: trunk/gtk/src/bin.hg
==============================================================================
--- trunk/gtk/src/bin.hg	(original)
+++ trunk/gtk/src/bin.hg	Mon Nov 10 11:52:59 2008
@@ -39,6 +39,10 @@
 {
   _CLASS_GTKOBJECT(Bin,GtkBin,GTK_BIN,Gtk::Container,GtkContainer)
 protected:
+
+  /** This constructor is protected because only derived 
+   * classes should be instantiated.
+   */
   _CTOR_DEFAULT
 public:
   



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