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