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