summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2006-01-26 22:49:02 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2006-01-26 22:49:02 +0000
commit226ba4c2b05be63aa288079d311a5a1d29c40d04 (patch)
tree15e1e74fb14a6a9ea966f5c9fb26c02f5d863377 /NEWS
parent5cde29016c123f0a6bc85fbf9217093fc38ea66b (diff)
downloadglade-226ba4c2b05be63aa288079d311a5a1d29c40d04.tar.gz
Fixed up release stuffGLADE3_2_91_0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS52
1 files changed, 52 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ca92cb00..53bf471c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,55 @@
+==============
+glade-3 2.91.0
+==============
+
+New features and fixes
+======================
+ - The amazing new menu editor is here ! (Juan Pablo Ugarte)
+ - Added GladeEditorProperty objects, a GtkWidget descendant
+ capable of editing properties (one subclass available for
+ every method of editing properties).
+ - GladeProjectView displays internal widget descriptors and
+ special-child-type descriptors
+ - Project menu item glitch fixed.
+ - Fixed "paste" using keyboard shortcuts
+ - Show "save as" dialog on save when previous save failed
+ - Added widgets GtkCombo, GtkList, GtkCList, ComboBox & ComboBoxEntry
+ - Delete in property editor not to delete project widgets (only text
+ in entries).
+ - Text properties now scroll (bugzilla 316232)
+ - Translate strings from catalog files (this includes translating
+ the gtk+.xml.in using intltool & using dgettext on strings parsed
+ from the catalog).
+ - Implemented command groups (for undo/redo actions on a complex
+ series of glade commands), used by the new editor.
+ - Undo/Redo buttons now display action content in tooltips.
+ - Added GladeEPropObject, generic support for object type properties.
+ - Updated plugin writer documentation (widgets/adding-widgets.txt)
+ - All project paths are now absolute canonical paths
+ - Added GladeEPropResource for resource file type properties,
+ glade will try to always keep a copy of all project resources
+ in the same directory as the glade file.
+ - Fixed signal loading (bug 326715)
+ - Fixed persisting i18n metadata (bug 325628)
+ - Implemented <requires> functionality in glade files
+ (save required plugins and gracefully display errors if
+ the requested catalog isnt available).
+ - Multiple projects with the same name now supported.
+ - Misc bugfixes and code improvements from myself Juan Pablo Ugarte and
+ Lluis Sanchez Gual
+
+
+New and updated translations
+============================
+
+ - Funda Wang (zh_CN)
+ - Francisco Javier F. Serrador (es)
+ - Adam Weinberger (en_CA)
+ - Kjartan Maraas (nb, no)
+ - Raphael Higino (pt_BR)
+
+
+
What is new in glade-3 2.90.0
=============================