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