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