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