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