From 2751172434a73b904f2beb6e84b060ef7a6174b1 Mon Sep 17 00:00:00 2001 From: Bert Burgemeister Date: Mon, 6 Jun 2016 10:10:30 +0200 Subject: [PATCH] Update NEWS: planning --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS b/NEWS index f65a9ea..261fd61 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +5.0.0 (not yet implemented) +------------------ + * API change, GtkSpinButton: rename action :set_text to :set_value; + rename response tag :text to :value. + * API change, GtkStatusbar: rename actions :push_id, :pop_id, and + :remove_all_id to :push, :pop, and :remove_all, respectively. + Remove the original functionality of :push, :pop, and :remove_all. + * API change, GtkSocket: rename response tags :plug-added and + :plug-removed to :plug_added and :plug_removed, respectively. + 4.7.0 (unreleased) ------------------ * Add command line option -b for sending pipeglade to background. -- 2.11.4.GIT