]> Pileus Git - ~andy/gtk/blobdiff - NEWS
=== Released 2.2.0 ===
[~andy/gtk] / NEWS
diff --git a/NEWS b/NEWS
index 5cca26c03601a1647386e5ffc17961308cc8e13f..fdbbaa5f0f05871dc418a86e04693a956abc176b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,400 @@
+Overview of Changes in GTK+ 2.2.0
+=================================
+* Fix problem with the DND code and event filters [Bolian Yin, Owen Taylor]
+* GtkTreeView bug fixes [Kristian Rietveld, Soeren Sandmann, Matthias Clasen]
+* Documentation improvements [Matthias Clasen, Eric Warmenhoven, 
+  James M. Cape]
+* Example portability fix [Sven Neumann]
+* Updated translations (es,ja,lv,ms,nl,ru,sk,sv)
+
+Overview of Changes in GTK+ 2.1.5
+=================================
+* GtkFileSel fixes [Owen Taylor]
+  - Fix ..<tab> to go up a dir [Francisco Bustamante]
+  - Fix UTF-8 operation, so that non-ASCII works [Kang Jeong-Hee]
+  - Use g_utf8_collate() not strcmp for sorting [Gregory Merchan]
+* Only close dialogs on Escape if they have a cancel button. [James Willcox]
+* Fix problem with resizing gnome-terminal popup [Soeren Sandmann]
+* Add Home/End/Page_Up/Page_Down keybindings for menus [Owen,
+  Narayana Pattipati, Marius Andreiana]
+* Xinerama fixes for GtkMenu [Matthias Clasen]
+* Fix long-standing problem with Ami and GtkEntry [Owen, Kang Jeong-Hee]
+* Documentation additions and fixes [Matthias]
+* New and updated translations (am,bg,da,fr,fi,de)
+* Miscellaneous bug and build fixes
+
+Other contributors: Johan Dahlin, James Henstridge, Jon Nelson, 
+   Bastien Nocera, Christian Reis, Arvind Samptur, Anand Subra, Simon Wong
+
+Overview of Changes in GTK+ 2.1.4
+=================================
+* Improved default color scheme [Soeren Sandmann, with advise from
+  Tuomas Kuosmanen and Garrett LeSage]
+* Make pixmap creation functions take a GdkDrawable not a GdkWindow
+  [Kristian Rietveld]
+* Support move-resize emulation for all edges. [Matthias Clasen]
+* Many fixes for X11 gdk_colormap_alloc_colors [Naofumi Yasufuku, Owen]
+* Remove extra selections for ButtonRelease in XInput code 
+  [Garry Osgood, Owen]
+* Another attempt at fixing X focus tracking [Owen]
+* linux-fb VT switch improvements [Eric Warmenhoven]
+* Win32 [Tor Lillqvist]
+  - Bug and win98 portability fixes for new tile/stipple code [Hans Breuer]
+  - Improve maximized/minimized tracking
+  - Bug fixes
+* Fix problem with gtk_combo_set_popdown_strings() not changing
+  the entry text [Owen]
+* Support RTL flipping for statusbars [Matthias]
+* GtkTreeView bug fixes [Kristian Rietveld, Juri Pakaste, Erik Simonsen,
+  Richard Hult, Carlos Garnacho Parro]
+* Use octal escapes rather than literal UTF-8 in strings [Owen]
+* Make a lot of read-only data const. [Matthias, Morten Welinder]
+* Misc bug fixes
+* New and updated translations (cs,es,el,he,hu,lv,no,ro)
+
+Other contributors: Anders Carlsson, Chris Blizzard, Stephen Brown, 
+   Erwann Chenede, Jon-Kare Hellan, John Finlay, Jarred Keuch, 
+   Kjartan Maraas, Christian Neumair
+
+Overview of Changes in GTK+ 2.1.3
+=================================
+
+GDK:
+* Win32 [Tor Lillqvist]
+  - fixes to multihead API stubs 
+  - Comprehensively implement tiles and stipples
+  - Handle tracking minimized/maximized [Arnaud Charlet]
+* linux-fb fixes [Eric Warmenhoven]
+* Use g_get_application_name() for default window titles and
+  for the title of the client leader window [Owen, Havoc Pennington]
+* Complete resize-grippy support, move-resize emulation 
+  [Anders Carlsson, Matthias Clasen]
+
+GTK+ Core:
+* On screen change, recreate the widget's Pango context [Owen]
+* Fix problems with focus ending up on unmapped widgets [Owen]
+* Make g_object_set (gtk_settings_get_default (), ...) to override
+  settings from XSETTINGS and ~/.gtkrc [Jonathan Blandford]
+* Make GtkInputDialog multihead aware [Owen]
+* Add a ::screen-changed signal to GtkWidget [Owen Taylor]
+
+Widget improvements:
+* Draw/check menu items insensitive [Soeren, Tim Evans]
+* Fix color usage for radio/check menu item indicators [Soeren]
+* Add ::snap-edge-set-property to GtkHandleBox [Owen, Matthias]
+* RTL flipping improvements for GtkHandleBox, GtkMenuItem, GtkOptionMenu,
+  GtkCheckMenuItem [Matthias Clasen]
+* GtkCombo improvements [Owen]
+  - Don't leave it behind when switching desktops [Matthias Clasen]
+  - Fix longstanding bug with unwanted moving of selection [Mike Fulbright]
+  - Don't change entry contents until window is popped back up
+  - Keynav fixes
+* Menu scrolling behavioral improvements [Owen, Ettore Perazzoli]
+* GtkNotebook keynav improvements [Owen]
+* Handle painting text on dark-colored progressbars [Soeren]
+* GtkTreeView  [Kristian Rietveld]
+  - Privatize gtk_tree_store_move(), add gtk_tree_store_move_before/after()
+  - Add GTK_CELL_RENDERER_FOCUSED flag
+  - Keynav fixes, including adding boolean return values for keybinding
+    signals (API breakage for API that noone should have been using)
+    [Narayana Pattipati]
+  - Add gtk_tree_view_column_cell_get_position()
+  - Add an inconsistent state for GtkCellRendererToggle
+  - Various bug fixes [Murray Cumming, Daniel Elstner, Vitaly Tishkov,  
+    Morten Welinder, Robert Kinsella, Soeren]
+
+Input Methods:
+* Sort the input method list in the right click popup [Abigail Brady]
+* GtkIMContextXIM bug fixes [HideToshi Tajima]
+
+General:
+* Make sure that parameters don't shadow system functions [Soeren Sandmann]
+* Deprecation cleanups [Manish Singh]
+* Don't grab the focus to the default button in a GtkDialog [Daniel Elstner]
+* Doc improvements, including adding Since: for 2.2. additions 
+  [Matthias Clasen]
+* Bug fixes, cleanups [Anders Carlsson, Daniel, Vitaly Tishkov, Matthias, 
+  Iain Holmes, Gregory Merchan, Havoc Pennington, Soeren, Morten Welinder]
+* Build fixes [Owen, Jeff Waugh, Dan Mills]
+
+Overview of Changes in GTK+ 2.1.2
+=================================
+
+* Fixes for GtkIMContextXIM [HideToshi Tajima, Owen Taylor]
+* Remove usage of XLookupString outside of GtkIMContextXIM [Owen]
+* Handle Shift/Caps/Num_Lock properly for non-Xkb [Owen]
+* Add a --screen option to set default screen [Balamurali Viswanathan, Owen]
+* Add simple support for startup notification [Havoc Pennington]
+* Handle focus indication for check and radio buttons without children
+  [Dave Camp, Owen]
+* Much work on improve submenu navigation [Soeren Sandmann]
+* Add "selected_shadow_type" property for menus [Soeren]
+* Add "scrollbar_spacing" style property [Anders Carlsson, Owen]
+* Rework GtkPaned keynav [Soeren, Calum Benson]
+* Sensitivity and keynav fixes for GtkFileSelection [Muktha Narayan, Owen]
+* Removed mnemonics for GtkToolbar Items [Mikael Hallendal]
+* Tree view fixes and speedups 
+  [Kristian Rietveld, Daniel Elstner, Havoc Pennington]
+* Allow themes to set GtkTreeView even/odd row colors [Kristian]
+* Doc fixes and improvements [Matthias Clasen, Vitaly Tishkov]
+* Win32 fixes [Tor Lillqvist]
+* Misc cleanups and bug fixes
+
+Other contributors: Phil Blundell, Erwann Chenede, Jeremy Katz, 
+   Padraig O'Briain, Havoc Pennington, Timo Sirainen, Nam SungHyun,
+   Matt Wilson,
+
+Overview of Changes in GTK+ 2.1.1
+=================================
+* Cleanup of use of deprecated functions in GTK+ [Manish Singh]
+* Add support for separately installed Pixbuf loaders [Matthias Clasen]
+* linux-fb improvements including window maximization. [Eric Warmenhoven]
+* Fix to compile again with Xft version 1 [Owen Taylor]
+* Fix handling of pointer on multiple screens [Owen]
+  - Add gdk_event_set/get_screen() via evil hack
+  - Add GdkDisplayPointerHooks to replace GdkPointerHooks
+  - gdk_screen_get_window_at_pointer() => gdk_display_get_window_at_pointer()
+  - Add gdk_display_get_pointer()
+  - Make drag-and-drop between multiple screens work
+* Export gdk_event_new(), discourage stack allocated events [Owen]
+* gdk_draw_pixbuf() as better name for gdk_pixbuf_render_to_drawable() [Owen]
+* Basic support for RandR extension [Keith Packard, Owen]
+* Allow moving paned sliders all the way to the edge [Owen, Darin Adler]
+* Add tag_table construct property to GtkTextBuffer [Daniel Elstner]
+* gtk_window_set_[default_]icon_from_file [Owen, Havoc]
+* Fix handling of GtkSettings set from RC files on reload [Owen]
+* GtkTreeView work [Kristian Rietveld]
+  - Stop editing on a focus out event for GtkCellRendererText 
+    [Andreas J. Guelzow]
+  - Don't accept drops on auto-sorted models
+  - Fix evil bug with insertions to GtkTreeModelSort [Hans Petter Jansson]
+* Fixes for GtkIMContextXIM 
+  [Takuro Ashie, Motonobu Ichimura, Owen, HideToshi Tajima]
+* Documentation fixes [Soeren Sandmann, Matthias Clasen; Joost Faassen, 
+  Alexey A. Malyshev, Ben Martin, Havoc Pennington, Boris Shingarov, Owen, 
+  Vitaly Tishkov, Dan Winship, Yao Zhang]
+* Some performance tweaks [Soeren, Padraig O'Briain]
+* Miscellaneous bug fixes
+
+Other contributors: Jacob Berkman, Phil Blundell, Kenneth Christiansen, 
+  Murray Cumming, Bill Haneman, Jon-Kare Hellan, Hema Seetharamaiah
+
+Overview of Changes from GTK+-2.0.x to GTK+-2.1.0
+=================================================
+
+Multihead support: [Erwann Chenede, Owen Taylor]
+* Multihead support 
+* Add GdkDisplay, GdkScreen structures
+* Add _for_display(), _for_screen() variants where needed in GDK and GTK+
+  (In other cases, make the variants methods on GdkDisplay/GdkScreen
+* Adapt GTK+ widgets to be multihead safe
+* Allow initialization of GTK+ without opening a display with gtk_parse_args()
+* Add multihead support to demos/tests.
+
+GDK:
+* Adapt win32 code to multihead reorganization [Hans Breuer, Tor Lillqvist]
+* Adapt linux-fb code to multihead reorganization [Eric Warmenhoven]
+* Miscellaneous linux-fb improvements [Eric]
+* Xinerama support [Erwann Chenede, Matthias Clasen]
+* Allow GDK backends to add custom argument parsing [Sven Neumann]
+* Add support for some addition NET window manager spec hints [Havoc Pennington]
+* Add ::keys-changed signal to GdkKeymap, handle keymap changes for keybindings [Owen]
+
+GtkTreeView: [Kristian Rietveld]
+* Support stock pixbufs in GtkCellRendererPixbuf 
+* Allow setting the cell background for cell renderers
+* Support focusing individual cell renderers and other focus fixes
+* Make resizing tree views more efficient [Soeren Sandmann]
+* Add gtk_tree_model_get_string_from_iter
+* Improve gtk_list_store_remove API
+* API additions:
+  gtk_tree_model_sort_iter_is_valid(), gtk_tree_view_expand_to_path() 
+  Add gtk_tree_selection_get_selected_rows(),
+  gtk_tree_selection_count_selected_rows() 
+  gtk_tree_path_new_from_indices(),  gtk_{list,tree}_store_{reorder,swap,_move} 
+
+GTK+:
+* Add style property for drawing menu items without shadow [Soeren]
+* gtk_widget_modify_color_component/font(): Allow clearing
+  current modifications. [Owen]
+* Add GtkWidget::is_focus, GtkWindow::is_active properties [Owen]
+* Some XEMBED changes for standards compliance and Qt compatibility [Owen]
+* Fix menus resizing when popped up or torn off [Owen]
+* Improve label behavior when it gets a too small allocation [Soeren]
+* Add support for depth 8 StaticColor visuals to gdkrgb [Matthias]
+* Theme drawing improvements [Soeren]
+* Add types for GtkRowReference, GtkClipboard [Jonathan Blandford, James Henstridge, Owen]
+* Use G_TYPE_FLAG_ABSTRACT for abstract types [Matthias]
+* Add gtk_menu_shell_select_first() [Owen]
+* Add gtk_notebook_get_n_pages() [Havoc Pennington]
+* Allow accel_path = NULL for gtk_menu_item_set_accel_path().
+* Allow icon sizes to be changed via a GtkSetting [Bill Haneman, Brian Cameron, Owen]
+
+GdkPixbuf:
+* Improve gdk-pixbuf loader tests [Soeren Sandmann]
+* Use iTXT chunks when necessary in PNG image saver [Matthias]
+* Add incremental loading for progressive jpegs [Matthias]
+* Add load-at-size functionality [Matthias]
+* Add a loader for .ANI animations [Matthias]
+* Load hotspot for .ICO files [Matthias]
+
+Docs:
+* Convert docs to Docbook XML [Matthias]
+* Doc improvements and fixes [Matthias, Soeren, 
+  Dennis Bj"orklund, Ross Burton, Manuel Clos, Alexey A. Malyshev, Brett Nash,
+  Brian Tarricone, Owen, Vitaly Tishkov, Yao Zhang]
+* Tutorial improvements [Tony Gale]
+
+General:
+* Add gtk-im-preedit-style/gtk-im-status-style XSETTINGS [Hidetoshi Tajima]
+* Clean up GDK and demos for deprecated functions [Manish Singh]
+* Misc fixes [Olexiy Avramchenko, Jacob Berkman, Anders Carlsson, David L. Cooper II, Robin Lu, 
+  Eric Mader, Mark McLoughlin, Padraig O'Briain, Laszlo Peter, Hidetoshi, Vitaly Tishkov, 
+  Shivaram Upadhyayula]
+
+Overview of Changes in GTK+ 2.0.9
+=================================
+* Fix colormap refcounting, which caused frequent metacity crashes
+  [Christopher James Lahey]
+* Lots of work on the Win32 backend [Tor Lillqvist]
+ - Scrolling fixes
+ - GdkGC clipping fixes and improvements
+ - Started implementing all fill styles
+* GtkTreeView bug fixes [Kristian Rietveld]
+ - Make TreeView reordering work on FreeBSD/Solaris [Heiner Eichmann]
+* Various bug fixes
+
+Other contributors: Matthias Clasen, Arnaud Charlet, Vitaly Tishkov,
+   Josh Parsons, Peter Bloomfield
+
+Overview of Changes in GTK+ 2.0.8
+=================================
+* Fix typo in io-gif.c that broke loading GIFS [Akira Tagoh]
+* Improve redraws when scrolling on Win32 [Tor Lillqvist]
+* Fix problem with RENDER and XFree86-4.1 [Owen Taylor, Jamie Zawinski]
+* Fix problem with GtkImage placement [Owen, Sven Neumann, Soeren Sandmann]
+* Updated translation (el)
+
+Overview of Changes in GTK+ 2.0.7
+=================================
+* Fix some memory leaks in gdk-pixbuf [Sven Neumann]
+* Pixbuf loader fixes  [Federico Mena Quintero, Elliot Lee]
+* Support depth 8 StaticColor in GdkRGB [Matthias Clasen]
+* Win32 fixes and improvements [Tor Lillqvist]
+ - Keyboard handling fixes [Florent Duguet]
+ - Fixes for building and running on Cygwin [Masahiro Sakai]
+ - Fix gdk_window_scroll(), other GdkWindow fixes
+ - Misc bug and build fixes [Soren Andersen, Florent, Tim Evans,
+   J. Ali Harlow, Andreas Holzmann, Iwasa Kazmi]
+* Improve tracking of toplevel focus state [Owen]
+* XIM input method fixes [Takuro Ashie, HideToshi Tajima]
+* Fix the longstanding problem with <,> keys and XIM [Owen Taylor]
+* Fix GtkIMContextSimple for us-intl keyboards [Alexandre Oliva]
+* GtkIMContextSimple updates for Eastern Europe [Stanislav Brabec]
+* Fix the "key bindings randomly stop working" problem [Sebastian Ritau]
+* GtkTextView fixes [Gustavo Giraldez, Padraig O'Briain, Shivaram Upadhyayula]
+* GtkTreeView bugfixes [Jonathan Blandford, Kristian Rietveld]
+  - Various memleak, ref counting fixes [Jonathan, Jorn Baayen, Daniel 
+    Elstner, Morten Welinder]
+  - gtk_tree_selection_selected_foreach now immediately returns if 
+    the model is being changed [Havoc Pennington]
+  - Fix evil bug with insertions to GtkTreeModelSort [Hans Petter Jansson]
+* GtkCombo fixes [Marco Pesenti Gritti, Zimler Attila, Matthias, Owen]
+* Fix 64-bit problem with GtkFundamentalType [Ross Alexander, Manish Singh] 
+* New and updated translations (am,be,bg,ca,cs,da,de,el,es,el,fa,fr,hi,hu,
+  ja,ko,lv,ms,nl,no,pl,pt,pt_BR,ru,sk,sv,vi,zh_TW)
+* Many miscellaneous bug fixes
+
+Other contributors: Jacob Berkman, Albert Chin, Chema Celorio,
+   David L. Cooper II, Brent Fox, Tim Janik, Marco Pesenti Gritti, 
+   Alex Larsson, Zenith Lau, Thomas Leonard, Gaute Lindkvist, 
+   Paolo Maggi, Andy Wingo, Jami Pekannen, Joshua N Pritikin, 
+   Soeren Sandmann, Vitaly Tishkov, Morten Welinder
+
+Overview of Changes in GTK+ 2.0.6
+=================================
+
+* GtkTreeView bug fixes [Jonathan Blandford, Kristian Rietveld, 
+  Josh Green, Matthias Clasen]
+* Fix problem with keynav and insensitive menu items [Owen Taylor]
+* Fix pixbuf_from_drawable() for LSB -> MSB [Federico Mena Quintero]
+* Use GTK2_RC_FILES envvar instead of GTK_RC_FILES [Owen]
+* Focus check/radio buttons when activating with a mnemonic [Padraig O'Briain]
+* Cycle between multiple menubars with F10, not control-tab 
+  [Calum Benson, Padraig]
+* Misc bug fixes [Jacob Berkman, Matthias Clasen, Manuel Op de Coul,
+  Bill Haneman, Norihiro UMEDA, Shivaram Upadhyayula, Yao Zhang]
+* Build fixes for cross-compiling and portability [Arnaud Charlet, 
+  J. Ali Harlow]
+* Updated translations (bg,ca,da,fr,ja,ko,lv,no,pl,ru,sk,sv,vi)
+
+Overview of Changes in GTK+ 2.0.5
+=================================
+
+* Fix a wrong assertion that broke gtk_file_selection_set_filename();
+  also another fix from testing this function with non-UTF-8 filenames.
+* Fix incorrect property notification in GtkTextView. [James M. Cape]
+
+Overview of Changes in GTK+ 2.0.4
+=================================
+
+* Fix a number of types which were registered with the 
+  type system with the wrong names [James Henstridge, Jonathan Blandford]
+* Support missing data types in GtkList/TreeStore [Daniel Elstner]
+* Misc GtkTreeView bug fixes [Dave Camp, Jonathan, Daniel Elstner, 
+  Josh Parsons]
+* Drag and drop fixes, including a stuck grab. [Dave, Thomas Leonard, 
+  Owen Taylor]
+* Calculate screen size on win32 from the "logical DPI" 
+  [Joaquin Cuenca Abela, Tor Lillqvist]
+* Misc Win32 bug fixes. [Florent Duguet, Tor]
+* Fix theme changes for GtkMenu [Soeren Sandmann]
+* Fix gdk_pixbuf_from_drawable() for big endian. [Federico Mena Quintero]
+* Fix encoding handling for gtk_file_selection_set_filename()
+  [Sebastian Ritau, Owen]
+* Fix crash with DND, Qt and Metacity [Cha Young-Ho, Havoc, Owen]
+* Fixes for DirectColor visuals [Shivaram Upadhyayula]
+* Memory leak and UMR fixes [Michael Meeks, Matthias Clasen, Valgrind]
+* Misc bug fixes
+* Updated translations (ca,cs,da,es,et,fr,ms,nl,pl,pt,pt_BR,ru,sv)
+
+Other contributors: Nicholas Allen, Jacob Berkman, Remus Draica, 
+  Nano Golveia, Tim Janik, Sergey Kuzminov, George Lebl, Garrett LeSage, 
+  Robin Lu, Timo Meinen, Michel Selten, Boris Shingarov, Jeff Waugh
+
+Overview of Changes in GTK+ 2.0.3
+=================================
+
+* GtkTreeView fixes (Jonathan Blandford, Kristian Rietveld, Daniel Elstner)
+* Improve GdkRGB support for low color depths (Tor Lillqvist).
+* Tweak F10 behavior to focus GtkMenuBar. (Owen Taylor)
+* Include internal children when focusing. (Jonathan)
+* Win32 fixes (Tor Lillqvist, David Sterba)
+* Allow use of a pixmap as the drawable in gdk_pixmap_new(). (Kristian)
+* GdkPixbuf fixes (Matthias Clasen, Michael Natterer, Federico Mena Quintero)
+* GtkMenu fixes. (Soeren Sandmann)
+* Find gdk-pixbuf-csource when cross-compiling. (Michael Natterer)
+* Misc input-method related fixes (Yao Zhang, Federico)
+* Fix stuck grab during DND. (Dave Camp, Owen)
+* Remove in-bevel from scrolled-offscreen menus. (Ettore Perazzoli)
+* Various plug/socket fixes (Owen, Padraig O'Briain, Dave Camp, 
+  Michael Meeks)
+* Handle Xlib internal connections (HideToshi Tajima)
+* Many miscellaneous bug fixes.
+
+Other contributors: Jacob Berkman, Abigail Brady, Rich Burridge, 
+Anders Carlsson, Murray Cumming, Nalin Dahyabhai, James Henstridge, 
+David Highley, Ben Liblitt, Tim Janik, Bill Jannsen, Lauris Kaplinski, 
+Sergey Kuzminov, Alex Larsson, Sven Neumann, Havoc Pennington, Gareth Pearce, 
+Simon Floery, Thomas Leonard, Detlef Reichl, Martin Schulze, Christophe Saout,
+Timo Sirainen, Graham Swallow.
+
+Overview of Changes in GTK+ 2.0.2
+=================================
+
+* GtkTreeView cursor movement fixes [Kristian Rietveld]
+* GtkTreeModelSort iterator stamp fixes [Kristian Rietveld]
+
 Overview of Changes in GTK+ 2.0.1
 =================================
 
@@ -10,23 +407,23 @@ Overview of Changes in GTK+ 2.0.1
   [Owen Taylor, with help from Tuomas Kuosmanen]
 * Win32 fixes, especially dashed line drawing 
   [Tor Lillqvist, Hans Breuer]
-* Compile with -D_REENTRANT when appropriate [Sven Numann]
+* Compile with -D_REENTRANT when appropriate [Sven Neumann]
 * Compiler warning cleanups [Erwann Chenede]
 * Fix handling of font-name XSETTING [Richard Hestilow]
 * Make linux-fb backend compile again [Carlo E. Prelz, Alex Larsson]
 * Fix problems with inappropriate menu scroll arrows [Owen]
 * Stock icon improvements [Jakub Steiner, Tuomas]
 * Much work on pixbuf loader robustness [Matthias Clasen]
-* Documentation improvements [Matthias, Vitaly Tiskkov]
+* Documentation improvements [Matthias, Vitaly Tishkov]
 * Fix some crashes in GtkWindow accelerator handling code 
   [Dave Camp, Matt Wilson]
 * Misc bug fixes
 
 Other contributors: Jacob Berkman, Dennis Björklund, Seth Burgess,
-  Murray Cumming, John Elliis, Kang Jeong-He, James Henstridge, 
-  Richard Hult, Thomas Leonard, LEE Sau Dan, Alexey A. Malyshev
-  Mark McLoughlin, Michael Meeks,Sven Neumann, Andras Salamon, 
-  Soeren Sandmann, Dan Winship, Yao Zhang
+  Murray Cumming, Johan Dahlin, John Ellis, Kang Jeong-Hee, 
+  James Henstridge, Richard Hult, Thomas Leonard, LEE Sau Dan
+  Alexey A. Malyshev, Mark McLoughlin, Michael Meeks, Sven Neumann, 
+  Andras Salamon, Soeren Sandmann, Dan Winship, Yao Zhang
 
 Overview of Changes in GTK+ 2.0.0
 =================================