]> Pileus Git - ~andy/gtk/blob - NEWS
Update for the new API of the profiler.
[~andy/gtk] / NEWS
1 Overview of Changes from GTK+ 2.7.3 to GTK+ 2.7.4
2 =================================================
3 * Make svg icon themes work better [Matthias]
4 * GtkPlug/GtkSocket: Make these cross-platform
5   and implement them for Win32 [Tor]
6 * Make font rendering xsettings work with pangocairo [Owen]
7 * Fix sporadic segfaults in the GtkTreeModelSort [James
8   Bramford, Markku Vire, Kristian Rietveld]
9 * Improve gdk-pixbuf's ability to recognize 
10   svg images. [William Jon McCann]
11 * Win32 
12  - Build fixes [Tor Lillqvist]
13  - Fix clipping issues [Robert Ögren]
14  - Bug fixes [Peter Zelezny]
15 * Other bug fixes [Christian Persch, Arkady L. Shane, 
16   Matthias, Tommi Komulainen, Alexander Larsson, Owen,
17   Thomas Vander Stichele, Robert Ögren]
18 * Documentation improvements [Steve Chaplin, Matthias,  
19   Federico Mena Quintero]
20 * New and updated translations (en_CA,fr,hy,lt,nl,sk,th,zh_CN)
21
22 Overview of Changes from GTK+ 2.7.2 to GTK+ 2.7.3
23 =================================================
24 * Make sure that gtk_window_present() moves the window to the 
25   current desktop [Elijah Newren]
26 * GtkFileChooser
27  - Add overwrite confirmation for SAVE mode [Federico Mena Quintero]
28 * GtkTreeView
29  - Add gtk_tree_view_get_visible_range() [Mikael Hallendal]
30  - Add gtk_tree_view_column_queue_resize() [Morten Welinder]
31  - Add gtk_tree_row_reference_get_model() [Stefan Kost]
32  - Make page up/down behave as in the text view [Owen Taylor]
33  - In typeahead search, allow Ctrl-G to move to the
34    next match.  [Matt T. Proud]
35  - Interpret Ctrl-Backspace as "Move focus to parent [Kathy
36    Fernandes]
37  - Speed up gtk_tree_selection_selected_foreach [Kristian Rietveld]
38 * GtkTextView 
39  - Make double-clicking between words select whitespace [Mike 
40    Miller, Paolo Borelli]
41  - Show dragged text in drag icon [Kevin Duffus, Carlos 
42    Garnacho Parro]
43  - Make invisible text work well enough to remove the
44    remove the warning about it being unsupported.  [Matthias]
45 * GtkEntry
46  - Make double-clicking between words select whitespace [Matthias]
47  - Show dragged text in drag icon [Kevin Duffus, Carlos Garnacho Parro]
48  - Fix the sizing of the entry completion popup [Ross Burton, Kris]
49 * Win32
50  - Build fixes [Tor Lillqvist]
51  - Fix handlink of Aiptek tablets [Robert Ögren]
52 * Bug fixes [Kris, Jorn Baayen, Billy Biggs, Tomislav Jonjic, 
53   Owen Taylor, Vincent Noel, Carlos Garnacho Parro, Mark McLoughlin. 
54   Mikael Magnusson, Luis Villa, Brian Bober, Bernd Demian, Manish 
55   Singh, Akira Tagoh, Barbie LeVille, Hans Oesterholt]
56 * Documentation improvements [Torsten Schoenfeld, Rodney Dawes,
57   Park Ji-In]
58 * New and updated translations (cs,es,et,he,hu,nb,nl,no,sk)
59
60 Overview of Changes from GTK+ 2.7.1 to GTK+ 2.7.2
61 =================================================
62 * GtkAboutDialog
63  - Clean up the "trail" in the path bar when set_current_folder
64    is called explicitly [Jonathan Blandford, Matthias Clasen]
65  - Accept dropped files and directories on the file list [Sven 
66    Neumann, Matthias]
67 * GtkTreeView
68  - Make reusing cell renders work as well as it did in 2.6,
69    but document it as being unsupported. [Kristian Rietveld]
70 * GtkAboutDialog
71  - Optionally wrap the license [Christian Rose, Christian Persch]
72 * Menu
73  - Make image menu items work in vertical menubars [Matthias]
74  - Make orientation changes of menubars work [Matthias]
75 * Win32
76  - Implement named cursors and other new GDK apis [Hans Breuer]
77  - Implement getting cursor images [Tor Lillqvist]
78 * Bug fixes [J. Ali Harlow, Matthias, Diego Gonzalez, 
79   Kazuki IWAMOTO, Paul Cornett, Sebastian Bacher, Tor]
80 * Documentation improvements [Benjamin Berg, Matthias,
81   Steve Chaplin, Peter van den Bosch, Tim-Philipp Müller]
82 * New and updated translations (en_CA,sr,sr@Latn)
83
84 Overview of Changes from GTK+ 2.7.0 to GTK+ 2.7.1
85 =================================================
86 * GtkTreeView
87  - Change the keynav for header reordering and resizing 
88    to Alt-arrows and Shift-Alt-arrows  [Calum Benson]
89 * GtkTextView
90  - Make movement by paragraphs up/down symmetric [Behnam 
91    Esfahbod]
92  - Improve invisible text support [Matthias Clasen]
93 * Some new stock items: GTK_STOCK_INFO, GTK_STOCK_FULLSCREEN,
94   GTK_STOCK_LEAVE_FULLSCREEN [Kristof Vansant]
95 * Handle broken grabs in many places [John Ehresman, Matthias]
96 * GDK
97  - Add a function to move a region [Søren Sandmann]
98  - Fix endianness issues in the pixbuf drawing 
99    code [David Zeuthen, Owen Taylor]
100  - Add a GrabBroken event that is emitted when grabs
101    are broken [Simon Cooke, John Ehresman, Matthias]
102  - Track implicit grabs [Matthias]
103 * Win32 
104  - Improve and simplify line segment rendering [Tor Lillqvist] 
105 * Bug fixes [Georg Schwarz, Fabricio Barros Cabral, 
106   Benoit Carpentier, Markku Vire, Ryan Lortie, Matthias,
107   Morten Welinder, Dan Winship, Manish Singh, Tom von
108   Schwerdtner, Kjartan Maraas, Euan MacGregor, William Jon 
109   McCann, David Saxton, Padraig Brady]
110 * Documentation improvements [Matthias, Ross Burton]
111 * New and improved translations (es,et,nl,sk,th,zh_TW)
112
113 Overview of Changes from GTK+ 2.6.x to GTK+ 2.7.0
114 =================================================
115 * GtkTreeView
116  - Kris is back !!!
117  - Lots of scrolling/validation fixes [Kristian Rietveld]
118  - Allow to "unsort" columns. [Richard Hult]
119  - Support wrapping in GtkCellRendererText [Matthias Clasen]
120  - Support tinting in GtkCellRendererPixbuf [Jorn Baayen]
121  - Make enable-search control only typeahead search,
122    not C-f search. [Sven Neumann]
123  - Make double-click autosize treeview columns again [Matthias]
124  - Fix insensitive appearance [Billy Biggs, Matthias]
125 * GtkFileChooser
126  - Don't select the first item in folder modes [Christian Neumair,
127    Federico Mena Quintero]
128  - Make save mode work again [Federico]
129  - Allow bookmarks to be renamed [Sean Middleditch]
130  - Ellipsize the preview label [Jeroen Zwartepoorte]
131  - Use smaller icons [Vincent Noel]
132  - Avoid a size allocation loop [Milosz Derzynski, Robert Ögren]
133  - Don't stat children of /afs or /net network directories [Federico]
134  - Improve sorting of filenames [Matthias]
135  - Treat backup files like hidden files, and support
136    .hidden files in the Unix backend [Sean Middleditch, Jan Arne Petersen]
137  - Improve the re-rooting behaviour of the path bar [Benjamin Otte]
138 * GtkIconView
139  - Many fixes for scrolling and selection handling [Mathias Hasselmann]
140  - Implement GtkCellLayout, use cell renderers [Matthias]
141  - Support editing [Matthias]
142  - Support DND [Matthias]
143  - Add API to determine the visible part of the 
144    model [Jonathan Blandford]
145 * GtkAboutDialog
146  - Visual improvements, HIG compliance [Jorn Baayen]
147 * GtkCalendar
148  - Use nl_langinfo() to determine the first day of week,
149    when it is available [Vincent Untz, Tommi Komulainen, Pierre Ossman]
150  - Allow localization of the year format [Paisa Seeluangsawat]
151 * GtkEntry
152  - Allow completion popups to be wider than the entry [Ross Burton]
153  - Add a property to suppress the popup for single matches [Matthias]
154  - Don't blink the cursor if not editable [Nikos Kouremenos]
155 * GtkTextView
156  - Add a GtkTextBuffer::text property [Johan Dahlin]
157  - Allow to set a paragraph background color [Gustavo Carneiro,
158    Jeroen Zwartepoorte]
159  - Don't blink the cursor if not editable [Nikos Kouremenos]
160  - Make invisible text work a bit better [Jeroen]
161 * GtkAlignment
162  - Flip padding in RTL mode [Maciej Katafiasz]
163 * GtkUIManager
164  - Support invisible, expanding separators [Christian Persch]
165  - Allow to construct menu tool buttons [Sven Neumann]
166 * GtkIconCache
167  - Cache image data and metadata as well [Anders Carlsson]
168 * GtkMenu
169  - Support vertical menubars [Matthias]
170  - Make scrolling more efficient [Jorn Baayen, Søren Sandmann]
171  - Allow to pop up menus without grabbing the keyboard [Michael 
172    Natterer]
173  - Allow setting background images on menus [Benjamin Otte]
174 * gtk-demo
175  - Add demos for 2.6 features [Matthias, Mark McLoughlin]
176 * Allow custom translation function for stock labels. [Funda Wang,
177   Diego Gonzalez]
178 * Add 16x16 versions for some some icons which were missing
179   them [Jakub Steiner, Tuomas Kuosmanen, Vincent Noel]
180 * Move a lot of constant data to the .rodata section [Matthias]
181 * Don't copy property names, nicks and blurbs [Matthias]
182 * Use Cairo for most drawing [Owen Taylor]
183 * Allow themes to draw outside the widget's allocation [Owen]
184 * Allow key names to be translated [Christian Rose]
185 * Make all cursors used by GTK+ themeable [Matthias]
186 * Support the ICCCM urgency hint [Havoc Pennington]
187 * GDK
188  - Work with XRender < 0.4 [Albert Chin, Billy Biggs]
189  - Add API to warp the pointer [Matthias]
190  - Support _NET_VIRTUAL_ROOTS [Carsten Haitzler]
191  - Add API to obtain the last user interaction time [Elijah
192    Newren]
193  - Make some large arrays const [Ben Maurer, Tommi Komulainen]
194  - Support Cairo drawing [Owen, Carl Worth]
195  - Support Visuals with alpha channel [Owen, Keith Packard]
196  - Support named cursors and cursor themes [Matthias]
197 * gdk-pixbuf
198  - Support saving BMP [Ivan Wong Yat Cheung]
199  - Allow to specify compression level when saving
200    in PNG format [Sven Neumann]
201  - Add a way to construct animations from frames [Dom Lachowicz]
202  - Accept BMP v4 [Matthias]
203 * Win32 changes
204  - Improve keyboard handling [Tor Lillqvist]
205  - Improve clipboard handling [Ivan Wong]
206  - Do delayed rendering for transfering images 
207    through the clipboard [Ivan Wong]
208  - Improve tablet handling [Robert Ögren]
209  - Initialize input devices lazily [Robert Ögren]
210  - Make big windows work on NT [Ivan Wong]
211  - Implement dashed lines correctly [Ivan Wong, Hans Breuer]
212  - Handle 16 color display mode [Tor] 
213  - Support RGBA cursors [Tim Evans]
214  - Fix DND on multi-monitor systems [Tor]
215  - Use alternative button order [Tor]
216  - Build fixes [Hans]
217  - Bug fixes [Ivan Wong, Dave Neary, Daniel Atallah, Takuro Ashie, 
218    Robert Ögren, Kevin Stange, Tim Evans]  
219 * Other bug fixes [Alexander Hunziker, Alexander Larsson, Anders
220   Carlsson, Andreas Volz, Arjan van de Ven, Billy Biggs, Chris Lee, 
221   Christian Neumair, Christian Persch, Crispin Flowerday, Damon Chaplin, 
222   David A. Knight, David Costanzo, Dennis Cranston, Diego Gonzalez, 
223   Dom Lachowicz, Doug Morgan, Doug Quale, Elijah Newren, Fabricio Barros 
224   Cabral, Federico, Felipe Heidrich, Felix Riemann, Frank Naumann, 
225   Frederic Crozat, Gary Kramlich, Gustavo Carneiro, Hans-Wolfgang Loidl, 
226   Havoc, Hazael Maldonado Torres, Ian Wienand, Ismael Juma, Jaap A. Haitsma, 
227   Jacob Kroon, Jakub Jellinek, Jean Marie Favreau, Jeff Franks, Jens Finke, 
228   Jim Evins, Joerg Sonnenberger, John Ellis, John Finlay, Jonathan, 
229   Jorn Baayen, Kazuki Iwamoto, Kirk Bridger, Kjartan Maraas, Leonard 
230   Michlmayr, Lorenzo Gil Sanchez, Manish Singh, Marc Meissner, Matthias, 
231   Michael Natterer, Mikael Hallendal, Milosz Derezynski, Morten Welinder, 
232   Murray Cumming, Nickolay V. Shmyrev, Niko Tyni, Nguyen Thai Ngoc Duy, 
233   Olaf Vitters, Olivier Sessink, Owen, Paolo Borelli, Patrick Fimml, 
234   Peter Bloomfield, Peter Wainwright, Phil Blundell, Philipp Langdale, 
235   Priit Laes, Reinout van Schouwen, Remus Draica, Richard Hult, Robert 
236   Staudinger, Rodney Dawes, Rodrigo Moya, Roman Kagan, Ryan Lortie, 
237   Samuel Hym, Seven Walter, Søren, Stefan Kost, Stepan Kasal,
238   Stephen Kennedy, Sven Neumann, Theerud Lawtrakul, Thomas Leonard,
239   Thomas Zajic, Tim-Philipp Müller, Tomislav Jonjic, Tommi Komulainen,
240   Torsten Schoenfeld, Tristan Van Berkom, Victor Osadci, Vincent Ladeuil, 
241   Vincent Noel, Vincent Untz, Yury Puzis]
242 * Documentation improvements [Alex Graveley, Ali Akcaagac, Bill
243   Haneman, Billy Biggs, Christian Persch, Christian Rose, Dan Winship,
244   George Kraft IV, Ghorban M. Tavakoly, Hubert Sokolowski, Jeff Franks,
245   Jianfei Wang, Johan Dahlin, Jon-Kare Hellan, Karel Kulhavy, Ken
246   Siersma, Maciej Katafiasz, Masao Mutoh, Mathias Hasselmann, Matthias,
247   Michal Suchanek, Morten Welinder, Murray Cumming, Oliver Sessink, Owen, 
248   Richard Hult, Roger Light, Sebastian Bacher, Steve Chaplin, Sven Neumann, 
249   Torsten Schoenfeld, Vincent Untz, Worik Stanton]
250 * New and improved translations (bg,ca,cs,cy,da,de,el,en_CA,en_GB,es,et,
251   eu,fa,fi,hu,id,ja,nb,ne,nl,nn,no,pl,pt,pt_BR,ro,ru,rw,sk,sq,sr,sr@Latn,
252   sv,th,uk,vi,xh,zh_CN,zh_TW)
253
254 Overview of Changes from GTK+ 2.6.0 to GTK+ 2.6.1
255 =================================================
256 * GtkFileChooser
257  - Fix some possible threading deadlocks [Matthias Clasen]
258  - Don't return errors from the private GTK_FILE_SYSTEM_ERROR
259    domain [Murray Cumming]
260  - Fix some crashes with unreadable directories [Federico Mena 
261    Quintero]
262  - Add an "Open Location" item to the context menu [Federico]
263 * GtkTreeView
264  - Make sorting work again in list stores [Marcin Krzyzanowski]
265  - Restrict column reordering to button 1 [Jonathan Blandford]
266 * GtkComboBox
267  - Make the button prelight [Ricardo Veguilla]
268  - Fix state propagation [Carlos Garnacho Parro]
269 * GtkMessageDialog
270  - Don't show secondary label until it is set [Christian Persch]
271 * GtkMenu
272  - Make items activate immediately on button release [Søren Sandmann]
273  - Submenus inherit their cascading direction [Matthias]
274 * gdk-pixbuf
275  - Fix a possible threading deadlock when loading
276    animations [Callum McKenzie]
277  - Make Hyper interpolation work again [Dennis Nezic]
278 * Win32
279   - Improve handling of UNC paths [Tor Lillqvist]
280   - Show the correct Desktop folder in the file chooser [Tor]
281   - Bug fixes [Tor]
282 * Bug fixes [Torsten Schoenfeld, Morten Welinder,
283   Marcin, Seth Nickell, Jonathan, Owen Taylor, Søren, 
284   Iñigo Serna, John Finlay, Zeeshan Ali, Robert Ögren,
285   Billy Biggs, Brian Tarricone, Tor, Christian, Tristan 
286   Van Berkom, Elijah Newren, Federico, James M. Cape,
287   Matthias, Arnaud Charlet]
288 * Documentation improvements [Masao Mutoh, Torsten,
289   Billy, Alessio Dessi, David Bourguignon, Tommi Komulainen,
290   Dave Bordoley, Robert Ancell, Kentaro Fukuchi, Matthias,
291   Christian Biere, Jonathan, Tommi, Stefan Kost]
292 * New and improved translations (cs,cy,da,de,en_CA,es,ja,lt,nl,sq,sv,zh_CN)
293
294 Overview of Changes from GTK+ 2.4.x to GTK+ 2.6.0
295 =================================================
296
297 * New widgets
298   - GtkIconView
299   - GtkAboutDialog
300   - GtkCellView 
301   - GtkFileChooserButton
302   - GtkMenuToolButton 
303
304 * New cell renderers
305   - GtkCellRendererCombo 
306   - GtkCellRendererProgress
307
308 * Changes in GtkFileChooser
309   - Many tweaks to keynav and other behaviour
310
311 * Changes in GtkTreeView 
312   - Hover selection
313   - Hover expand
314   - Separators 
315   - Insensitive rows
316   - Typeahead
317
318 * Changes in GtkComboBox
319   - Allow trees in combo boxes
320   - Hover selection
321   - Hover expand
322   - Separators 
323   - Insensitive rows
324   - Scrolling
325
326 * Changes in GtkLabel
327   - Rotated text
328   - Ellipsisation
329   - Dnd from selectable labels
330   - Selectable labels in the focus chain
331   - Obey the Pango backspace-deletes-character attribute
332
333 * Changes in GtkTextView
334   - Rotated text
335   - Obey the Pango backspace-deletes-character attribute
336
337 * Changes in Clipboard/Selection/DND handling
338   - Selection ownerchip change notification
339   - API to handle text, image and file targets
340   - Support text/plain target
341   - Support clipboard persistency
342   - Support xdnd v5
343   - Reduce clipboard timeout to 30 seconds
344
345 * Theming
346   - Follow icon theme specification for directory locations
347   - Themed window icons
348   - Themed images in GtkImage
349   - Allow themes to displace focus rectangles on click
350   - Various new stock icons
351
352 * Window Manager interaction
353   - Support do-not-focus-on-map hint
354   - Support _NET_WM_USER_TIME
355
356 * gdk-pixbuf:
357   - License information for image loaders
358   - Disable loaders
359   - Simple rotation
360   - Make threadsafe
361
362 * Performance improvements
363   - Increase chunk size for incremental selection transfers
364   - Get rid of many PLT entries
365   - Icon theme caching
366   - Sync counter mechanism to speed up resizes
367   - Reimplement GtkListStore on top of a splay tree
368   - Fix algorithmic problems in GtkUIManager
369
370 * Win32-specific changes
371   - Integrate IME input method module
372   - Integrate ms-windows (Wimp) theme engine
373
374 * Other changes
375   - API for HIG-conform dialogs
376   - API for stock-like buttons
377   - New init API based on GOption
378   - Setting for alternative button order
379   - Setting for modules to load
380   - Integrate pixbuf theme engine
381   - Change notebook tabs with the scroll wheel
382   - Ellipsisation in GtkCellRendererText, GtkProgressBar, GtkStatusbar
383   - Clean up abi and enforce list of exported symbols
384
385 Overview of Changes from GTK+ 2.5.6 to GTK+ 2.6.0
386 =================================================
387 * GtkListStore
388   - Emit rows_reordered if the list is reordered [Matthias Clasen]
389   - Add functions to allow inserting rows with values [Matthias]
390 * GtkTextView
391   - Add function which allow to determine the character
392     at a position [Padraig O'Briain, Matthias]
393 * GtkFileChooser
394   - Center select row during typeahead [Federico Mena Quintero]
395   - Reset filters when necessary [Carlos Garnacho Parro]
396 * GtkMenu
397   - Make mnemonics without Alt work in menubars [Owen Taylor]
398   - Scroll wheel scrolling [Matthias]
399 * GtkLabel
400   - Add a max-width-chars property to specify the maximal 
401     width of a label in characters [Christian Persch]
402 * GtkIconView 
403   - Arrange items in a grid [Matthias]
404   - Convert hardcoded spacing constants into properties [Matthias]
405 * GtkCellRendererText
406   - Add ::width-chars property [James M. Cape]
407 * Win32
408   - Implement keynav for the color picker [Hans Breuer]
409   - Use GLib stdio wrappers [Tor Lillqvist]
410 * Bug fixes [Kazuki IWAMOTO, Damon Chaplin, Matthias, Christian, 
411   Michael Natterer, Jonathan Blandford, Manish Singh, John Finlay, 
412   Robert Ögren, Mariano Suárez-Alvarez, Marco Pesenti Gritti,
413   Tommi Komulainen, R. McFarland, Alexander Larsson, Dennis Cranston,
414   Jorn Baayen]
415 * Documentation improvements [Matthias, Jay Camp, Paolo Borelli,
416   David Lodge]
417 * New and improved translations (bg,nb,no,nso,pt_BR,zh_CN)
418
419 Overview of Changes from GTK+ 2.5.5 to GTK+ 2.5.6
420 =================================================
421 * GtkFileChooser
422   - Improve keybindings [Davyd Madeley, Federico Mena Quintero]
423   - Speed up loading of large directories [Federico]
424   - Move "Browse for other folders" expander up [Federico]
425   - Support DND from the path bar [Federico]
426 * GtkColorSelectionDialog
427   - Add keynav to the color picker [Frances Keenan, Matthias Clasen]
428 * GtkButton
429   - Allow construction of stock-like buttons  [Matthias,
430     Jonathan Blandford]
431 * GtkLabel
432   - Support DND for selectable labels [Matthias]
433   - Support rotated text [Owen Taylor, Hans Breuer]
434 * GtkTextView
435   - Support rotated text [Owen Taylor]
436   - Make it possible to select the first/last line
437     when moving by lines  [Paolo Borelli]
438 * GtkTreeView
439   - Make sorting of GtkListStore stable again [Søren Sandmann]
440   - Change the behaviour of gtk_tree_sortable_get_sort_column_id() 
441     slightly to be more useful [Matthias]
442 * GtkUIManager
443   - Make some functions virtual to make deriving 
444     GtkUIManager easier [Michael Natterer]
445 * GtkSettings
446   - Handle changes to gtk-menu-images and gtk-button-images
447     much more efficiently [Matthias]
448 * GtkClipboard
449   - Reduce timeout to 30 seconds [Billy Biggs]
450 * Add pixbuf theme engine [Owen]
451 * GDK 
452   - Compile against X11R5 [Matthias]  
453   - Add GdkPangoRenderer [Owen]
454   - Support rotated text [Owen]
455   - Add dead_hook and dead_horn keysyms [Samuel Thibault]
456   - Determine direction of XKB groups from their content 
457     [Behdad Esfahbod, Ilya Konstantinov]
458 * Win32
459   - Notice when drives are plugged in or removed [Hans]
460   - Ms-windows theme improvements: no tearoff menu items,
461     button order, toolbar and statusbar grips, combobox 
462     arrows [Dom Lachowicz]
463   - Fix im module loading [Tor Lillqvist]
464 * Bug fixes [Vasco Alexandre da Silva Costa, Kazuki IWAMOTO,
465   Erwann Chenede, Tim Janik, Gavin Romig-Koch, Jonathan,
466   Manish Singh, Morten Welinder, Billy Biggs, Matthias, Owen,
467   John Finlay, Christian Neumair, Sven Neumann, Felipe
468   Heidrich, Martin Jeppensen, Kristian Høgsberg, Olivier 
469   Andrieu, Jody Goldberg, Søren, Dan Winship, Federico,
470   Alex Larsson, James Henstridge, James M. Cape, Frederic Crozat,
471   Dennis Cranston, Marcel Telka, Robert Ögren]
472 * Documentation improvements [Matthias, Jonathan, Owen, Masao Mutoh,
473   Billy Biggs]
474 * New and updated translations (bg,ca,cs,da,de,en_CA,en_GB,es,hu,ja,nb,nso,rw,sq,zh_CN)
475
476 Overview of Changes from GTK+ 2.5.4 to GTK+ 2.5.5
477 =================================================
478 * gdk-pixbuf
479   - Make threadsafe [Colin Walters]
480 * GtkFileChooser
481   - Make tooltips work better [Matthias Clasen]
482   - Show files (grayed out) in folder modes [Nickolay V. Shmyrev]
483   - Add predefined filter for image files [Anders Carlsson]
484   - Support mime subclasses, aliases and superclasses 
485     like text/* [Tommi Komulainen, David A. Knight, Matthias]
486 * GtkFileChooserButton
487   - Remove support for CREATE_FOLDER and SAVE modes 
488     until a more satisfactory UI for these can be found [Seth Nickell,
489     Matthias]
490   - Make file DND work better [Christan Persch]
491 * GtkAction
492   - Add a function to obtain the accel path [Michael Natterer]
493 * GtkUIManager
494   - Major performance improvement [Dave Neary, Michael, 
495     Sven Neumann, Soeren Sandmann, Matthias]
496 * GtkIconView
497   - Make scrolling work with large icon views [Matthias]
498 * GtkWindow
499   - As a last resort, allow to use mnemonics without 
500     modifier [Pasupathi Duraisamy, Owen Taylor]
501 * GtkProgressBar
502   - Support ellipsizing the text [Morten Welinder, Matthias]
503 * GtkStatusbar
504   - Avoid resizing if the text of the label changes [He Qiangqiang,
505     Owen, Christian]
506   - Draw the resize grip better [Matthias, Christian]
507   - Ellipsize the text [Matthias]
508 * GtkClipboard
509   - Add API for image transfer via copy-and-paste [Matthias]
510 * DND
511   - Fix DND to embedded windows (e.g. panel applets) [James Henstridge, 
512     Matthias]
513 * Stock icons
514   - Add RTL variants of the media icons [Bastien Nocera]
515 * Win32
516   - Build fixes [Hans Breuer, Tor Lillqvist]
517   - Implement resize grips [Robert Ögren]
518   - Bug fixes [Robert, Tor, J. Ali Harlow]
519 * Bug fixes [Paolo Borelli, Kjartan Maraas, Olivier Andrieu,
520   Torsten Schoenfeld, Matthias, Philip Langdale, Christian,
521   Frances Keenan, Owen, Murray Cumming, Christophe Fergeau,
522   Tristan Van Berkom, Adam Hooper, James M. Cape, Carlos Garnacho
523   Parro, Mariano Suárez-Alvarez, John Finlay, Jonathan Blandford]      
524 * Documentation improvements [Masao Mutoh, Matthias, 
525   Torsten Schoenfeld, Matthew H. Plough, Salvador Fandiño, 
526   Owen, Vincent Untz, Jonathan, Bastien]
527 * Updated translations (cs,da,en_CA,es,hu,ja,nl,sq)
528
529 Overview of Changes from GTK+ 2.5.3 to GTK+ 2.5.4
530 =================================================
531 * GtkFileChooser
532  - Make path bar arrows larger [Matthias Clasen]
533  - Make SELECT_FOLDER mode work [Matthias]
534  - Speed up the completion popup, pop it up
535    again after Tab [Matthias, Jens Bech Madsen]
536  - Add some tooltips [Matthias]
537  - Make path bar scroll [Matthias]
538  - Improve preview updating [Tommi Komulainen]
539  - Make the key / pop up the location dialog even
540    on French keyboards, insert the /. [Frederic Crozat, Warren Togami]
541 * GtkFileChooserButton
542  - Show icons next to entry [James M. Cape]
543  - Improve ellipsisation [James]
544 * GtkMessageDialog
545  - API additions to create HIG-conform dialogs [David Bordoley, Carlos
546    Garnacho Parro]
547 * Keyboard navigation
548  - Put selectable labels in the regular tab focus 
549   chain [David Hawthorne, Matthias]
550  - Skip selectable labels when looking for the initial 
551   focus widget in dialogs [Matthias]
552 * Icon themes:
553  - Use an mmap()ed cache for directory data. [Martijn Vernooij,
554    Owen Taylor, Anders Carlsson]
555 * Clipboard, DND: 
556  - Add convenience API for image and file transfers. [Matthias]
557  - Add API for clipboard persistence [Anders]
558  - Don't loose clipboard contents if a text buffer is
559    finalized [Anders]
560 * Add a GtkMenuToolButton widget which displays a
561  dropdown menu from a toolbar button.  [Paolo Borelli]
562 * Make menus scroll faster [Soeren Sandmann]
563 * Allow themes to displace focus recangles in buttons
564  on click [Soeren, Matthias]
565 * Add a public setting for button ordering [Owen Taylor, Matthias]
566 * GtkImage
567  - Support named icons [James Henstridge]
568 * GtkAboutDialog
569  - Support named icons [James Henstridge]
570 * Add a function to obtain the string representation of
571  accelerators used in GtkAccelLabel [John Spray, Matthias]
572 * Win32 bug fixes [Robert Ögren]
573  - Fix commandline option handling [Tor Lillqvist]
574  - Make IME input method work better [Tor]
575 * Other bug fixes [Joel Fredrikson, Darren Creutz,
576  Manish Singh, Matthias, Tristan Van Berkom, Christian Persch,
577  Padraig O'Briain, Owen, Jonathan Blandford, 
578  Michèle Garoche, Milosz Derezynski, Christopher Blizzard,
579  Paolo, John Austin, Maryn Russell, Ken Harris, Reinout van 
580  Schouwen, Morten Welinder, Ross Burton, Bernd Demian, Gustavo 
581  Carneiro, John Finlay, Tim Janik, Damon Chaplin,
582  Peter Zelesny, Soeren, John Cupitt, Federico Mena Quintero,
583  Manuel Baena García, William Jon McCann, Olexiy Avramchenko,
584  Sebastien Bacher, Kazuki IWAMOTO, Dan Williams, Vincent Noel,
585  Billy Biggs, Olivier Andrieu, Thomas Fitzsimmons]
586 * Documentation improvements [John Finlay, Billy Biggs, Matthias,
587  Martyn Russell, Dave Cook, Jonathan, Owen, Shaun McCance, Anders]
588 * New and updated translations (az_IR,cs,en_CA,en_GB,es,nb,nl,no,pt_BR,
589   sq,sr,sr@Latn,zh_TW)
590
591 Overview of Changes from GTK+ 2.5.2 to GTK+ 2.5.3
592 =================================================
593 * GtkFileChooser
594  - Work better with older version of the gnome-vfs backend [Zack Cerza]
595  - Keynav improvements [Jonathan Blandford]
596  - Make position of pathbar down button stable [Jonathan]
597  - Make autocompletion less annoying in save mode [Owen Taylor]
598 * GtkFileChooserButton
599  - Allow mnemonic activation [Dennis Cranston, James M. Cape]
600 * GtkComboBox
601  - Work without a model [Mariano Suarez-Alvarez
602 * GtkTreeView
603  - Allow sorting of tree models to be turned off [Torsten Schoenfeld]
604 * GtkRange
605  - Add a::change-value signal [Thomas Fitzsimmons]
606 * GtkEntryCompletion
607  - Improve positioning of popups [Matthias]
608 * Make input methods respect editability [Noah Levitt]
609 * Add an setting to specify modules to load [Alex Graveley]
610 * Use GOption for commandline argument parsing [Anders Carlsson]
611 * Default theme
612  - Improve drawing of expanders [Matthias Clasen]
613 * Add a configure option to disable the use of ELF visibility 
614   attributes for PLT reduction
615 * Make selection handling robust against invalid UTF-8 [Owen]
616 * gdk-pixbuf
617  - Add a variant of gdk_pixbuf_new_from_file_at_size() which 
618    optionally ignores aspect ratio [Dom Lachowicz]
619  - Fix saving of pixbufs with alpha-channel as jpeg [Emmanuel Pacaud]
620  - Security fixes [Chris Evans]
621 * Win32
622  - Improve tablet handling [Robert Ögren]
623  - Make tablets work on multi-monitor systems [Robert]
624  - Handle screen resolution changes [Arjohn Kampman, Tor Lillqvist]
625  - Add IME input method [Takuro Ashie, Kazuki IWAMOTO]
626  - Add ms-windows (Wimp) theme engine [Raymond Penners, Dom Lachowicz,
627    Havoc Pennington]
628  - Fix loading of input modules on Win32 [Kazuki IWAMOTO]
629  - Build fixes [Tor Lillqvist, Robert]
630 * Other bug fixes [Hans Petter Jonsson, Tim Janik, Manish Singh,
631  Soeren Sandmann, Bill Haneman, Padraig O'Briain, Olexi Avramchenko,
632  Jonathan, Frederic Croszat, Matthias, Christian Persch, Felipe Heidrich,
633  Lorenzo Gil Sanchez, Richard Hoelscher, Owen, Olivier Andrieu,
634  Morten Welinder, Jean Bréfort, Alexander Larsson]
635 * Documentation improvements [Matthias, Jonathan]
636 * New and updated translations (ang,ar,en_CA,es,ne,pt_BR,ro,ru,uk)
637
638 Overview of Changes from GTK+ 2.5.1 to GTK+ 2.5.2
639 =================================================
640 * GtkFileChooserButton
641  - New widget to go along with GtkFontButton and GtkColorButton
642    for use in preference dialogs.  [James M. Cape]
643 * GtkFileChooser
644  - Add getter and setter for the ::show-hidden property [Jeff Franks]
645  - Allow paths to be entered as part of the filename. [Federico Mena Quintero]
646  - Make separator in bookmarks pane unselectable [Matthias Clasen]
647  - Improve activation on focus [Federico]
648  - Avoid warnings when opened on non-default screens [Abel Daniel]
649  - Fix some memory leaks [Federico]
650 * GtkEntryCompletion
651  - Warn if text column has wrong type [Fernando San Martin Woerner,
652    Gustavo Carneiro]
653 * GtkTextView
654  - Obey the Pango backspace_deletes_character 
655    attribute [Noah Levitt, Teppitak Karoonboonyanan]
656 * GtkTreeView
657  - Add hover-expand mode [Matthias]
658  - Fix fixed height mode [Michael Vogt, Tim-Philipp Müller, Pawel Salek]
659  - Reimplement GtkListStore on top of a splay tree [Soeren Sandmann]
660 * GtkEntry
661  - Track the selection more accurately when dragging and
662    selecting [Soeren]
663 * GtkComboBox
664  - Support trees in combo boxes [Matt Walton, Matthias]
665  - Optimize non-spanning gridded layouts [Lorenzo Gil Sanchez, Matthias]
666  - Handle sensitivity changes properly [Matthias]
667  - Add a ::focus-on-click property [Matthias]
668 * GtkIconView
669  - Fix BROWSE selection mode [Matthias]
670  - Make accessible [Padraig O'Briain]
671 * GtkAboutDialog 
672  - Change the API to be more binding-friendly [Oliver Andrieu]
673 * GtkUIManager
674  - Accept paths with leading '/' everywhere. [David Malcolm]
675  - Make GtkActionEntry* arguments const [Mariano Suarez-Alvarez]
676  - Add a way to suppress overflow menu items [Christian Persch]
677 * GtkPlug/GtkSocket
678  - Use the sync counter mechanism to speed up resizes  [Soeren]
679 * GDK
680  - Support XDND v5 [Owen Taylor, Matthias]
681  - Complete the _NEW_WM_USER_TIME implementation [Elijah Newren]
682  - Update the _NET_ACTIVE_WINDOW implementation [Elijah]
683 * gdk-pixbuf
684  - Avoid infinite loops for bad BMPs [Chris Evans, Manish Singh]
685  - Fix a problem with GDK_INTERP_NEAREST scaling which caused
686    Nautilus thumbnails to be misdrawn [Christoph Fergeau]
687  - Avoid segfaults in gdk-pixbuf-csource [Matthias]
688  - Fix progressive loading of 8bit pcx files [Magnus Bergman]
689  - Handle edge pixels consistently [Brian Cameron, Matthias]
690  - Handle OS/2 BMPs [Jon-Kare Hellan]
691 * Performance 
692  - Get rid of many PLT entries for internally used exported symbols,
693    and clean up the ABI at the same time and make make check check the
694    list of exported symbols.  [Arjan van de Ven, Matthias]
695 * Look up icon themes in the directories specified in the
696   icon theme spec  [Matthias]
697 * Win32 bug fixes [Robert Ögren, Hans Breuer, Tor Lillqvist, Tim Evans]
698 * Other bug fixes [Matthias, Soeren, Pawel, David, Tor, Gustavo,
699   Olivier, Manish, Robert, Christian Biere, Markku Vire, Markus Lausser, 
700   Thomas Leonard, Morten Welinder, Torsten Schoenfeld, Tim Janik, 
701   Tomislav Jonjic, Tommi Komulainen, Philip Langdale, Rich Wareham,
702   Christian Persch, Vincent Noel, Christophe Fergeau]
703 * Documentation improvements [Matthias, Mariano, Axel Simon, 
704   Jonathan Blandford]
705 * New and updated translations (ang,br,bs,eu,lt,wa,zh_CN)
706
707 Overview of Changes from GTK+ 2.5.0 to GTK+ 2.5.1
708 =================================================
709 * GtkTreeView
710  - Support ellipsisation in GtkCellRendererText [Vincent Untz, 
711   Jonathan Blandford, Anders Carlsson]
712  - Add a GtkCellRenderer::editing-started signal [Matthias Clasen]
713  - Typeahead support [Jonathan]
714  - Align the entry in GtkCellRendererText [Matthias]
715  - Make DND work again [Ernst Persson, Matthias]
716  - Improve appearance of search popup [Matthias]
717 * GtkFileChooser
718  - Activate the last focused widget [Federico Mena Quintero]
719  - Add an "Add to shortcuts" item to the context menu [Federico]
720 * GtkCombobox
721  - Support scrolling in list mode [Matthias]
722  - Add necessary API to make GtkComboBox accessible [Padraig O'Briain]
723  - Change the API for separators to use a callback function 
724    instead of a boolean model column [Matthias]
725 * GtkNotebook
726  - Ignore scroll events from page content [Gabriel de Perthuis]
727 * GtkAboutDialog
728  - Visual improvements [Anders]
729 * GtkIconView
730  - Use XRender to draw selection rectangle [Anders]
731 * GtkLabel
732  - Support ellipsisation [Tim Van Wassenhove, James M. Cape]
733 * Expose the menubar accel key as an XSetting [Scott James Remnant]
734 * Add example code for clipboard handling to gtk-demo [Anders]
735 * Bug fixes [Peter Zelesny, Guilherme Salgado, John Finlay, 
736  Tommi Komulainen, Matthias, Crispin Flowerday, Padraig,
737  Morten Welinder, Olivier Sessink, Dafydd Harries, Soeren Sandmann,
738  Michael Natterer, Nicolas Deves, Matthew Garrett, Lorenzo Gil Sanchez]
739 * Documentation improvements [Federico, Matthias]
740 * Updated translations (gu,hi,pt_BR,ru,sv,uz)
741
742 Overview of Changes from GTK+ 2.4.1 to GTK+ 2.5.0
743 =================================================
744 * New widgets: 
745  - GtkIconView [Anders Carlsson]
746  - GtkAboutDialog [Matthias Clasen]
747  - GtkCellView [Matthias]
748 * GtkFileChooser
749  - change to newly-created folders [Federico Mena Quintero]
750  - always show icons [Federico]
751  - bug fixes [Federico, Christian Neumair, Alex Roitman]
752 * GtkComboBox, GtkComboBoxEntry
753  - add missing getters and some more convience API [Matthias, 
754   Christian Neumeir, Oliver Andrieu]
755  - improve placement and sizing of popups [Matthias]
756  - support insensitive items [Matthias]
757  - support separators [Matthias]
758  - handle empty or unset models better [Mariano Suarez-Alvarez]
759  - bug fixes [Matthias, Jonathan Blandford, Oliver Andrieu, Paul 
760    Pongonyshev, Christian Persch]
761 * GtkEntryCompletion
762  - ignore enter events when the window pops up under the 
763    pointer [Anders]
764  - bug fixes [Matthias]
765  - support inline autocompletion [Matthias]
766 * GtkUIManager
767  - fix signal registration [Michael Natterer]
768  - make generated XML parseable [Sven Neumann]
769  - fix get_widget to return menus [Matthias]
770 * GtkTreeView
771  - hover-selection mode [Matthias]
772  - support insensitive cells [Matthias]
773  - support separators [Matthias]
774  - make entry context menu work in editable text cells [Owen Taylor, 
775   Kristian Rietveld]
776  - make DND work with treeviews in modal dialogs [Federico]
777  - make empty treeviews focusable [Federico]
778  - new GtkCellRendererProgress [Matthias, Tommi Komulainen, 
779   Christian Persch]
780  - new GtkCellRendererCombo [Matthias]
781  - bug fixes [Matthias, Federico]
782 * GtkNotebook
783  - allow to change tabs with the mouse wheel [Gabriel de Perthuis]
784 * GtkWindow
785  - support named themed window icons [Matthias, Calum Benson]
786 * New stock icons: file, directory, about, edit, connect, disconnect,
787   and media player icons for forward, next, pause, play, previous,
788   record, rewind and stop
789 * GDK
790  - support do-not-focus-on-map hint [Elijah Newren]
791  - fix RGBA cursors [Michael Natterer]
792 * gdk-pixbuf
793  - reorganize headers [Matthias, Jeff Franks, Havoc Pennington]
794  - flag to mark loaded images as scalable [Dom Lachowicz]
795  - license information for loaders [Matthias]
796  - simple multiple-of-90° rotation support [Matthias]
797  - allow to disable loaders [Matthias]
798  - bug fixes [Kouichirou Hiratsuka, Sven, Brian Cameron,
799   Manish Singh, Morten Welinder]
800 * X11 selections 
801  - make incremental transfer of MULTIPLE work [Matthias]
802  - don't do incremental transfer in 4k chunks [Matthias]
803  - add selection ownership change notification [Matthias]
804  - support text/plain targets [Matthias]
805 * Win32 
806  - bug fixes [Hans Breuer, John Ehresman, Tor Lillqvist, 
807   Robert Ögren, Benoît Carpentier, J. Ali Harlow, Laurent Sansonetti]
808 * Performance improvements
809  - predict exposes for override-redirect windows [Søren Sandmann]
810  - unset the background when mapping or unmapping windows [Søren]
811  - support the update counter spec for smoother resizing [Søren]
812 * Misc bug fixes [Matthias, Owen, Søren, Anders, Padraig O'Briain, 
813   Crispin Flowerday, Michal Pasternak, Scott Tsai, Morten,
814   Michael Natterer, Dmd Ljungmark, Sven, Billy Biggs, 
815   Mark McLoughlin, Sam Stephenson, John Finlay, David Hawthorne, 
816   Kent Sandvik, Davyd Madeley, Alexander Winston, Jean-François Wauthy, 
817   Jeff Franks, Philip Kendall, Baris Cicek Yevgen Muntyan, 
818   Bastien Nocera, Tim Janik, John Ehresman, Theppitak Karoonboonyanan, 
819   Nickolay V. Shmyrev, William Jon McCann, Paolo Maggi, Lorenzo Gil 
820   Sanchez, Jan-Marek Glogowski, Pawel Salek, Felipe Heidrich, Dmitry 
821   M. Shatrov, Alex Larsson, Michael Hallendal, Scott Bronson, Kjartan 
822   Maraas, Damien Carbery, Elke Meier]
823 * Doc improvements [Matthias, Federico, Owen, Steve Chaplin, Tommi 
824   Komulainen, Bastien Nocera, Billy Biggs, Sampo Nurmentaus, Steffen 
825   Röcker, Doug Quale, Oliver Andrieu]
826 * Updated translations (bg,lt,ne,tk,wa,en_GB)
827
828
829 Overview of Changes from GTK+ 2.4.0 to GTK+ 2.4.1
830 =================================================
831 * GtkFileChooser
832  - bug fixes [Morten Welinder, Federico Mena Quintero]
833  - pre-fill the location entry [Federico]
834  - internal api changes to allow setting a busy cursor
835    while loading [Federico]
836  - improve pathbar button sizing [Owen Taylor]
837  - add keybindings for removing bookmarks [Federico]
838 * GtkComboBox, GtkEntryCompletion
839  - fix repositioning logic [Niklas Knutsson]
840  - make keynav wrap around [Matthias]
841  - improve theme compliance [Matthias, Brian Cameron]
842 * GtkUIManager
843  - accept unnamed <separator>s [Anders Carlsson]
844  - robustify against gtk_widget_show_all() [Murray Cumming]
845  - warn if an accelerator cannot be parsed  [Jody Goldberg]
846 * Win32
847  - fix DND positioning [Hans Breuer]
848  - update gtkfilesystemwin32 [Tor Lillqvist, J. Ali Harlow]
849  - make filechooser work on Windows [Tor]
850  - draw arcs more correctly [Tor]
851  - disable tables support by support, add --use-wintab to
852    get it back  [Tor]
853 * Make color wheel accessible [Padraig O'Briain]
854 * Support _NET_WM_USER_TIME [Elijah Newren, Soeren Sandmann]
855 * Doc improvements [Federico, Matthias, Christian Persch]
856   Olexiy Avramchenko, Tim-Philipp Müller]
857 * Misc bug fixes [Alex Converse, Owen, Jacques Garrigue,
858   Jonathan Blandford, Anders Carlsson, Christian, Hans,
859   Matthias, Morten, Philip Langdale, Brian, Pedro Rodriguez,
860   Soeren, Torsten Schoenfield, Dongho Shin, Andrew E. Makeev,
861   Todd Goyen, Tim Gerla, John Finlay, Theppitak Karoonboonyanan,
862   John Ehresman, Chris Sherlock, Jody]
863 * Updated translations (af,ar,az,bn,br,ca,cs,cy,da,de,el,en_CA,
864   en_GB,es,et,eu,fi,fr,ga,gu,he,hr,hu,id,is,it,ja,ko,lt,mi,ml,
865   mn,mr,ms,ne,nl,nn,no,pa,pl,pt,pt_BR,sk,ru,sq,sr,sr@ije,sr@Latn,
866   sv,tr,uk,uz,wa,zh_CN)
867
868 Overview of Changes from GTK+ 2.3.6 to GTK+ 2.4.0
869 =================================================
870 * GtkFileChooser
871  - Handle icon theme changes [Federico, Jonathan]
872  - Add reordering bookmarks via DND [Federico]
873  - Cache filesystem data inside GtkFileSystemUnix backend [Morten Welinder]
874  - Implement local-only mode so that apps don't get remote paths
875    they don't expect [Owen Taylor]
876  - Add Alt-Down keybinding [Mark McLoughlin, Owen]
877  - Major rewrite of location dialog completion code [Jonathan]
878  - Bug fixes [Federico, Jonathan, Morten, Mark, Owen, Anders Carlsson, 
879    Soeren Sandmann, Olivier Andrieu]
880 * GtkComboBox [Matthias Clasen]
881  - Handle the case of no-active-row properly
882  - Improve positioning of popup
883  - Miscellaneous bug fixes
884 * Win32 [Tor]
885  - Handle different install locations for gdk-pixbuf loaders
886  - Bug fixes [John Ehresman, Bruce Hochstetler, Dave Neary]
887 * Improve handling of foreign GdkWindows on destruction [Soeren, Owen]
888 * Require Control-Tab to focus labels [Owen]
889 * RTL flipping for GtkArrow [Semion Chichelnitsky]
890 * Support justifcation with wrapping off in GtkTextView [Owen, Felipe Heidrich]
891 * Change layout algorithm for mixed gridded/non-gridded menus
892   to fix performance problems [Soeren, Owen, Christian Persch]
893 * Doc improvements [Matthias, Owen]
894 * Misc bug fixes
895 * Updated translations (ar,az,ca,cs,da,de,es,fr,ga,hr,it,ja,lt,no,nl,pt,ro,
896   ru,sq,uk,zh_CN)
897
898 Other contributors: Dave Bordoley, Hans Breuer, David L. Cooper II, 
899   Dennis Cranston, Dov Grobgeld, Niklas Knuttson, Kjartan Maraas, 
900   Michael Natterer, Nils O. Selåsdal, Philip K Warren, Dan Winship
901
902 Overview of Changes from GTK+ 2.3.5 to GTK+ 2.3.6
903 =================================================
904 * GtkComboBox
905  - Make menu positioning more like GtkOptionMenu [Matthias Clasen]
906  - Improve keybindings [Matthias]
907  - Bug fixes [Matthias, Owen, Damon Chaplin]
908 * GtkFileChooser
909  - Keep child directories in pathbar when changing to a parent
910  - Reroot pathbar inside home directory, use icons [Jonathan]
911  - Make the user actually select a file before hitting OK [Federico]
912  - Fix folder mode to not have tree [Jonathan]
913  - Add gboolean return values to operations that can fail [Federico]
914  - Improve internal error handling [Morten Welinder, Federico]
915  - Bug fixes [Federico, Jonathan, Morten, Anders Carlsson, Damon,
916    Alex Larsson]
917 * GtkTextView bug fixes [Paolo Borelli]
918 * Win32 
919  - Implement/stub missing GDK functions [Tor]
920  - .defs file updates [Tor, J Ali Harlow]
921  - Misc fixes [Hans Breuer]
922 * Fix problem with excess symbol exports on Linux [James Henstridge]
923 * Fix problem with 32-bit BMPs [Matthias]
924 * Include config.h first everywhere [Morten]
925 * Fix performance problem destroying menus [Soeren, Marco Pesenti Gritti]
926 * Doc fixes and improvements [Matthias, Murray Cumming, Henning Nielsen Lund, 
927   Vitaly Tishkov]
928 * Updated translations (az,cs,cy,da,de,el,en_CA,es,fi,fr,ga,hu,ja,ko,lt,mn,
929   nl,no,pl,pt,sq,sr,sr@ije,sr@Latn,sv,th,zh_CN)
930 * Misc bug fixes
931
932 Other contributors: Crispin Flowerday, Mark McLoughlin, Michael Meeks, 
933   Michael Natterer,Christian Neumair, Padraig O'Briain, Geoff Reedy, 
934   Olivier Ripoll
935
936 Overview of Changes from GTK+ 2.3.4 to GTK+ 2.3.5
937 =================================================
938 * GtkFileChooser [Federico Mena Quintero]:
939  - Enable DND in the shortcuts list [Federico]
940  - More folder modes [Jonathan R Blandford]
941  - Resizing toplevel as contents change [Jonathan] 
942  - Make the backend settable via GtkSetting [Alex Larsson, Owen Taylor]
943  - Miscellaneous fixes.  [Jonathan, Morten Welinder, Alexander Larsson]
944  - Add combo box to pick folder in Save mode. [Jonathan, Federico]
945 * GtkComboBox
946  - Memory leak/crash fixes [Damon Chaplin, Matthias Clasen]
947  - Always grab when popping the list up [Damon, Matthias]
948  - Fixes for dynamic changes to the model [Owen]
949  - Improve popup positioning [Matthias]
950 * Implement computation of bidi-base direction from text
951   in GtkEntry, GtkTextView, GtkLabel [Dov Grobgeld, Owen Taylor]
952 * Add gtk_entry_set_alignment() [Egon Andersen, Steffen Gutmann,
953   Owen]
954 * Fix wrong interpretation of new_order array for
955   gtk_tree/list_store_reorder() [Owen]
956 * Improve space allocation in menubars [Soeren Sandmann]
957 * Improve key bindings in GtkEntryCompletion [Matthias]
958 * Hide XCursor dependency [Soeren]
959 * Make mouse wheel scrolling usable [Soeren]
960 * Use resize cursors for resize grips [Soeren]
961 * Set the right window group for menu and combo popups [Frederic Crozat,
962   Jean-Philippe Chancelier, Soeren]
963 * Add a way to list the mnemonic labels of a widget [Owen]
964 * Add a group-changed signal to GtkRadioButton [Owen, Padraig O'Briain]
965 * Export insertion cursor drawing functionality [Alexander Larsson, Owen]
966 * Support squiggly red underlines in text views [Nicolas Setton, Owen]
967 * Export GtkWindow key-press-event internals to allow 
968   custom implementations [Tim Janik]
969 * Add gtk_drag_source_set/get_target_list() [Mitch Natterer]
970 * Fix drag-and-drop in GtkTextView to move [Paolo Borelli, Paolo Maggi]
971 * Memory leak fixes [Owen]
972 * Win32 fixes [Hans Breuer]
973 * Misc. fixes [George Bronnikov, Simon Budig, J. Ali Harlow, David Hawthorne, Tim,
974   Tomasz Lloczko, Mitch, Manish Singh, Owen]
975 * Documentation improvements [Matthias, Federico, Torsten Schoenfeld]
976 * Updated translations (ar,cs,da,de,en_CA,es,et,fi,fr,it,ja,ko,nl,pt,ru,sr,sr@ije,
977   sr@Latn,sq,sv,th,zh_CN)
978
979 Overview of Changes from GTK+ 2.3.3 to GTK+ 2.3.4
980 =================================================
981 * Fix broken gtk_binary_age setting causing wrong soname [Owen Taylor]
982 * Add some extra GtkExpander docs [Federico Mena Quintero]
983 * Misc bug fixes [Matthias Clasen, Damon Chaplin, Owen, Uwe Zeisberger]
984 * Updated translation (ga)
985
986 Overview of Changes from GTK+ 2.3.2 to GTK+ 2.3.3
987 =================================================
988 * GtkFileChooser [Federico Mena Quintero]:
989  - Support bookmarks in GtkFileSystemUnix. [Jan Arne Petersen]
990  - Correctly handle typed-in filenames in save mode, folder mode, and
991    multiple-selection mode in all combinations.
992  - Don't erase the filename in the entry when changing folders.
993  - Support icons in GtkFileSystemUnix.
994  - GtkFileChooserDialog now comes up at a reasonable size.
995  - GtkFileSystemUnix now notifies correctly on ::create_folder().
996  - Slight GUI reorganization.
997  - File system module support. [Alexander Larsson]
998  - Pathbar widget. [Jonathan R. Blandford]
999  - Miscellaneous fixes. [Christian Persch, Jan Arne Petersen, Anders Carlsson,
1000    Padraig O'Briain, Alexander, Jonathan]
1001  - Win32 fixes, GtkFileSystemWin32 work. [Hans Breuer]
1002  - Memory leak fixes [Morten Welinder]
1003 * GtkTreeView:
1004  - Fix return values. [Federico, R. McFarland]
1005  - Properly cancel the arrow animation. [Michael Zucchi]
1006  - Allow custom icon sizes in pixbuf cell renderer. [Erik Grinaker]
1007  - Don't darken the sort column unless there are three visible columns
1008    [Jonathan]
1009 * GtkToolbar:
1010  - Improve the sliding implementation. [Soeren Sandmann]
1011  - Add writeonly ::group property to GtkRadioToolButton. [Soeren, 
1012    Olivier Andrieu]
1013  - Misc fixes. [Morten, Jeroen Zwartepoorte, Michel Meeks, Soeren]
1014 * Menus:
1015  - Make menus work better on Xinerama [Matthias]
1016  - Fix keynav in RTL mode. [Matthias]
1017  - Fix grid mode, removing of items. [Matthias, Vincent Noel]
1018  - Make tearoff menu items work anywhere in menus. [Matthias]
1019  - Improve popup/popdown behaviour. [Soeren]
1020 * gdk-pixbuf:
1021  - Fix some problems with indexed BMPs [Kazuho Okui, Matthias]
1022  - Work around some libjpeg header file craziness [Manish Singh]
1023 * Assume gravity works. [Soeren]
1024 * Cache GCs for drawing. [Brian Cameron, Soeren]
1025 * Handle focus adjustment correctly for deeply nested focus locations. 
1026   [Matthias, Owen Taylor]
1027 * Use reference counting for shared data in GtkActionGroup. 
1028   [Matthias, Adam Hooper]
1029 * Add a "use-separator" style property to GtkMessageDialog, and make
1030   it not resizable. [Federico]
1031 * Add 'const' to uses of GdkColor that need it. [Federico]
1032 * Put focusable labels in the focus chain. [Federico]
1033 * Make destroying widgets in focus-out-event work. [Owen, Grant Gayed]
1034 * Add properties to GtkAdjustment [Murray Cumming]
1035 * Add change notification to GtkAccelMap [Matthias, Owen]
1036 * Add settings to suppress icons in buttons and menus. [Matthias]
1037 * Add Xft settings for hinting and antialiasing. [Federico, Owen]
1038 * Make size of indicator in menu items themeable. [Bill Hanemann, 
1039   Narayana Pattipati, Matthias]
1040 * Fixes to GtkIconTheme [Torsten Schoenfeld]
1041 * Improve drawing of GtkExpander. [Mark McLoughlin]
1042 * Improve drawing of paned handles. [Soeren]
1043 * Remove broken hangul input module. [Changwoo Ryu]
1044 * Remove C++-style comments. [Damien Carbery]
1045 * Memory leak fixes. [Christian Persch, Richard Hult, Morten, Matthias]
1046 * RTL mode (flipping) fixes. [Mitsuru Chinen, Semion Chichelnitsky]
1047 * Accessibility improvements for tooltips, GtkScale. [Padraig]
1048 * Make the ZOOM_100 and ZOOM_FIT labels HIG-compliant. [Mariano Suarez-Alvarez]
1049 * Win32 fixes. [Tor Lillqvist]
1050 * Documentation:
1051  - New section on how to check for modifier keys correctly. [Federico]
1052  - Miscellaneous improvements.  [Pascal Haakmat, Jan Huelsbergen,
1053    Tim-Philipp Müller, Matthias]
1054 * New and updated translations (ar,az,cs,da,de,en_CA,el,es,fi,fr,ga,hr,it,ja,
1055   ko,mi,mn,ms,nl,nn,no,pl,pt,ru,sq,sr,sr@Latn,sv,ta,th,uz,uz@Latn)
1056 * Other contributors: Christian Biere, Christopher Blizzard, Paolo Borelli, 
1057   Dan Damian, Rodney Dawes, John Ellis, David Hawthorne, Marco Pesenti Gritti,
1058   Felipe Heidrich, Jonas Jonsson, Theppitak Karoonboonyanan, Tommi Komulainen,
1059   Julio M. Merino Vidal, Gregory Merchan, Benjamin Otte, Joshua N. Pritikin,
1060   Yu Shao, Yao Zhang
1061
1062 Overview of Changes from GTK+ 2.3.1 to GTK+ 2.3.2
1063 =================================================
1064 * GdkPixbuf
1065  - Add functions to save pixbufs to non-file locations.  [Tim Evans]
1066  - Add a function to determine the type and size of a file without
1067    loading it completely.  [Matthias Clasen]
1068  - Turn pixbuf attributes into construct-only properties. [Matthias]
1069  - Fix building gdk-pixbuf with --disable-modules --with-included-loaders.
1070    [Matthias, Owen Taylor]
1071 * Fix the logic for changing the toplevelness of a window.  [Soeren Sandmann]
1072 * Do not interpret distant clicks as double clicks, using a
1073   new double-click-distance setting.  [Matthias]
1074 * Improve the GDK API for dealing with group leaders. [Matthias]
1075 * Utility function for application launching in multi-screen scenarios.
1076   [Mark McLoughlin]
1077 * Support big and small and alpha-blended icons under Win32. [Tim Evans]
1078 * Misc Win32 improvements [Tor Lillqvist, Hans]
1079 * GtkFileChooser [Federico]
1080  - Fix new filename entry in Save mode [Jan Arne Petersen]
1081  - Improved the look of GtkFileChooserDefault. [Tuomas Kuosmanen]
1082  - Added support for file system volumes such as CD-ROMs, 
1083    floppies, and network shares.
1084  - Add a "New Folder" button for Save mode in GtkFileChooser.
1085  - Better support for Folder mode.
1086 * GtkTreeView
1087  - Speed up by adding a fixed height mode.  [Kristian Rietveld]
1088  - Add a single-paragraph mode and a language property to 
1089    GtkCellRendererText [Kristian Rietveld]
1090  - Add a editing-canceled signal to GtkCellRenderer [Federico Mena Quintero]
1091  - Misc GtkTreeView bug fixes [Kristian, Soeren, Jonathan Blandford]
1092 * Add a way to list the supported targets of a clipboard. [Dom Lachowicz]
1093 * Add stock icons: harddisk, indent, unindent.  [Hans Breuer, Jody Goldberg]
1094 * Improve the GtkCalendar drawing code.  [Matthias]
1095 * GtkCalendar supports starting the week on any day [Matthias]
1096 * Make GtkToolbar compatible with 2.2 again [Soeren]
1097 * Misc GtkToolbar fixes and API improvements [Christian Persch, 
1098   Olexiy Avramchenko, Jody, Soeren]
1099 * Misc GtkUIManager fixes and API improvements.  [Jody, Matthias, Jeff Franks]
1100 * Add a way to lock individual accelerator paths  [Matthias]
1101 * Add gtk_menu_shell_cancel() to emit the "cancel" signal on 
1102   a menu shell.  [Matthias]
1103 * Fix dynamic menus. [Matthias, Michael Meeks]
1104 * Add xalign, yalign properties to GtkButton. [Jody]
1105 * Implement or improve RTL support in GtkComboBox, GtkCellView, 
1106   GtkViewport [Semion Chichelnitsky, Matthias, Kristian]
1107 * Support for "no focus" windows. [Matthias]
1108 * Documentation improvements [Matthias, Federico, Manish, Murray Cumming, 
1109   Theppitak Karoonboonyanan]
1110 * FAQ updates [Tony Gale]
1111 * Split the translations into two domains: ui strings and
1112   error messages go to gtk20, property nicks and blurbs to 
1113   gtk20-properties. [Matthias]
1114 * New and updated translations (af,ar,bn,br,cs,cy,da,de,es,et,fa,fr,ga,hr,
1115   it,ja,ko,lt,mn,ms,nl,nn,no,pl,pt,pt_BR,ru,sr,sr@Latn,sv,sq,wa)
1116 Other contributors: Olivier Andrieu, Herman Bloggs, Anders Carlsson,
1117   Marco Pesenti Gritti, Bill Haneman, Alexander Larsson, Noah Levitt, 
1118   Kjartan Maraas, Evan Martin, Tim-Philipp Müller, Christian Neumair, 
1119   Joshua N Pritikin, Sebastian Rittau, Daniel Rogers, Manish Singh, 
1120   Torsten Schoenfeld, Alexander Winston, Johannes Weißl,  Morten Welinder, 
1121   Adam Wright
1122
1123 Overview of Changes in GTK+-2.3.1
1124 =================================
1125 * Improve sanity checks on gdk-pixbuf loaders [Matthias Clasen]
1126 * GDK
1127  - Add GDK_DEBUG=xinerama that fakes a 2x2 Xinerama mode [Matthias]
1128  - Make gdk_drawable_copy_to_image public [Matthias, Peter Zelezny]
1129 * Misc Win32 bug fixes [Tor Lillqvist, John Ehresman, Tim Evans]
1130 * Action-based menu/toolbar API [Matthias]
1131  - Add "name" construct-only parameter to GtkActionGroup
1132  - Bug fixes [Marco Pesenti Gritti, Christian Persch]
1133 * Change ranges for Saturation/Value to be 0-100 in GtkColorSelection
1134   [Gregory Merchan, Matthias]
1135 * GtkComboBox [Kristian Rietveld]
1136  - Make model and text_column properties not construct-only [Murray Cumming]
1137  - Fix sizing
1138  - Add mouse wheel support [Matthias]
1139 * Various GtkEntryCompletion bug fixes [Kristian, Piers Cornwell, Marco]
1140 * GtkExpander
1141  - Add a "use_markup" property, gtk_expander_set/get_use_markup
1142  - Fix bugs when unrealizing/destroying [Mark McLoughlin]
1143 * GtkFileChooser [Federico Mena Quintero]
1144  - Add a GtkFileSystemWin32 [Hans]
1145  - Use GtkEntryCompletion in GtkFileChooserEntry 
1146  - Add a render_icon to GtkFileSystemIface to allow the 
1147    GnomeVFS backend to supply appropriate icons
1148  - Improve selection handling in bookmarks list [Federico, Owen Taylor]
1149  - Support drops on the bookmarks list
1150  - Display error dialogs on failed operations
1151  - Many UI tweaks [Federico, Iain Holmes,Hans-Petter Jansson]
1152  - Ignore filters for folders [Dave Malcom]
1153  - Misc file chooser bug fixes [Owen, Christian Persch, Taavi Talvik]
1154 * Menus
1155  - Make torn-off menus transient-for the window they were torn from
1156    [Matthias, Jon-Kare Hellan]
1157  - Fix menu positioning for Xinerama, add gtk_menu_set_monitor()
1158    for use by position functions [Matthias]
1159  - Tweak menu delay parameters, add a default width [Soeren Sandmann]
1160 * Make g_message_dialog_new_with_markup() automatically escape
1161   arguments, add g_message_dialog_set_markup() [Owen]
1162 * Add read-only min-position/max-position properties to GtkPaned
1163 * GtkToolbar [Soeren]
1164  - Support gaps in the toolbar with expand=true/draw=false separators
1165  - Improve drop-location preview handling
1166  - Take a GtkRadioToolButton as the parameter to
1167    gtk_radio_tool_button_new_from_widget [Murray Cumming]
1168  - Many misc toolbar bug fixes [Soeren, Marco]
1169 * GtkTreeView bug fixes [Morten Welinder, David Hampton]
1170 * Add gtk_window_is_active()/gtk_has_toplevel_focus() getters
1171   to go along with properties [Owen Taylor]
1172 * Add gtk_widget_can_activate_accel() / ::can-activate-accel
1173   signal to fix handling of accelerators on insensitive parent
1174   menu-items. [Tim Janik]. (*Note*: the details here will probably
1175   change, since similar problems for mnemonics aren't handled.)
1176 * Implement or improve RTL support in GtkAlignment, GtkCombo, 
1177   GtkNotebook, GtkScrolledWindow, GtkTreeView, GtkViewport.
1178   [IBM L3 NLS Support Team]
1179 * Fix string setters for self-assignment [Matthias, Soeren]
1180 * Finish multi-head handling in gtk-demo [Matthias]
1181 * Fix install rules for generating gdk-pixbuf.loaders [Manish Singh]
1182 * Reference doc improvements [Matthias, Soeren,
1183   Federico Mena Quintero, Michael Natterer, Owen Taylor, Olexiy Avramchenko]
1184 * FAQ updates [Tony Gale]
1185 * New and updated translations (ca,cs,cy,de,el,es,ja,mn,nl,nn,no,pl,pt,sr,
1186   sr@Latn,sv,th)
1187
1188 Other contributors: Jorn Baayen,Damon Chaplin, Jeff Franks, Diego Gonzalez,
1189   Richard Hult, Egmont Koblinger, Thomas Leonard, Ross McFarland, 
1190   Padraig O'Briain, Tomas Ögren, Danilo Segan
1191
1192 Overview of Changes from GTK+-2.2.x to GTK+-2.3.0
1193 =================================================
1194
1195 * New Widgets
1196  - GtkFileChooser: a replacement for GtkFileSelection with 
1197    replaceable backends, many new API features, better user
1198    interface (UI is still a work in progress) [Owen Taylor, 
1199    Federico Mena Quintero]
1200  - New combo box widgets: GtkComboBox, GtkComboBoxEntry [Kristian Rietveld]
1201  - New "disclosure triangle" widget: GtkExpander [Mark McLoughlin]
1202  - "Picker button" widgets based on code from libgnomeui: 
1203    GtkFontButton, GtkColorButton [Matthias Clasen]
1204
1205 * Widget improvements:
1206  - Autocompletion for entries: GtkEntryCompletion [Kristian]
1207  - Add separate padding for all 4 sides of GtkAlignment [Murray Cumming]
1208  - Add input-only event boxes for trapping events [Alex Larsson]
1209  - Support RTL flipping for GtkHPaned, tab navigation [Soeren, Matthias]
1210  - Support up to four scroll arrows on GtkNotebook and make which
1211    ones are displayed themeable. [Matthias]
1212  - GtkCalendar improvements: make the arrows spin, support RTL flipping,
1213    automatic week start selection, DND support, improve API 
1214    for setting options [Matthias]; mousewheel support [Abigail Brady]
1215  - New properties: GtkButton::focus_on_click, GtkCheckMenuItem::draw_as_radio
1216    [Soeren, Matthias]
1217  - New functions: gtk_window_set_default_icon(), 
1218    gtk_message_dialog_add_buttons(), gtk_button_box_get_child_secondary()
1219    [Matthias]
1220  - Add missing "role", "decorated", "gravity" properties for GtkWindow,
1221    "has_resize_grip" for GtkStatusBar. [Matthias]
1222  - Add child properties for GtkPaned [Matthias, Soeren]
1223
1224 * Menus
1225  - New action-based menu API: GtkUIManager, GtkActionGroup, 
1226    GtkAction, etc. [James Henstridge, Matthias, Soeren Sandmann,
1227    Marco Pesenti Gritti, Philip Langdale]
1228  - Support for tabular menus [Kristian]
1229  - New positioning algorithm for popup menus [Soeren]
1230
1231 * GtkTextView [Matthias]
1232  - Add properties "accepts_tab" [Soeren], "overwrite" property 
1233    [Jeroen Zwartepoorte], "buffer"
1234  - Add gtk_text_buffer_select_range()
1235  - Implement drag-selection by words/lines (also for Gtkentry)
1236  - Some fixes to invisible text handling
1237  - Add support for GTK_WRAP_WORD_CHAR [David Brigada]
1238  - Clean up handling of horizontal paging
1239  - Fix scrolling with non-visible cursor
1240  - Add internals documentation [Havoc Pennington]
1241
1242 * GtkToolbar [Soeren]
1243  - Add a more constistent and extensible toolbar API; preserve
1244    old API for backwards compatibility [James, Anders Carlsson, Owen]
1245  - Support for sliding buttons like OS X
1246  - Keyboard navigation
1247  - Support "priority text"
1248  - Overflow menu
1249  - Better handling of really wide buttons [David Bordoley]
1250  - Drawing improvements
1251  - Support context menu
1252
1253 * GtkTreeView [Kristian Rietveld]
1254  - Handle RTL [Matthias, Jonathan]
1255  - Add expand flag to column packing parameters [Jonathan, Kristian]
1256  - gtk_tree_path_free now silently returns on NULL paths
1257  - Move row reference updating code to closures
1258  - Fix TreeView DnD: make TreeStore DnD work, make drops on empty views work,
1259    get rid of gtk-tree-model-drop-append.
1260  - Add a filtering tree model: GtkTreeModelFilter [Kristian]
1261
1262 * gdk-pixbuf
1263  - Add a loader for PCX files [Josh Beam]
1264  - Improve calculation of filter weights for scaling [Brian Cameron, Owen]
1265  - Support TGA files with arbitrary origins [Matthias]
1266  - Add gdk_pixbuf_loader_new_with_mime_type() [Dom Lachowicz]
1267    gdk_pixbuf_new_from_file_at_size() [Dom, Owen, Matthias]
1268  - Add saving support for ICO and CUR
1269  - Improve handling of GIFs with oversized frames [Matthias]
1270
1271 * GDK:
1272  - Support for full-color / alpha-channel cursors [Matthias]
1273  - Remove support for non-X fonts and for pango-1.0; always require Xft2 [Owen]
1274  - Fix handling of recursive calls to gdk_window_begin_paint() [Soeren]
1275  - Many small changes to reduce round trips on startup; 
1276    add gdk_display_flush() [Owen]
1277  - Use Xlib asynchronous APIs to reduce roundtrips on startup
1278    and during DND [Owen]
1279  - Other changes to improve DND for large-latency connections [Owen]
1280  - Add support for EWMH "above" and "below" states [Manuel Clos] (also
1281    in GtkWindow)
1282  - Add Add GDK_MOUSE_DEVICE envvar for linux-fb backend [Marc Welz]
1283  - Other small linux-fb fixes [Eric Warmenhoven]
1284
1285 * Miscellaneous
1286  - Add support for named themable icons; use this facility to 
1287    provide the default stock icon images [Owen Taylor, based
1288    on code by Alex Larsson]
1289  - Add gtk_widget_queue_resize_no_redraw() for more efficient
1290    resizing; use for GtkTextView. Redraw less on focus changes. [Soeren]
1291  - Add gtk_widget_queue_resize_no_redraw() [Soeren]
1292  - Default theme improvements, especially for menus. Add some
1293    more style properties. [Soeren]
1294  - Add authentication stock icon [Matthias, art by Jakub Steiner]
1295  - Allow "none" to be set for input method GtkSettings [Hidetoshi Tajima]
1296  - Convert build system to automake-1.7; many cleanups and
1297    improvements. [James Henstridge, Owen]
1298  - Win32 fixes for new widgets [Hans]
1299  - Add right-to-left variants of some stock icons [Matthias]
1300
1301 * Documentation
1302  - Use XML source for man pages; add man pages for tools that didn't
1303    have them before [Matthias]
1304  - Tutorial improvements [Sebastian Rittau, Tony Gale, Roger Leigh, Matthias]
1305  - FAQ improvements [Tony, Gonzalo Odiard, Owen]
1306  - Misc documentation improvements [Matthias, Frederic Lespez, Tomas Ogren, 
1307    Martin Pool, Mariano Suarez-Alvarez]
1308
1309 * Deprecations
1310  - GtkItemFactory [Replaced by GtkUIManager]
1311  - GtkCombo, GtkOptionMenu [Replaced by GtkComboBox]
1312  - Miscellaneous functions that were renamed in 
1313    GTK+-2.0 and GTK+-2.2 [Matthias, Manish Singh, Soeren]
1314
1315 Other contributors: Krasimir Angelov, Archit Baweja, Sebastien Bacher,
1316   Steve Chaplin, John Darrington, Daniel Elstner, Marco Pesenti Gritti, 
1317   Jody Goldberg, David Hampton, Richard Kinder, Christian Persch, 
1318   Roozbeh Pournader, Christian Reis, Christian Rose, Joe Shaw, 
1319   Vasilis Vasaitis, Morten Welinder
1320
1321 ----------------------------------------------------------------------
1322
1323 Overview of Changes in GTK+ 2.2.4
1324 =================================
1325 * Revert TreeView fix which broke context menus in different applications
1326   [Kristian Rietveld]
1327 * Typo fixes [Kjartan Maraas]
1328 * Make pressing END not put the menu in scrolling mode [Kris]
1329 * Misc bug fixes [Tor Lillqvist, Bruce Hochstetler, Kjartan, Tony Gale]
1330 * New and updated translations (sq, cy, hi, nl, de, es, zh_CN, ja, no, el)
1331
1332 Overview of Changes in GTK+ 2.2.3
1333 =================================
1334 * GdkPixbuf [Matthias Clasen]
1335  - Fix some problems with overflows when scaling down [Tomas Ögren]
1336  - Many GIF bug fixes [Matthias, Federico Mena Quintero]
1337  - Prefer 32-bpp ICOs, fix bugs with them
1338  - Fix problem with absolute filenames and gdk-pixbuf-query-loaders
1339    [Jens Elker]
1340  - Make gdk-pixbuf-csource include alignment magic [Brian Cameron]
1341 * Win32 [Tor Lillqvist]
1342  - Add multiple monitor support
1343  - Major event and key handling rewrite, including IME fixes
1344  - Fix handling of toplevel window positions
1345  - Add support for all window geometry hints (gridded geometry, etc.)
1346  - Fix DND to ignore drag window [Tony M Brown, Herman Bloggs]
1347  - Fix GdkImage memory leak [J. Ali Harlow]
1348  - Remove leftover OwnerGrabButtonMask emulation (fixes lots)
1349  - Misc bug fixes [Many from Hans Breuer, Tim Evans]
1350  - Build fixes and improvements [Peter Zelezny]
1351 * X11
1352  - Fix extremely common crash where we interpreted the timestamp
1353    field of a XKB event as a window ID and found a pixmap that matched.
1354    [Owen Taylor, with essential backtrace from Kjartan Maraas]
1355  - Fix CapsLock and NumLock for non-XKB [Robert Basch]
1356  - Fix problems with, eg. Ctrl-Alt-Backspace hiding Cntrl-Backspace [Owen]
1357  - Workaround Xinerama servers reporting wrong depths [Owen]
1358 * GtkTreeView [Kristian Rietveld]
1359  - Fix scrolling once more [Pedro Gimeno, Michael Natterer, Timo Sirainen]
1360  - Don't get confused by the Control key when handling selection
1361    from an accelerator like <Control>B [Michael Natterer]
1362  - Many misc fixes [Matthias, Marco Pesenti Gritti, Tim Janik, Alex Larsson, 
1363    Tim-Philipp Müller, Michael Natterer, Josh Parsons, Yann Rouillard,
1364    Rene Seindel, Owen Taylor, Alp Toker, Morten Welinder]
1365 * Input methods
1366  - Handle input methods exiting and starting while the 
1367    app is running [Hidetoshi Tajima]
1368  - Fix infinite loop when closing input methods [Owen,
1369    Takuro Ashie, Hidetoshi]
1370  - Add a 'cedilla' input method with c+acute => cedilla and use
1371    as the default for languages that use cedilla. [Gustavo De Nardin,
1372    Owen, Fco. Javier F. Serrador]
1373  - Fix status window for multihead [Owen, James Su]
1374  - Remember imcontext attributes when switching methods [Owen, 
1375    Botond Botyanszki]
1376 * GtkFileSelection [Owen]
1377  - Fix selection of "UntitledN" on initial map [Mark Finlay]
1378  - Fix an annoying bug with cursor positioning on failed completion
1379  - Misc Fixes [Owen, Tor]
1380 * Other widgets
1381  - Fix problem with GtkOptionMenus coming up in the wrong place [Kristian]
1382  - Fix problem with spinbuttons not getting enough space [Morten Welinder,
1383    Kristian]
1384  - Fix an infinite loop when resizing GtkTextView [Owen, Frederic Crozat]
1385  - Don't include menu labels in gtk_notebook_forall [Owen]
1386  - Fix problem with XEMBED (GtkPlug) clients that don't take focus stealing
1387    focus [Owen]
1388  - Accept color drops with wrong format from KDE [Matthias]
1389 * Fix problem from gnome-theme-manager playing tricks and
1390   making event->window a pixmap. [Anders Carlsson]
1391 * Ignore Caps-lock when matching accelerators
1392 * Fix 5-year-old bug where toplevels didn't fully refresh properly
1393   on theme change [Owen, Rajkumar Siva]
1394 * Don't require precompiled gdk-pixbuf-csource when cross-compiling
1395   from a tarball [Owen]
1396 * Documentation improvements [Matthias, Noah Levitt, Tor, Doug Quale, 
1397   Morten Welinder]
1398 * Misc bug fixes [Keith Bissett, Botond Botyanszki, Damien Carbery,
1399   Arno Charlet, Felipe Heidrich, Charles Kerr, George Lebl, Noah, Tor, 
1400   Callum McKenzie, Michael Meeks, Denis Mikhalkin, Thomas Mirlacher,
1401   Kristian, Masahiro Sakai, Soeren Sandmann, Benedikt Spranger, Owen, 
1402   Luis Villa]
1403 * New and updated translations (ar,az,cs,cy,be,de,es,fi,fr,he,hi,hu,id,is,it,
1404   ko,lt,ml,mn,nl,ne,no,pl,pt,pt_BR,ru,sk,sr,sr@Latn,ta,wa,zh_TW,zh_CN)
1405
1406 Overview of Changes in GTK+ 2.2.2
1407 =================================
1408
1409 * GdkPixbuf [Matthias Clasen]
1410  - Fix animation of slow-loading progressive GIFS
1411  - Fix long-standing animated GIF display bug with transparency
1412  - Misc bug and portability fixes [Rick Jones, Tim Mooney, Marijn Ross]
1413 * GDK [Owen Taylor]
1414  - Draw continuous underlines between Pango layout runs when 
1415    possible [Kang Jeong-Hee]
1416  - Fix gdk_pixbuf_from_drawable() for big endian [Christian Petig]
1417    Major rewrite of 16-bit handling for pixbuf_from_drawable()
1418 * X11 backend [Owen]
1419  - Fix build on X11R5 [Albert Chin]
1420  - Fix switching keyboard layouts while running [Egmont Koblinger]
1421  - Work around RENDER extension bugs on certain Sun X servers [Morten Welinder]
1422  - Zero unused fields in client messages we send Lubos Lunak]
1423  - Fix occasional segfault when drawing pixbufs [Hans Petter Jansson]
1424  - Fix wrong initializaiton that was keeping XShm from being used.
1425 * Win32 backend [Tor Lillqvist]
1426  - Tweak line drawing
1427  - Mouse/cursor fixes [Allin Cottrell]
1428  - Better handling of floppy drives in GtkFileSelection
1429  - Misc fixes [Arnaud Charlet, Cedric Gustin, Martyn Russell]
1430 * Input methods [Hidetoshi Tajima]
1431  - Add rules for Greek accents to GtkIMContextSimple [Vasilis Vasaitis]
1432  - Fix sorting of rules in GtkIMContextSimple [Vasilis]
1433  - Miscellaneous GtkIMContextXIM fixes 
1434  - Fix translation of input context names
1435 * Fix keyboard accelerators/bindings on Numeric Keypad [Owen, Olivier Ripoll]
1436 * Add Delete to GtkEntry context menu, Delete/Select All 
1437   to GtkTextView context menu [Matthias]
1438 * Keynav tweaks in GtkFileSelection, GtkColorSel [Matthias]
1439 * Add C-A-PgUp/Down as alternative notebook page switching keys [Matthias]
1440 * GtkTextView
1441  - Fix redrawing on color-only changes [Owen, Gustavo Giráldez]
1442  - Don't scroll to cursor on focus in [Paolo Maggi]
1443  - Fix spot location reported to input method [Owen, TOKUNAGA Hiroyuki, 
1444    Yao Zhang]
1445  - Miscellaneous bug fixes [Torbjörn Andersson, Matthias, Manual Clos,
1446    Padraig O'Briain, Owen]
1447 * GtkTreeView [Kristian Rietveld]
1448  - Fix prelighting [Sven Neumann]
1449  - Set drag cursor earlier to allow apps to override [Daniel Elstner]
1450  - Speed up insertions into GtkTreeModelSort [Owen, Jonathan Blandford]
1451  - Get background/cell area handling right in GtkTreeViewColumn [Vasco
1452    Alexandre da Silva Costa]
1453  - Bug fixes [Benjamin Bayart, Jonathan Blandford, Peter Bloomfield, 
1454    Dave Cook, Felipe Heidrich, Richard Hult, Markus Lausser, Michael Natterer,
1455    Mariano Suarez-Alvarez, Owen]
1456 * Fix handling of border width for GtkToolbar [Rodney Dawes]
1457 * Rewrite adjustment handling of GtkViewport, fixing many bugs
1458   [Owen, Thomas Leonard, Michael]
1459 * Misc bug fixes [Dennis Björklund, Jonathan, Dave Bordoley, Rich Burridge, 
1460   Anders Carlsson, Arnaud, Matthias, Vasco Alexandre da Silva Costa, 
1461   Tim Evans, Larry Ewing, John Finlay, Jeff Franks, Jody Goldberg, 
1462   Jason D. Hildebrand, Charles Kerr, Alex Larsson, Noah Levitt, Xan Lopez, 
1463   Loban Rahman, Richard Reich, Soeren Sandmann, Charles Schmidt, 
1464   Rajkumar Siva, Owen, Sergey V. Udaltsov, Morten Welinder, Michael Zucchi]
1465 * Code cleanups [Matthias, Glynn Foster, Britton Kerin, Sven Neumann, 
1466   Doug Quale, Manish Singh, Morten Welinder]
1467 * Switch to using libtool-1.5
1468 * Build fixes [Matthias, J. Ali Harlow, Rich Kinder, Jon Nall, Sven, 
1469   Christian Rose]
1470 * Documentation improvements [Matthias, Noah Levitt, Sven Neumann]
1471 * New and updated translations (am,az,be,ca,cs,cy,da,de,el,es,fa,fi,fr,id,
1472   it,ko,li,ml,mn,ms,nl,no,pl,pt,sr,sr@Latn,sv,ta,uk,yi,zh_TW)
1473
1474 Overview of Changes in GTK+ 2.2.1
1475 =================================
1476 * Win32 [Tor Lillqvist]
1477  - Improve setting of window position / decorations
1478  - Implement gdk_pixmap_foreign_new() [Naofumi Yasufuku]
1479  - Fix various file selection bugs
1480  - Improve scheme for locating pixbuf loader modules
1481  - Miscellaneous fixes [Alex Shaduri, Kenichi SUTO, Ed Woods]
1482 * GtkTreeView [Kristian Rietveld]
1483   - made GtkTreeSortable work as the documentation advertises [Jarek Dukat]
1484   - fixed gtk_tree_view_set_sort_column_id so you can disable sorting [Soeren
1485     Sandmann, Jarek Dukat]
1486   - TreeView search now works on all values transformable by GValue and not
1487     just strings [Muktha Narayan]
1488   - _move/_swap fixage in the Stores [Matthew Tuck, Paolo Maggi]
1489   - a lot of misc bug fixes [Alex Duggan, Carlos Garnacho Parro, Hans Petter
1490     Jansson, Kjartan Maraas, Soeren, Dave Camp, Murray Cumming, Dave Cook,
1491     Gaël Le Mignot, Vasco Alexandre da Silva Costa]
1492 * GtkTextView [Matthias Clasen]
1493  - Fix keynav with invisible cursor
1494  - Fix misdrawing of cursor [Owen Taylor] and selection
1495  - Many miscellaneous fixes [Narayana Pattipati, Daniel Elstner]
1496 * Fix problem with accidental inclusion of a main() [Matthias]
1497 * Documentation improvements [Matthias, Havoc Pennington]
1498 * Fix problem with GtkColorsel and pixmap themes [Daniel]
1499 * Fix race condition with GdkRGB in PseudoColor [Shivaram Upadhyayula]
1500 * Warning fixes [Manish Singh]
1501 * configure fixes [Akira Tagoh]
1502 * New and updated translations (ca,de,es,et,ko,mn,pl,pt,vi,zh_CN)
1503 * Miscellaneous bug fixes [Matthias, Daniel, Martin Gansser, Louis Garcia, 
1504   Tommi Komulainen, Thomas Leonard, Ian Peters, Arvind Samptur, 
1505   Soeren Sandmann, Hidetoshi Tajima, Owen]
1506
1507 ----------------------------------------------------------------------
1508
1509 Overview of Changes in GTK+ 2.2.0
1510 =================================
1511 * Fix problem with the DND code and event filters [Bolian Yin, Owen Taylor]
1512 * GtkTreeView bug fixes [Kristian Rietveld, Soeren Sandmann, Matthias Clasen]
1513 * Documentation improvements [Matthias Clasen, Eric Warmenhoven, 
1514   James M. Cape]
1515 * Example portability fix [Sven Neumann]
1516 * Updated translations (es,ja,lv,ms,nl,ru,sk,sv)
1517
1518 Overview of Changes in GTK+ 2.1.5
1519 =================================
1520 * GtkFileSel fixes [Owen Taylor]
1521   - Fix ..<tab> to go up a dir [Francisco Bustamante]
1522   - Fix UTF-8 operation, so that non-ASCII works [Kang Jeong-Hee]
1523   - Use g_utf8_collate() not strcmp for sorting [Gregory Merchan]
1524 * Only close dialogs on Escape if they have a cancel button. [James Willcox]
1525 * Fix problem with resizing gnome-terminal popup [Soeren Sandmann]
1526 * Add Home/End/Page_Up/Page_Down keybindings for menus [Owen,
1527   Narayana Pattipati, Marius Andreiana]
1528 * Xinerama fixes for GtkMenu [Matthias Clasen]
1529 * Fix long-standing problem with Ami and GtkEntry [Owen, Kang Jeong-Hee]
1530 * Documentation additions and fixes [Matthias]
1531 * New and updated translations (am,bg,da,fr,fi,de)
1532 * Miscellaneous bug and build fixes
1533
1534 Other contributors: Johan Dahlin, James Henstridge, Jon Nelson, 
1535    Bastien Nocera, Christian Reis, Arvind Samptur, Anand Subra, Simon Wong
1536
1537 Overview of Changes in GTK+ 2.1.4
1538 =================================
1539 * Improved default color scheme [Soeren Sandmann, with advise from
1540   Tuomas Kuosmanen and Garrett LeSage]
1541 * Make pixmap creation functions take a GdkDrawable not a GdkWindow
1542   [Kristian Rietveld]
1543 * Support move-resize emulation for all edges. [Matthias Clasen]
1544 * Many fixes for X11 gdk_colormap_alloc_colors [Naofumi Yasufuku, Owen]
1545 * Remove extra selections for ButtonRelease in XInput code 
1546   [Garry Osgood, Owen]
1547 * Another attempt at fixing X focus tracking [Owen]
1548 * linux-fb VT switch improvements [Eric Warmenhoven]
1549 * Win32 [Tor Lillqvist]
1550   - Bug and win98 portability fixes for new tile/stipple code [Hans Breuer]
1551   - Improve maximized/minimized tracking
1552   - Bug fixes
1553 * Fix problem with gtk_combo_set_popdown_strings() not changing
1554   the entry text [Owen]
1555 * Support RTL flipping for statusbars [Matthias]
1556 * GtkTreeView bug fixes [Kristian Rietveld, Juri Pakaste, Erik Simonsen,
1557   Richard Hult, Carlos Garnacho Parro]
1558 * Use octal escapes rather than literal UTF-8 in strings [Owen]
1559 * Make a lot of read-only data const. [Matthias, Morten Welinder]
1560 * Misc bug fixes
1561 * New and updated translations (cs,es,el,he,hu,lv,no,ro)
1562
1563 Other contributors: Anders Carlsson, Chris Blizzard, Stephen Brown, 
1564    Erwann Chenede, Jon-Kare Hellan, John Finlay, Jarred Keuch, 
1565    Kjartan Maraas, Christian Neumair
1566
1567 Overview of Changes in GTK+ 2.1.3
1568 =================================
1569
1570 GDK:
1571 * Win32 [Tor Lillqvist]
1572   - fixes to multihead API stubs 
1573   - Comprehensively implement tiles and stipples
1574   - Handle tracking minimized/maximized [Arnaud Charlet]
1575 * linux-fb fixes [Eric Warmenhoven]
1576 * Use g_get_application_name() for default window titles and
1577   for the title of the client leader window [Owen, Havoc Pennington]
1578 * Complete resize-grippy support, move-resize emulation 
1579   [Anders Carlsson, Matthias Clasen]
1580
1581 GTK+ Core:
1582 * On screen change, recreate the widget's Pango context [Owen]
1583 * Fix problems with focus ending up on unmapped widgets [Owen]
1584 * Make g_object_set (gtk_settings_get_default (), ...) to override
1585   settings from XSETTINGS and ~/.gtkrc [Jonathan Blandford]
1586 * Make GtkInputDialog multihead aware [Owen]
1587 * Add a ::screen-changed signal to GtkWidget [Owen Taylor]
1588
1589 Widget improvements:
1590 * Draw/check menu items insensitive [Soeren, Tim Evans]
1591 * Fix color usage for radio/check menu item indicators [Soeren]
1592 * Add ::snap-edge-set-property to GtkHandleBox [Owen, Matthias]
1593 * RTL flipping improvements for GtkHandleBox, GtkMenuItem, GtkOptionMenu,
1594   GtkCheckMenuItem [Matthias Clasen]
1595 * GtkCombo improvements [Owen]
1596   - Don't leave it behind when switching desktops [Matthias Clasen]
1597   - Fix longstanding bug with unwanted moving of selection [Mike Fulbright]
1598   - Don't change entry contents until window is popped back up
1599   - Keynav fixes
1600 * Menu scrolling behavioral improvements [Owen, Ettore Perazzoli]
1601 * GtkNotebook keynav improvements [Owen]
1602 * Handle painting text on dark-colored progressbars [Soeren]
1603 * GtkTreeView  [Kristian Rietveld]
1604   - Privatize gtk_tree_store_move(), add gtk_tree_store_move_before/after()
1605   - Add GTK_CELL_RENDERER_FOCUSED flag
1606   - Keynav fixes, including adding boolean return values for keybinding
1607     signals (API breakage for API that noone should have been using)
1608     [Narayana Pattipati]
1609   - Add gtk_tree_view_column_cell_get_position()
1610   - Add an inconsistent state for GtkCellRendererToggle
1611   - Various bug fixes [Murray Cumming, Daniel Elstner, Vitaly Tishkov,  
1612     Morten Welinder, Robert Kinsella, Soeren]
1613
1614 Input Methods:
1615 * Sort the input method list in the right click popup [Abigail Brady]
1616 * GtkIMContextXIM bug fixes [HideToshi Tajima]
1617
1618 General:
1619 * Make sure that parameters don't shadow system functions [Soeren Sandmann]
1620 * Deprecation cleanups [Manish Singh]
1621 * Don't grab the focus to the default button in a GtkDialog [Daniel Elstner]
1622 * Doc improvements, including adding Since: for 2.2. additions 
1623   [Matthias Clasen]
1624 * Bug fixes, cleanups [Anders Carlsson, Daniel, Vitaly Tishkov, Matthias, 
1625   Iain Holmes, Gregory Merchan, Havoc Pennington, Soeren, Morten Welinder]
1626 * Build fixes [Owen, Jeff Waugh, Dan Mills]
1627
1628 Overview of Changes in GTK+ 2.1.2
1629 =================================
1630
1631 * Fixes for GtkIMContextXIM [HideToshi Tajima, Owen Taylor]
1632 * Remove usage of XLookupString outside of GtkIMContextXIM [Owen]
1633 * Handle Shift/Caps/Num_Lock properly for non-Xkb [Owen]
1634 * Add a --screen option to set default screen [Balamurali Viswanathan, Owen]
1635 * Add simple support for startup notification [Havoc Pennington]
1636 * Handle focus indication for check and radio buttons without children
1637   [Dave Camp, Owen]
1638 * Much work on improve submenu navigation [Soeren Sandmann]
1639 * Add "selected_shadow_type" property for menus [Soeren]
1640 * Add "scrollbar_spacing" style property [Anders Carlsson, Owen]
1641 * Rework GtkPaned keynav [Soeren, Calum Benson]
1642 * Sensitivity and keynav fixes for GtkFileSelection [Muktha Narayan, Owen]
1643 * Removed mnemonics for GtkToolbar Items [Mikael Hallendal]
1644 * Tree view fixes and speedups 
1645   [Kristian Rietveld, Daniel Elstner, Havoc Pennington]
1646 * Allow themes to set GtkTreeView even/odd row colors [Kristian]
1647 * Doc fixes and improvements [Matthias Clasen, Vitaly Tishkov]
1648 * Win32 fixes [Tor Lillqvist]
1649 * Misc cleanups and bug fixes
1650
1651 Other contributors: Phil Blundell, Erwann Chenede, Jeremy Katz, 
1652    Padraig O'Briain, Havoc Pennington, Timo Sirainen, Nam SungHyun,
1653    Matt Wilson,
1654
1655 Overview of Changes in GTK+ 2.1.1
1656 =================================
1657 * Cleanup of use of deprecated functions in GTK+ [Manish Singh]
1658 * Add support for separately installed Pixbuf loaders [Matthias Clasen]
1659 * linux-fb improvements including window maximization. [Eric Warmenhoven]
1660 * Fix to compile again with Xft version 1 [Owen Taylor]
1661 * Fix handling of pointer on multiple screens [Owen]
1662   - Add gdk_event_set/get_screen() via evil hack
1663   - Add GdkDisplayPointerHooks to replace GdkPointerHooks
1664   - gdk_screen_get_window_at_pointer() => gdk_display_get_window_at_pointer()
1665   - Add gdk_display_get_pointer()
1666   - Make drag-and-drop between multiple screens work
1667 * Export gdk_event_new(), discourage stack allocated events [Owen]
1668 * gdk_draw_pixbuf() as better name for gdk_pixbuf_render_to_drawable() [Owen]
1669 * Basic support for RandR extension [Keith Packard, Owen]
1670 * Allow moving paned sliders all the way to the edge [Owen, Darin Adler]
1671 * Add tag_table construct property to GtkTextBuffer [Daniel Elstner]
1672 * gtk_window_set_[default_]icon_from_file [Owen, Havoc]
1673 * Fix handling of GtkSettings set from RC files on reload [Owen]
1674 * GtkTreeView work [Kristian Rietveld]
1675   - Stop editing on a focus out event for GtkCellRendererText 
1676     [Andreas J. Guelzow]
1677   - Don't accept drops on auto-sorted models
1678   - Fix evil bug with insertions to GtkTreeModelSort [Hans Petter Jansson]
1679 * Fixes for GtkIMContextXIM 
1680   [Takuro Ashie, Motonobu Ichimura, Owen, HideToshi Tajima]
1681 * Documentation fixes [Soeren Sandmann, Matthias Clasen; Joost Faassen, 
1682   Alexey A. Malyshev, Ben Martin, Havoc Pennington, Boris Shingarov, Owen, 
1683   Vitaly Tishkov, Dan Winship, Yao Zhang]
1684 * Some performance tweaks [Soeren, Padraig O'Briain]
1685 * Miscellaneous bug fixes
1686
1687 Other contributors: Jacob Berkman, Phil Blundell, Kenneth Christiansen, 
1688   Murray Cumming, Bill Haneman, Jon-Kare Hellan, Hema Seetharamaiah
1689
1690 Overview of Changes from GTK+-2.0.x to GTK+-2.1.0
1691 =================================================
1692
1693 Multihead support: [Erwann Chenede, Owen Taylor]
1694 * Multihead support 
1695 * Add GdkDisplay, GdkScreen structures
1696 * Add _for_display(), _for_screen() variants where needed in GDK and GTK+
1697   (In other cases, make the variants methods on GdkDisplay/GdkScreen
1698 * Adapt GTK+ widgets to be multihead safe
1699 * Allow initialization of GTK+ without opening a display with gtk_parse_args()
1700 * Add multihead support to demos/tests.
1701
1702 GDK:
1703 * Adapt win32 code to multihead reorganization [Hans Breuer, Tor Lillqvist]
1704 * Adapt linux-fb code to multihead reorganization [Eric Warmenhoven]
1705 * Miscellaneous linux-fb improvements [Eric]
1706 * Xinerama support [Erwann Chenede, Matthias Clasen]
1707 * Allow GDK backends to add custom argument parsing [Sven Neumann]
1708 * Add support for some addition NET window manager spec hints [Havoc Pennington]
1709 * Add ::keys-changed signal to GdkKeymap, handle keymap changes for keybindings [Owen]
1710
1711 GtkTreeView: [Kristian Rietveld]
1712 * Support stock pixbufs in GtkCellRendererPixbuf 
1713 * Allow setting the cell background for cell renderers
1714 * Support focusing individual cell renderers and other focus fixes
1715 * Make resizing tree views more efficient [Soeren Sandmann]
1716 * Add gtk_tree_model_get_string_from_iter
1717 * Improve gtk_list_store_remove API
1718 * API additions:
1719   gtk_tree_model_sort_iter_is_valid(), gtk_tree_view_expand_to_path() 
1720   Add gtk_tree_selection_get_selected_rows(),
1721   gtk_tree_selection_count_selected_rows() 
1722   gtk_tree_path_new_from_indices(),  gtk_{list,tree}_store_{reorder,swap,_move} 
1723
1724 GTK+:
1725 * Add style property for drawing menu items without shadow [Soeren]
1726 * gtk_widget_modify_color_component/font(): Allow clearing
1727   current modifications. [Owen]
1728 * Add GtkWidget::is_focus, GtkWindow::is_active properties [Owen]
1729 * Some XEMBED changes for standards compliance and Qt compatibility [Owen]
1730 * Fix menus resizing when popped up or torn off [Owen]
1731 * Improve label behavior when it gets a too small allocation [Soeren]
1732 * Add support for depth 8 StaticColor visuals to gdkrgb [Matthias]
1733 * Theme drawing improvements [Soeren]
1734 * Add types for GtkRowReference, GtkClipboard [Jonathan Blandford, James Henstridge, Owen]
1735 * Use G_TYPE_FLAG_ABSTRACT for abstract types [Matthias]
1736 * Add gtk_menu_shell_select_first() [Owen]
1737 * Add gtk_notebook_get_n_pages() [Havoc Pennington]
1738 * Allow accel_path = NULL for gtk_menu_item_set_accel_path().
1739 * Allow icon sizes to be changed via a GtkSetting [Bill Haneman, Brian Cameron, Owen]
1740
1741 GdkPixbuf:
1742 * Improve gdk-pixbuf loader tests [Soeren Sandmann]
1743 * Use iTXT chunks when necessary in PNG image saver [Matthias]
1744 * Add incremental loading for progressive jpegs [Matthias]
1745 * Add load-at-size functionality [Matthias]
1746 * Add a loader for .ANI animations [Matthias]
1747 * Load hotspot for .ICO files [Matthias]
1748
1749 Docs:
1750 * Convert docs to Docbook XML [Matthias]
1751 * Doc improvements and fixes [Matthias, Soeren, 
1752   Dennis Bj"orklund, Ross Burton, Manuel Clos, Alexey A. Malyshev, Brett Nash,
1753   Brian Tarricone, Owen, Vitaly Tishkov, Yao Zhang]
1754 * Tutorial improvements [Tony Gale]
1755
1756 General:
1757 * Add gtk-im-preedit-style/gtk-im-status-style XSETTINGS [Hidetoshi Tajima]
1758 * Clean up GDK and demos for deprecated functions [Manish Singh]
1759 * Misc fixes [Olexiy Avramchenko, Jacob Berkman, Anders Carlsson, David L. Cooper II, Robin Lu, 
1760   Eric Mader, Mark McLoughlin, Padraig O'Briain, Laszlo Peter, Hidetoshi, Vitaly Tishkov, 
1761   Shivaram Upadhyayula]
1762
1763 Overview of Changes in GTK+ 2.0.9
1764 =================================
1765 * Fix colormap refcounting, which caused frequent metacity crashes
1766   [Christopher James Lahey]
1767 * Lots of work on the Win32 backend [Tor Lillqvist]
1768  - Scrolling fixes
1769  - GdkGC clipping fixes and improvements
1770  - Started implementing all fill styles
1771 * GtkTreeView bug fixes [Kristian Rietveld]
1772  - Make TreeView reordering work on FreeBSD/Solaris [Heiner Eichmann]
1773 * Various bug fixes
1774
1775 Other contributors: Matthias Clasen, Arnaud Charlet, Vitaly Tishkov,
1776    Josh Parsons, Peter Bloomfield
1777
1778 Overview of Changes in GTK+ 2.0.8
1779 =================================
1780 * Fix typo in io-gif.c that broke loading GIFS [Akira Tagoh]
1781 * Improve redraws when scrolling on Win32 [Tor Lillqvist]
1782 * Fix problem with RENDER and XFree86-4.1 [Owen Taylor, Jamie Zawinski]
1783 * Fix problem with GtkImage placement [Owen, Sven Neumann, Soeren Sandmann]
1784 * Updated translation (el)
1785
1786 Overview of Changes in GTK+ 2.0.7
1787 =================================
1788 * Fix some memory leaks in gdk-pixbuf [Sven Neumann]
1789 * Pixbuf loader fixes  [Federico Mena Quintero, Elliot Lee]
1790 * Support depth 8 StaticColor in GdkRGB [Matthias Clasen]
1791 * Win32 fixes and improvements [Tor Lillqvist]
1792  - Keyboard handling fixes [Florent Duguet]
1793  - Fixes for building and running on Cygwin [Masahiro Sakai]
1794  - Fix gdk_window_scroll(), other GdkWindow fixes
1795  - Misc bug and build fixes [Soren Andersen, Florent, Tim Evans,
1796    J. Ali Harlow, Andreas Holzmann, Iwasa Kazmi]
1797 * Improve tracking of toplevel focus state [Owen]
1798 * XIM input method fixes [Takuro Ashie, HideToshi Tajima]
1799 * Fix the longstanding problem with <,> keys and XIM [Owen Taylor]
1800 * Fix GtkIMContextSimple for us-intl keyboards [Alexandre Oliva]
1801 * GtkIMContextSimple updates for Eastern Europe [Stanislav Brabec]
1802 * Fix the "key bindings randomly stop working" problem [Sebastian Ritau]
1803 * GtkTextView fixes [Gustavo Giraldez, Padraig O'Briain, Shivaram Upadhyayula]
1804 * GtkTreeView bugfixes [Jonathan Blandford, Kristian Rietveld]
1805   - Various memleak, ref counting fixes [Jonathan, Jorn Baayen, Daniel 
1806     Elstner, Morten Welinder]
1807   - gtk_tree_selection_selected_foreach now immediately returns if 
1808     the model is being changed [Havoc Pennington]
1809   - Fix evil bug with insertions to GtkTreeModelSort [Hans Petter Jansson]
1810 * GtkCombo fixes [Marco Pesenti Gritti, Zimler Attila, Matthias, Owen]
1811 * Fix 64-bit problem with GtkFundamentalType [Ross Alexander, Manish Singh] 
1812 * New and updated translations (am,be,bg,ca,cs,da,de,el,es,el,fa,fr,hi,hu,
1813   ja,ko,lv,ms,nl,no,pl,pt,pt_BR,ru,sk,sv,vi,zh_TW)
1814 * Many miscellaneous bug fixes
1815
1816 Other contributors: Jacob Berkman, Albert Chin, Chema Celorio,
1817    David L. Cooper II, Brent Fox, Tim Janik, Marco Pesenti Gritti, 
1818    Alex Larsson, Zenith Lau, Thomas Leonard, Gaute Lindkvist, 
1819    Paolo Maggi, Andy Wingo, Jami Pekannen, Joshua N Pritikin, 
1820    Soeren Sandmann, Vitaly Tishkov, Morten Welinder
1821
1822 Overview of Changes in GTK+ 2.0.6
1823 =================================
1824
1825 * GtkTreeView bug fixes [Jonathan Blandford, Kristian Rietveld, 
1826   Josh Green, Matthias Clasen]
1827 * Fix problem with keynav and insensitive menu items [Owen Taylor]
1828 * Fix pixbuf_from_drawable() for LSB -> MSB [Federico Mena Quintero]
1829 * Use GTK2_RC_FILES envvar instead of GTK_RC_FILES [Owen]
1830 * Focus check/radio buttons when activating with a mnemonic [Padraig O'Briain]
1831 * Cycle between multiple menubars with F10, not control-tab 
1832   [Calum Benson, Padraig]
1833 * Misc bug fixes [Jacob Berkman, Matthias Clasen, Manuel Op de Coul,
1834   Bill Haneman, Norihiro UMEDA, Shivaram Upadhyayula, Yao Zhang]
1835 * Build fixes for cross-compiling and portability [Arnaud Charlet, 
1836   J. Ali Harlow]
1837 * Updated translations (bg,ca,da,fr,ja,ko,lv,no,pl,ru,sk,sv,vi)
1838
1839 Overview of Changes in GTK+ 2.0.5
1840 =================================
1841
1842 * Fix a wrong assertion that broke gtk_file_selection_set_filename();
1843   also another fix from testing this function with non-UTF-8 filenames.
1844 * Fix incorrect property notification in GtkTextView. [James M. Cape]
1845
1846 Overview of Changes in GTK+ 2.0.4
1847 =================================
1848
1849 * Fix a number of types which were registered with the 
1850   type system with the wrong names [James Henstridge, Jonathan Blandford]
1851 * Support missing data types in GtkList/TreeStore [Daniel Elstner]
1852 * Misc GtkTreeView bug fixes [Dave Camp, Jonathan, Daniel Elstner, 
1853   Josh Parsons]
1854 * Drag and drop fixes, including a stuck grab. [Dave, Thomas Leonard, 
1855   Owen Taylor]
1856 * Calculate screen size on win32 from the "logical DPI" 
1857   [Joaquin Cuenca Abela, Tor Lillqvist]
1858 * Misc Win32 bug fixes. [Florent Duguet, Tor]
1859 * Fix theme changes for GtkMenu [Soeren Sandmann]
1860 * Fix gdk_pixbuf_from_drawable() for big endian. [Federico Mena Quintero]
1861 * Fix encoding handling for gtk_file_selection_set_filename()
1862   [Sebastian Ritau, Owen]
1863 * Fix crash with DND, Qt and Metacity [Cha Young-Ho, Havoc, Owen]
1864 * Fixes for DirectColor visuals [Shivaram Upadhyayula]
1865 * Memory leak and UMR fixes [Michael Meeks, Matthias Clasen, Valgrind]
1866 * Misc bug fixes
1867 * Updated translations (ca,cs,da,es,et,fr,ms,nl,pl,pt,pt_BR,ru,sv)
1868
1869 Other contributors: Nicholas Allen, Jacob Berkman, Remus Draica, 
1870   Nano Golveia, Tim Janik, Sergey Kuzminov, George Lebl, Garrett LeSage, 
1871   Robin Lu, Timo Meinen, Michel Selten, Boris Shingarov, Jeff Waugh
1872
1873 Overview of Changes in GTK+ 2.0.3
1874 =================================
1875
1876 * GtkTreeView fixes (Jonathan Blandford, Kristian Rietveld, Daniel Elstner)
1877 * Improve GdkRGB support for low color depths (Tor Lillqvist).
1878 * Tweak F10 behavior to focus GtkMenuBar. (Owen Taylor)
1879 * Include internal children when focusing. (Jonathan)
1880 * Win32 fixes (Tor Lillqvist, David Sterba)
1881 * Allow use of a pixmap as the drawable in gdk_pixmap_new(). (Kristian)
1882 * GdkPixbuf fixes (Matthias Clasen, Michael Natterer, Federico Mena Quintero)
1883 * GtkMenu fixes. (Soeren Sandmann)
1884 * Find gdk-pixbuf-csource when cross-compiling. (Michael Natterer)
1885 * Misc input-method related fixes (Yao Zhang, Federico)
1886 * Fix stuck grab during DND. (Dave Camp, Owen)
1887 * Remove in-bevel from scrolled-offscreen menus. (Ettore Perazzoli)
1888 * Various plug/socket fixes (Owen, Padraig O'Briain, Dave Camp, 
1889   Michael Meeks)
1890 * Handle Xlib internal connections (HideToshi Tajima)
1891 * Many miscellaneous bug fixes.
1892
1893 Other contributors: Jacob Berkman, Abigail Brady, Rich Burridge, 
1894 Anders Carlsson, Murray Cumming, Nalin Dahyabhai, James Henstridge, 
1895 David Highley, Ben Liblitt, Tim Janik, Bill Jannsen, Lauris Kaplinski, 
1896 Sergey Kuzminov, Alex Larsson, Sven Neumann, Havoc Pennington, Gareth Pearce, 
1897 Simon Floery, Thomas Leonard, Detlef Reichl, Martin Schulze, Christophe Saout,
1898 Timo Sirainen, Graham Swallow.
1899
1900 Overview of Changes in GTK+ 2.0.2
1901 =================================
1902
1903 * GtkTreeView cursor movement fixes [Kristian Rietveld]
1904 * GtkTreeModelSort iterator stamp fixes [Kristian Rietveld]
1905
1906 Overview of Changes in GTK+ 2.0.1
1907 =================================
1908
1909 * GtkTreeView fixes and performance improvements 
1910   [Kristian Rietveld, Jonathan Blandford, Mike Piepe, Dave Camp]
1911 * GtkTextView fixes [Havoc Pennington]
1912 * Fix problems with accelerators on Solaris [Padraig O'Briain]
1913 * Some fixes for key bindings on keypad keys [Owen Taylor]
1914 * Fix problem with RENDER use on big endian machines 
1915   [Owen Taylor, with help from Tuomas Kuosmanen]
1916 * Win32 fixes, especially dashed line drawing 
1917   [Tor Lillqvist, Hans Breuer]
1918 * Compile with -D_REENTRANT when appropriate [Sven Neumann]
1919 * Compiler warning cleanups [Erwann Chenede]
1920 * Fix handling of font-name XSETTING [Richard Hestilow]
1921 * Make linux-fb backend compile again [Carlo E. Prelz, Alex Larsson]
1922 * Fix problems with inappropriate menu scroll arrows [Owen]
1923 * Stock icon improvements [Jakub Steiner, Tuomas]
1924 * Much work on pixbuf loader robustness [Matthias Clasen]
1925 * Documentation improvements [Matthias, Vitaly Tishkov]
1926 * Fix some crashes in GtkWindow accelerator handling code 
1927   [Dave Camp, Matt Wilson]
1928 * Misc bug fixes
1929
1930 Other contributors: Jacob Berkman, Dennis Björklund, Seth Burgess,
1931   Murray Cumming, Johan Dahlin, John Ellis, Kang Jeong-Hee, 
1932   James Henstridge, Richard Hult, Thomas Leonard, LEE Sau Dan, 
1933   Alexey A. Malyshev, Mark McLoughlin, Michael Meeks, Sven Neumann, 
1934   Andras Salamon, Soeren Sandmann, Dan Winship, Yao Zhang
1935
1936 Overview of Changes in GTK+ 2.0.0
1937 =================================
1938
1939 * GtkTreeView fixes [Jonathan Blandford, Kristian Rietveld, Darin Adler]
1940 * Build fixes [Anders Carlsson, Tor Lillqvist, Manish Singh]
1941 * Bug fixes. [Thomas Leonard, Owen Taylor]
1942
1943 Overview of Changes in GTK+ 2.0.0 rc1
1944 =====================================
1945
1946 * GtkTreeView fixes [Kristian Rietveld, Jonathan Blandford, Richard Hult]
1947 * Text widget fixes [Havoc Pennington]
1948 * Efficiency fixes when using Xft [Owen Taylor]
1949 * Key handling fixes and other fixes for Win32 [Hans Breuer, Tor Lillqvist]
1950 * Try to fix key handling without XKEYBOARD extension [Owen]
1951 * Documentation fixes and improvements 
1952   [Matthias Clasen, Alexey Malyshev, Akira Tagoh, Vitaly Tishkov]
1953 * Widget drawing improvments [Soeren Sandmann]
1954 * Allow cycling between multiple menu bars with <Control>Tab [Owen]
1955 * Try to build libraries with only shared library dependencies on Xft to 
1956   deal with transition to Xft2 [Owen]
1957 * Portability fixes [Owen, Miroslaw Dobrzanski-Neumann]
1958 * Don't use red as the default cursor color [Owen]
1959 * Bug fixes, bug fixes, bug fixes.
1960
1961 Other contributors: Darin Adler, Jacob Berkman, Kevin Breit, Hans Breuer, 
1962   Anders Carlsson, Damon Chaplin, Finlay Dobbie, Jody Goldberg,
1963   Andreas J. Guelzow, Scott Guilbeaux, Vlad Harchev, James Henstridge,
1964   Tim Janik, Satyajit Kanungo, Charles Kerr, Sergey Kuzminov, Miles Lane, 
1965   Alexander Larsson, Paolo Maggi, Skip Montaro, Jan Mynarik, Sven Neumann, 
1966   Padraig O'Briain, Narayani Pattipati, Mark Patton, Havoc Pennington, 
1967   Ettore Perazzoli, Guillermo S. Romero, Manish Singh, Morten Welinder
1968
1969 Overview of Changes in GTK+ 1.3.15
1970 ==================================
1971
1972 * New stock and improved icon images
1973   [Tuomas Kuosmanen, Jakub Steiner, Anders Carlsson]
1974 * Widget drawing improvements for check and radio buttons,
1975   spinbuttons [Soeren Sandmann]
1976 * Clean up module search path algorithm, use GTK_PATH [Owen Taylor]
1977 * Add GtkSetting for font name. [Richard Hestilow]
1978 * Much improved key matching code, accelerators work independent
1979   of group [Owen]
1980 * Make mnemonics work for embedded GtkPlug widgets [Owen]
1981 * Keynav improvements for GtkTreeView [Kristian Rietveld]
1982 * Fix gtk_tree_view_scroll_to_cell() [Jonathan Blandford]
1983 * Rename gtk_tree_view_get_iter_root() and gtk_tree_path_new_root()
1984   to gtk_tree_view_get_iter_first() and gtk_tree_path_new_first(),
1985   add compatibility macros.
1986 * GtkTreeView bug fixes [Kristian, Anders, Damon Chaplin]
1987 * GtkTextView bug fixes [Havoc Pennington]
1988 * Pad class structures for future binary compatibility [Owen]
1989 * Tutorial improvements [Sven Neumann, Matthias Clasen]
1990 * Fixes for MULTIPLE selection target [Gregory Merchan, Owen]
1991 * Fix problems with initial widget size [Owen]
1992 * AIX compilation fixes [Miroslaw Dobrzanski-Neumann]
1993 * Win32 fixes [Hans Breuer, Tor Lillqvist]
1994 * Miscellaneous bug fixes
1995
1996 Other contributors: David L. Cooper, Eric Fischer, Jody Goldberg, 
1997   Satajyit Kanungo, Thomas Leonard, Mark Patton, Manish Singh, 
1998   Nicolas Setton
1999
2000 Overview of Changes in GTK+ 1.3.14
2001 ==================================
2002
2003 * Keyboard focus improvements [Owen Taylor]
2004 * Code cleanup [Matthias Clasen, Manish Singh, Darin Adler]
2005 * Fix accidentally exported variables [Mark McLoughlin]
2006 * GtkTreeView fixes [Jonathan Blandford, Kristian Rietveld, John Harper, Darin]
2007 * Default to yellow tooltips [Owen]
2008 * RC file fixes for reloading, priorities [Owen, Matthias]
2009 * GtkMenu behavior improvements and bug fixes [Owen, Arnaud Charlet]
2010 * GtkTextView fixes [Havoc Pennington, Daniel Elstner, Dennis Bjorklund]
2011 * Improve keynav for paned widgets, tooltips, spin buttons, notebooks, 
2012   scrolled windows [Soeren Sandmann, Padraig, Owen]
2013 * Add Emacs/Default key themes [Owen]
2014 * Win32 fixes [Hans Breuer, Tor Lillqvist]
2015 * Ethiopic input methods [Daniel Yacob]
2016 * Opaque paned window resizing [Soeren]
2017 * Tweak table expansion behavior [Tim Janik]
2018 * Fix GtkCalendar focus drawing [Bill Haneman]
2019 * Allow themeable cursor thickness [Bill]
2020 * Start of fixing of tutorial for GTK+-2.0 [Matthias]
2021 * Add a ::adjust-bounds signal to GtkRange to allow spreadsheat style
2022   scrollbars. [Jody Goldberg]
2023 * Add the ability to turn on multiple selection for GtkFileSel [Manish]
2024 * Bug fixes
2025
2026 Other contributors: Jacob Berkman, Padraig O'Briain, Anders Carlsson,
2027  Johan Dahlin, Richard Hult, Stefan Kost, Alex Larsson, Thomas Leonard,
2028  Paolo Maggi, Alexey Malyshev, Federico Mena Quintero, Skip Montaro,
2029  Sven Neumann, Havoc Pennington, Laszlo Peter, Christian Rose, Joe Shaw,
2030  Kevin Vandersloot,  Morten Welinder, Peter Williams
2031
2032 Overview of Changes in GTK+ 1.3.13
2033 ==================================
2034
2035 * Tree view fixes. [Kristian Rietveld, Jonathan Blandford, Anders Carlsson]
2036 * Tree view support for low-vision themes [Bill Haneman]
2037 * Text view bug fixes. [Havoc Pennington]
2038 * Win32 fixes and improvements.  [Tor Lillqvist, Hans Breuer, 
2039   Archaeopteryx Software]
2040 * Documentation improvements [Matthias Clasen, Havoc Pennington]
2041 * Accelerate alpha compositing using RENDER extension if present,
2042   and optimize the non-RENDER case a lot. [Owen Taylor]
2043 * Add support for "optional keybindings" (action signal returns FALSE) [Owen]
2044 * Fixed the infamous changing directory deletes filename bug 
2045   [Owen and a cast of thousands]
2046 * Add mouse cursor hiding for text widgets [Anders Carlsson]
2047 * Simple Hangul input module [Yusuke Tabata]
2048 * Removed the scary startup warning.
2049 * GdkPixbuf pixel handling fixes [Owen, Michael Hore, Jim Cape]
2050 * Converted GtkFileSelection and GtkFontSelection to use GtKTreeView widgets
2051   instead of the deprecated GtkCList [Owen]
2052 * gtkhsv.h was installed by mistake, fixed that. [reported by Ross Burton]
2053 * gdk_pixbuf_render_to_drawable() now also handles alpha pixbufs.
2054 * Made Gtkimage draw GtkPixmap, GtkImage, GdkPixbuf insensitive, prelighted,
2055   etc. [Havoc, Owen]
2056 * Marked gtk_item_factory_path_from_widget() G_CONST_RETURN. [Matt Wilson]
2057 * gtk_image_menu_item_new_from_stock() now falls back to
2058   new_with_mnemonic, for consistency with gtk_button_new_from_stock()
2059   [Havoc Pennington]
2060 * GdkModifierType is now consistently used for modifier mask parameters
2061   [Mark Patton]
2062 * gtk_widget_set_accel_path() is now publically exported.
2063
2064 Other contributors: Darin Adler, Jeffrey Baker, Damon Chaplin, Brian Cameron, 
2065   Murray Cumming, James Henstridge, Jacob Berkman, Arnaud Charlet, Jeff Franks, 
2066   Jeff Garzik, Jody Goldberg, Diego Gonzalez, Melvin Hadasht, Raja Harinath, 
2067   Tim Janik, Mike Kestner, Mathieu Lacage, Alex Larsson, Ryan Lovett, 
2068   Mark McLoughlin, Sven Neumann, Padraig O'Briain, Xavier Ordoquy, Chris Phelps, 
2069   Detlef Reichl, Guillermo S. Romero, Federico Mena Quintero, Manish Singh,
2070   HideToshi Tajima, Vitaly Tishkov, Jon Trowbridge, Sergey Vlasov.
2071
2072 Overview of Changes in GTK+ 1.3.12
2073 ==================================
2074
2075 * Fix problems with PNG saving [Michael Natterer]
2076 * Cleanups of deprecated usages [Sebastian Wilhelmi]
2077 * Win32 fixes [Tor Lillqvist]
2078 * Documentation improvements [Matthias Clasen, Havoc Pennington, 
2079   Vitaly Tishkov]
2080 * Frame buffer port fixes [Manish Singh]
2081 * GtkTextView bug fixes [Havoc Pennington, Chris Phelps]
2082 * Menu behavior improvements [Kristian Rietveld]
2083 * Make focus line width configurable, focus color work on 
2084   dark themes. [Bill Haneman, Owen Taylor]
2085 * Add state argument to gtk_paint_focus() [Bill]
2086 * Added incremental revalidation to tree view, for better apparent speed 
2087   [Jonathan Blandford]
2088 * Remove useless gtk_tree_view_column_cell_event() [Jonathan]
2089 * Display XIM status in a separate window [HideToshi Tajima]
2090 * Add GDK_DEBUG=nograbs to disable pointer, keyboard grabs [Jacob Berkman]
2091 * Add menu of Unicode control characters to GtkEntry, GtkTextView 
2092   [Dov Grobgeld, Havoc]
2093 * Pass key releases along to input methods [Owen]
2094 * Many bug fixes
2095
2096 Other contributors: Darin Adler, Fabrice Bellet, Chris Blizzard, 
2097   Hans Breuer, Anders Carlsson, Damon Chaplin, Murray Cumming, Jeff Franks, 
2098   James Henstridge, Tim Janik, Alex Larsson, George Lebl, Kjartan, Maraas, 
2099   Sven Neumann, Seth Nickell, Padraig O'Briain, Soeren Sandmann, Manish Singh, 
2100   Matt Wilson
2101
2102 Overview of Changes in GTK+ 1.3.11
2103 ==================================
2104
2105 * Massive rework of accelerator API and implementation (Tim Janik)
2106 * Major fixes to resizing and redrawing to eliminate hysteresis
2107   and optimize. (Owen Taylor, Soeren Sandmann)
2108 * Make many widgets NO_WINDOW to improve appearance and reduce
2109   drawing overhead (Owen)
2110 * Text view fixes (Havoc Pennington)
2111 * Make child widgets in GtkTextView work (Havoc)
2112 * GtkTreeModelSort fixage (Jonathan Blandford, Kristian Rietveld)
2113 * Clean up GtkTreeView drag and drop support (Owen)
2114 * Misc tree view fixes and improvements (Jonathan, Kristian, Anders, Matt Wilson)
2115 * Add gtk_window_get/set_focus(), gtk_window_set_default() as public
2116   functions (Owen, Damian Ivereigh)
2117 * Fixes to GtkPlug/GtkSocket (Michael Meeks, Owen)
2118 * Change button ordering in standard dialogs to correspond to 
2119   GNOME useability project proposal (Gregory Merchan)
2120 * Add support for context sensitivity in input methods (Owen)
2121 * Hook up gtk_im_context_set_use_preedit() (Hidetoshi Tajima)
2122 * Fix gdk_window_scroll() and other aspects of big windows (Owen)
2123 * Remove need for X connection for class initialization (Jacob Berkman)
2124 * Propagate key events to parents of focused widget (Owen)
2125 * Don't export normal GTK+ marshalers, export deprecated compat marshalers (Owen)
2126 * Many Win32 Fixes and improvements (Hans Breuer, Tor Lillqvist)
2127 * Bug and documentation fixing (Matthias Clasen, Anders Carlsson,
2128   Jacob Berkman, others.)
2129
2130 Other Contributors:
2131   Darin Adler, Marius Andreiana, Erwann Chenede, Murray Cumming, Janet Davis, 
2132   Daniel Egger, Daniel Elstner, Jeff Franks, Alex Larsson, George Lebl, 
2133   Sergey Kuzminov, Eric Lemings, Arkadiusz Miskiewicz, Padraig O'Briain, Sven Neumann, 
2134   Kristian Rietveld, Nicolas Setton, Manish Singh,  Vitaly Tishkov, Sebastian Wilhelmi, 
2135   Michael Natterer
2136
2137 Overview of Changes in GTK+ 1.3.10
2138 ==================================
2139
2140 * GtkTextView fixes [Havoc Pennington]
2141 * GtkTreeView fixes and improvements [Jonathan Blandford, Kristian,
2142   Manish Singh, Joshua Pritikin, Oleg Maiboroda, James Henstridge]
2143 * gtkdemo improvements [Kristian Rietveld]
2144 * Drag and drop fixes to generic code and widgets 
2145   [Owen Taylor, Damian Ivereigh]
2146 * Documentation improvement [Havoc Pennington, Matthias Clasen]
2147 * Spelling fixes [Jacob Berkman]
2148 * Move signals to the GtkEditable interface [Kristian]
2149 * Further stock image improvements [Jakub Steiner]
2150 * Support text chunks for the PGN loader, add gdk_pixbuf_get_option()
2151   [Sven Neumann]
2152 * Rename gdk_pixbuf_new_from_stream back to new_from_inline [Owen]
2153 * Automatically call setlocale(), unless explictely disabled [Owen]
2154 * Property addition to various widgets [Michael Meeks, Owen]
2155 * Support building with automake-1.4 [James]
2156 * Make GtkRadioButton groups act as a single focus point [Owen]
2157 * Move gdk_window_lookup etc. to be cross-platform [Matthias]
2158 * Draw spinbuttons variably sized [Kristian]
2159 * Separate GdkAtom out from X atoms for compatibility with future
2160   multihead changes [Owen]
2161 * Require gdk_threads_init() to be explicitly called instead
2162   of piggybacking off of g_thread_init(). [Owen]
2163 * Improvements to text-view/label/entry popup menus [Damian, Jacob, Owen]
2164 * Bug fixes and cleanup [Matthias, others]
2165
2166 Other Contributors:
2167   Mark McLoughin, Mikael Hermansson, Soeren Sandmann, Anders Carlsson,
2168   Tim Janik, Murray Cumming, Hidetoshi Tajima, Padraig O'Briain, 
2169   Hans Breuer, Vitaly Tishkov, Dov Grobgeld
2170  
2171
2172 Overview of Changes in GTK+ 1.3.9
2173 =================================
2174
2175 * Add editable text cells to GtkTreeView.
2176   Keynav, drawing fixes in GtkTreeView [Jonathan Blandford]
2177 * Text widget no longer always has a \n in it. [Havoc Pennington]
2178 * Text widget bug fixes [Havoc, Dov Grobgeld, Hidetoshi Tajima]
2179 * Allow -1 for width/height in gdk_pixbuf_render_*(). [Matthias Clasen]
2180 * Minor fix for major resizing problems in recent releases [Owen Taylor]
2181 * Restore ability to set _set properties to TRUE for 
2182   GtkCellRendererText, GtkTextTag [Owen]
2183 * Cursor drawing improvements [Owen]
2184 * Win32 fixes [Hans Breuer]
2185 * Mark various functions as deprecated or private.
2186 * Misc bug fixes, portability fixes, and cleanups.
2187
2188 Other Contributors: 
2189  Vitaly Tishkov, Christian Rose, Frank Belew, Jeff Franks, Sven Neumann,
2190  Kristian Rietveld, Vitaly Tishkov, Joshua N. Pritikin, Matt Wilson, 
2191  James Henstridge, Detlef Reichl
2192
2193 Overview of Changes in GTK+ 1.3.8
2194 =================================
2195
2196 * GtkTreeView and GtkTreeModel API cleanups/improvements [Jrb]
2197 * GtkOptionMenu scrollwheel support [Alex]
2198 * GtkModule search paths [Owen]
2199 * Documenatation updates [Havoc,Jrb]
2200 * Major Gdk cleanup [Owen]
2201 * Miscellaneous other fixes/cleanups
2202
2203 Other Contributors:
2204   Joshua N Pritikin, Padraig O'Briain, Jakub Steiner, Matthias Clasen,
2205   Matt Wilson, James Henstridge
2206
2207 Overview of Changes in GTK+ 1.3.7
2208 =================================
2209
2210 * Many Pixbuf (loader) improvements [Matthias Clasen, Soeren Sandmann]
2211 * Added publically installed utility gdk-pixbuf-csource to generate
2212   inlined pixbufs in C source code [Tim Janik]
2213 * Optional movement of button children on press [Soeren, Owen Taylor]
2214 * Interactive searching in GtkTreeView [Kristian Rietveld]
2215 * Sorting/ordering improvements for GtkTreeView [Kris, Jonathan Blandford]
2216 * Animation of expander motion for GtkTreeView [Anders Carlsson]
2217 * Lots of misc GtkTreeView fixes and improvements [Jonathan]
2218 * New/improved stock icons [Jakub Steiner] 
2219 * Code and API rework for window resizing [Havoc Pennington]
2220 * Converted accel groups to GObject [James Henstridge]
2221 * More property support improvements
2222 * Add facility for "secondary" buttons in 
2223   GtkButtonBox/GtkDialog [Gregory Merchan]
2224 * Disentangled child visability from MAPPED state [Owen]
2225 * Plug/Socket improvements and port to the XEMBED protocol [Owen]
2226 * Added priorities for styles in RC files, 
2227   support multiple parse contents [Owen]
2228 * Made GdkVisual and GdkDevice GObjects [Alexander Larsson]
2229 * Key binding improvements [Havoc]
2230 * Added GtkWidget::event-after signal since normal event handling
2231   is now aborted as soon as a handler returned TRUE [Tim]
2232 * Dnd fixes and improved icon support [Owen]
2233 * Removed GtkPacker widget
2234 * Fixing missing paired getters/setters [Kris]
2235 * Nuked remaining GtkArg cruft, implemented container/child properties [Tim]
2236 * Added window grab groups [Owen]
2237 * Many frame buffer improvements [Alex]
2238 * Win32 fixes and improvements [Hans Breuer]
2239 * Warning fixes [Darin Adler]
2240 * Miscellaneous bug and API fixes [Matthias et. al]
2241
2242 Other Contributors:
2243   Joshua N Pritikin, Hidetoshi Tajima, Manish Singh, ERDI Gergo, Jens Finke,
2244   Chema Celorio, Lee Mallabone, Vitaly Tishkov, Sebastian Wilhelmi,
2245   Nicola Girardi, Sven Neumann, Padraig O'Briain, Michael Natterer,
2246   Suresh Chandrasekharan, Jonas Borgström, Jay Cox, Michael Meeks,
2247   Mathias Hasselmann, Peter Williams, Thomas Broyer, Kjartan Maraas,
2248   Joel Becker, Jeff Franks, Brian Cameron, Skip Montanaro
2249
2250 Overview of Changes in GTK+ 1.3.6
2251 =================================
2252
2253 * Properly renders strikethrough text
2254 * win32 fixes
2255 * Added "scale" property to GtkTextTag and GtkCellRendererText to do 
2256   relative font scaling
2257 * Added "format_value" signal to GtkScale to reformat value text
2258 * framebuffer fixes
2259 * Property support added to lots of widgets
2260 * Many GtkTreeView new features and API/implementation fixes
2261 * Lots of new_with_mnemonic() convenience functions
2262 * Change GtkImageMenuItem API to be more consistent/useful
2263 * Added lots of new stock items/icons
2264 * Rewrote GtkRange/GtkScale/GtkScrollbar, includes support for
2265   enabling/disabling extra scrollbar stepper arrows in gtkrc so NeXT
2266   themes won't need broken hacks
2267 * Convenience API for GtkRange similar to the one added to GtkSpinButton
2268   a while back
2269 * Make menubar/toolbar work properly with xthickness/ythickness of 1 or 0, 
2270   and move some attributes from program settings to user settings.
2271   Allows nice 1-pixel-bevel themes.
2272 * Moved ::focus virtual function from GtkContainer to GtkWidget
2273 * Plenty of bug fixes
2274
2275 Overview of Changes in GTK+ 1.3.5
2276 =================================
2277
2278 * New default theme based on Raleigh theme for 1.2.x.
2279 * Dependency on the ATK library added as a step to
2280   providing accessibility-enabling interfaces
2281 * XEMBED-based GtkPlug/GtkSocket now basically works.
2282 * Drag and drop of column headers in GtkTreeView
2283 * GtkColorSelector work: hooks for saving and propagating palette, UI tweaks,
2284   and API sanitization
2285 * Key binding fixes
2286 * Configurable padding/spacing in a lot of places
2287 * Invisible text in GtkTextView fixed
2288 * SHM segments now created with a mode of 0600
2289 * Bug fixes
2290
2291 Overview of Changes in GTK+ 1.3.4
2292 =================================
2293
2294 * Win32 fixes
2295 * GtkTreeView improvements and fixes
2296 * Fix glib-2.0.m4
2297 * Miscellaneous bug fixes
2298
2299 Overview of Changes in GTK+ 1.3.3
2300 =================================
2301
2302 [ 5600 lines of ChangeLog ]
2303
2304 * API cleanups
2305 * Win32 work (Tor, Hans Breuer)
2306 * Focus improvements (Owen)
2307 * Frame buffer improvements (Alex)
2308 * Work on GtkTextView (Havoc)
2309 * Much work on GtkTreeView (Jonathan)
2310 * Selectable labels (Havoc)
2311 * Converted many arguments to properties (Lee Mallabone, John Margaglione)
2312 * Add exact regions to GdkExposeEvent, propagate it. (Alex)
2313 * Added ability to have resize grips in status bars (etc.) using
2314   _NET_WM_MOVERESIZE protocol. (Havoc)
2315 * Added mnemnonic mechanism to make setting underline accelerators
2316   much easier. (Alex)
2317 * Add per-style property mechanism to allow themes to change 
2318   geometry parameters. (Tim)
2319 * Added global settings mechanisms for settings such as double-click
2320   time. (Tim, Owen)
2321 * Various support functions for new and old WM properties (Havoc, Alex)
2322 * Add TRUE-stops-returns for boolean-returning signals (Ron Steinke)
2323
2324 Overview of Changes in GTK+ 1.3.2
2325 =================================
2326
2327 GTK Core:
2328
2329 * New stock-icon and stock-item system. Use themeable pixbufs in
2330   dialogs, buttons, etc. [Havoc]
2331 * Theme engines reworked to use derivation and new object system. [Owen]
2332 * Added GtkClipboard object for simple selection handling. [Owen]
2333 * Make GtkEditable an interface, move implementation to GtkOldEditable for
2334   compat. [Owen]
2335 * Better handling of default directionality. [Robert]
2336 * Use GSignal as backend for GtkSignal and other GObject stuff. [Tim]
2337 * Move theme engines to GTypePlugin. [Owen]
2338
2339 GDK:
2340
2341 * Beginning of implementation of client parts of new window manager spec. [Owen]
2342 * Make gdk_drawable_get_image() work with backing store. [Havoc]
2343
2344 Widgets:
2345
2346 * New text widget [Havoc]
2347   - Adjustable tab handling.
2348   - Ability to have scrolling side areas in new text widget for tabs/line numbers.
2349   - Many cleanups and small improvements.
2350 * Improvements to submenu navigation [Nils Barth/David Santiago] and
2351   scrolling menus. [Alex]
2352 * Simplification of progress bar API. [Havoc]
2353 * Make GtkImage a generic image-display widget. [Havoc]
2354 * New GtkTreeView tree widget. Model/view architecture, flexible renderering,
2355   large datasets, etc. [Jonathan]
2356 * New GtkMessageBox widget for message display. [Havoc]
2357 * Allow labels to have contents set from XML-like markup language. [Havoc]
2358 * Make dialogs derive from GtkDialog and use stock buttons. [Havoc]
2359
2360 Internationalization:
2361
2362 * Proper character set conversion for clipboard/selection. [Owen]
2363 * New input method system via loadable modules; support on-the-spot
2364   preedit in GtkEntry and new text widget; allow switchin input methods
2365   on the fly; include modules for XIM and demo Cyrillic-tranliteration 
2366   module. [Owen]
2367 * VIQR, Thai, and Inuktitut input methods. [Robert]
2368 * Convert po files to UTF-8. [Robert]
2369
2370 gdk-pixbuf:
2371
2372 * Full-alpha compositing for gdk-pixbuf on drawable. [Havoc]
2373 * Add simple saving to gdk-pixbuf. [David Welton/Havoc]
2374 * Add improved error handling with GError to gdk-pixbuf. [Havoc]
2375
2376 Ports:
2377
2378 * Much work on Win32 Port. [Tor/Hans]
2379 * Much work on Linux-FB Port. [Elliot/Alex]
2380
2381 Misc:
2382
2383 * Start of new gtk-demo demo program. [Owen/Jonathan]
2384 * Bug fixes and more bug fixes.
2385
2386
2387 Overview of Changes in GTK+ 1.3.1:
2388
2389 * GTK+ now uses the Pango library for text manipulation. All
2390   strings in GTK+ now are in Unicode, languages written
2391   from right-to-left, and complex-text languages are now supported.
2392 * The gdk-pixbuf library for image loading and manipulation is 
2393   has been integrated with GTK+.
2394 * The GTK+ object system has mostly been moved to GLib, separating
2395   it from the GUI code. Many significant enhancements have been
2396   made as part of this.
2397 * A new text widget is now included. This started as a port
2398   of the Tk text widget, and includes such features of the Tk
2399   text widget as tags, marks, and unicode text support. It
2400   has been enhanced to support model-view operation and the
2401   full power of Pango.
2402 * The GDK library has been extensively revised to support multiple
2403   windowing systems. The only fully functional backend in 1.3.1
2404   is the X11 backend, however, ports to Win32, Linux-framebuffer,
2405   Nano-X, BeOS, and MacOS exist in various states of completion,
2406   and at least some of these will be finished and integrated in 
2407   before the final GTK+-2.0 release.
2408 * 32-bit coordinates are now supported throughout GDK and GTK+
2409   (they are emulated where not supported by the windowing system.)
2410 * Many minor bug fixes and enhancements. Incompatible changes
2411   are documented in docs/Changes-2.0.txt
2412
2413 Overview of Changes in GTK+ 1.2.8:
2414
2415 * GNU Make 3.79 bug workaround
2416 * FAQ and tutorial updates and improvements
2417 * Miscellaneous bug fixes: CList, Calendar, rc-files, FontSelection
2418
2419 Overview of Changes in GTK+ 1.2.7:
2420
2421 * More header cleanups.
2422 * Fixed activation bug for insensitive widgets.
2423 * Locale fixes to RC file parsing code.
2424 * Miscellaneous bugfixes for Item Factory, CList, CTree, X Selections,
2425   HScale, VScale, Pixmap, Viewport, OptionMenu, Entry and Notebook.
2426 * Upgrade to libtool 1.3.4.
2427
2428 Overview of Changes in GTK+ 1.2.6:
2429
2430 * container queue_resize fixes
2431 * gtk[vh]scale: minor fixups
2432 * rename idle to idle_id in testgtk to avoid conflicts with 
2433   broken libs
2434 * More consistant naming of gtkrc files
2435 * Added language support: ro, uk
2436
2437 Overview of Changes in GTK+ 1.2.5:
2438
2439 * more GtkCTree and GtkWindow bug fixes.
2440 * more redraw/resize queue fixes, better expose event
2441   discarding code.
2442 * more miscellaneous bugs fixed
2443 * new configure.in option --disable-rebuilds to completely disable
2444   rebuilds of autogenerated sources.
2445 * check for 5.002 now, to avoid failing autogeneration build rules due
2446   to old perl versions.
2447 * fonts (and fontsets) are cached now.
2448 * more autogeneration make rules and dependancy fixups, we should be
2449   save with autogeneration up to make -j12 now ;)
2450 * new window position GTK_WIN_POS_CENTER_ALWAYS, which will recenter the
2451   GtkWindow on every size change.
2452 * major rework of window manager hints handling code, fixed a bunch of
2453   races with the new resizing code.
2454 * the new wm hints and resizing code is absolutely perfect and bug free now,
2455   it only lacks testing ;)
2456 * fixed up various rc style memory prolems.
2457 * gtk_widget_modify_style() now properly changes the style of realized widgets
2458   and references the style passed into it. if people worked around this bug,
2459   this will introduce a slight memory leak in their code.
2460   The code should typically look like:
2461             GtkRcStyle *rc_style = gtk_rc_style_new ();
2462             [...]
2463             gtk_widget_modify_style (widget, rc_style);
2464             gtk_rc_style_unref (rc_style);
2465 * fix problems with positioning menus offscreen.
2466 * GtkText fixes for some crashes and drawing errors.
2467 * Better handling for unexpected window destroys in GDK and GTK+.
2468   This should make it possible to use a GtkPlug and catch the
2469   case where its parent socket is randomly killed.
2470 * FAQ updates.
2471 * FileSelection i18n patches, RadioButton fixups.
2472 * many translation improvements.
2473 * miscellaneous other bugs fixed.
2474
2475 Overview of Changes in GTK+ 1.2.4:
2476
2477 * DnD improvements (drags can be canceled with Esc now).
2478 * suppressed configure event reordering in Gdk.
2479 * rewrite of Gtk's configure event handling.
2480 * major improvements for the object argument system (Elena Devdariani).
2481 * major bugfixes for threading, GtkNotebook, GtkItemFactory, GtkCList and
2482   GtkCTree.
2483 * tutorial/FAQ updates, new file generation.txt on autogenerated sources.
2484 * configure's --with-glib= is "officially" unsupported.
2485 * upgrade to libtool 1.3.3.
2486 * various buglets fixed.
2487
2488 Overview of Changes in GTK+ 1.2.3:
2489
2490 * Upgrade to libtool 1.3
2491 * Check for dgettext (for systems with old versions of GNU Gettext)
2492 * Many bug fixes (see ChangeLog for details)
2493
2494 Overview of Changes in GTK+ 1.2.2:
2495
2496 * Improved Dnd behaviour with Motif applications.
2497 * Bug fixes for the Gtk selection code.
2498 * Minor bug fixes to the Gdk Atom cache and Dnd code (with --display option).
2499 * Bug fixes and leak plugs for the Gdk IM code.
2500 * Added gtk_object_get() facility to retrive object arguments easily.
2501   The var args list expects ("arg-name", &value) pairs.
2502 * Fixed mapping for GdkInputCondition<->GIOCondition, this should fix
2503   problems where closed pipes were no longer signalling GDK_INPUT_READ on
2504   systems with a native poll().
2505 * Some cleanups to GtkLabel's memory allocation code (shouldn't leak memory
2506   anymore).
2507 * We don't attempt to lookup xpm color "None" anymore, this should prevent
2508   eXodus (commercial X windows server) from popping up a color dialog every
2509   time a transparent pixmap is created.
2510 * Fixed bug where Gtk timout/idle handlers would execute without the global
2511   Gdk lock being held.
2512 * Other minor bug fixes.
2513
2514 Overview of Changes in GTK+ 1.2.1:
2515
2516 * Many Bug fixes have been applied to the menu and accelerator code.
2517 * GtkItemFactory can "adopt" foreign menu items now and manage their
2518   accelerator installation. This is often required to get GtkItemFactory
2519   like accelerator propagation between different windows with the same
2520   menu heirarchy and for centralized parsing and saving of accelerators.
2521 * GtkCList/GtkCTree buttons should always display correctly now.
2522 * Miscellaneous other bug fixes.
2523
2524 What's New in GTK+ 1.2.0 (since 1.0.x):
2525
2526 * New widgets: GtkFontSelector, GtkPacker, GtkItemFactory, GtkCTree,
2527   GtkInvisible, GtkCalendar, GtkLayout, GtkPlug, GtkSocket
2528 * Many new features and robustness for existing widgets
2529 * Theme support
2530 * New DND implementation
2531 * Internationalization of standard dialogs
2532 * New key binding system
2533 * Tearoff menus and menu accelerators
2534 * Wide character support for entry and text
2535 * Resizing code has been overhauled
2536 * Queued redraws of partial areas
2537 * Far better support for object arguments
2538 * Speed optimizations
2539 * Runtime loading of dynamic modules
2540 * Support for GLib log domains
2541 * Tutorial improvements
2542 * A bug fix or two
2543
2544 Overview of Changes in GTK+ 1.1.16:
2545
2546 * Major fixes and improvements for handlebox
2547 * A change to the way widget->requisition works. Now,
2548   widget->requisition is always what the widget requested,
2549   unmodified by the usize. See Changes-1.2.txt for details.
2550   This correct various bugs with gtk_widget_set_usize().
2551 * Fixes for XIM on X11R5 systems
2552 * Don't allow cut-and-paste of text in password-style entries
2553 * --enable-debug is now on by default for the development releaes.
2554   (When compiling for "production", use --enable-debug=minimum)
2555 * Handle systems where Helvetica is not present more gracefully
2556 * Fixes for memory leaks
2557 * CList and CTree fixes
2558 * Bug fixes for drawing problems. 
2559 * Miscellaneous bug fixes to GtkLabel, GtkCList, GtkCTree,
2560   GtkColorsel, Focusing, DND
2561 * Tutorial improvements
2562
2563 Overview of Changes in GTK+ 1.1.15:
2564
2565 * Tutorial Updates
2566 * Added --libs gthread to gtk-config 
2567 * Bug fixes
2568
2569 What is new in GTK+ 1.1.14:
2570
2571 * Additions to docs/Changes-1.2.txt
2572 * Just warn when loading theme engine fails
2573 * CLAMP GtkScale digits to a meaningful range
2574 * GTK_LOCALDIR is now defined in a better fashion
2575 * New functions (feature freeze, we know...):
2576     gtk_menu_set_title()
2577     gtk_toggle_button_get_active()
2578 * Some locale fixups in gtkrc code
2579 * Fixes to make gtk_radio_button_set_group() keep only
2580   one radio button in the group active
2581 * Foreign windows are now always treated as viewable; this fixes
2582   a problem where updating didn't occure properly in GtkPlug
2583 * DND fixes for 64 bit architectures, and for specifying operations 
2584   with modifier keys.
2585 * Major revisions to GtkLayout: avoid having to create window
2586   for NO_WINDOW children, adjust allocations of children as 
2587   scrolled so queued draws work, and a resize is queued instead
2588   of allocating directly in a put() or move()
2589
2590 What is new in GTK+ 1.1.13:
2591
2592 * Dnd and selection bug fixes and memory purification.
2593 * Widget sensitivity fixups.
2594 * Tooltips windows are now named "gtk-tooltips" so rc file rules
2595   can match tooltips windows. Fixed interaction of tooltips and NO_WINDOW
2596   widgets.
2597 * Spin buttons now update their values upon value retrival.
2598 * Overhaul of the resizing vs. redrawing logic to reduce redrawing needs
2599   a lot. Gtk makes full use of the draw_area coalescing code now, which
2600   got minorly improved as well.
2601 * Containers map their Gdk windows after their children now to reduce
2602   expose event generation.
2603 * Gdk event queue fixups, this solves the double-click problems people were
2604   recently having.
2605 * Account for the fact that GSource's are only properly reentrant from
2606   within dispatch(), thus we don't do Gdk event processing from within
2607   check() or prepare() anymore.
2608 * Rc files feature a bg_pixmap value of "<none>" now.
2609 * Improved session management support in Gdk.  
2610 * Automatic disabling of NLS if no gettext is found should work now.
2611 * Removed deprecated functions, docs/Changes-1.2.txt gives an overview.
2612 * Gtk+ development now requires GNU autoconf 2.13, GNU automake 1.4
2613   and GNU libtool 1.2d.
2614 * More bug fixes all over the place.
2615
2616 What is new in GTK+ 1.1.12:
2617
2618 * Korean translation added
2619 * Fixed memory leaks
2620 * A few other bug fixes
2621
2622 What is new in GTK+ 1.1.11:
2623
2624 * Dutch, Japanese, Swedish, Polish, and Norwegian translations
2625 * Removed deprecated _interp variants: gtk_container_foreach_interp, 
2626   gtk_idle_add_interp, gtk_timeout_add_interp, gtk_signal_connect_interp
2627 * Lots of cast corrections
2628 * Many fixes 
2629
2630 What is new in GTK+ 1.1.9:
2631
2632 * Check for broken glibc 2.0 mb functions and avoid them
2633 * Label and Entry display fixes 
2634 * Move main thread back to GDK, for locking when translating events
2635 * Bug fixes
2636
2637 What is new in GTK+ 1.1.8:
2638
2639 * Added support for gettext and the localization of the standard
2640   dialogs.
2641 * Added line-wrapping for the label, and JUSTIFY_FILL
2642 * Support reordering via drag and drop in  CList and CTree.
2643 * Replaced GtkDrawWindow widget with a GTK_USER_DRAW flag
2644 * Extended gtkpaned API to support minimum sizes and proportional
2645   resizing.
2646 * Changed the handling of shared memory segments so as to 
2647   remove the need for GTK+ to set up signal handlers.
2648 * Re-implemented event loop in terms of the event loop
2649   that has been added to GLib 1.1.8
2650 * Added 'grab_focus' signal to allow keyboard accelerators
2651   for entries.
2652 * Load locale specific RC files if present.
2653 * Bug fixes.
2654
2655 What is new in GTK+ 1.1.7:
2656
2657 * Fixed memory mis-allocation in default files code
2658 * Various event handling fixes
2659 * Wide character support for entry and text
2660 * Destroy widgets _after_ propagating unrealize signals through 
2661   widget heirarchy
2662 * Only build XIM-support if available
2663 * Tutorial and examples updates
2664 * Added gtk_drag_source_unset()
2665
2666 What is new in GTK+ 1.1.6:
2667
2668 * The signal system now features emission hooks whith special semantics,
2669   refer to the ChangeLog for this.
2670 * Minor? speedups and memory reductions to the emission handling of the
2671   signal system.
2672 * _interp() function variants are deprecated now. the corresponding *_full()
2673   variants are provided for a long time now.
2674 * Dnd abort timeout increased to 10 minutes.
2675 * GtkScrolledWindow inherits from GtkBin now.
2676 * GTK_POLICY_NEVER is implemented for scrolled windows now.
2677 * Lots of API clean ups.
2678 * Incremental freezing abilities.
2679 * Integrated widgets from the GNOME tree: GtkLayout, GtkPlug and GtkSocket.
2680 * New window functions for transient relationship, default size, and 
2681   geometry hints
2682 * Default rc files are now read in (<sysconfdir/etc/gtkrc and ~/.gtkrc)
2683   GTK_RC_FILES environment variable and functions are provided to configure
2684   this behavior
2685 * Read doc/Changes-1.2.txt to properly adapt your code.
2686 * Bug Fixes.
2687
2688 What is new in GTK+ 1.1.5:
2689
2690 * Theme integration
2691 * Widget style modification is now handled through GtkRcStyles
2692 * GtkPixmaps now grey out pixmaps when insensitive
2693 * Notebook enhancements
2694 * Shadow configurability for menubars and handleboxes
2695 * DND enhancements
2696 * gtkfilesel now supports automounters better
2697 * Implementation of expose compression
2698 * Queued redraws of partial areas
2699 * Scrolledwindow (+Viewport) source incompatibilities, children that are added
2700   to a scrolled window don't get an automatic viewport anymore. a convenience
2701   function gtk_scrolled_window_add_with_viewport() is suplied for this task
2702 * Deprecated functions will now issue a message, informing the programmer about
2703   the use of this function. These functions will get removed in future versions
2704 * Non-functional functions got removed entirely
2705 * gtk_widget_new() and gtk_object_new() will now auto-construct new objects.
2706   A new function gtk_object_default_construct() is provided now which should
2707   be called after every gtk_type_new() to perfom the auto-construction
2708 * Improved argument support of several widgets
2709 * Bug Fixes
2710
2711 What is new in GTK+ 1.1.3:
2712
2713 * GtkCList/GtkCTree now have the ability to:
2714     - hide/show individual columns
2715     - disable/enable column resizing
2716     - set min and max for column widths
2717     - set expander style of the ctree
2718     - set/get row and cell styles
2719     - set spacing between tree expander and cell contents in ctree
2720     - toggle auto_resize for columns
2721 * Must enhanced DND support, removed old DND code
2722 * Idle functions are now implemented via GHook, giving a slight speed
2723   improvement
2724 * An environment variable GTK_MODULES which takes a colon seperated
2725   list of module names GTK+ will now automatically load at gtk_init() startup
2726 * GtkFontSel now has support for an extra 'base' filter
2727 * New function gdk_window_set_root_origin to get the real geometry taking
2728   into account window manager offsets
2729 * New function gtk_text_set_line_wrap to toggle line wrapping
2730 * New function gtk_widget_add_events which safely adds additional
2731   events to a widget's event mask
2732 * New function gdk_event_get_time to get the timestamp from a generic
2733   event
2734 * New widget GtkCalendar
2735 * New widget GtkInvisible - InputOnly offscreen windows used for reliable
2736   pointer grabs and selection handling in DND code
2737 * New functions gtk_object_remove_no_notify[_by_id] to remove a certain
2738   data portion without invokation of its destroy notifier 
2739 * gtk_spin_button_construct is now deprecated, use gtk_spin_button_configure
2740   instead 
2741 * gtk_clist_set_border is now deprecated, use gtk_clist_set_shadow_type 
2742   instead
2743 * Removed functions gtk_object_set_data_destroy[_by_id] 
2744 * Documentation additions/updates 
2745 * HTML and plain text files are now included in the distribution
2746 * Bug fixes, typeness corrections, and general fixups
2747
2748 What is new in GTK+ 1.1.2:
2749
2750 * Gtk+ is now featuring runtime loading of dynamic modules via the
2751   --gtk-modules= command line switch. such modules have to export a
2752   G_MODULE_EXPORT void gtk_module_init (gint *argc, gchar ***argv);
2753   function which will be invoked to initialize the module. since such
2754   modules may create new widget types, they are always resident.
2755 * The tutorial has been updated again.
2756 * Changes to menus including tearoff menus and accelerators.
2757 * Better support for modal dialogs.
2758 * Removed CAN_FOCUS by default from scrollbars and button children of toolbar.
2759 * More improvements and fixes for GtkCList and GtkCTree (i.e. row sorting).
2760 * GtkCTree rows can be unselectable now.
2761 * The GtkCTree API has undergone major renames (see ChangeLog entry from Lars
2762   Hamann on Tue Aug 18 00:29:13 1998).
2763 * A bunch of varargs functions changed to get va_lists working on systems that
2764   implement va_lists as arrays.
2765 * Improvements to the gdkrgb code.
2766 * Improvements to Gdk color handling so we greatly reduce server traffic and
2767   don't leak colors anymore.
2768 * Improved internal widget tree iterators (the GtkContainer::foreach signal
2769   vanished because of this).
2770 * Option menus can have the keyboard focus now.
2771 * More fixups to the text widget.
2772 * GtkFileSelection should behave much more nicely in combination with AFS now.
2773 * Support for label underlining.
2774 * Support for GLib 1.1.3 log domains.
2775 * Documentation improvements.
2776 * Configuration fixes on various platforms.
2777 * Miscellaneous fixes to XInput support.
2778 * Build with shared library dependencies on Linux
2779 * Fix for a major bug in the type systems memory allocation code that could
2780   cause random crashes.
2781 * Libtool update to version 1.2b.
2782 * Lots of bugfixes and cleanups again ;)
2783
2784
2785 What is new in GTK+ 1.1.1:
2786
2787 * Tutorial updates and additions.
2788 * Key binding support for GtkListItems and GtkList.
2789 * Extended selection mode and autoscrolling for GtkLists.
2790 * A GtkCtree now operates on GtkCTreeNode* structures rather than GList*.
2791 * GtkCTreeNodes can now be created from GNode trees.
2792 * Bug fixes for GtkNotebook, GtkCList, GtkCombo and GdkWindow reparentation.
2793
2794
2795 What is new in GTK+ 1.1.0:
2796
2797 * New widget GtkFontSelector.
2798 * New featurefull progress bar.
2799 * New container widget GtkPacker.
2800 * New object GtkItemFactory, GtkMenuFactory is deprecated.
2801 * New key binding system, configurable via rcfiles, similar to styles.
2802 * New widget GtkCTree with drag selections and keyboard movement and
2803   and horizontal scrolling. Features also implemented for GtkCList.
2804 * Significant speedups to widget creation and destruction through caching
2805   colormap and visual queries to the XServer.
2806 * Speedups for type creation and especially gtk_type_is_a() checks.
2807 * Speedups in signal lookup, creation and emissions and connection handling.
2808 * Minor speedups with object data allocation and destruction.
2809 * Additions to the signal handling API (e.g. *_emitv).
2810 * Support for rc-file reparsing.
2811 * Resizing logic is now implemented on container widget basis, rather than
2812   for toplevel GtkWindows only.
2813 * Buttons support relief styles now.
2814 * Some widgets are now allocated through memchunks to behave more memory wise.
2815 * Newly included file gtkfeatures.h which defines compatibility macros to
2816   test for certain API features upon program compilation.
2817 * Child arguments support for container widgets.
2818 * Far better support for object arguments, revamp of the underlying
2819   mechanism for speed and reusability. Child/object arguments don't
2820   need to be preceeded by the "GtkType::" portion anymore.
2821 * Removed GtkAcceleratorTable in favour of GtkAccelGroup, accelerator display
2822   is now performed by a new widget GtkAccelLabel.
2823 * Overhaul of the resizing code. Resizing behaviour can now be specified
2824   on GtkContainer basis, so the underlying algorithm isn't only available
2825   for GtkWindows.
2826 * GtkTables are now fully resizable.
2827 * The GtkType system now supports an additional base class initialization
2828   function.
2829 * GtkStyles and key bindings can now be looked up depending on the base
2830   types of a widget, through a new keyword `class' in rc files.
2831 * GtkButton derives from GtkBin (finally).  
2832 * More descriptive error messages on rc parsing.  
2833 * Runtime information is available to query enum/flag definition values.
2834 * Upgrade to libtool-1.2
2835 * Legions of bug fixes, memory leaks, segfaults, of-by-something errors...
2836   including those that already went into the 1.0.x branch.
2837 * A big bunch of features and cosmetic fixups that just got lost in
2838   the masses of changes.