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