summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS37
1 files changed, 37 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 02de3ee07..ac8312fa3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,40 @@
+What is new in GTK+ 1.1.3:
+
+* GtkCList/GtkCTree now have the ability to:
+ - hide/show individual columns
+ - disable/enable column resizing
+ - set min and max for column widths
+ - set expander style of the ctree
+ - set/get row and cell styles
+ - set spacing between tree expander and cell contents in ctree
+ - toggle auto_resize for columns
+* Must enhanced DND support, removed old DND code
+* Idle functions are now implemented via GHook, giving a slight speed
+ improvement
+* An environment variable GTK_MODULES which takes a colon seperated
+ list of module names GTK+ will now automatically load at gtk_init() startup
+* GtkFontSel now has support for an extra 'base' filter
+* New function gdk_window_set_root_origin to get the real geometry taking
+ into account window manager offsets
+* New function gtk_text_set_line_wrap to toggle line wrapping
+* New function gtk_widget_add_events which safely adds additional
+ events to a widget's event mask
+* New function gdk_event_get_time to get the timestamp from a generic
+ event
+* New widget GtkCalendar
+* New widget GtkInvisible - InputOnly offscreen windows used for reliable
+ pointer grabs and selection handling in DND code
+* New functions gtk_object_remove_no_notify[_by_id] to remove a certain
+ data portion without invokation of its destroy notifier
+* gtk_spin_button_construct is now deprecated, use gtk_spin_button_configure
+ instead
+* gtk_clist_set_border is now deprecated, use gtk_clist_set_shadow_type
+ instead
+* Removed functions gtk_object_set_data_destroy[_by_id]
+* Documentation additions/updates
+* HTML and plain text files are now included in the distribution
+* Bug fixes, typeness corrections, and general fixups
+
What is new in GTK+ 1.1.2:
* Gtk+ is now featuring runtime loading of dynamic modules via the