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