]> Pileus Git - ~andy/gtk/blob - NEWS
ue Sep 25 12:41:17 2001 Owen Taylor <otaylor@redhat.com>
[~andy/gtk] / NEWS
1 Overview of Changes in GTK+ 1.3.9
2 =================================
3
4 * Add editable text cells to GtkTreeView.
5   Keynav, drawing fixes in GtkTreeView [Jonathan Blandford]
6 * Text widget no longer always has a \n in it. [Havoc Pennington]
7 * Text widget bug fixes [Havoc, Dov Grobgeld, Hidetoshi Tajima]
8 * Allow -1 for width/height in gdk_pixbuf_render_*(). [Matthias Clasen]
9 * Minor fix for major resizing problems in recent releases [Owen Taylor]
10 * Restore ability to set _set properties to TRUE for 
11   GtkCellRendererText, GtkTextTag [Owen]
12 * Cursor drawing improvements [Owen]
13 * Win32 fixes [Hans Breuer]
14 * Mark various functions as deprecated or private.
15 * Misc bug fixes, portability fixes, and cleanups.
16
17 Other Contributors: 
18  Vitaly Tishkov, Christian Rose, Frank Belew, Jeff Franks, Sven Neumann,
19  Kristian Rietveld, Vitaly Tishkov, Joshua N. Pritikin, Matt Wilson, 
20  James Henstridge, Detlef Reichl
21
22 Overview of Changes in GTK+ 1.3.8
23 =================================
24
25 * GtkTreeView and GtkTreeModel API cleanups/improvements [Jrb]
26 * GtkOptionMenu scrollwheel support [Alex]
27 * GtkModule search paths [Owen]
28 * Documenatation updates [Havoc,Jrb]
29 * Major Gdk cleanup [Owen]
30 * Miscellaneous other fixes/cleanups
31
32 Other Contributors:
33   Joshua N Pritikin, Padraig O'Briain, Jakub Steiner, Matthias Clasen,
34   Matt Wilson, James Henstridge
35
36 Overview of Changes in GTK+ 1.3.7
37 =================================
38
39 * Many Pixbuf (loader) improvements [Matthias Clasen, Soeren Sandmann]
40 * Added publically installed utility gdk-pixbuf-csource to generate
41   inlined pixbufs in C source code [Tim Janik]
42 * Optional movement of button children on press [Soeren, Owen Taylor]
43 * Interactive searching in GtkTreeView [Kristian Rietveld]
44 * Sorting/ordering improvements for GtkTreeView [Kris, Jonathan Blandford]
45 * Animation of expander motion for GtkTreeView [Anders Carlsson]
46 * Lots of misc GtkTreeView fixes and improvements [Jonathan]
47 * New/improved stock icons [Jakub Steiner] 
48 * Code and API rework for window resizing [Havoc Pennington]
49 * Converted accel groups to GObject [James Henstridge]
50 * More property support improvements
51 * Add facility for "secondary" buttons in 
52   GtkButtonBox/GtkDialog [Gregory Merchan]
53 * Disentangled child visability from MAPPED state [Owen]
54 * Plug/Socket improvements and port to the XEMBED protocol [Owen]
55 * Added priorities for styles in RC files, 
56   support multiple parse contents [Owen]
57 * Made GdkVisual and GdkDevice GObjects [Alexander Larsson]
58 * Key binding improvements [Havoc]
59 * Added GtkWidget::event-after signal since normal event handling
60   is now aborted as soon as a handler returned TRUE [Tim]
61 * Dnd fixes and improved icon support [Owen]
62 * Removed GtkPacker widget
63 * Fixing missing paired getters/setters [Kris]
64 * Nuked remaining GtkArg cruft, implemented container/child properties [Tim]
65 * Added window grab groups [Owen]
66 * Many frame buffer improvements [Alex]
67 * Win32 fixes and improvements [Hans Breuer]
68 * Warning fixes [Darin Adler]
69 * Miscellaneous bug and API fixes [Matthias et. al]
70
71 Other Contributors:
72   Joshua N Pritikin, Hidetoshi Tajima, Manish Singh, ERDI Gergo, Jens Finke,
73   Chema Celorio, Lee Mallabone, Vitaly Tishkov, Sebastian Wilhelmi,
74   Nicola Girardi, Sven Neumann, Padraig O'Briain, Michael Natterer,
75   Suresh Chandrasekharan, Jonas Borgström, Jay Cox, Michael Meeks,
76   Mathias Hasselmann, Peter Williams, Thomas Broyer, Kjartan Maraas,
77   Joel Becker, Jeff Franks, Brian Cameron, Skip Montanaro
78
79 Overview of Changes in GTK+ 1.3.6
80 =================================
81
82 * Properly renders strikethrough text
83 * win32 fixes
84 * Added "scale" property to GtkTextTag and GtkCellRendererText to do 
85   relative font scaling
86 * Added "format_value" signal to GtkScale to reformat value text
87 * framebuffer fixes
88 * Property support added to lots of widgets
89 * Many GtkTreeView new features and API/implementation fixes
90 * Lots of new_with_mnemonic() convenience functions
91 * Change GtkImageMenuItem API to be more consistent/useful
92 * Added lots of new stock items/icons
93 * Rewrote GtkRange/GtkScale/GtkScrollbar, includes support for
94   enabling/disabling extra scrollbar stepper arrows in gtkrc so NeXT
95   themes won't need broken hacks
96 * Convenience API for GtkRange similar to the one added to GtkSpinButton
97   a while back
98 * Make menubar/toolbar work properly with xthickness/ythickness of 1 or 0, 
99   and move some attributes from program settings to user settings.
100   Allows nice 1-pixel-bevel themes.
101 * Moved ::focus virtual function from GtkContainer to GtkWidget
102 * Plenty of bug fixes
103
104 Overview of Changes in GTK+ 1.3.5
105 =================================
106
107 * New default theme based on Raleigh theme for 1.2.x.
108 * Dependency on the ATK library added as a step to
109   providing accessibility-enabling interfaces
110 * XEMBED-based GtkPlug/GtkSocket now basically works.
111 * Drag and drop of column headers in GtkTreeView
112 * GtkColorSelector work: hooks for saving and propagating palette, UI tweaks,
113   and API sanitization
114 * Key binding fixes
115 * Configurable padding/spacing in a lot of places
116 * Invisible text in GtkTextView fixed
117 * SHM segments now created with a mode of 0600
118 * Bug fixes
119
120 Overview of Changes in GTK+ 1.3.4
121 =================================
122
123 * Win32 fixes
124 * GtkTreeView improvements and fixes
125 * Fix glib-2.0.m4
126 * Miscellaneous bug fixes
127
128 Overview of Changes in GTK+ 1.3.3
129 =================================
130
131 [ 5600 lines of ChangeLog ]
132
133 * API cleanups
134 * Win32 work (Tor, Hans Breuer)
135 * Focus improvements (Owen)
136 * Frame buffer improvements (Alex)
137 * Work on GtkTextView (Havoc)
138 * Much work on GtkTreeView (Jonathan)
139 * Selectable labels (Havoc)
140 * Converted many arguments to properties (Lee Mallabone, John Margaglione)
141 * Add exact regions to GdkExposeEvent, propagate it. (Alex)
142 * Added ability to have resize grips in status bars (etc.) using
143   _NET_WM_MOVERESIZE protocol. (Havoc)
144 * Added mnemnonic mechanism to make setting underline accelerators
145   much easier. (Alex)
146 * Add per-style property mechanism to allow themes to change 
147   geometry parameters. (Tim)
148 * Added global settings mechanisms for settings such as double-click
149   time. (Tim, Owen)
150 * Various support functions for new and old WM properties (Havoc, Alex)
151 * Add TRUE-stops-returns for boolean-returning signals (Ron Steinke)
152
153 Overview of Changes in GTK+ 1.3.2
154 =================================
155
156 GTK Core:
157
158 * New stock-icon and stock-item system. Use themeable pixbufs in
159   dialogs, buttons, etc. [Havoc]
160 * Theme engines reworked to use derivation and new object system. [Owen]
161 * Added GtkClipboard object for simple selection handling. [Owen]
162 * Make GtkEditable an interface, move implementation to GtkOldEditable for
163   compat. [Owen]
164 * Better handling of default directionality. [Robert]
165 * Use GSignal as backend for GtkSignal and other GObject stuff. [Tim]
166 * Move theme engines to GTypePlugin. [Owen]
167
168 GDK:
169
170 * Beginning of implementation of client parts of new window manager spec. [Owen]
171 * Make gdk_drawable_get_image() work with backing store. [Havoc]
172
173 Widgets:
174
175 * New text widget [Havoc]
176   - Adjustable tab handling.
177   - Ability to have scrolling side areas in new text widget for tabs/line numbers.
178   - Many cleanups and small improvements.
179 * Improvements to submenu navigation [Nils Barth/David Santiago] and
180   scrolling menus. [Alex]
181 * Simplification of progress bar API. [Havoc]
182 * Make GtkImage a generic image-display widget. [Havoc]
183 * New GtkTreeView tree widget. Model/view architecture, flexible renderering,
184   large datasets, etc. [Jonathan]
185 * New GtkMessageBox widget for message display. [Havoc]
186 * Allow labels to have contents set from XML-like markup language. [Havoc]
187 * Make dialogs derive from GtkDialog and use stock buttons. [Havoc]
188
189 Internationalization:
190
191 * Proper character set conversion for clipboard/selection. [Owen]
192 * New input method system via loadable modules; support on-the-spot
193   preedit in GtkEntry and new text widget; allow switchin input methods
194   on the fly; include modules for XIM and demo Cyrillic-tranliteration 
195   module. [Owen]
196 * VIQR, Thai, and Inuktitut input methods. [Robert]
197 * Convert po files to UTF-8. [Robert]
198
199 gdk-pixbuf:
200
201 * Full-alpha compositing for gdk-pixbuf on drawable. [Havoc]
202 * Add simple saving to gdk-pixbuf. [David Welton/Havoc]
203 * Add improved error handling with GError to gdk-pixbuf. [Havoc]
204
205 Ports:
206
207 * Much work on Win32 Port. [Tor/Hans]
208 * Much work on Linux-FB Port. [Elliot/Alex]
209
210 Misc:
211
212 * Start of new gtk-demo demo program. [Owen/Jonathan]
213 * Bug fixes and more bug fixes.
214
215
216 Overview of Changes in GTK+ 1.3.1:
217
218 * GTK+ now uses the Pango library for text manipulation. All
219   strings in GTK+ now are in Unicode, languages written
220   from right-to-left, and complex-text languages are now supported.
221 * The gdk-pixbuf library for image loading and manipulation is 
222   has been integrated with GTK+.
223 * The GTK+ object system has mostly been moved to GLib, separating
224   it from the GUI code. Many significant enhancements have been
225   made as part of this.
226 * A new text widget is now included. This started as a port
227   of the Tk text widget, and includes such features of the Tk
228   text widget as tags, marks, and unicode text support. It
229   has been enhanced to support model-view operation and the
230   full power of Pango.
231 * The GDK library has been extensively revised to support multiple
232   windowing systems. The only fully functional backend in 1.3.1
233   is the X11 backend, however, ports to Win32, Linux-framebuffer,
234   Nano-X, BeOS, and MacOS exist in various states of completion,
235   and at least some of these will be finished and integrated in 
236   before the final GTK+-2.0 release.
237 * 32-bit coordinates are now supported throughout GDK and GTK+
238   (they are emulated where not supported by the windowing system.)
239 * Many minor bug fixes and enhancements. Incompatible changes
240   are documented in docs/Changes-2.0.txt
241
242 Overview of Changes in GTK+ 1.2.8:
243
244 * GNU Make 3.79 bug workaround
245 * FAQ and tutorial updates and improvements
246 * Miscellaneous bug fixes: CList, Calendar, rc-files, FontSelection
247
248 Overview of Changes in GTK+ 1.2.7:
249
250 * More header cleanups.
251 * Fixed activation bug for insensitive widgets.
252 * Locale fixes to RC file parsing code.
253 * Miscellaneous bugfixes for Item Factory, CList, CTree, X Selections,
254   HScale, VScale, Pixmap, Viewport, OptionMenu, Entry and Notebook.
255 * Upgrade to libtool 1.3.4.
256
257 Overview of Changes in GTK+ 1.2.6:
258
259 * container queue_resize fixes
260 * gtk[vh]scale: minor fixups
261 * rename idle to idle_id in testgtk to avoid conflicts with 
262   broken libs
263 * More consistant naming of gtkrc files
264 * Added language support: ro, uk
265
266 Overview of Changes in GTK+ 1.2.5:
267
268 * more GtkCTree and GtkWindow bug fixes.
269 * more redraw/resize queue fixes, better expose event
270   discarding code.
271 * more miscellaneous bugs fixed
272 * new configure.in option --disable-rebuilds to completely disable
273   rebuilds of autogenerated sources.
274 * check for 5.002 now, to avoid failing autogeneration build rules due
275   to old perl versions.
276 * fonts (and fontsets) are cached now.
277 * more autogeneration make rules and dependancy fixups, we should be
278   save with autogeneration up to make -j12 now ;)
279 * new window position GTK_WIN_POS_CENTER_ALWAYS, which will recenter the
280   GtkWindow on every size change.
281 * major rework of window manager hints handling code, fixed a bunch of
282   races with the new resizing code.
283 * the new wm hints and resizing code is absolutely perfect and bug free now,
284   it only lacks testing ;)
285 * fixed up various rc style memory prolems.
286 * gtk_widget_modify_style() now properly changes the style of realized widgets
287   and references the style passed into it. if people worked around this bug,
288   this will introduce a slight memory leak in their code.
289   The code should typically look like:
290             GtkRcStyle *rc_style = gtk_rc_style_new ();
291             [...]
292             gtk_widget_modify_style (widget, rc_style);
293             gtk_rc_style_unref (rc_style);
294 * fix problems with positioning menus offscreen.
295 * GtkText fixes for some crashes and drawing errors.
296 * Better handling for unexpected window destroys in GDK and GTK+.
297   This should make it possible to use a GtkPlug and catch the
298   case where its parent socket is randomly killed.
299 * FAQ updates.
300 * FileSelection i18n patches, RadioButton fixups.
301 * many translation improvements.
302 * miscellaneous other bugs fixed.
303
304 Overview of Changes in GTK+ 1.2.4:
305
306 * DnD improvements (drags can be canceled with Esc now).
307 * suppressed configure event reordering in Gdk.
308 * rewrite of Gtk's configure event handling.
309 * major improvements for the object argument system (Elena Devdariani).
310 * major bugfixes for threading, GtkNotebook, GtkItemFactory, GtkCList and
311   GtkCTree.
312 * tutorial/FAQ updates, new file generation.txt on autogenerated sources.
313 * configure's --with-glib= is "officially" unsupported.
314 * upgrade to libtool 1.3.3.
315 * various buglets fixed.
316
317 Overview of Changes in GTK+ 1.2.3:
318
319 * Upgrade to libtool 1.3
320 * Check for dgettext (for systems with old versions of GNU Gettext)
321 * Many bug fixes (see ChangeLog for details)
322
323 Overview of Changes in GTK+ 1.2.2:
324
325 * Improved Dnd behaviour with Motif applications.
326 * Bug fixes for the Gtk selection code.
327 * Minor bug fixes to the Gdk Atom cache and Dnd code (with --display option).
328 * Bug fixes and leak plugs for the Gdk IM code.
329 * Added gtk_object_get() facility to retrive object arguments easily.
330   The var args list expects ("arg-name", &value) pairs.
331 * Fixed mapping for GdkInputCondition<->GIOCondition, this should fix
332   problems where closed pipes were no longer signalling GDK_INPUT_READ on
333   systems with a native poll().
334 * Some cleanups to GtkLabel's memory allocation code (shouldn't leak memory
335   anymore).
336 * We don't attempt to lookup xpm color "None" anymore, this should prevent
337   eXodus (commercial X windows server) from popping up a color dialog every
338   time a transparent pixmap is created.
339 * Fixed bug where Gtk timout/idle handlers would execute without the global
340   Gdk lock being held.
341 * Other minor bug fixes.
342
343 Overview of Changes in GTK+ 1.2.1:
344
345 * Many Bug fixes have been applied to the menu and accelerator code.
346 * GtkItemFactory can "adopt" foreign menu items now and manage their
347   accelerator installation. This is often required to get GtkItemFactory
348   like accelerator propagation between different windows with the same
349   menu heirarchy and for centralized parsing and saving of accelerators.
350 * GtkCList/GtkCTree buttons should always display correctly now.
351 * Miscellaneous other bug fixes.
352
353 What's New in GTK+ 1.2.0 (since 1.0.x):
354
355 * New widgets: GtkFontSelector, GtkPacker, GtkItemFactory, GtkCTree,
356   GtkInvisible, GtkCalendar, GtkLayout, GtkPlug, GtkSocket
357 * Many new features and robustness for existing widgets
358 * Theme support
359 * New DND implementation
360 * Internationalization of standard dialogs
361 * New key binding system
362 * Tearoff menus and menu accelerators
363 * Wide character support for entry and text
364 * Resizing code has been overhauled
365 * Queued redraws of partial areas
366 * Far better support for object arguments
367 * Speed optimizations
368 * Runtime loading of dynamic modules
369 * Support for GLib log domains
370 * Tutorial improvements
371 * A bug fix or two
372
373 Overview of Changes in GTK+ 1.1.16:
374
375 * Major fixes and improvements for handlebox
376 * A change to the way widget->requisition works. Now,
377   widget->requisition is always what the widget requested,
378   unmodified by the usize. See Changes-1.2.txt for details.
379   This correct various bugs with gtk_widget_set_usize().
380 * Fixes for XIM on X11R5 systems
381 * Don't allow cut-and-paste of text in password-style entries
382 * --enable-debug is now on by default for the development releaes.
383   (When compiling for "production", use --enable-debug=minimum)
384 * Handle systems where Helvetica is not present more gracefully
385 * Fixes for memory leaks
386 * CList and CTree fixes
387 * Bug fixes for drawing problems. 
388 * Miscellaneous bug fixes to GtkLabel, GtkCList, GtkCTree,
389   GtkColorsel, Focusing, DND
390 * Tutorial improvements
391
392 Overview of Changes in GTK+ 1.1.15:
393
394 * Tutorial Updates
395 * Added --libs gthread to gtk-config 
396 * Bug fixes
397
398 What is new in GTK+ 1.1.14:
399
400 * Additions to docs/Changes-1.2.txt
401 * Just warn when loading theme engine fails
402 * CLAMP GtkScale digits to a meaningful range
403 * GTK_LOCALDIR is now defined in a better fashion
404 * New functions (feature freeze, we know...):
405     gtk_menu_set_title()
406     gtk_toggle_button_get_active()
407 * Some locale fixups in gtkrc code
408 * Fixes to make gtk_radio_button_set_group() keep only
409   one radio button in the group active
410 * Foreign windows are now always treated as viewable; this fixes
411   a problem where updating didn't occure properly in GtkPlug
412 * DND fixes for 64 bit architectures, and for specifying operations 
413   with modifier keys.
414 * Major revisions to GtkLayout: avoid having to create window
415   for NO_WINDOW children, adjust allocations of children as 
416   scrolled so queued draws work, and a resize is queued instead
417   of allocating directly in a put() or move()
418
419 What is new in GTK+ 1.1.13:
420
421 * Dnd and selection bug fixes and memory purification.
422 * Widget sensitivity fixups.
423 * Tooltips windows are now named "gtk-tooltips" so rc file rules
424   can match tooltips windows. Fixed interaction of tooltips and NO_WINDOW
425   widgets.
426 * Spin buttons now update their values upon value retrival.
427 * Overhaul of the resizing vs. redrawing logic to reduce redrawing needs
428   a lot. Gtk makes full use of the draw_area coalescing code now, which
429   got minorly improved as well.
430 * Containers map their Gdk windows after their children now to reduce
431   expose event generation.
432 * Gdk event queue fixups, this solves the double-click problems people were
433   recently having.
434 * Account for the fact that GSource's are only properly reentrant from
435   within dispatch(), thus we don't do Gdk event processing from within
436   check() or prepare() anymore.
437 * Rc files feature a bg_pixmap value of "<none>" now.
438 * Improved session management support in Gdk.  
439 * Automatic disabling of NLS if no gettext is found should work now.
440 * Removed deprecated functions, docs/Changes-1.2.txt gives an overview.
441 * Gtk+ development now requires GNU autoconf 2.13, GNU automake 1.4
442   and GNU libtool 1.2d.
443 * More bug fixes all over the place.
444
445 What is new in GTK+ 1.1.12:
446
447 * Korean translation added
448 * Fixed memory leaks
449 * A few other bug fixes
450
451 What is new in GTK+ 1.1.11:
452
453 * Dutch, Japanese, Swedish, Polish, and Norwegian translations
454 * Removed deprecated _interp variants: gtk_container_foreach_interp, 
455   gtk_idle_add_interp, gtk_timeout_add_interp, gtk_signal_connect_interp
456 * Lots of cast corrections
457 * Many fixes 
458
459 What is new in GTK+ 1.1.9:
460
461 * Check for broken glibc 2.0 mb functions and avoid them
462 * Label and Entry display fixes 
463 * Move main thread back to GDK, for locking when translating events
464 * Bug fixes
465
466 What is new in GTK+ 1.1.8:
467
468 * Added support for gettext and the localization of the standard
469   dialogs.
470 * Added line-wrapping for the label, and JUSTIFY_FILL
471 * Support reordering via drag and drop in  CList and CTree.
472 * Replaced GtkDrawWindow widget with a GTK_USER_DRAW flag
473 * Extended gtkpaned API to support minimum sizes and proportional
474   resizing.
475 * Changed the handling of shared memory segments so as to 
476   remove the need for GTK+ to set up signal handlers.
477 * Re-implemented event loop in terms of the event loop
478   that has been added to GLib 1.1.8
479 * Added 'grab_focus' signal to allow keyboard accelerators
480   for entries.
481 * Load locale specific RC files if present.
482 * Bug fixes.
483
484 What is new in GTK+ 1.1.7:
485
486 * Fixed memory mis-allocation in default files code
487 * Various event handling fixes
488 * Wide character support for entry and text
489 * Destroy widgets _after_ propagating unrealize signals through 
490   widget heirarchy
491 * Only build XIM-support if available
492 * Tutorial and examples updates
493 * Added gtk_drag_source_unset()
494
495 What is new in GTK+ 1.1.6:
496
497 * The signal system now features emission hooks whith special semantics,
498   refer to the ChangeLog for this.
499 * Minor? speedups and memory reductions to the emission handling of the
500   signal system.
501 * _interp() function variants are deprecated now. the corresponding *_full()
502   variants are provided for a long time now.
503 * Dnd abort timeout increased to 10 minutes.
504 * GtkScrolledWindow inherits from GtkBin now.
505 * GTK_POLICY_NEVER is implemented for scrolled windows now.
506 * Lots of API clean ups.
507 * Incremental freezing abilities.
508 * Integrated widgets from the GNOME tree: GtkLayout, GtkPlug and GtkSocket.
509 * New window functions for transient relationship, default size, and 
510   geometry hints
511 * Default rc files are now read in (<sysconfdir/etc/gtkrc and ~/.gtkrc)
512   GTK_RC_FILES environment variable and functions are provided to configure
513   this behavior
514 * Read doc/Changes-1.2.txt to properly adapt your code.
515 * Bug Fixes.
516
517 What is new in GTK+ 1.1.5:
518
519 * Theme integration
520 * Widget style modification is now handled through GtkRcStyles
521 * GtkPixmaps now grey out pixmaps when insensitive
522 * Notebook enhancements
523 * Shadow configurability for menubars and handleboxes
524 * DND enhancements
525 * gtkfilesel now supports automounters better
526 * Implementation of expose compression
527 * Queued redraws of partial areas
528 * Scrolledwindow (+Viewport) source incompatibilities, children that are added
529   to a scrolled window don't get an automatic viewport anymore. a convenience
530   function gtk_scrolled_window_add_with_viewport() is suplied for this task
531 * Deprecated functions will now issue a message, informing the programmer about
532   the use of this function. These functions will get removed in future versions
533 * Non-functional functions got removed entirely
534 * gtk_widget_new() and gtk_object_new() will now auto-construct new objects.
535   A new function gtk_object_default_construct() is provided now which should
536   be called after every gtk_type_new() to perfom the auto-construction
537 * Improved argument support of several widgets
538 * Bug Fixes
539
540 What is new in GTK+ 1.1.3:
541
542 * GtkCList/GtkCTree now have the ability to:
543     - hide/show individual columns
544     - disable/enable column resizing
545     - set min and max for column widths
546     - set expander style of the ctree
547     - set/get row and cell styles
548     - set spacing between tree expander and cell contents in ctree
549     - toggle auto_resize for columns
550 * Must enhanced DND support, removed old DND code
551 * Idle functions are now implemented via GHook, giving a slight speed
552   improvement
553 * An environment variable GTK_MODULES which takes a colon seperated
554   list of module names GTK+ will now automatically load at gtk_init() startup
555 * GtkFontSel now has support for an extra 'base' filter
556 * New function gdk_window_set_root_origin to get the real geometry taking
557   into account window manager offsets
558 * New function gtk_text_set_line_wrap to toggle line wrapping
559 * New function gtk_widget_add_events which safely adds additional
560   events to a widget's event mask
561 * New function gdk_event_get_time to get the timestamp from a generic
562   event
563 * New widget GtkCalendar
564 * New widget GtkInvisible - InputOnly offscreen windows used for reliable
565   pointer grabs and selection handling in DND code
566 * New functions gtk_object_remove_no_notify[_by_id] to remove a certain
567   data portion without invokation of its destroy notifier 
568 * gtk_spin_button_construct is now deprecated, use gtk_spin_button_configure
569   instead 
570 * gtk_clist_set_border is now deprecated, use gtk_clist_set_shadow_type 
571   instead
572 * Removed functions gtk_object_set_data_destroy[_by_id] 
573 * Documentation additions/updates 
574 * HTML and plain text files are now included in the distribution
575 * Bug fixes, typeness corrections, and general fixups
576
577 What is new in GTK+ 1.1.2:
578
579 * Gtk+ is now featuring runtime loading of dynamic modules via the
580   --gtk-modules= command line switch. such modules have to export a
581   G_MODULE_EXPORT void gtk_module_init (gint *argc, gchar ***argv);
582   function which will be invoked to initialize the module. since such
583   modules may create new widget types, they are always resident.
584 * The tutorial has been updated again.
585 * Changes to menus including tearoff menus and accelerators.
586 * Better support for modal dialogs.
587 * Removed CAN_FOCUS by default from scrollbars and button children of toolbar.
588 * More improvements and fixes for GtkCList and GtkCTree (i.e. row sorting).
589 * GtkCTree rows can be unselectable now.
590 * The GtkCTree API has undergone major renames (see ChangeLog entry from Lars
591   Hamann on Tue Aug 18 00:29:13 1998).
592 * A bunch of varargs functions changed to get va_lists working on systems that
593   implement va_lists as arrays.
594 * Improvements to the gdkrgb code.
595 * Improvements to Gdk color handling so we greatly reduce server traffic and
596   don't leak colors anymore.
597 * Improved internal widget tree iterators (the GtkContainer::foreach signal
598   vanished because of this).
599 * Option menus can have the keyboard focus now.
600 * More fixups to the text widget.
601 * GtkFileSelection should behave much more nicely in combination with AFS now.
602 * Support for label underlining.
603 * Support for GLib 1.1.3 log domains.
604 * Documentation improvements.
605 * Configuration fixes on various platforms.
606 * Miscellaneous fixes to XInput support.
607 * Build with shared library dependencies on Linux
608 * Fix for a major bug in the type systems memory allocation code that could
609   cause random crashes.
610 * Libtool update to version 1.2b.
611 * Lots of bugfixes and cleanups again ;)
612
613
614 What is new in GTK+ 1.1.1:
615
616 * Tutorial updates and additions.
617 * Key binding support for GtkListItems and GtkList.
618 * Extended selection mode and autoscrolling for GtkLists.
619 * A GtkCtree now operates on GtkCTreeNode* structures rather than GList*.
620 * GtkCTreeNodes can now be created from GNode trees.
621 * Bug fixes for GtkNotebook, GtkCList, GtkCombo and GdkWindow reparentation.
622
623
624 What is new in GTK+ 1.1.0:
625
626 * New widget GtkFontSelector.
627 * New featurefull progress bar.
628 * New container widget GtkPacker.
629 * New object GtkItemFactory, GtkMenuFactory is deprecated.
630 * New key binding system, configurable via rcfiles, similar to styles.
631 * New widget GtkCTree with drag selections and keyboard movement and
632   and horizontal scrolling. Features also implemented for GtkCList.
633 * Significant speedups to widget creation and destruction through caching
634   colormap and visual queries to the XServer.
635 * Speedups for type creation and especially gtk_type_is_a() checks.
636 * Speedups in signal lookup, creation and emissions and connection handling.
637 * Minor speedups with object data allocation and destruction.
638 * Additions to the signal handling API (e.g. *_emitv).
639 * Support for rc-file reparsing.
640 * Resizing logic is now implemented on container widget basis, rather than
641   for toplevel GtkWindows only.
642 * Buttons support relief styles now.
643 * Some widgets are now allocated through memchunks to behave more memory wise.
644 * Newly included file gtkfeatures.h which defines compatibility macros to
645   test for certain API features upon program compilation.
646 * Child arguments support for container widgets.
647 * Far better support for object arguments, revamp of the underlying
648   mechanism for speed and reusability. Child/object arguments don't
649   need to be preceeded by the "GtkType::" portion anymore.
650 * Removed GtkAcceleratorTable in favour of GtkAccelGroup, accelerator display
651   is now performed by a new widget GtkAccelLabel.
652 * Overhaul of the resizing code. Resizing behaviour can now be specified
653   on GtkContainer basis, so the underlying algorithm isn't only available
654   for GtkWindows.
655 * GtkTables are now fully resizable.
656 * The GtkType system now supports an additional base class initialization
657   function.
658 * GtkStyles and key bindings can now be looked up depending on the base
659   types of a widget, through a new keyword `class' in rc files.
660 * GtkButton derives from GtkBin (finally).  
661 * More descriptive error messages on rc parsing.  
662 * Runtime information is available to query enum/flag definition values.
663 * Upgrade to libtool-1.2
664 * Legions of bug fixes, memory leaks, segfaults, of-by-something errors...
665   including those that already went into the 1.0.x branch.
666 * A big bunch of features and cosmetic fixups that just got lost in
667   the masses of changes.