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