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