summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2007-06-18 15:21:53 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2007-06-18 15:21:53 +0000
commit8438e96e8c0cde7f2fa651fad6325b4bfc5224b0 (patch)
tree3be278c35ebd3efb1a84214b003a6786406e8cdb /NEWS
parent3dca1e364d3af2e829b6cf8414fe00ce8c849bc8 (diff)
downloadglade-8438e96e8c0cde7f2fa651fad6325b4bfc5224b0.tar.gz
Rolling 3.3.1GLADE_3_3_1
* NEWS, configure.ac: Rolling 3.3.1 * gladeui/plugins/gtk+/glade-gtk.c: Corrected undo item for "remove page" action to say "Removed page from notebook1". svn path=/trunk/; revision=1361
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 67ec5f40..82872714 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,19 @@
===========
+Glade 3.3.1
+===========
+ - Insert before/after & Remove page context menu actions for GtkNotebook (bug 438881) - Juan Pablo Ugarte
+ - Remove row/column context menu actions for GtkTable - Juan Pablo Ugarte
+ - Fix C89 compilation (bug 444045) - Jens Granseuer
+ - Fixed win32 build (bug 444605) - Juan Pablo Ugarte
+ - Allow child contextual actions to work on placeholders - Juan Pablo Ugarte
+ - Remove 'm4' from EXTRA_DIST (bug 445028) - Vincent Geddes
+ - Some misc. win32 build fixes - Vincent Geddes
+ - Fixed cut/paste glitches inside notebooks - Tristan Van Berkom
+ - Fixed incorrectly loaded stock icons (bug 444959) - Juan Pablo Ugarte
+ - Spelling/Translation fixes (bug 419979, 429736) - Vincent Geddes
+ - Fixed console warnings (bug 424509) - Vincent Geddes
+
+===========
Glade 3.3.0
===========
- Allow plugin authors to add context menu items for thier widgets