diff options
author | CST 1998 Shawn T. Amundson <amundson@gtk.org> | 1998-12-11 06:12:24 +0000 |
---|---|---|
committer | Shawn Amundson <amundson@src.gnome.org> | 1998-12-11 06:12:24 +0000 |
commit | 353a7158ed4ffffd46fc03627cd4aa071150d786 (patch) | |
tree | 43bc7ddeb247f585001e19b05a63efde23b7309c /NEWS | |
parent | 6af277b502e8fd0a3668fa0f7821a929d0e059f5 (diff) | |
download | gtk+-353a7158ed4ffffd46fc03627cd4aa071150d786.tar.gz |
Released GTK+ 1.1.7GTK_1_1_7
Thu Dec 10 22:02:49 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GTK+ 1.1.7
* INSTALL:
NEWS:
README:
configure.in:
gtk+.spec:
gtk/gtkfeatures.h.in:
docs/gtk-config.1: Version to 1.1.7
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +What is new in GTK+ 1.1.7: + +* Fixed memory mis-allocation in default files code +* Various event handling fixes +* Wide character support for entry and text +* Destroy widgets _after_ propagating unrealize signals through + widget heirarchy +* Only build XIM-support if available +* Tutorial and examples updates +* Added gtk_drag_source_unset() + What is new in GTK+ 1.1.6: * The signal system now features emission hooks whith special semantics, |