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