]> Pileus Git - ~andy/gtk/blob - NEWS
TODO updates (major ones ;).
[~andy/gtk] / NEWS
1 Forthcoming Changes for GTK+ 0.99.4:
2
3 * Reference counting revolution integrated.
4   Refer to docs/refcounting.txt on this issue.
5 * Implementation of a decent debugging system, see docs/debugging.txt.
6 * Additions on the signal code for querying information about certain signals,
7   and pending handlers of signals.
8 * Support for user signals, and major changes to internal signal handler
9   handling for proper signal removal and invokation of after signals.
10 * GtkTooltips became a true descendant of GtkObject and facilitates an
11   extra tip string which can be used as e.g. an index into context help.
12 * Split up of the widget/object flags into a private and a public portion,
13   consult docs/widget_system.txt on this.
14 * Support for hot keys on gtk programs via gtk_key_snooper_install().
15 * Reimplementation of the *_interp functions as *_full functions to provide
16   simple callback functions as well.
17 * Idle functions are now prioritized.
18 * Many enhancements to GtkNotebook.
19 * New widget GtkTipsQuery for letting the user query tooltips of widgets.
20 * Access masks for widget arguments (GTK_ARG_READABLE/GTK_ARG_WRITABLE).
21 * Function replacements:
22   g_string_hash() -> g_str_hash()
23   g_string_equal() -> g_str_equal()
24   gtk_tooltips_set_tips() -> gtk_tooltips_set_tip()
25 * Clean ups and many many bug fixes by a lot of people all over the place.
26 * New, long and descriptive ChangeLog entries for bored readers ;)
27
28 Overview of Changes in GTK+ 0.99.3:
29
30 * Filesel enhancement / stability changes
31 * New widget, gtkcombo 
32 * Widgets in the toolbar do not get the focus
33 * New widget, gtkstatusbar (still in-progress)
34 * g_string_equal renamed g_str_equal
35 * g_string_hash renamed g_str_hash
36 * new gtkbox functions to allow modification of the child 
37   linkage after the widget tree is setup
38 * gtk_*_get_arg() and gtk_*_set_arg() fixes and implementations
39 * DND changes/fixes
40 * Entry widget now has set_max_length function
41 * Handlebox widget changes/fixes 
42 * Some work on text widget (still in-progress)
43 * Now the toolbar supports arbitrary widgets as well
44 * CList has resizable columns again
45 * CList now looks consistant with scrolled windows
46 * Remove flickering from entry widget
47 * Added switch_page signal to notebook widget
48 * Documentation additions
49 * Other bug fixes...