[gtkmm] 3.15.4



commit fe6ae000779e4778f6c4d80a3d338e308e8b3f9c
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Jan 21 09:49:38 2015 +0100

    3.15.4

 NEWS         |   17 +++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index b5b25da..075c2b7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+3.15.4 (unstable);
+
+Gtk:
+* Builder::get_type_from_name_vfunc(): Call the base class function.
+  Instead of jusgin calling g_type_from_name(), in case the base class
+  function does more.
+  (Kjell Ahlstedt) Bug #742637.
+* TextBuffer:
+  - Add insert_martkup().
+  - Add the copy_target_list and paste_target_list properties.
+  (Kjell Ahlstedt)
+
+Documentation:
+* Pixbuf: Change a mention of Glib::ResourceError to Gio::ResourceError.
+  (Kjell Ahlstedt)
+
+
 3.15.3 (unstable);
 
 Gtk:
diff --git a/configure.ac b/configure.ac
index d42170f..c2ddf89 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.15.3],
+AC_INIT([gtkmm], [3.15.4],
         [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]