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