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