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