]> Pileus Git - ~andy/gtk/blob - NEWS
More updates
[~andy/gtk] / NEWS
1 Overview of Changes from GTK+ 2.9.2 to 2.9.3
2 ============================================  
3
4 * GtkPrintOperation: 
5  - Introduce an allow-async property 
6  - Introduce a GtkPrintOperationAction enumeration
7  - Rename pdf_target to export_filename
8  - Allow to hide "Print to PDF" in the low-level API
9
10 * GtkNotebook:
11  - Add a destroy notify to 
12    gtk_notebook_set_window_creation_hook.
13
14 * GtkRange:
15  - Add a number of new stle properties which allow more
16    fexible stepper theming
17
18 * Bugs fixed:
19  153212 Have the Paste kbd shortcut jump to the location in 
20         the buffer
21  337491 _gdk_win32_drawable_release_dc: DeleteDC() called on 
22         a GetDC() handle
23  339739 gtk/gtkprintoperation-win32.c: 3 compile error
24  342339 GtkRange::stepper-spacing style property not 
25         implemented correctly
26  343945 Buttons of a GtkAssistant are not accessible
27  344148 Wrong reqs for ATK
28  344209 gtk_notebook_set_window_creation_hook() has no destroy 
29         func.
30  344232 GtkEntry's "Delete" context menu item is sensitive on a 
31         non-editable GtkEntry
32  344244 Window resizing not working when keeping the aspect 
33         fixed
34  344288 gtk_print_operation_preview_is_selected must return 
35         a value
36  344386 gdk-2.0-uninstalled.pc.in and gdkconfig.h
37  344496 CRLF converting via Clipboard
38  344504 GtkPrintCapabilities not in gtktypebuiltins.h
39  344505 Wrong signal registration for create_custom_widget
40  344512 cvs build issue
41  344513 pdf print module's print_stream not calling destroy 
42         notify
43  344518 NULL unref in page setup dialogue
44  344543 gtk_progress_bar_pulse calls gtk_progress_bar_paint 
45         directly
46  344560 gtk_print_settings_[sg]et_scale shouldn't be in percent
47  344607 memory leaks in gtkrecentchooserdefault.c and 
48         gtkrecentchoosermenu.c
49  344624 Memory leak in gtk_tree_model_filter_finalize: User 
50         data not freed
51  337603 Possible off-by-one in 
52         gdk_pango_layout_line_get_clip_region
53  344239 Wrong filename for gtk-find stock item.
54  344528 comma at end of GtkPrintOperationAction enum causes 
55         mozilla compilation error
56  344290 horizontal-padding not take into account when placing 
57         submenus
58  344558 document print dialogue response codes
59  339592 Add print-to-postscript
60  342249 Allow to draw upper and lower sides of GtkRange's 
61         trough differently
62  344530 gtk_recent_chooser_widget_new_for_manager and 
63         gtk_recent_chooser_menu_new_for_manager should 
64         allow NULL manager arg
65
66 * Updated translations (es,fi,ko,th,wa)
67
68
69 Overview of Changes from GTK+ 2.9.1 to 2.9.2
70 ============================================
71
72 * GtkPrintOperation
73  - Support asynchronous pagination with the ::paginate signal
74  - Add gtk_print_operation_cancel
75  - Support application-specific widgets
76  - Allow disabling features based on application capabilities
77  - Optionally show progress
78  - Change some function names in GtkPrintContext to be longer 
79    and better
80  - Support preview, the default implementation spawns evince,
81    but the api allows for an internal preview implementation
82
83 * GtkCellView
84  - Add a model property
85
86 * GtkStatusIcon
87  - Allow to obtain screen geometry 
88
89 * GtkTreeView
90  - Many bug fixes, in particular for RTL handling
91  - Separate sensitive and selectable properties of rows
92  - Optionally allow rubberband selection
93
94 * GtkButton
95  - Add image-spacing style property
96  - Add image-position property 
97
98 * GtkToolButton
99  - Add icon-spacing style property
100
101 * Make GTK+ work as an untrused X client
102
103 * Bugs fixed:
104  343838 gtkprintoperationpreview.h guards
105  305530 Crashes while creating source code w/GtkFontSelection
106  341327 Memory corruption inside glib
107  341734 cursor blocked to dnd mode after using shift and 
108         dnd on a GtkCalendar
109  343453 G_DEFINE_TYPE messes up internal typenames of 
110         GdkWindow and GdkPixmap
111  136571 Problems running as untrusted client
112  168105 the right edge tab does not appear when switching tab
113  172535 Add support for UI builders in gtk+
114  302556 GtkTreeView widget signals are badly documented
115  324480 Selecting first item with keyboard is difficult
116  340428 small cleanup
117  340444 don't run the custom page size dialogue
118  340839 Critical warnings in GtkTreeModelFilter
119  341898 gtk_tree_view_insert_column_with_attributes doesn't 
120         work with fixed_height_mode
121  342003 DnD: Conditional jump or move depends on uninitialised value
122  342072 Wrong drop location in GtkEntry
123  342096 GtkImage animation CRITICALS on switching themes
124  342513 widget class style property with type module
125  342529 gdk should set resolution on PangoCairoFontmap, 
126         not PangoCairoContext
127  342535 Add documentation for new GtkWidget style properties 
128         (including Since tags)
129  342543 can't compile gtk+ on opensolaris using sun cc
130  342569 Typo in decl of gdk_color_parse
131  342752 Need a way to specify custom tab label for custom page 
132         in Print dialog
133  342754 print-editor: font button dialog doesn't get focus if 
134         main window has a window group
135  342781 GtkPrintUnixDialog: Collate should be insensitive unless 
136         Copies is > 1
137  342783 GtkPrintUnixDialog: Range textinput area should be 
138         insensitive unless range radiobutton is selected
139  342894 Use after free inside gtk_text_view_set_buffer
140  342930 GtkButton should offer a way to position the image 
141         relative to the text
142  343088 Some typos in the PO file
143  343425 "grab-notify"-signal is not correctly propagated for 
144         internal children
145  343438 gtk_color_button_set_color() doesn't emit "color-set" 
146         signal
147  343475 page setup unix dialog confusion
148  343625 allow to get only some info from gtk_status_icon_get_geometry
149  343677 GtkWindow chains key-release to key-press
150  320431 Text too close when using East/West in a GtkToolButton
151  321523 GtkTreeView's test_expand_row signal emitting impractical 
152         on row expand all
153  342007 Warning in gtk_paned_compute_position
154  343233 gdk_rectangle_intersect doc
155  333284 expander animation not working in RTL mode
156  343444 change color of gtk-demo source-buffer comment color 
157         from red to DodgerBlue
158  343630 Small inconsistence in migration documentation
159   80127 Rubberbanding for GtkTreeView
160  341450 status icon + libnotify
161  341679 Allow absolute filenames in the options entries
162
163 * Updated translations (bg,cy,de,el,es,et,eu,gl,gu,it,ja,
164                         nb,nl,pt_BR,th,vi)
165
166
167 Overview of Changes from GTK+ 2.9.0 to 2.9.1
168 ============================================
169
170 * GtkPrintOperation
171  - Many user interface improvements in the unix dialogs
172  - gtk-demo has a printing demo
173  - Don't unload print backends for now, since that has
174    deadlock issues
175  - Asynchronous page rendering is done in an idle
176
177 * GtkImage has an image property 
178
179 * GtkTextBuffer has a cursor-position property
180
181 * Arrow sizes in scrolled menus and notebooks are themable
182
183 * GDK keysyms have be synched with Xorg 7.1
184
185 * Bugs fixed:
186  340676 print backend type modules not correctly reregistering 
187         their types
188  340870 gdk_window_get_toplevels docstring error
189  323956 Unwanted accelerate key in the action-based toolbar
190  340527 Tooltips not shown for toolbar buttons created with 
191         uimanager/actions
192  340516 status icon property getter assertions
193  341091 a couple of spelling errors in gtk+
194  335707 notebook DND with event boxes in tab labels
195  337306 Add a GtkMessageDialog::image property
196  139628 GtkLayout In GtkScrolledWindow does not receive the 
197         scroll_event
198  334412 Add cursor-position property for getting notified 
199         about cursor movement
200  341217 langinfo.h #include'd unconditionally stops build
201  333632 use GtkMenu::scroll-arrow-height instead of 
202         MENU_SCROLL_ARROW_HEIGHT
203  325282 Add GtkNotebook::tab-overlap style property
204  341247 possible crash with tab_label = NULL
205  321896 Synch gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
206  341416 Save FileChooserDialog doesn't response
207  336774 gtk_recent_manager_add_full
208  340401 critical warnings when using window groups
209  341661 misplaced g_assert in gtk_text_view_allocate_children
210  341692 Semicolons after G_DEFINE_TYPE
211  341665 several misplaced g_assert
212  341578 reverse page order issues
213  341332 Unset background in more places
214  341896 gtktreeview has RTL problems with toggle buttons if using 
215         gtktreestore as a model
216  341028 crash in new async code
217  341035 file chooser crash
218  340722 GtkToolbar::max-child-expand style property
219  339589 Tooltips on orientation icons in page setup dialog
220  340951 faq: How do I internationalize a GTK+ program? doesn't 
221         mention glib-I18N
222  341855 Little typo in the Tree and List Widget Overview
223  153212 Have the Paste kbd shortcut jump to the location 
224         in the buffer
225  335729 Invisible rows and 
226         gtk_tree_model_filter_convert_child_*_to_*
227  106406 GtkTreeView Grid Lines?
228  339592 Add print-to-postscript
229
230 * Updated translations (de,es,gl,gu,nl)
231
232
233 Overview of Changes from GTK+ 2.8.x to 2.9.0
234 ============================================
235
236 * GtkStatusIcon, a cross-platform "tray icon" API
237
238 * GtkAssistant, a widget for creating multi-step wizards
239
240 * GtkLinkButton, a widget that displays a clickable hyperlink
241
242 * GtkRecentChooser, widgets to display and select recently used files
243
244 * GtkPrintOperation, cross-platform printing support
245
246 * A framework for rich text copy and paste and DND
247
248 * GtkCellRendererAccel, a cell renderer for key combinations
249
250 * GtkCellRendererSpin, a cell renderer which edits numeric values 
251   using a spin button
252
253 * GtkAction works with named icons in addition to stock icons
254
255 * GtkNotebook supports DND, allowing to reorder tabs, move tabs
256   between notebooks and drop tabs on the desktop to open a new window
257
258 * GtkTreeView:
259   - Enhanced customizability (e.g. grouping) with the
260     show-expanders and level-indentation properties
261   - Allow to embed the search popup
262   - Better search popup positioning
263
264 * GtkFileChooser:
265   - Communication with backends is now asynchronous to avoid
266     blocking on filesystem operations. Due to the required interface
267     changes, the GTK+ ABI version has been bumped to 2.10.0. Third-party
268     filesystem backends have to be ported to the new interface, other
269     modules, such as theme engines, input method modules or pixbuf loaders 
270     have to be rebuilt so that they are installed in the right place
271     for GTK+ to find them.
272   - The location entry (popped up by C-L) has been integrated in the
273     main dialog.
274     
275 * Reworked hex Unicode input now requires Ctrl-Shift-U
276
277 * Animations can now be globally controlled by settings
278
279 * The gtk-touchscreen-mode setting controls a number of changes
280   that make GTK+ work better on touchscreens
281
282 * Password entries can optionally show the last entered character
283   for a short while, controlled by the password-hint-timeout setting
284
285 * GTK+ can now consult an additional fallback icon theme before
286   falling back to hicolor
287
288 * Improved themability:
289   - GTK+ supports symbolic colors, which can be set system-wide
290     using a setting, and can be modified and used in rc files
291     and theme engines
292   - GTK+ sets window type hints on override-redirect windows to 
293     help compositing managers apply proper bling
294   - Paths in rc files can now refer to all subclasses of a class 
295   - GtkRange steppers will appear insensitive when the slider
296     is at the end; applications which need to handle this case
297     (e.g. to extend the range) can opt out of this.
298   - GtkRange::activate-slider style property allows themes
299     to draw sliders differently while they are being dragged
300   - GtkNotebook::tab-overlap and GtkNotebook::curvature style
301     properties allow more flexible notebook theming
302   - The spacing of buttons around children can be themed with
303     the GtkButton::inner-border style property. Apps can override
304     this per-widget using the corresponding inner-border property 
305   - GtkMenu has aquired a horizontal-padding style property 
306   - There are style properties for the color of hyperlinks,
307     GtkWidget::link-color and GtkWidget::visited-link-color
308   - GtkTreeview row hinting now takes the selection into account
309   - Scrolling menus can be forced to always display both arrows,
310     using the GtkMenu::double-arrows style property
311   - Separators can be themed using the wide-separators, separator-width
312     and separator-height style properties
313   - GtkTreeView allows more flexible theming with the row-ending-details
314     property
315   - The pixbuf theme engines supports customized drawing of expanders
316     and resize grips
317
318 * GDK changes:  
319   - OS X backend
320   - DirectFB backend 
321   - Closing displays works
322   - gdk_screen_is_composited to check for running compositing manager
323   - Support for Super, Hyper and Meta modifiers
324
325 * gdk-pixbuf changes: 
326   - Supports saving tiff 
327   - Supports loading 16-bit pnm
328   - Doesn't load entire gif animation to get first frame
329
330 * Bug fixes
331   - Too many to list them here
332
333 Overview of Changes from GTK+ 2.8.1 to GTK+ 2.8.2
334 =================================================
335 * Fix a crash with custom icon themes, which affected
336   the gnome-theme-manager. [Kjartan Maraas]
337 * Make sure font and cursor settings are propaged down
338   to the screen initially. [Frederic Crozat]
339
340 Overview of Changes from GTK+ 2.8.0 to GTK+ 2.8.1
341 =================================================
342 * gtk-update-icon-cache no longer stores copies of symlinked
343   icons, and it has a --index-only option to omit image data
344   from the cache [Matthias]
345 * Make large GtkSizeGroups more efficient [Michael Natterer]
346 * Improve positioning of menus in GtkToolbar [Christian Persch,
347   Paolo Borelli]
348 * Make scrolling work on unrealized icon views [Jonathan Blandford]
349 * Avoid unnecessary redraws on range widgets [Benjamin Berg]
350 * Make sure that all GTK+ applications reload icon themes
351   promptly. [Chris Lahey]
352 * Ensure that gdk_pango_get_context() and gtk_widget_get_pango_context()
353   use the same font options and dpi value [Michael Reinsch, Owen]
354 * Multiple memory leak fixes [Kjartan Maraas, Matthias]
355 * Other bug fixes [Owen, Allin Cottrell, Tor Lillqvist, Jonathan
356   Blandford, Christian Persch, Jonas Bonn, Brett Atoms, Guillaume 
357   Cottenceau, Sebastien Bacher, Robin Green, Benoit Carpentier,
358   Hans Breuer, Kjartan Maraas, Manish Singh, Robert Jeff Mitchell,
359   Markku Vire, Kristian Rietveld, Tommi Komulainen]
360 * Documentation improvements [Olexiy Avramchenko, Matthias]
361 * Updated translations (es,et,hu,ko,lt,ro,uk)
362
363 Overview of Changes from GTK+ 2.7.5 to GTK+ 2.8.0
364 =================================================
365 * Require cairo 0.9.2 [Matthias]
366 + Extend ABI checks to cover exported variables [Matthias]
367 * Bug fixes [Benjamin Berg, Christian Persch]
368 * Documentation improvements [Matthias]
369 * New and updated translation (cy,de,el,id,te,zh_TW)
370
371 Overview of Changes from GTK+ 2.7.4 to GTK+ 2.7.5
372 =================================================
373 * Rename the default theme to "Raleigh" [Thomas Wood]
374 * Add a permformance testing framework [Federico Mena Quintero]
375 * Catch format errors in translations. This may cause 
376   "make check" to fail when using older versions
377   of gettext [Matthias]
378 * Win32
379  - Implement the urgency hint [Tor Lillqvist]
380  - Update ms-windows theme [Dom Lachowicz]
381  - Improve tablet handling [Robert Ã–gren]
382  - Bug fixes [Kazuki Iwamoto, Tor Lillqvist, Tim Evans, 
383    J. Ali Harlow, Hans Breuer]
384 * Other bug fixes [Callum McKenzie, Matthias, Kjartan Maraas, 
385   Elijah Newren, Morten Welinder, Owen Taylor, Johan Dahlin,
386   Peter Zelezny, Dan Winship, Damien Carbery, Alex Graveley,
387   Mike Morrison, David Odin]
388 * Documentation improvements [Fabrice Bauzac, Claudio Saavedra,
389   Federico Mena Quintero]
390 * New and updated translation (ar,bg,cs,de,fi,gu,ja,nb,nl,no,
391   pl,pt,sq,zh_CN,zh_TW)
392
393 Overview of Changes from GTK+ 2.7.3 to GTK+ 2.7.4
394 =================================================
395 * Make svg icon themes work better [Matthias]
396 * GtkPlug/GtkSocket: Make these cross-platform
397   and implement them for Win32 [Tor]
398 * Make font rendering xsettings work with pangocairo [Owen]
399 * Fix sporadic segfaults in the GtkTreeModelSort [James
400   Bramford, Markku Vire, Kristian Rietveld]
401 * Improve gdk-pixbuf's ability to recognize 
402   svg images. [William Jon McCann]
403 * Win32 
404  - Build fixes [Tor Lillqvist]
405  - Fix clipping issues [Robert Ã–gren]
406  - Bug fixes [Peter Zelezny]
407 * Other bug fixes [Christian Persch, Arkady L. Shane, 
408   Matthias, Tommi Komulainen, Alexander Larsson, Owen,
409   Thomas Vander Stichele, Robert Ã–gren]
410 * Documentation improvements [Steve Chaplin, Matthias,  
411   Federico Mena Quintero]
412 * New and updated translations (en_CA,fr,hy,lt,nl,sk,th,zh_CN)
413
414 Overview of Changes from GTK+ 2.7.2 to GTK+ 2.7.3
415 =================================================
416 * Make sure that gtk_window_present() moves the window to the 
417   current desktop [Elijah Newren]
418 * GtkFileChooser
419  - Add overwrite confirmation for SAVE mode [Federico Mena Quintero]
420 * GtkTreeView
421  - Add gtk_tree_view_get_visible_range() [Mikael Hallendal]
422  - Add gtk_tree_view_column_queue_resize() [Morten Welinder]
423  - Add gtk_tree_row_reference_get_model() [Stefan Kost]
424  - Make page up/down behave as in the text view [Owen Taylor]
425  - In typeahead search, allow Ctrl-G to move to the
426    next match.  [Matt T. Proud]
427  - Interpret Ctrl-Backspace as "Move focus to parent [Kathy
428    Fernandes]
429  - Speed up gtk_tree_selection_selected_foreach [Kristian Rietveld]
430 * GtkTextView 
431  - Make double-clicking between words select whitespace [Mike 
432    Miller, Paolo Borelli]
433  - Show dragged text in drag icon [Kevin Duffus, Carlos 
434    Garnacho Parro]
435  - Make invisible text work well enough to remove the
436    remove the warning about it being unsupported.  [Matthias]
437 * GtkEntry
438  - Make double-clicking between words select whitespace [Matthias]
439  - Show dragged text in drag icon [Kevin Duffus, Carlos Garnacho Parro]
440  - Fix the sizing of the entry completion popup [Ross Burton, Kris]
441 * Win32
442  - Build fixes [Tor Lillqvist]
443  - Fix handlink of Aiptek tablets [Robert Ã–gren]
444 * Bug fixes [Kris, Jorn Baayen, Billy Biggs, Tomislav Jonjic, 
445   Owen Taylor, Vincent Noel, Carlos Garnacho Parro, Mark McLoughlin. 
446   Mikael Magnusson, Luis Villa, Brian Bober, Bernd Demian, Manish 
447   Singh, Akira Tagoh, Barbie LeVille, Hans Oesterholt]
448 * Documentation improvements [Torsten Schoenfeld, Rodney Dawes,
449   Park Ji-In]
450 * New and updated translations (cs,es,et,he,hu,nb,nl,no,sk)
451
452 Overview of Changes from GTK+ 2.7.1 to GTK+ 2.7.2
453 =================================================
454 * GtkAboutDialog
455  - Clean up the "trail" in the path bar when set_current_folder
456    is called explicitly [Jonathan Blandford, Matthias Clasen]
457  - Accept dropped files and directories on the file list [Sven 
458    Neumann, Matthias]
459 * GtkTreeView
460  - Make reusing cell renders work as well as it did in 2.6,
461    but document it as being unsupported. [Kristian Rietveld]
462 * GtkAboutDialog
463  - Optionally wrap the license [Christian Rose, Christian Persch]
464 * Menu
465  - Make image menu items work in vertical menubars [Matthias]
466  - Make orientation changes of menubars work [Matthias]
467 * Win32
468  - Implement named cursors and other new GDK apis [Hans Breuer]
469  - Implement getting cursor images [Tor Lillqvist]
470 * Bug fixes [J. Ali Harlow, Matthias, Diego Gonzalez, 
471   Kazuki IWAMOTO, Paul Cornett, Sebastien Bacher, Tor]
472 * Documentation improvements [Benjamin Berg, Matthias,
473   Steve Chaplin, Peter van den Bosch, Tim-Philipp Müller]
474 * New and updated translations (en_CA,sr,sr@Latn)
475
476 Overview of Changes from GTK+ 2.7.0 to GTK+ 2.7.1
477 =================================================
478 * GtkTreeView
479  - Change the keynav for header reordering and resizing 
480    to Alt-arrows and Shift-Alt-arrows  [Calum Benson]
481 * GtkTextView
482  - Make movement by paragraphs up/down symmetric [Behnam 
483    Esfahbod]
484  - Improve invisible text support [Matthias Clasen]
485 * Some new stock items: GTK_STOCK_INFO, GTK_STOCK_FULLSCREEN,
486   GTK_STOCK_LEAVE_FULLSCREEN [Kristof Vansant]
487 * Handle broken grabs in many places [John Ehresman, Matthias]
488 * GDK
489  - Add a function to move a region [Søren Sandmann]
490  - Fix endianness issues in the pixbuf drawing 
491    code [David Zeuthen, Owen Taylor]
492  - Add a GrabBroken event that is emitted when grabs
493    are broken [Simon Cooke, John Ehresman, Matthias]
494  - Track implicit grabs [Matthias]
495 * Win32 
496  - Improve and simplify line segment rendering [Tor Lillqvist] 
497 * Bug fixes [Georg Schwarz, Fabricio Barros Cabral, 
498   Benoit Carpentier, Markku Vire, Ryan Lortie, Matthias,
499   Morten Welinder, Dan Winship, Manish Singh, Tom von
500   Schwerdtner, Kjartan Maraas, Euan MacGregor, William Jon 
501   McCann, David Saxton, Padraig Brady]
502 * Documentation improvements [Matthias, Ross Burton]
503 * New and improved translations (es,et,nl,sk,th,zh_TW)
504
505 Overview of Changes from GTK+ 2.6.x to GTK+ 2.7.0
506 =================================================
507 * GtkTreeView
508  - Kris is back !!!
509  - Lots of scrolling/validation fixes [Kristian Rietveld]
510  - Allow to "unsort" columns. [Richard Hult]
511  - Support wrapping in GtkCellRendererText [Matthias Clasen]
512  - Support tinting in GtkCellRendererPixbuf [Jorn Baayen]
513  - Make enable-search control only typeahead search,
514    not C-f search. [Sven Neumann]
515  - Make double-click autosize treeview columns again [Matthias]
516  - Fix insensitive appearance [Billy Biggs, Matthias]
517 * GtkFileChooser
518  - Don't select the first item in folder modes [Christian Neumair,
519    Federico Mena Quintero]
520  - Make save mode work again [Federico]
521  - Allow bookmarks to be renamed [Sean Middleditch]
522  - Ellipsize the preview label [Jeroen Zwartepoorte]
523  - Use smaller icons [Vincent Noel]
524  - Avoid a size allocation loop [Milosz Derzynski, Robert Ã–gren]
525  - Don't stat children of /afs or /net network directories [Federico]
526  - Improve sorting of filenames [Matthias]
527  - Treat backup files like hidden files, and support
528    .hidden files in the Unix backend [Sean Middleditch, Jan Arne Petersen]
529  - Improve the re-rooting behaviour of the path bar [Benjamin Otte]
530 * GtkIconView
531  - Many fixes for scrolling and selection handling [Mathias Hasselmann]
532  - Implement GtkCellLayout, use cell renderers [Matthias]
533  - Support editing [Matthias]
534  - Support DND [Matthias]
535  - Add API to determine the visible part of the 
536    model [Jonathan Blandford]
537 * GtkAboutDialog
538  - Visual improvements, HIG compliance [Jorn Baayen]
539 * GtkCalendar
540  - Use nl_langinfo() to determine the first day of week,
541    when it is available [Vincent Untz, Tommi Komulainen, Pierre Ossman]
542  - Allow localization of the year format [Paisa Seeluangsawat]
543 * GtkEntry
544  - Allow completion popups to be wider than the entry [Ross Burton]
545  - Add a property to suppress the popup for single matches [Matthias]
546  - Don't blink the cursor if not editable [Nikos Kouremenos]
547 * GtkTextView
548  - Add a GtkTextBuffer::text property [Johan Dahlin]
549  - Allow to set a paragraph background color [Gustavo Carneiro,
550    Jeroen Zwartepoorte]
551  - Don't blink the cursor if not editable [Nikos Kouremenos]
552  - Make invisible text work a bit better [Jeroen]
553 * GtkAlignment
554  - Flip padding in RTL mode [Maciej Katafiasz]
555 * GtkUIManager
556  - Support invisible, expanding separators [Christian Persch]
557  - Allow to construct menu tool buttons [Sven Neumann]
558 * GtkIconCache
559  - Cache image data and metadata as well [Anders Carlsson]
560 * GtkMenu
561  - Support vertical menubars [Matthias]
562  - Make scrolling more efficient [Jorn Baayen, Søren Sandmann]
563  - Allow to pop up menus without grabbing the keyboard [Michael 
564    Natterer]
565  - Allow setting background images on menus [Benjamin Otte]
566 * gtk-demo
567  - Add demos for 2.6 features [Matthias, Mark McLoughlin]
568 * Allow custom translation function for stock labels. [Funda Wang,
569   Diego Gonzalez]
570 * Add 16x16 versions for some some icons which were missing
571   them [Jakub Steiner, Tuomas Kuosmanen, Vincent Noel]
572 * Move a lot of constant data to the .rodata section [Matthias]
573 * Don't copy property names, nicks and blurbs [Matthias]
574 * Use Cairo for most drawing [Owen Taylor]
575 * Allow themes to draw outside the widget's allocation [Owen]
576 * Allow key names to be translated [Christian Rose]
577 * Make all cursors used by GTK+ themeable [Matthias]
578 * Support the ICCCM urgency hint [Havoc Pennington]
579 * GDK
580  - Work with XRender < 0.4 [Albert Chin, Billy Biggs]
581  - Add API to warp the pointer [Matthias]
582  - Support _NET_VIRTUAL_ROOTS [Carsten Haitzler]
583  - Add API to obtain the last user interaction time [Elijah
584    Newren]
585  - Make some large arrays const [Ben Maurer, Tommi Komulainen]
586  - Support Cairo drawing [Owen, Carl Worth]
587  - Support Visuals with alpha channel [Owen, Keith Packard]
588  - Support named cursors and cursor themes [Matthias]
589 * gdk-pixbuf
590  - Support saving BMP [Ivan Wong Yat Cheung]
591  - Allow to specify compression level when saving
592    in PNG format [Sven Neumann]
593  - Add a way to construct animations from frames [Dom Lachowicz]
594  - Accept BMP v4 [Matthias]
595 * Win32 changes
596  - Improve keyboard handling [Tor Lillqvist]
597  - Improve clipboard handling [Ivan Wong]
598  - Do delayed rendering for transfering images 
599    through the clipboard [Ivan Wong]
600  - Improve tablet handling [Robert Ã–gren]
601  - Initialize input devices lazily [Robert Ã–gren]
602  - Make big windows work on NT [Ivan Wong]
603  - Implement dashed lines correctly [Ivan Wong, Hans Breuer]
604  - Handle 16 color display mode [Tor] 
605  - Support RGBA cursors [Tim Evans]
606  - Fix DND on multi-monitor systems [Tor]
607  - Use alternative button order [Tor]
608  - Build fixes [Hans]
609  - Bug fixes [Ivan Wong, Dave Neary, Daniel Atallah, Takuro Ashie, 
610    Robert Ã–gren, Kevin Stange, Tim Evans]  
611 * Other bug fixes [Alexander Hunziker, Alexander Larsson, Anders
612   Carlsson, Andreas Volz, Arjan van de Ven, Billy Biggs, Chris Lee, 
613   Christian Neumair, Christian Persch, Crispin Flowerday, Damon Chaplin, 
614   David A. Knight, David Costanzo, Dennis Cranston, Diego Gonzalez, 
615   Dom Lachowicz, Doug Morgan, Doug Quale, Elijah Newren, Fabricio Barros 
616   Cabral, Federico, Felipe Heidrich, Felix Riemann, Frank Naumann, 
617   Frederic Crozat, Gary Kramlich, Gustavo Carneiro, Hans-Wolfgang Loidl, 
618   Havoc, Hazael Maldonado Torres, Ian Wienand, Ismael Juma, Jaap A. Haitsma, 
619   Jacob Kroon, Jakub Jellinek, Jean Marie Favreau, Jeff Franks, Jens Finke, 
620   Jim Evins, Joerg Sonnenberger, John Ellis, John Finlay, Jonathan, 
621   Jorn Baayen, Kazuki Iwamoto, Kirk Bridger, Kjartan Maraas, Leonard 
622   Michlmayr, Lorenzo Gil Sanchez, Manish Singh, Marc Meissner, Matthias, 
623   Michael Natterer, Mikael Hallendal, Milosz Derezynski, Morten Welinder, 
624   Murray Cumming, Nickolay V. Shmyrev, Niko Tyni, Nguyen Thai Ngoc Duy, 
625   Olaf Vitters, Olivier Sessink, Owen, Paolo Borelli, Patrick Fimml, 
626   Peter Bloomfield, Peter Wainwright, Phil Blundell, Philipp Langdale, 
627   Priit Laes, Reinout van Schouwen, Remus Draica, Richard Hult, Robert 
628   Staudinger, Rodney Dawes, Rodrigo Moya, Roman Kagan, Ryan Lortie, 
629   Samuel Hym, Seven Walter, Søren, Stefan Kost, Stepan Kasal,
630   Stephen Kennedy, Sven Neumann, Theerud Lawtrakul, Thomas Leonard,
631   Thomas Zajic, Tim-Philipp Müller, Tomislav Jonjic, Tommi Komulainen,
632   Torsten Schoenfeld, Tristan Van Berkom, Victor Osadci, Vincent Ladeuil, 
633   Vincent Noel, Vincent Untz, Yury Puzis]
634 * Documentation improvements [Alex Graveley, Ali Akcaagac, Bill
635   Haneman, Billy Biggs, Christian Persch, Christian Rose, Dan Winship,
636   George Kraft IV, Ghorban M. Tavakoly, Hubert Sokolowski, Jeff Franks,
637   Jianfei Wang, Johan Dahlin, Jon-Kare Hellan, Karel Kulhavy, Ken
638   Siersma, Maciej Katafiasz, Masao Mutoh, Mathias Hasselmann, Matthias,
639   Michal Suchanek, Morten Welinder, Murray Cumming, Oliver Sessink, Owen, 
640   Richard Hult, Roger Light, Sebastian Bacher, Steve Chaplin, Sven Neumann, 
641   Torsten Schoenfeld, Vincent Untz, Worik Stanton]
642 * New and improved translations (bg,ca,cs,cy,da,de,el,en_CA,en_GB,es,et,
643   eu,fa,fi,hu,id,ja,nb,ne,nl,nn,no,pl,pt,pt_BR,ro,ru,rw,sk,sq,sr,sr@Latn,
644   sv,th,uk,vi,xh,zh_CN,zh_TW)
645
646 Overview of Changes from GTK+ 2.6.0 to GTK+ 2.6.1
647 =================================================
648 * GtkFileChooser
649  - Fix some possible threading deadlocks [Matthias Clasen]
650  - Don't return errors from the private GTK_FILE_SYSTEM_ERROR
651    domain [Murray Cumming]
652  - Fix some crashes with unreadable directories [Federico Mena 
653    Quintero]
654  - Add an "Open Location" item to the context menu [Federico]
655 * GtkTreeView
656  - Make sorting work again in list stores [Marcin Krzyzanowski]
657  - Restrict column reordering to button 1 [Jonathan Blandford]
658 * GtkComboBox
659  - Make the button prelight [Ricardo Veguilla]
660  - Fix state propagation [Carlos Garnacho Parro]
661 * GtkMessageDialog
662  - Don't show secondary label until it is set [Christian Persch]
663 * GtkMenu
664  - Make items activate immediately on button release [Søren Sandmann]
665  - Submenus inherit their cascading direction [Matthias]
666 * gdk-pixbuf
667  - Fix a possible threading deadlock when loading
668    animations [Callum McKenzie]
669  - Make Hyper interpolation work again [Dennis Nezic]
670 * Win32
671   - Improve handling of UNC paths [Tor Lillqvist]
672   - Show the correct Desktop folder in the file chooser [Tor]
673   - Bug fixes [Tor]
674 * Bug fixes [Torsten Schoenfeld, Morten Welinder,
675   Marcin, Seth Nickell, Jonathan, Owen Taylor, Søren, 
676   Iñigo Serna, John Finlay, Zeeshan Ali, Robert Ã–gren,
677   Billy Biggs, Brian Tarricone, Tor, Christian, Tristan 
678   Van Berkom, Elijah Newren, Federico, James M. Cape,
679   Matthias, Arnaud Charlet]
680 * Documentation improvements [Masao Mutoh, Torsten,
681   Billy, Alessio Dessi, David Bourguignon, Tommi Komulainen,
682   Dave Bordoley, Robert Ancell, Kentaro Fukuchi, Matthias,
683   Christian Biere, Jonathan, Tommi, Stefan Kost]
684 * New and improved translations (cs,cy,da,de,en_CA,es,ja,lt,nl,sq,sv,zh_CN)
685
686 Overview of Changes from GTK+ 2.4.x to GTK+ 2.6.0
687 =================================================
688
689 * New widgets
690   - GtkIconView
691   - GtkAboutDialog
692   - GtkCellView 
693   - GtkFileChooserButton
694   - GtkMenuToolButton 
695
696 * New cell renderers
697   - GtkCellRendererCombo 
698   - GtkCellRendererProgress
699
700 * Changes in GtkFileChooser
701   - Many tweaks to keynav and other behaviour
702
703 * Changes in GtkTreeView 
704   - Hover selection
705   - Hover expand
706   - Separators 
707   - Insensitive rows
708   - Typeahead
709
710 * Changes in GtkComboBox
711   - Allow trees in combo boxes
712   - Hover selection
713   - Hover expand
714   - Separators 
715   - Insensitive rows
716   - Scrolling
717
718 * Changes in GtkLabel
719   - Rotated text
720   - Ellipsisation
721   - Dnd from selectable labels
722   - Selectable labels in the focus chain
723   - Obey the Pango backspace-deletes-character attribute
724
725 * Changes in GtkTextView
726   - Rotated text
727   - Obey the Pango backspace-deletes-character attribute
728
729 * Changes in Clipboard/Selection/DND handling
730   - Selection ownerchip change notification
731   - API to handle text, image and file targets
732   - Support text/plain target
733   - Support clipboard persistency
734   - Support xdnd v5
735   - Reduce clipboard timeout to 30 seconds
736
737 * Theming
738   - Follow icon theme specification for directory locations
739   - Themed window icons
740   - Themed images in GtkImage
741   - Allow themes to displace focus rectangles on click
742   - Various new stock icons
743
744 * Window Manager interaction
745   - Support do-not-focus-on-map hint
746   - Support _NET_WM_USER_TIME
747
748 * gdk-pixbuf:
749   - License information for image loaders
750   - Disable loaders
751   - Simple rotation
752   - Make threadsafe
753
754 * Performance improvements
755   - Increase chunk size for incremental selection transfers
756   - Get rid of many PLT entries
757   - Icon theme caching
758   - Sync counter mechanism to speed up resizes
759   - Reimplement GtkListStore on top of a splay tree
760   - Fix algorithmic problems in GtkUIManager
761
762 * Win32-specific changes
763   - Integrate IME input method module
764   - Integrate ms-windows (Wimp) theme engine
765
766 * Other changes
767   - API for HIG-conform dialogs
768   - API for stock-like buttons
769   - New init API based on GOption
770   - Setting for alternative button order
771   - Setting for modules to load
772   - Integrate pixbuf theme engine
773   - Change notebook tabs with the scroll wheel
774   - Ellipsisation in GtkCellRendererText, GtkProgressBar, GtkStatusbar
775   - Clean up abi and enforce list of exported symbols
776
777 Overview of Changes from GTK+ 2.5.6 to GTK+ 2.6.0
778 =================================================
779 * GtkListStore
780   - Emit rows_reordered if the list is reordered [Matthias Clasen]
781   - Add functions to allow inserting rows with values [Matthias]
782 * GtkTextView
783   - Add function which allow to determine the character
784     at a position [Padraig O'Briain, Matthias]
785 * GtkFileChooser
786   - Center select row during typeahead [Federico Mena Quintero]
787   - Reset filters when necessary [Carlos Garnacho Parro]
788 * GtkMenu
789   - Make mnemonics without Alt work in menubars [Owen Taylor]
790   - Scroll wheel scrolling [Matthias]
791 * GtkLabel
792   - Add a max-width-chars property to specify the maximal 
793     width of a label in characters [Christian Persch]
794 * GtkIconView 
795   - Arrange items in a grid [Matthias]
796   - Convert hardcoded spacing constants into properties [Matthias]
797 * GtkCellRendererText
798   - Add ::width-chars property [James M. Cape]
799 * Win32
800   - Implement keynav for the color picker [Hans Breuer]
801   - Use GLib stdio wrappers [Tor Lillqvist]
802 * Bug fixes [Kazuki IWAMOTO, Damon Chaplin, Matthias, Christian, 
803   Michael Natterer, Jonathan Blandford, Manish Singh, John Finlay, 
804   Robert Ã–gren, Mariano Suárez-Alvarez, Marco Pesenti Gritti,
805   Tommi Komulainen, R. McFarland, Alexander Larsson, Dennis Cranston,
806   Jorn Baayen]
807 * Documentation improvements [Matthias, Jay Camp, Paolo Borelli,
808   David Lodge]
809 * New and improved translations (bg,nb,no,nso,pt_BR,zh_CN)
810
811 Overview of Changes from GTK+ 2.5.5 to GTK+ 2.5.6
812 =================================================
813 * GtkFileChooser
814   - Improve keybindings [Davyd Madeley, Federico Mena Quintero]
815   - Speed up loading of large directories [Federico]
816   - Move "Browse for other folders" expander up [Federico]
817   - Support DND from the path bar [Federico]
818 * GtkColorSelectionDialog
819   - Add keynav to the color picker [Frances Keenan, Matthias Clasen]
820 * GtkButton
821   - Allow construction of stock-like buttons  [Matthias,
822     Jonathan Blandford]
823 * GtkLabel
824   - Support DND for selectable labels [Matthias]
825   - Support rotated text [Owen Taylor, Hans Breuer]
826 * GtkTextView
827   - Support rotated text [Owen Taylor]
828   - Make it possible to select the first/last line
829     when moving by lines  [Paolo Borelli]
830 * GtkTreeView
831   - Make sorting of GtkListStore stable again [Søren Sandmann]
832   - Change the behaviour of gtk_tree_sortable_get_sort_column_id() 
833     slightly to be more useful [Matthias]
834 * GtkUIManager
835   - Make some functions virtual to make deriving 
836     GtkUIManager easier [Michael Natterer]
837 * GtkSettings
838   - Handle changes to gtk-menu-images and gtk-button-images
839     much more efficiently [Matthias]
840 * GtkClipboard
841   - Reduce timeout to 30 seconds [Billy Biggs]
842 * Add pixbuf theme engine [Owen]
843 * GDK 
844   - Compile against X11R5 [Matthias]  
845   - Add GdkPangoRenderer [Owen]
846   - Support rotated text [Owen]
847   - Add dead_hook and dead_horn keysyms [Samuel Thibault]
848   - Determine direction of XKB groups from their content 
849     [Behdad Esfahbod, Ilya Konstantinov]
850 * Win32
851   - Notice when drives are plugged in or removed [Hans]
852   - Ms-windows theme improvements: no tearoff menu items,
853     button order, toolbar and statusbar grips, combobox 
854     arrows [Dom Lachowicz]
855   - Fix im module loading [Tor Lillqvist]
856 * Bug fixes [Vasco Alexandre da Silva Costa, Kazuki IWAMOTO,
857   Erwann Chenede, Tim Janik, Gavin Romig-Koch, Jonathan,
858   Manish Singh, Morten Welinder, Billy Biggs, Matthias, Owen,
859   John Finlay, Christian Neumair, Sven Neumann, Felipe
860   Heidrich, Martin Jeppensen, Kristian Høgsberg, Olivier 
861   Andrieu, Jody Goldberg, Søren, Dan Winship, Federico,
862   Alex Larsson, James Henstridge, James M. Cape, Frederic Crozat,
863   Dennis Cranston, Marcel Telka, Robert Ã–gren]
864 * Documentation improvements [Matthias, Jonathan, Owen, Masao Mutoh,
865   Billy Biggs]
866 * New and updated translations (bg,ca,cs,da,de,en_CA,en_GB,es,hu,ja,nb,nso,rw,sq,zh_CN)
867
868 Overview of Changes from GTK+ 2.5.4 to GTK+ 2.5.5
869 =================================================
870 * gdk-pixbuf
871   - Make threadsafe [Colin Walters]
872 * GtkFileChooser
873   - Make tooltips work better [Matthias Clasen]
874   - Show files (grayed out) in folder modes [Nickolay V. Shmyrev]
875   - Add predefined filter for image files [Anders Carlsson]
876   - Support mime subclasses, aliases and superclasses 
877     like text/* [Tommi Komulainen, David A. Knight, Matthias]
878 * GtkFileChooserButton
879   - Remove support for CREATE_FOLDER and SAVE modes 
880     until a more satisfactory UI for these can be found [Seth Nickell,
881     Matthias]
882   - Make file DND work better [Christan Persch]
883 * GtkAction
884   - Add a function to obtain the accel path [Michael Natterer]
885 * GtkUIManager
886   - Major performance improvement [Dave Neary, Michael, 
887     Sven Neumann, Soeren Sandmann, Matthias]
888 * GtkIconView
889   - Make scrolling work with large icon views [Matthias]
890 * GtkWindow
891   - As a last resort, allow to use mnemonics without 
892     modifier [Pasupathi Duraisamy, Owen Taylor]
893 * GtkProgressBar
894   - Support ellipsizing the text [Morten Welinder, Matthias]
895 * GtkStatusbar
896   - Avoid resizing if the text of the label changes [He Qiangqiang,
897     Owen, Christian]
898   - Draw the resize grip better [Matthias, Christian]
899   - Ellipsize the text [Matthias]
900 * GtkClipboard
901   - Add API for image transfer via copy-and-paste [Matthias]
902 * DND
903   - Fix DND to embedded windows (e.g. panel applets) [James Henstridge, 
904     Matthias]
905 * Stock icons
906   - Add RTL variants of the media icons [Bastien Nocera]
907 * Win32
908   - Build fixes [Hans Breuer, Tor Lillqvist]
909   - Implement resize grips [Robert Ã–gren]
910   - Bug fixes [Robert, Tor, J. Ali Harlow]
911 * Bug fixes [Paolo Borelli, Kjartan Maraas, Olivier Andrieu,
912   Torsten Schoenfeld, Matthias, Philip Langdale, Christian,
913   Frances Keenan, Owen, Murray Cumming, Christophe Fergeau,
914   Tristan Van Berkom, Adam Hooper, James M. Cape, Carlos Garnacho
915   Parro, Mariano Suárez-Alvarez, John Finlay, Jonathan Blandford]      
916 * Documentation improvements [Masao Mutoh, Matthias, 
917   Torsten Schoenfeld, Matthew H. Plough, Salvador Fandiño, 
918   Owen, Vincent Untz, Jonathan, Bastien]
919 * Updated translations (cs,da,en_CA,es,hu,ja,nl,sq)
920
921 Overview of Changes from GTK+ 2.5.3 to GTK+ 2.5.4
922 =================================================
923 * GtkFileChooser
924  - Make path bar arrows larger [Matthias Clasen]
925  - Make SELECT_FOLDER mode work [Matthias]
926  - Speed up the completion popup, pop it up
927    again after Tab [Matthias, Jens Bech Madsen]
928  - Add some tooltips [Matthias]
929  - Make path bar scroll [Matthias]
930  - Improve preview updating [Tommi Komulainen]
931  - Make the key / pop up the location dialog even
932    on French keyboards, insert the /. [Frederic Crozat, Warren Togami]
933 * GtkFileChooserButton
934  - Show icons next to entry [James M. Cape]
935  - Improve ellipsisation [James]
936 * GtkMessageDialog
937  - API additions to create HIG-conform dialogs [David Bordoley, Carlos
938    Garnacho Parro]
939 * Keyboard navigation
940  - Put selectable labels in the regular tab focus 
941   chain [David Hawthorne, Matthias]
942  - Skip selectable labels when looking for the initial 
943   focus widget in dialogs [Matthias]
944 * Icon themes:
945  - Use an mmap()ed cache for directory data. [Martijn Vernooij,
946    Owen Taylor, Anders Carlsson]
947 * Clipboard, DND: 
948  - Add convenience API for image and file transfers. [Matthias]
949  - Add API for clipboard persistence [Anders]
950  - Don't loose clipboard contents if a text buffer is
951    finalized [Anders]
952 * Add a GtkMenuToolButton widget which displays a
953  dropdown menu from a toolbar button.  [Paolo Borelli]
954 * Make menus scroll faster [Soeren Sandmann]
955 * Allow themes to displace focus recangles in buttons
956  on click [Soeren, Matthias]
957 * Add a public setting for button ordering [Owen Taylor, Matthias]
958 * GtkImage
959  - Support named icons [James Henstridge]
960 * GtkAboutDialog
961  - Support named icons [James Henstridge]
962 * Add a function to obtain the string representation of
963  accelerators used in GtkAccelLabel [John Spray, Matthias]
964 * Win32 bug fixes [Robert Ã–gren]
965  - Fix commandline option handling [Tor Lillqvist]
966  - Make IME input method work better [Tor]
967 * Other bug fixes [Joel Fredrikson, Darren Creutz,
968  Manish Singh, Matthias, Tristan Van Berkom, Christian Persch,
969  Padraig O'Briain, Owen, Jonathan Blandford, 
970  Michèle Garoche, Milosz Derezynski, Christopher Blizzard,
971  Paolo, John Austin, Maryn Russell, Ken Harris, Reinout van 
972  Schouwen, Morten Welinder, Ross Burton, Bernd Demian, Gustavo 
973  Carneiro, John Finlay, Tim Janik, Damon Chaplin,
974  Peter Zelesny, Soeren, John Cupitt, Federico Mena Quintero,
975  Manuel Baena García, William Jon McCann, Olexiy Avramchenko,
976  Sebastien Bacher, Kazuki IWAMOTO, Dan Williams, Vincent Noel,
977  Billy Biggs, Olivier Andrieu, Thomas Fitzsimmons]
978 * Documentation improvements [John Finlay, Billy Biggs, Matthias,
979  Martyn Russell, Dave Cook, Jonathan, Owen, Shaun McCance, Anders]
980 * New and updated translations (az_IR,cs,en_CA,en_GB,es,nb,nl,no,pt_BR,
981   sq,sr,sr@Latn,zh_TW)
982
983 Overview of Changes from GTK+ 2.5.2 to GTK+ 2.5.3
984 =================================================
985 * GtkFileChooser
986  - Work better with older version of the gnome-vfs backend [Zack Cerza]
987  - Keynav improvements [Jonathan Blandford]
988  - Make position of pathbar down button stable [Jonathan]
989  - Make autocompletion less annoying in save mode [Owen Taylor]
990 * GtkFileChooserButton
991  - Allow mnemonic activation [Dennis Cranston, James M. Cape]
992 * GtkComboBox
993  - Work without a model [Mariano Suarez-Alvarez
994 * GtkTreeView
995  - Allow sorting of tree models to be turned off [Torsten Schoenfeld]
996 * GtkRange
997  - Add a::change-value signal [Thomas Fitzsimmons]
998 * GtkEntryCompletion
999  - Improve positioning of popups [Matthias]
1000 * Make input methods respect editability [Noah Levitt]
1001 * Add an setting to specify modules to load [Alex Graveley]
1002 * Use GOption for commandline argument parsing [Anders Carlsson]
1003 * Default theme
1004  - Improve drawing of expanders [Matthias Clasen]
1005 * Add a configure option to disable the use of ELF visibility 
1006   attributes for PLT reduction
1007 * Make selection handling robust against invalid UTF-8 [Owen]
1008 * gdk-pixbuf
1009  - Add a variant of gdk_pixbuf_new_from_file_at_size() which 
1010    optionally ignores aspect ratio [Dom Lachowicz]
1011  - Fix saving of pixbufs with alpha-channel as jpeg [Emmanuel Pacaud]
1012  - Security fixes [Chris Evans]
1013 * Win32
1014  - Improve tablet handling [Robert Ã–gren]
1015  - Make tablets work on multi-monitor systems [Robert]
1016  - Handle screen resolution changes [Arjohn Kampman, Tor Lillqvist]
1017  - Add IME input method [Takuro Ashie, Kazuki IWAMOTO]
1018  - Add ms-windows (Wimp) theme engine [Raymond Penners, Dom Lachowicz,
1019    Havoc Pennington]
1020  - Fix loading of input modules on Win32 [Kazuki IWAMOTO]
1021  - Build fixes [Tor Lillqvist, Robert]
1022 * Other bug fixes [Hans Petter Jonsson, Tim Janik, Manish Singh,
1023  Soeren Sandmann, Bill Haneman, Padraig O'Briain, Olexi Avramchenko,
1024  Jonathan, Frederic Croszat, Matthias, Christian Persch, Felipe Heidrich,
1025  Lorenzo Gil Sanchez, Richard Hoelscher, Owen, Olivier Andrieu,
1026  Morten Welinder, Jean Bréfort, Alexander Larsson]
1027 * Documentation improvements [Matthias, Jonathan]
1028 * New and updated translations (ang,ar,en_CA,es,ne,pt_BR,ro,ru,uk)
1029
1030 Overview of Changes from GTK+ 2.5.1 to GTK+ 2.5.2
1031 =================================================
1032 * GtkFileChooserButton
1033  - New widget to go along with GtkFontButton and GtkColorButton
1034    for use in preference dialogs.  [James M. Cape]
1035 * GtkFileChooser
1036  - Add getter and setter for the ::show-hidden property [Jeff Franks]
1037  - Allow paths to be entered as part of the filename. [Federico Mena Quintero]
1038  - Make separator in bookmarks pane unselectable [Matthias Clasen]
1039  - Improve activation on focus [Federico]
1040  - Avoid warnings when opened on non-default screens [Abel Daniel]
1041  - Fix some memory leaks [Federico]
1042 * GtkEntryCompletion
1043  - Warn if text column has wrong type [Fernando San Martin Woerner,
1044    Gustavo Carneiro]
1045 * GtkTextView
1046  - Obey the Pango backspace_deletes_character 
1047    attribute [Noah Levitt, Teppitak Karoonboonyanan]
1048 * GtkTreeView
1049  - Add hover-expand mode [Matthias]
1050  - Fix fixed height mode [Michael Vogt, Tim-Philipp Müller, Pawel Salek]
1051  - Reimplement GtkListStore on top of a splay tree [Soeren Sandmann]
1052 * GtkEntry
1053  - Track the selection more accurately when dragging and
1054    selecting [Soeren]
1055 * GtkComboBox
1056  - Support trees in combo boxes [Matt Walton, Matthias]
1057  - Optimize non-spanning gridded layouts [Lorenzo Gil Sanchez, Matthias]
1058  - Handle sensitivity changes properly [Matthias]
1059  - Add a ::focus-on-click property [Matthias]
1060 * GtkIconView
1061  - Fix BROWSE selection mode [Matthias]
1062  - Make accessible [Padraig O'Briain]
1063 * GtkAboutDialog 
1064  - Change the API to be more binding-friendly [Oliver Andrieu]
1065 * GtkUIManager
1066  - Accept paths with leading '/' everywhere. [David Malcolm]
1067  - Make GtkActionEntry* arguments const [Mariano Suarez-Alvarez]
1068  - Add a way to suppress overflow menu items [Christian Persch]
1069 * GtkPlug/GtkSocket
1070  - Use the sync counter mechanism to speed up resizes  [Soeren]
1071 * GDK
1072  - Support XDND v5 [Owen Taylor, Matthias]
1073  - Complete the _NEW_WM_USER_TIME implementation [Elijah Newren]
1074  - Update the _NET_ACTIVE_WINDOW implementation [Elijah]
1075 * gdk-pixbuf
1076  - Avoid infinite loops for bad BMPs [Chris Evans, Manish Singh]
1077  - Fix a problem with GDK_INTERP_NEAREST scaling which caused
1078    Nautilus thumbnails to be misdrawn [Christoph Fergeau]
1079  - Avoid segfaults in gdk-pixbuf-csource [Matthias]
1080  - Fix progressive loading of 8bit pcx files [Magnus Bergman]
1081  - Handle edge pixels consistently [Brian Cameron, Matthias]
1082  - Handle OS/2 BMPs [Jon-Kare Hellan]
1083 * Performance 
1084  - Get rid of many PLT entries for internally used exported symbols,
1085    and clean up the ABI at the same time and make make check check the
1086    list of exported symbols.  [Arjan van de Ven, Matthias]
1087 * Look up icon themes in the directories specified in the
1088   icon theme spec  [Matthias]
1089 * Win32 bug fixes [Robert Ã–gren, Hans Breuer, Tor Lillqvist, Tim Evans]
1090 * Other bug fixes [Matthias, Soeren, Pawel, David, Tor, Gustavo,
1091   Olivier, Manish, Robert, Christian Biere, Markku Vire, Markus Lausser, 
1092   Thomas Leonard, Morten Welinder, Torsten Schoenfeld, Tim Janik, 
1093   Tomislav Jonjic, Tommi Komulainen, Philip Langdale, Rich Wareham,
1094   Christian Persch, Vincent Noel, Christophe Fergeau]
1095 * Documentation improvements [Matthias, Mariano, Axel Simon, 
1096   Jonathan Blandford]
1097 * New and updated translations (ang,br,bs,eu,lt,wa,zh_CN)
1098
1099 Overview of Changes from GTK+ 2.5.0 to GTK+ 2.5.1
1100 =================================================
1101 * GtkTreeView
1102  - Support ellipsisation in GtkCellRendererText [Vincent Untz, 
1103   Jonathan Blandford, Anders Carlsson]
1104  - Add a GtkCellRenderer::editing-started signal [Matthias Clasen]
1105  - Typeahead support [Jonathan]
1106  - Align the entry in GtkCellRendererText [Matthias]
1107  - Make DND work again [Ernst Persson, Matthias]
1108  - Improve appearance of search popup [Matthias]
1109 * GtkFileChooser
1110  - Activate the last focused widget [Federico Mena Quintero]
1111  - Add an "Add to shortcuts" item to the context menu [Federico]
1112 * GtkCombobox
1113  - Support scrolling in list mode [Matthias]
1114  - Add necessary API to make GtkComboBox accessible [Padraig O'Briain]
1115  - Change the API for separators to use a callback function 
1116    instead of a boolean model column [Matthias]
1117 * GtkNotebook
1118  - Ignore scroll events from page content [Gabriel de Perthuis]
1119 * GtkAboutDialog
1120  - Visual improvements [Anders]
1121 * GtkIconView
1122  - Use XRender to draw selection rectangle [Anders]
1123 * GtkLabel
1124  - Support ellipsisation [Tim Van Wassenhove, James M. Cape]
1125 * Expose the menubar accel key as an XSetting [Scott James Remnant]
1126 * Add example code for clipboard handling to gtk-demo [Anders]
1127 * Bug fixes [Peter Zelesny, Guilherme Salgado, John Finlay, 
1128  Tommi Komulainen, Matthias, Crispin Flowerday, Padraig,
1129  Morten Welinder, Olivier Sessink, Dafydd Harries, Soeren Sandmann,
1130  Michael Natterer, Nicolas Deves, Matthew Garrett, Lorenzo Gil Sanchez]
1131 * Documentation improvements [Federico, Matthias]
1132 * Updated translations (gu,hi,pt_BR,ru,sv,uz)
1133
1134 Overview of Changes from GTK+ 2.4.1 to GTK+ 2.5.0
1135 =================================================
1136 * New widgets: 
1137  - GtkIconView [Anders Carlsson]
1138  - GtkAboutDialog [Matthias Clasen]
1139  - GtkCellView [Matthias]
1140 * GtkFileChooser
1141  - change to newly-created folders [Federico Mena Quintero]
1142  - always show icons [Federico]
1143  - bug fixes [Federico, Christian Neumair, Alex Roitman]
1144 * GtkComboBox, GtkComboBoxEntry
1145  - add missing getters and some more convience API [Matthias, 
1146   Christian Neumeir, Oliver Andrieu]
1147  - improve placement and sizing of popups [Matthias]
1148  - support insensitive items [Matthias]
1149  - support separators [Matthias]
1150  - handle empty or unset models better [Mariano Suarez-Alvarez]
1151  - bug fixes [Matthias, Jonathan Blandford, Oliver Andrieu, Paul 
1152    Pongonyshev, Christian Persch]
1153 * GtkEntryCompletion
1154  - ignore enter events when the window pops up under the 
1155    pointer [Anders]
1156  - bug fixes [Matthias]
1157  - support inline autocompletion [Matthias]
1158 * GtkUIManager
1159  - fix signal registration [Michael Natterer]
1160  - make generated XML parseable [Sven Neumann]
1161  - fix get_widget to return menus [Matthias]
1162 * GtkTreeView
1163  - hover-selection mode [Matthias]
1164  - support insensitive cells [Matthias]
1165  - support separators [Matthias]
1166  - make entry context menu work in editable text cells [Owen Taylor, 
1167   Kristian Rietveld]
1168  - make DND work with treeviews in modal dialogs [Federico]
1169  - make empty treeviews focusable [Federico]
1170  - new GtkCellRendererProgress [Matthias, Tommi Komulainen, 
1171   Christian Persch]
1172  - new GtkCellRendererCombo [Matthias]
1173  - bug fixes [Matthias, Federico]
1174 * GtkNotebook
1175  - allow to change tabs with the mouse wheel [Gabriel de Perthuis]
1176 * GtkWindow
1177  - support named themed window icons [Matthias, Calum Benson]
1178 * New stock icons: file, directory, about, edit, connect, disconnect,
1179   and media player icons for forward, next, pause, play, previous,
1180   record, rewind and stop
1181 * GDK
1182  - support do-not-focus-on-map hint [Elijah Newren]
1183  - fix RGBA cursors [Michael Natterer]
1184 * gdk-pixbuf
1185  - reorganize headers [Matthias, Jeff Franks, Havoc Pennington]
1186  - flag to mark loaded images as scalable [Dom Lachowicz]
1187  - license information for loaders [Matthias]
1188  - simple multiple-of-90° rotation support [Matthias]
1189  - allow to disable loaders [Matthias]
1190  - bug fixes [Kouichirou Hiratsuka, Sven, Brian Cameron,
1191   Manish Singh, Morten Welinder]
1192 * X11 selections 
1193  - make incremental transfer of MULTIPLE work [Matthias]
1194  - don't do incremental transfer in 4k chunks [Matthias]
1195  - add selection ownership change notification [Matthias]
1196  - support text/plain targets [Matthias]
1197 * Win32 
1198  - bug fixes [Hans Breuer, John Ehresman, Tor Lillqvist, 
1199   Robert Ã–gren, Benoît Carpentier, J. Ali Harlow, Laurent Sansonetti]
1200 * Performance improvements
1201  - predict exposes for override-redirect windows [Søren Sandmann]
1202  - unset the background when mapping or unmapping windows [Søren]
1203  - support the update counter spec for smoother resizing [Søren]
1204 * Misc bug fixes [Matthias, Owen, Søren, Anders, Padraig O'Briain, 
1205   Crispin Flowerday, Michal Pasternak, Scott Tsai, Morten,
1206   Michael Natterer, Dmd Ljungmark, Sven, Billy Biggs, 
1207   Mark McLoughlin, Sam Stephenson, John Finlay, David Hawthorne, 
1208   Kent Sandvik, Davyd Madeley, Alexander Winston, Jean-François Wauthy, 
1209   Jeff Franks, Philip Kendall, Baris Cicek Yevgen Muntyan, 
1210   Bastien Nocera, Tim Janik, John Ehresman, Theppitak Karoonboonyanan, 
1211   Nickolay V. Shmyrev, William Jon McCann, Paolo Maggi, Lorenzo Gil 
1212   Sanchez, Jan-Marek Glogowski, Pawel Salek, Felipe Heidrich, Dmitry 
1213   M. Shatrov, Alex Larsson, Michael Hallendal, Scott Bronson, Kjartan 
1214   Maraas, Damien Carbery, Elke Meier]
1215 * Doc improvements [Matthias, Federico, Owen, Steve Chaplin, Tommi 
1216   Komulainen, Bastien Nocera, Billy Biggs, Sampo Nurmentaus, Steffen 
1217   Röcker, Doug Quale, Oliver Andrieu]
1218 * Updated translations (bg,lt,ne,tk,wa,en_GB)
1219
1220
1221 Overview of Changes from GTK+ 2.4.0 to GTK+ 2.4.1
1222 =================================================
1223 * GtkFileChooser
1224  - bug fixes [Morten Welinder, Federico Mena Quintero]
1225  - pre-fill the location entry [Federico]
1226  - internal api changes to allow setting a busy cursor
1227    while loading [Federico]
1228  - improve pathbar button sizing [Owen Taylor]
1229  - add keybindings for removing bookmarks [Federico]
1230 * GtkComboBox, GtkEntryCompletion
1231  - fix repositioning logic [Niklas Knutsson]
1232  - make keynav wrap around [Matthias]
1233  - improve theme compliance [Matthias, Brian Cameron]
1234 * GtkUIManager
1235  - accept unnamed <separator>s [Anders Carlsson]
1236  - robustify against gtk_widget_show_all() [Murray Cumming]
1237  - warn if an accelerator cannot be parsed  [Jody Goldberg]
1238 * Win32
1239  - fix DND positioning [Hans Breuer]
1240  - update gtkfilesystemwin32 [Tor Lillqvist, J. Ali Harlow]
1241  - make filechooser work on Windows [Tor]
1242  - draw arcs more correctly [Tor]
1243  - disable tables support by support, add --use-wintab to
1244    get it back  [Tor]
1245 * Make color wheel accessible [Padraig O'Briain]
1246 * Support _NET_WM_USER_TIME [Elijah Newren, Soeren Sandmann]
1247 * Doc improvements [Federico, Matthias, Christian Persch]
1248   Olexiy Avramchenko, Tim-Philipp Müller]
1249 * Misc bug fixes [Alex Converse, Owen, Jacques Garrigue,
1250   Jonathan Blandford, Anders Carlsson, Christian, Hans,
1251   Matthias, Morten, Philip Langdale, Brian, Pedro Rodriguez,
1252   Soeren, Torsten Schoenfield, Dongho Shin, Andrew E. Makeev,
1253   Todd Goyen, Tim Gerla, John Finlay, Theppitak Karoonboonyanan,
1254   John Ehresman, Chris Sherlock, Jody]
1255 * Updated translations (af,ar,az,bn,br,ca,cs,cy,da,de,el,en_CA,
1256   en_GB,es,et,eu,fi,fr,ga,gu,he,hr,hu,id,is,it,ja,ko,lt,mi,ml,
1257   mn,mr,ms,ne,nl,nn,no,pa,pl,pt,pt_BR,sk,ru,sq,sr,sr@ije,sr@Latn,
1258   sv,tr,uk,uz,wa,zh_CN)
1259
1260 Overview of Changes from GTK+ 2.3.6 to GTK+ 2.4.0
1261 =================================================
1262 * GtkFileChooser
1263  - Handle icon theme changes [Federico, Jonathan]
1264  - Add reordering bookmarks via DND [Federico]
1265  - Cache filesystem data inside GtkFileSystemUnix backend [Morten Welinder]
1266  - Implement local-only mode so that apps don't get remote paths
1267    they don't expect [Owen Taylor]
1268  - Add Alt-Down keybinding [Mark McLoughlin, Owen]
1269  - Major rewrite of location dialog completion code [Jonathan]
1270  - Bug fixes [Federico, Jonathan, Morten, Mark, Owen, Anders Carlsson, 
1271    Soeren Sandmann, Olivier Andrieu]
1272 * GtkComboBox [Matthias Clasen]
1273  - Handle the case of no-active-row properly
1274  - Improve positioning of popup
1275  - Miscellaneous bug fixes
1276 * Win32 [Tor]
1277  - Handle different install locations for gdk-pixbuf loaders
1278  - Bug fixes [John Ehresman, Bruce Hochstetler, Dave Neary]
1279 * Improve handling of foreign GdkWindows on destruction [Soeren, Owen]
1280 * Require Control-Tab to focus labels [Owen]
1281 * RTL flipping for GtkArrow [Semion Chichelnitsky]
1282 * Support justifcation with wrapping off in GtkTextView [Owen, Felipe Heidrich]
1283 * Change layout algorithm for mixed gridded/non-gridded menus
1284   to fix performance problems [Soeren, Owen, Christian Persch]
1285 * Doc improvements [Matthias, Owen]
1286 * Misc bug fixes
1287 * Updated translations (ar,az,ca,cs,da,de,es,fr,ga,hr,it,ja,lt,no,nl,pt,ro,
1288   ru,sq,uk,zh_CN)
1289
1290 Other contributors: Dave Bordoley, Hans Breuer, David L. Cooper II, 
1291   Dennis Cranston, Dov Grobgeld, Niklas Knuttson, Kjartan Maraas, 
1292   Michael Natterer, Nils O. SelÃ¥sdal, Philip K Warren, Dan Winship
1293
1294 Overview of Changes from GTK+ 2.3.5 to GTK+ 2.3.6
1295 =================================================
1296 * GtkComboBox
1297  - Make menu positioning more like GtkOptionMenu [Matthias Clasen]
1298  - Improve keybindings [Matthias]
1299  - Bug fixes [Matthias, Owen, Damon Chaplin]
1300 * GtkFileChooser
1301  - Keep child directories in pathbar when changing to a parent
1302  - Reroot pathbar inside home directory, use icons [Jonathan]
1303  - Make the user actually select a file before hitting OK [Federico]
1304  - Fix folder mode to not have tree [Jonathan]
1305  - Add gboolean return values to operations that can fail [Federico]
1306  - Improve internal error handling [Morten Welinder, Federico]
1307  - Bug fixes [Federico, Jonathan, Morten, Anders Carlsson, Damon,
1308    Alex Larsson]
1309 * GtkTextView bug fixes [Paolo Borelli]
1310 * Win32 
1311  - Implement/stub missing GDK functions [Tor]
1312  - .defs file updates [Tor, J Ali Harlow]
1313  - Misc fixes [Hans Breuer]
1314 * Fix problem with excess symbol exports on Linux [James Henstridge]
1315 * Fix problem with 32-bit BMPs [Matthias]
1316 * Include config.h first everywhere [Morten]
1317 * Fix performance problem destroying menus [Soeren, Marco Pesenti Gritti]
1318 * Doc fixes and improvements [Matthias, Murray Cumming, Henning Nielsen Lund, 
1319   Vitaly Tishkov]
1320 * Updated translations (az,cs,cy,da,de,el,en_CA,es,fi,fr,ga,hu,ja,ko,lt,mn,
1321   nl,no,pl,pt,sq,sr,sr@ije,sr@Latn,sv,th,zh_CN)
1322 * Misc bug fixes
1323
1324 Other contributors: Crispin Flowerday, Mark McLoughlin, Michael Meeks, 
1325   Michael Natterer,Christian Neumair, Padraig O'Briain, Geoff Reedy, 
1326   Olivier Ripoll
1327
1328 Overview of Changes from GTK+ 2.3.4 to GTK+ 2.3.5
1329 =================================================
1330 * GtkFileChooser [Federico Mena Quintero]:
1331  - Enable DND in the shortcuts list [Federico]
1332  - More folder modes [Jonathan R Blandford]
1333  - Resizing toplevel as contents change [Jonathan] 
1334  - Make the backend settable via GtkSetting [Alex Larsson, Owen Taylor]
1335  - Miscellaneous fixes.  [Jonathan, Morten Welinder, Alexander Larsson]
1336  - Add combo box to pick folder in Save mode. [Jonathan, Federico]
1337 * GtkComboBox
1338  - Memory leak/crash fixes [Damon Chaplin, Matthias Clasen]
1339  - Always grab when popping the list up [Damon, Matthias]
1340  - Fixes for dynamic changes to the model [Owen]
1341  - Improve popup positioning [Matthias]
1342 * Implement computation of bidi-base direction from text
1343   in GtkEntry, GtkTextView, GtkLabel [Dov Grobgeld, Owen Taylor]
1344 * Add gtk_entry_set_alignment() [Egon Andersen, Steffen Gutmann,
1345   Owen]
1346 * Fix wrong interpretation of new_order array for
1347   gtk_tree/list_store_reorder() [Owen]
1348 * Improve space allocation in menubars [Soeren Sandmann]
1349 * Improve key bindings in GtkEntryCompletion [Matthias]
1350 * Hide XCursor dependency [Soeren]
1351 * Make mouse wheel scrolling usable [Soeren]
1352 * Use resize cursors for resize grips [Soeren]
1353 * Set the right window group for menu and combo popups [Frederic Crozat,
1354   Jean-Philippe Chancelier, Soeren]
1355 * Add a way to list the mnemonic labels of a widget [Owen]
1356 * Add a group-changed signal to GtkRadioButton [Owen, Padraig O'Briain]
1357 * Export insertion cursor drawing functionality [Alexander Larsson, Owen]
1358 * Support squiggly red underlines in text views [Nicolas Setton, Owen]
1359 * Export GtkWindow key-press-event internals to allow 
1360   custom implementations [Tim Janik]
1361 * Add gtk_drag_source_set/get_target_list() [Mitch Natterer]
1362 * Fix drag-and-drop in GtkTextView to move [Paolo Borelli, Paolo Maggi]
1363 * Memory leak fixes [Owen]
1364 * Win32 fixes [Hans Breuer]
1365 * Misc. fixes [George Bronnikov, Simon Budig, J. Ali Harlow, David Hawthorne, Tim,
1366   Tomasz Lloczko, Mitch, Manish Singh, Owen]
1367 * Documentation improvements [Matthias, Federico, Torsten Schoenfeld]
1368 * Updated translations (ar,cs,da,de,en_CA,es,et,fi,fr,it,ja,ko,nl,pt,ru,sr,sr@ije,
1369   sr@Latn,sq,sv,th,zh_CN)
1370
1371 Overview of Changes from GTK+ 2.3.3 to GTK+ 2.3.4
1372 =================================================
1373 * Fix broken gtk_binary_age setting causing wrong soname [Owen Taylor]
1374 * Add some extra GtkExpander docs [Federico Mena Quintero]
1375 * Misc bug fixes [Matthias Clasen, Damon Chaplin, Owen, Uwe Zeisberger]
1376 * Updated translation (ga)
1377
1378 Overview of Changes from GTK+ 2.3.2 to GTK+ 2.3.3
1379 =================================================
1380 * GtkFileChooser [Federico Mena Quintero]:
1381  - Support bookmarks in GtkFileSystemUnix. [Jan Arne Petersen]
1382  - Correctly handle typed-in filenames in save mode, folder mode, and
1383    multiple-selection mode in all combinations.
1384  - Don't erase the filename in the entry when changing folders.
1385  - Support icons in GtkFileSystemUnix.
1386  - GtkFileChooserDialog now comes up at a reasonable size.
1387  - GtkFileSystemUnix now notifies correctly on ::create_folder().
1388  - Slight GUI reorganization.
1389  - File system module support. [Alexander Larsson]
1390  - Pathbar widget. [Jonathan R. Blandford]
1391  - Miscellaneous fixes. [Christian Persch, Jan Arne Petersen, Anders Carlsson,
1392    Padraig O'Briain, Alexander, Jonathan]
1393  - Win32 fixes, GtkFileSystemWin32 work. [Hans Breuer]
1394  - Memory leak fixes [Morten Welinder]
1395 * GtkTreeView:
1396  - Fix return values. [Federico, R. McFarland]
1397  - Properly cancel the arrow animation. [Michael Zucchi]
1398  - Allow custom icon sizes in pixbuf cell renderer. [Erik Grinaker]
1399  - Don't darken the sort column unless there are three visible columns
1400    [Jonathan]
1401 * GtkToolbar:
1402  - Improve the sliding implementation. [Soeren Sandmann]
1403  - Add writeonly ::group property to GtkRadioToolButton. [Soeren, 
1404    Olivier Andrieu]
1405  - Misc fixes. [Morten, Jeroen Zwartepoorte, Michel Meeks, Soeren]
1406 * Menus:
1407  - Make menus work better on Xinerama [Matthias]
1408  - Fix keynav in RTL mode. [Matthias]
1409  - Fix grid mode, removing of items. [Matthias, Vincent Noel]
1410  - Make tearoff menu items work anywhere in menus. [Matthias]
1411  - Improve popup/popdown behaviour. [Soeren]
1412 * gdk-pixbuf:
1413  - Fix some problems with indexed BMPs [Kazuho Okui, Matthias]
1414  - Work around some libjpeg header file craziness [Manish Singh]
1415 * Assume gravity works. [Soeren]
1416 * Cache GCs for drawing. [Brian Cameron, Soeren]
1417 * Handle focus adjustment correctly for deeply nested focus locations. 
1418   [Matthias, Owen Taylor]
1419 * Use reference counting for shared data in GtkActionGroup. 
1420   [Matthias, Adam Hooper]
1421 * Add a "use-separator" style property to GtkMessageDialog, and make
1422   it not resizable. [Federico]
1423 * Add 'const' to uses of GdkColor that need it. [Federico]
1424 * Put focusable labels in the focus chain. [Federico]
1425 * Make destroying widgets in focus-out-event work. [Owen, Grant Gayed]
1426 * Add properties to GtkAdjustment [Murray Cumming]
1427 * Add change notification to GtkAccelMap [Matthias, Owen]
1428 * Add settings to suppress icons in buttons and menus. [Matthias]
1429 * Add Xft settings for hinting and antialiasing. [Federico, Owen]
1430 * Make size of indicator in menu items themeable. [Bill Hanemann, 
1431   Narayana Pattipati, Matthias]
1432 * Fixes to GtkIconTheme [Torsten Schoenfeld]
1433 * Improve drawing of GtkExpander. [Mark McLoughlin]
1434 * Improve drawing of paned handles. [Soeren]
1435 * Remove broken hangul input module. [Changwoo Ryu]
1436 * Remove C++-style comments. [Damien Carbery]
1437 * Memory leak fixes. [Christian Persch, Richard Hult, Morten, Matthias]
1438 * RTL mode (flipping) fixes. [Mitsuru Chinen, Semion Chichelnitsky]
1439 * Accessibility improvements for tooltips, GtkScale. [Padraig]
1440 * Make the ZOOM_100 and ZOOM_FIT labels HIG-compliant. [Mariano Suarez-Alvarez]
1441 * Win32 fixes. [Tor Lillqvist]
1442 * Documentation:
1443  - New section on how to check for modifier keys correctly. [Federico]
1444  - Miscellaneous improvements.  [Pascal Haakmat, Jan Huelsbergen,
1445    Tim-Philipp Müller, Matthias]
1446 * New and updated translations (ar,az,cs,da,de,en_CA,el,es,fi,fr,ga,hr,it,ja,
1447   ko,mi,mn,ms,nl,nn,no,pl,pt,ru,sq,sr,sr@Latn,sv,ta,th,uz,uz@Latn)
1448 * Other contributors: Christian Biere, Christopher Blizzard, Paolo Borelli, 
1449   Dan Damian, Rodney Dawes, John Ellis, David Hawthorne, Marco Pesenti Gritti,
1450   Felipe Heidrich, Jonas Jonsson, Theppitak Karoonboonyanan, Tommi Komulainen,
1451   Julio M. Merino Vidal, Gregory Merchan, Benjamin Otte, Joshua N. Pritikin,
1452   Yu Shao, Yao Zhang
1453
1454 Overview of Changes from GTK+ 2.3.1 to GTK+ 2.3.2
1455 =================================================
1456 * GdkPixbuf
1457  - Add functions to save pixbufs to non-file locations.  [Tim Evans]
1458  - Add a function to determine the type and size of a file without
1459    loading it completely.  [Matthias Clasen]
1460  - Turn pixbuf attributes into construct-only properties. [Matthias]
1461  - Fix building gdk-pixbuf with --disable-modules --with-included-loaders.
1462    [Matthias, Owen Taylor]
1463 * Fix the logic for changing the toplevelness of a window.  [Soeren Sandmann]
1464 * Do not interpret distant clicks as double clicks, using a
1465   new double-click-distance setting.  [Matthias]
1466 * Improve the GDK API for dealing with group leaders. [Matthias]
1467 * Utility function for application launching in multi-screen scenarios.
1468   [Mark McLoughlin]
1469 * Support big and small and alpha-blended icons under Win32. [Tim Evans]
1470 * Misc Win32 improvements [Tor Lillqvist, Hans]
1471 * GtkFileChooser [Federico]
1472  - Fix new filename entry in Save mode [Jan Arne Petersen]
1473  - Improved the look of GtkFileChooserDefault. [Tuomas Kuosmanen]
1474  - Added support for file system volumes such as CD-ROMs, 
1475    floppies, and network shares.
1476  - Add a "New Folder" button for Save mode in GtkFileChooser.
1477  - Better support for Folder mode.
1478 * GtkTreeView
1479  - Speed up by adding a fixed height mode.  [Kristian Rietveld]
1480  - Add a single-paragraph mode and a language property to 
1481    GtkCellRendererText [Kristian Rietveld]
1482  - Add a editing-canceled signal to GtkCellRenderer [Federico Mena Quintero]
1483  - Misc GtkTreeView bug fixes [Kristian, Soeren, Jonathan Blandford]
1484 * Add a way to list the supported targets of a clipboard. [Dom Lachowicz]
1485 * Add stock icons: harddisk, indent, unindent.  [Hans Breuer, Jody Goldberg]
1486 * Improve the GtkCalendar drawing code.  [Matthias]
1487 * GtkCalendar supports starting the week on any day [Matthias]
1488 * Make GtkToolbar compatible with 2.2 again [Soeren]
1489 * Misc GtkToolbar fixes and API improvements [Christian Persch, 
1490   Olexiy Avramchenko, Jody, Soeren]
1491 * Misc GtkUIManager fixes and API improvements.  [Jody, Matthias, Jeff Franks]
1492 * Add a way to lock individual accelerator paths  [Matthias]
1493 * Add gtk_menu_shell_cancel() to emit the "cancel" signal on 
1494   a menu shell.  [Matthias]
1495 * Fix dynamic menus. [Matthias, Michael Meeks]
1496 * Add xalign, yalign properties to GtkButton. [Jody]
1497 * Implement or improve RTL support in GtkComboBox, GtkCellView, 
1498   GtkViewport [Semion Chichelnitsky, Matthias, Kristian]
1499 * Support for "no focus" windows. [Matthias]
1500 * Documentation improvements [Matthias, Federico, Manish, Murray Cumming, 
1501   Theppitak Karoonboonyanan]
1502 * FAQ updates [Tony Gale]
1503 * Split the translations into two domains: ui strings and
1504   error messages go to gtk20, property nicks and blurbs to 
1505   gtk20-properties. [Matthias]
1506 * New and updated translations (af,ar,bn,br,cs,cy,da,de,es,et,fa,fr,ga,hr,
1507   it,ja,ko,lt,mn,ms,nl,nn,no,pl,pt,pt_BR,ru,sr,sr@Latn,sv,sq,wa)
1508 Other contributors: Olivier Andrieu, Herman Bloggs, Anders Carlsson,
1509   Marco Pesenti Gritti, Bill Haneman, Alexander Larsson, Noah Levitt, 
1510   Kjartan Maraas, Evan Martin, Tim-Philipp Müller, Christian Neumair, 
1511   Joshua N Pritikin, Sebastian Rittau, Daniel Rogers, Manish Singh, 
1512   Torsten Schoenfeld, Alexander Winston, Johannes Weißl,  Morten Welinder, 
1513   Adam Wright
1514
1515 Overview of Changes in GTK+-2.3.1
1516 =================================
1517 * Improve sanity checks on gdk-pixbuf loaders [Matthias Clasen]
1518 * GDK
1519  - Add GDK_DEBUG=xinerama that fakes a 2x2 Xinerama mode [Matthias]
1520  - Make gdk_drawable_copy_to_image public [Matthias, Peter Zelezny]
1521 * Misc Win32 bug fixes [Tor Lillqvist, John Ehresman, Tim Evans]
1522 * Action-based menu/toolbar API [Matthias]
1523  - Add "name" construct-only parameter to GtkActionGroup
1524  - Bug fixes [Marco Pesenti Gritti, Christian Persch]
1525 * Change ranges for Saturation/Value to be 0-100 in GtkColorSelection
1526   [Gregory Merchan, Matthias]
1527 * GtkComboBox [Kristian Rietveld]
1528  - Make model and text_column properties not construct-only [Murray Cumming]
1529  - Fix sizing
1530  - Add mouse wheel support [Matthias]
1531 * Various GtkEntryCompletion bug fixes [Kristian, Piers Cornwell, Marco]
1532 * GtkExpander
1533  - Add a "use_markup" property, gtk_expander_set/get_use_markup
1534  - Fix bugs when unrealizing/destroying [Mark McLoughlin]
1535 * GtkFileChooser [Federico Mena Quintero]
1536  - Add a GtkFileSystemWin32 [Hans]
1537  - Use GtkEntryCompletion in GtkFileChooserEntry 
1538  - Add a render_icon to GtkFileSystemIface to allow the 
1539    GnomeVFS backend to supply appropriate icons
1540  - Improve selection handling in bookmarks list [Federico, Owen Taylor]
1541  - Support drops on the bookmarks list
1542  - Display error dialogs on failed operations
1543  - Many UI tweaks [Federico, Iain Holmes,Hans-Petter Jansson]
1544  - Ignore filters for folders [Dave Malcom]
1545  - Misc file chooser bug fixes [Owen, Christian Persch, Taavi Talvik]
1546 * Menus
1547  - Make torn-off menus transient-for the window they were torn from
1548    [Matthias, Jon-Kare Hellan]
1549  - Fix menu positioning for Xinerama, add gtk_menu_set_monitor()
1550    for use by position functions [Matthias]
1551  - Tweak menu delay parameters, add a default width [Soeren Sandmann]
1552 * Make g_message_dialog_new_with_markup() automatically escape
1553   arguments, add g_message_dialog_set_markup() [Owen]
1554 * Add read-only min-position/max-position properties to GtkPaned
1555 * GtkToolbar [Soeren]
1556  - Support gaps in the toolbar with expand=true/draw=false separators
1557  - Improve drop-location preview handling
1558  - Take a GtkRadioToolButton as the parameter to
1559    gtk_radio_tool_button_new_from_widget [Murray Cumming]
1560  - Many misc toolbar bug fixes [Soeren, Marco]
1561 * GtkTreeView bug fixes [Morten Welinder, David Hampton]
1562 * Add gtk_window_is_active()/gtk_has_toplevel_focus() getters
1563   to go along with properties [Owen Taylor]
1564 * Add gtk_widget_can_activate_accel() / ::can-activate-accel
1565   signal to fix handling of accelerators on insensitive parent
1566   menu-items. [Tim Janik]. (*Note*: the details here will probably
1567   change, since similar problems for mnemonics aren't handled.)
1568 * Implement or improve RTL support in GtkAlignment, GtkCombo, 
1569   GtkNotebook, GtkScrolledWindow, GtkTreeView, GtkViewport.
1570   [IBM L3 NLS Support Team]
1571 * Fix string setters for self-assignment [Matthias, Soeren]
1572 * Finish multi-head handling in gtk-demo [Matthias]
1573 * Fix install rules for generating gdk-pixbuf.loaders [Manish Singh]
1574 * Reference doc improvements [Matthias, Soeren,
1575   Federico Mena Quintero, Michael Natterer, Owen Taylor, Olexiy Avramchenko]
1576 * FAQ updates [Tony Gale]
1577 * New and updated translations (ca,cs,cy,de,el,es,ja,mn,nl,nn,no,pl,pt,sr,
1578   sr@Latn,sv,th)
1579
1580 Other contributors: Jorn Baayen,Damon Chaplin, Jeff Franks, Diego Gonzalez,
1581   Richard Hult, Egmont Koblinger, Thomas Leonard, Ross McFarland, 
1582   Padraig O'Briain, Tomas Ã–gren, Danilo Segan
1583
1584 Overview of Changes from GTK+-2.2.x to GTK+-2.3.0
1585 =================================================
1586
1587 * New Widgets
1588  - GtkFileChooser: a replacement for GtkFileSelection with 
1589    replaceable backends, many new API features, better user
1590    interface (UI is still a work in progress) [Owen Taylor, 
1591    Federico Mena Quintero]
1592  - New combo box widgets: GtkComboBox, GtkComboBoxEntry [Kristian Rietveld]
1593  - New "disclosure triangle" widget: GtkExpander [Mark McLoughlin]
1594  - "Picker button" widgets based on code from libgnomeui: 
1595    GtkFontButton, GtkColorButton [Matthias Clasen]
1596
1597 * Widget improvements:
1598  - Autocompletion for entries: GtkEntryCompletion [Kristian]
1599  - Add separate padding for all 4 sides of GtkAlignment [Murray Cumming]
1600  - Add input-only event boxes for trapping events [Alex Larsson]
1601  - Support RTL flipping for GtkHPaned, tab navigation [Soeren, Matthias]
1602  - Support up to four scroll arrows on GtkNotebook and make which
1603    ones are displayed themeable. [Matthias]
1604  - GtkCalendar improvements: make the arrows spin, support RTL flipping,
1605    automatic week start selection, DND support, improve API 
1606    for setting options [Matthias]; mousewheel support [Abigail Brady]
1607  - New properties: GtkButton::focus_on_click, GtkCheckMenuItem::draw_as_radio
1608    [Soeren, Matthias]
1609  - New functions: gtk_window_set_default_icon(), 
1610    gtk_message_dialog_add_buttons(), gtk_button_box_get_child_secondary()
1611    [Matthias]
1612  - Add missing "role", "decorated", "gravity" properties for GtkWindow,
1613    "has_resize_grip" for GtkStatusBar. [Matthias]
1614  - Add child properties for GtkPaned [Matthias, Soeren]
1615
1616 * Menus
1617  - New action-based menu API: GtkUIManager, GtkActionGroup, 
1618    GtkAction, etc. [James Henstridge, Matthias, Soeren Sandmann,
1619    Marco Pesenti Gritti, Philip Langdale]
1620  - Support for tabular menus [Kristian]
1621  - New positioning algorithm for popup menus [Soeren]
1622
1623 * GtkTextView [Matthias]
1624  - Add properties "accepts_tab" [Soeren], "overwrite" property 
1625    [Jeroen Zwartepoorte], "buffer"
1626  - Add gtk_text_buffer_select_range()
1627  - Implement drag-selection by words/lines (also for Gtkentry)
1628  - Some fixes to invisible text handling
1629  - Add support for GTK_WRAP_WORD_CHAR [David Brigada]
1630  - Clean up handling of horizontal paging
1631  - Fix scrolling with non-visible cursor
1632  - Add internals documentation [Havoc Pennington]
1633
1634 * GtkToolbar [Soeren]
1635  - Add a more constistent and extensible toolbar API; preserve
1636    old API for backwards compatibility [James, Anders Carlsson, Owen]
1637  - Support for sliding buttons like OS X
1638  - Keyboard navigation
1639  - Support "priority text"
1640  - Overflow menu
1641  - Better handling of really wide buttons [David Bordoley]
1642  - Drawing improvements
1643  - Support context menu
1644
1645 * GtkTreeView [Kristian Rietveld]
1646  - Handle RTL [Matthias, Jonathan]
1647  - Add expand flag to column packing parameters [Jonathan, Kristian]
1648  - gtk_tree_path_free now silently returns on NULL paths
1649  - Move row reference updating code to closures
1650  - Fix TreeView DnD: make TreeStore DnD work, make drops on empty views work,
1651    get rid of gtk-tree-model-drop-append.
1652  - Add a filtering tree model: GtkTreeModelFilter [Kristian]
1653
1654 * gdk-pixbuf
1655  - Add a loader for PCX files [Josh Beam]
1656  - Improve calculation of filter weights for scaling [Brian Cameron, Owen]
1657  - Support TGA files with arbitrary origins [Matthias]
1658  - Add gdk_pixbuf_loader_new_with_mime_type() [Dom Lachowicz]
1659    gdk_pixbuf_new_from_file_at_size() [Dom, Owen, Matthias]
1660  - Add saving support for ICO and CUR
1661  - Improve handling of GIFs with oversized frames [Matthias]
1662
1663 * GDK:
1664  - Support for full-color / alpha-channel cursors [Matthias]
1665  - Remove support for non-X fonts and for pango-1.0; always require Xft2 [Owen]
1666  - Fix handling of recursive calls to gdk_window_begin_paint() [Soeren]
1667  - Many small changes to reduce round trips on startup; 
1668    add gdk_display_flush() [Owen]
1669  - Use Xlib asynchronous APIs to reduce roundtrips on startup
1670    and during DND [Owen]
1671  - Other changes to improve DND for large-latency connections [Owen]
1672  - Add support for EWMH "above" and "below" states [Manuel Clos] (also
1673    in GtkWindow)
1674  - Add Add GDK_MOUSE_DEVICE envvar for linux-fb backend [Marc Welz]
1675  - Other small linux-fb fixes [Eric Warmenhoven]
1676
1677 * Miscellaneous
1678  - Add support for named themable icons; use this facility to 
1679    provide the default stock icon images [Owen Taylor, based
1680    on code by Alex Larsson]
1681  - Add gtk_widget_queue_resize_no_redraw() for more efficient
1682    resizing; use for GtkTextView. Redraw less on focus changes. [Soeren]
1683  - Add gtk_widget_queue_resize_no_redraw() [Soeren]
1684  - Default theme improvements, especially for menus. Add some
1685    more style properties. [Soeren]
1686  - Add authentication stock icon [Matthias, art by Jakub Steiner]
1687  - Allow "none" to be set for input method GtkSettings [Hidetoshi Tajima]
1688  - Convert build system to automake-1.7; many cleanups and
1689    improvements. [James Henstridge, Owen]
1690  - Win32 fixes for new widgets [Hans]
1691  - Add right-to-left variants of some stock icons [Matthias]
1692
1693 * Documentation
1694  - Use XML source for man pages; add man pages for tools that didn't
1695    have them before [Matthias]
1696  - Tutorial improvements [Sebastian Rittau, Tony Gale, Roger Leigh, Matthias]
1697  - FAQ improvements [Tony, Gonzalo Odiard, Owen]
1698  - Misc documentation improvements [Matthias, Frederic Lespez, Tomas Ogren, 
1699    Martin Pool, Mariano Suarez-Alvarez]
1700
1701 * Deprecations
1702  - GtkItemFactory [Replaced by GtkUIManager]
1703  - GtkCombo, GtkOptionMenu [Replaced by GtkComboBox]
1704  - Miscellaneous functions that were renamed in 
1705    GTK+-2.0 and GTK+-2.2 [Matthias, Manish Singh, Soeren]
1706
1707 Other contributors: Krasimir Angelov, Archit Baweja, Sebastien Bacher,
1708   Steve Chaplin, John Darrington, Daniel Elstner, Marco Pesenti Gritti, 
1709   Jody Goldberg, David Hampton, Richard Kinder, Christian Persch, 
1710   Roozbeh Pournader, Christian Reis, Christian Rose, Joe Shaw, 
1711   Vasilis Vasaitis, Morten Welinder
1712
1713 ----------------------------------------------------------------------
1714
1715 Overview of Changes in GTK+ 2.2.4
1716 =================================
1717 * Revert TreeView fix which broke context menus in different applications
1718   [Kristian Rietveld]
1719 * Typo fixes [Kjartan Maraas]
1720 * Make pressing END not put the menu in scrolling mode [Kris]
1721 * Misc bug fixes [Tor Lillqvist, Bruce Hochstetler, Kjartan, Tony Gale]
1722 * New and updated translations (sq, cy, hi, nl, de, es, zh_CN, ja, no, el)
1723
1724 Overview of Changes in GTK+ 2.2.3
1725 =================================
1726 * GdkPixbuf [Matthias Clasen]
1727  - Fix some problems with overflows when scaling down [Tomas Ã–gren]
1728  - Many GIF bug fixes [Matthias, Federico Mena Quintero]
1729  - Prefer 32-bpp ICOs, fix bugs with them
1730  - Fix problem with absolute filenames and gdk-pixbuf-query-loaders
1731    [Jens Elker]
1732  - Make gdk-pixbuf-csource include alignment magic [Brian Cameron]
1733 * Win32 [Tor Lillqvist]
1734  - Add multiple monitor support
1735  - Major event and key handling rewrite, including IME fixes
1736  - Fix handling of toplevel window positions
1737  - Add support for all window geometry hints (gridded geometry, etc.)
1738  - Fix DND to ignore drag window [Tony M Brown, Herman Bloggs]
1739  - Fix GdkImage memory leak [J. Ali Harlow]
1740  - Remove leftover OwnerGrabButtonMask emulation (fixes lots)
1741  - Misc bug fixes [Many from Hans Breuer, Tim Evans]
1742  - Build fixes and improvements [Peter Zelezny]
1743 * X11
1744  - Fix extremely common crash where we interpreted the timestamp
1745    field of a XKB event as a window ID and found a pixmap that matched.
1746    [Owen Taylor, with essential backtrace from Kjartan Maraas]
1747  - Fix CapsLock and NumLock for non-XKB [Robert Basch]
1748  - Fix problems with, eg. Ctrl-Alt-Backspace hiding Cntrl-Backspace [Owen]
1749  - Workaround Xinerama servers reporting wrong depths [Owen]
1750 * GtkTreeView [Kristian Rietveld]
1751  - Fix scrolling once more [Pedro Gimeno, Michael Natterer, Timo Sirainen]
1752  - Don't get confused by the Control key when handling selection
1753    from an accelerator like <Control>B [Michael Natterer]
1754  - Many misc fixes [Matthias, Marco Pesenti Gritti, Tim Janik, Alex Larsson, 
1755    Tim-Philipp Müller, Michael Natterer, Josh Parsons, Yann Rouillard,
1756    Rene Seindel, Owen Taylor, Alp Toker, Morten Welinder]
1757 * Input methods
1758  - Handle input methods exiting and starting while the 
1759    app is running [Hidetoshi Tajima]
1760  - Fix infinite loop when closing input methods [Owen,
1761    Takuro Ashie, Hidetoshi]
1762  - Add a 'cedilla' input method with c+acute => cedilla and use
1763    as the default for languages that use cedilla. [Gustavo De Nardin,
1764    Owen, Fco. Javier F. Serrador]
1765  - Fix status window for multihead [Owen, James Su]
1766  - Remember imcontext attributes when switching methods [Owen, 
1767    Botond Botyanszki]
1768 * GtkFileSelection [Owen]
1769  - Fix selection of "UntitledN" on initial map [Mark Finlay]
1770  - Fix an annoying bug with cursor positioning on failed completion
1771  - Misc Fixes [Owen, Tor]
1772 * Other widgets
1773  - Fix problem with GtkOptionMenus coming up in the wrong place [Kristian]
1774  - Fix problem with spinbuttons not getting enough space [Morten Welinder,
1775    Kristian]
1776  - Fix an infinite loop when resizing GtkTextView [Owen, Frederic Crozat]
1777  - Don't include menu labels in gtk_notebook_forall [Owen]
1778  - Fix problem with XEMBED (GtkPlug) clients that don't take focus stealing
1779    focus [Owen]
1780  - Accept color drops with wrong format from KDE [Matthias]
1781 * Fix problem from gnome-theme-manager playing tricks and
1782   making event->window a pixmap. [Anders Carlsson]
1783 * Ignore Caps-lock when matching accelerators
1784 * Fix 5-year-old bug where toplevels didn't fully refresh properly
1785   on theme change [Owen, Rajkumar Siva]
1786 * Don't require precompiled gdk-pixbuf-csource when cross-compiling
1787   from a tarball [Owen]
1788 * Documentation improvements [Matthias, Noah Levitt, Tor, Doug Quale, 
1789   Morten Welinder]
1790 * Misc bug fixes [Keith Bissett, Botond Botyanszki, Damien Carbery,
1791   Arno Charlet, Felipe Heidrich, Charles Kerr, George Lebl, Noah, Tor, 
1792   Callum McKenzie, Michael Meeks, Denis Mikhalkin, Thomas Mirlacher,
1793   Kristian, Masahiro Sakai, Soeren Sandmann, Benedikt Spranger, Owen, 
1794   Luis Villa]
1795 * New and updated translations (ar,az,cs,cy,be,de,es,fi,fr,he,hi,hu,id,is,it,
1796   ko,lt,ml,mn,nl,ne,no,pl,pt,pt_BR,ru,sk,sr,sr@Latn,ta,wa,zh_TW,zh_CN)
1797
1798 Overview of Changes in GTK+ 2.2.2
1799 =================================
1800
1801 * GdkPixbuf [Matthias Clasen]
1802  - Fix animation of slow-loading progressive GIFS
1803  - Fix long-standing animated GIF display bug with transparency
1804  - Misc bug and portability fixes [Rick Jones, Tim Mooney, Marijn Ross]
1805 * GDK [Owen Taylor]
1806  - Draw continuous underlines between Pango layout runs when 
1807    possible [Kang Jeong-Hee]
1808  - Fix gdk_pixbuf_from_drawable() for big endian [Christian Petig]
1809    Major rewrite of 16-bit handling for pixbuf_from_drawable()
1810 * X11 backend [Owen]
1811  - Fix build on X11R5 [Albert Chin]
1812  - Fix switching keyboard layouts while running [Egmont Koblinger]
1813  - Work around RENDER extension bugs on certain Sun X servers [Morten Welinder]
1814  - Zero unused fields in client messages we send Lubos Lunak]
1815  - Fix occasional segfault when drawing pixbufs [Hans Petter Jansson]
1816  - Fix wrong initializaiton that was keeping XShm from being used.
1817 * Win32 backend [Tor Lillqvist]
1818  - Tweak line drawing
1819  - Mouse/cursor fixes [Allin Cottrell]
1820  - Better handling of floppy drives in GtkFileSelection
1821  - Misc fixes [Arnaud Charlet, Cedric Gustin, Martyn Russell]
1822 * Input methods [Hidetoshi Tajima]
1823  - Add rules for Greek accents to GtkIMContextSimple [Vasilis Vasaitis]
1824  - Fix sorting of rules in GtkIMContextSimple [Vasilis]
1825  - Miscellaneous GtkIMContextXIM fixes 
1826  - Fix translation of input context names
1827 * Fix keyboard accelerators/bindings on Numeric Keypad [Owen, Olivier Ripoll]
1828 * Add Delete to GtkEntry context menu, Delete/Select All 
1829   to GtkTextView context menu [Matthias]
1830 * Keynav tweaks in GtkFileSelection, GtkColorSel [Matthias]
1831 * Add C-A-PgUp/Down as alternative notebook page switching keys [Matthias]
1832 * GtkTextView
1833  - Fix redrawing on color-only changes [Owen, Gustavo Giráldez]
1834  - Don't scroll to cursor on focus in [Paolo Maggi]
1835  - Fix spot location reported to input method [Owen, TOKUNAGA Hiroyuki, 
1836    Yao Zhang]
1837  - Miscellaneous bug fixes [Torbjörn Andersson, Matthias, Manual Clos,
1838    Padraig O'Briain, Owen]
1839 * GtkTreeView [Kristian Rietveld]
1840  - Fix prelighting [Sven Neumann]
1841  - Set drag cursor earlier to allow apps to override [Daniel Elstner]
1842  - Speed up insertions into GtkTreeModelSort [Owen, Jonathan Blandford]
1843  - Get background/cell area handling right in GtkTreeViewColumn [Vasco
1844    Alexandre da Silva Costa]
1845  - Bug fixes [Benjamin Bayart, Jonathan Blandford, Peter Bloomfield, 
1846    Dave Cook, Felipe Heidrich, Richard Hult, Markus Lausser, Michael Natterer,
1847    Mariano Suarez-Alvarez, Owen]
1848 * Fix handling of border width for GtkToolbar [Rodney Dawes]
1849 * Rewrite adjustment handling of GtkViewport, fixing many bugs
1850   [Owen, Thomas Leonard, Michael]
1851 * Misc bug fixes [Dennis Björklund, Jonathan, Dave Bordoley, Rich Burridge, 
1852   Anders Carlsson, Arnaud, Matthias, Vasco Alexandre da Silva Costa, 
1853   Tim Evans, Larry Ewing, John Finlay, Jeff Franks, Jody Goldberg, 
1854   Jason D. Hildebrand, Charles Kerr, Alex Larsson, Noah Levitt, Xan Lopez, 
1855   Loban Rahman, Richard Reich, Soeren Sandmann, Charles Schmidt, 
1856   Rajkumar Siva, Owen, Sergey V. Udaltsov, Morten Welinder, Michael Zucchi]
1857 * Code cleanups [Matthias, Glynn Foster, Britton Kerin, Sven Neumann, 
1858   Doug Quale, Manish Singh, Morten Welinder]
1859 * Switch to using libtool-1.5
1860 * Build fixes [Matthias, J. Ali Harlow, Rich Kinder, Jon Nall, Sven, 
1861   Christian Rose]
1862 * Documentation improvements [Matthias, Noah Levitt, Sven Neumann]
1863 * New and updated translations (am,az,be,ca,cs,cy,da,de,el,es,fa,fi,fr,id,
1864   it,ko,li,ml,mn,ms,nl,no,pl,pt,sr,sr@Latn,sv,ta,uk,yi,zh_TW)
1865
1866 Overview of Changes in GTK+ 2.2.1
1867 =================================
1868 * Win32 [Tor Lillqvist]
1869  - Improve setting of window position / decorations
1870  - Implement gdk_pixmap_foreign_new() [Naofumi Yasufuku]
1871  - Fix various file selection bugs
1872  - Improve scheme for locating pixbuf loader modules
1873  - Miscellaneous fixes [Alex Shaduri, Kenichi SUTO, Ed Woods]
1874 * GtkTreeView [Kristian Rietveld]
1875   - made GtkTreeSortable work as the documentation advertises [Jarek Dukat]
1876   - fixed gtk_tree_view_set_sort_column_id so you can disable sorting [Soeren
1877     Sandmann, Jarek Dukat]
1878   - TreeView search now works on all values transformable by GValue and not
1879     just strings [Muktha Narayan]
1880   - _move/_swap fixage in the Stores [Matthew Tuck, Paolo Maggi]
1881   - a lot of misc bug fixes [Alex Duggan, Carlos Garnacho Parro, Hans Petter
1882     Jansson, Kjartan Maraas, Soeren, Dave Camp, Murray Cumming, Dave Cook,
1883     Gaël Le Mignot, Vasco Alexandre da Silva Costa]
1884 * GtkTextView [Matthias Clasen]
1885  - Fix keynav with invisible cursor
1886  - Fix misdrawing of cursor [Owen Taylor] and selection
1887  - Many miscellaneous fixes [Narayana Pattipati, Daniel Elstner]
1888 * Fix problem with accidental inclusion of a main() [Matthias]
1889 * Documentation improvements [Matthias, Havoc Pennington]
1890 * Fix problem with GtkColorsel and pixmap themes [Daniel]
1891 * Fix race condition with GdkRGB in PseudoColor [Shivaram Upadhyayula]
1892 * Warning fixes [Manish Singh]
1893 * configure fixes [Akira Tagoh]
1894 * New and updated translations (ca,de,es,et,ko,mn,pl,pt,vi,zh_CN)
1895 * Miscellaneous bug fixes [Matthias, Daniel, Martin Gansser, Louis Garcia, 
1896   Tommi Komulainen, Thomas Leonard, Ian Peters, Arvind Samptur, 
1897   Soeren Sandmann, Hidetoshi Tajima, Owen]
1898
1899 ----------------------------------------------------------------------
1900
1901 Overview of Changes in GTK+ 2.2.0
1902 =================================
1903 * Fix problem with the DND code and event filters [Bolian Yin, Owen Taylor]
1904 * GtkTreeView bug fixes [Kristian Rietveld, Soeren Sandmann, Matthias Clasen]
1905 * Documentation improvements [Matthias Clasen, Eric Warmenhoven, 
1906   James M. Cape]
1907 * Example portability fix [Sven Neumann]
1908 * Updated translations (es,ja,lv,ms,nl,ru,sk,sv)
1909
1910 Overview of Changes in GTK+ 2.1.5
1911 =================================
1912 * GtkFileSel fixes [Owen Taylor]
1913   - Fix ..<tab> to go up a dir [Francisco Bustamante]
1914   - Fix UTF-8 operation, so that non-ASCII works [Kang Jeong-Hee]
1915   - Use g_utf8_collate() not strcmp for sorting [Gregory Merchan]
1916 * Only close dialogs on Escape if they have a cancel button. [James Willcox]
1917 * Fix problem with resizing gnome-terminal popup [Soeren Sandmann]
1918 * Add Home/End/Page_Up/Page_Down keybindings for menus [Owen,
1919   Narayana Pattipati, Marius Andreiana]
1920 * Xinerama fixes for GtkMenu [Matthias Clasen]
1921 * Fix long-standing problem with Ami and GtkEntry [Owen, Kang Jeong-Hee]
1922 * Documentation additions and fixes [Matthias]
1923 * New and updated translations (am,bg,da,fr,fi,de)
1924 * Miscellaneous bug and build fixes
1925
1926 Other contributors: Johan Dahlin, James Henstridge, Jon Nelson, 
1927    Bastien Nocera, Christian Reis, Arvind Samptur, Anand Subra, Simon Wong
1928
1929 Overview of Changes in GTK+ 2.1.4
1930 =================================
1931 * Improved default color scheme [Soeren Sandmann, with advise from
1932   Tuomas Kuosmanen and Garrett LeSage]
1933 * Make pixmap creation functions take a GdkDrawable not a GdkWindow
1934   [Kristian Rietveld]
1935 * Support move-resize emulation for all edges. [Matthias Clasen]
1936 * Many fixes for X11 gdk_colormap_alloc_colors [Naofumi Yasufuku, Owen]
1937 * Remove extra selections for ButtonRelease in XInput code 
1938   [Garry Osgood, Owen]
1939 * Another attempt at fixing X focus tracking [Owen]
1940 * linux-fb VT switch improvements [Eric Warmenhoven]
1941 * Win32 [Tor Lillqvist]
1942   - Bug and win98 portability fixes for new tile/stipple code [Hans Breuer]
1943   - Improve maximized/minimized tracking
1944   - Bug fixes
1945 * Fix problem with gtk_combo_set_popdown_strings() not changing
1946   the entry text [Owen]
1947 * Support RTL flipping for statusbars [Matthias]
1948 * GtkTreeView bug fixes [Kristian Rietveld, Juri Pakaste, Erik Simonsen,
1949   Richard Hult, Carlos Garnacho Parro]
1950 * Use octal escapes rather than literal UTF-8 in strings [Owen]
1951 * Make a lot of read-only data const. [Matthias, Morten Welinder]
1952 * Misc bug fixes
1953 * New and updated translations (cs,es,el,he,hu,lv,no,ro)
1954
1955 Other contributors: Anders Carlsson, Chris Blizzard, Stephen Brown, 
1956    Erwann Chenede, Jon-Kare Hellan, John Finlay, Jarred Keuch, 
1957    Kjartan Maraas, Christian Neumair
1958
1959 Overview of Changes in GTK+ 2.1.3
1960 =================================
1961
1962 GDK:
1963 * Win32 [Tor Lillqvist]
1964   - fixes to multihead API stubs 
1965   - Comprehensively implement tiles and stipples
1966   - Handle tracking minimized/maximized [Arnaud Charlet]
1967 * linux-fb fixes [Eric Warmenhoven]
1968 * Use g_get_application_name() for default window titles and
1969   for the title of the client leader window [Owen, Havoc Pennington]
1970 * Complete resize-grippy support, move-resize emulation 
1971   [Anders Carlsson, Matthias Clasen]
1972
1973 GTK+ Core:
1974 * On screen change, recreate the widget's Pango context [Owen]
1975 * Fix problems with focus ending up on unmapped widgets [Owen]
1976 * Make g_object_set (gtk_settings_get_default (), ...) to override
1977   settings from XSETTINGS and ~/.gtkrc [Jonathan Blandford]
1978 * Make GtkInputDialog multihead aware [Owen]
1979 * Add a ::screen-changed signal to GtkWidget [Owen Taylor]
1980
1981 Widget improvements:
1982 * Draw/check menu items insensitive [Soeren, Tim Evans]
1983 * Fix color usage for radio/check menu item indicators [Soeren]
1984 * Add ::snap-edge-set-property to GtkHandleBox [Owen, Matthias]
1985 * RTL flipping improvements for GtkHandleBox, GtkMenuItem, GtkOptionMenu,
1986   GtkCheckMenuItem [Matthias Clasen]
1987 * GtkCombo improvements [Owen]
1988   - Don't leave it behind when switching desktops [Matthias Clasen]
1989   - Fix longstanding bug with unwanted moving of selection [Mike Fulbright]
1990   - Don't change entry contents until window is popped back up
1991   - Keynav fixes
1992 * Menu scrolling behavioral improvements [Owen, Ettore Perazzoli]
1993 * GtkNotebook keynav improvements [Owen]
1994 * Handle painting text on dark-colored progressbars [Soeren]
1995 * GtkTreeView  [Kristian Rietveld]
1996   - Privatize gtk_tree_store_move(), add gtk_tree_store_move_before/after()
1997   - Add GTK_CELL_RENDERER_FOCUSED flag
1998   - Keynav fixes, including adding boolean return values for keybinding
1999     signals (API breakage for API that noone should have been using)
2000     [Narayana Pattipati]
2001   - Add gtk_tree_view_column_cell_get_position()
2002   - Add an inconsistent state for GtkCellRendererToggle
2003   - Various bug fixes [Murray Cumming, Daniel Elstner, Vitaly Tishkov,  
2004     Morten Welinder, Robert Kinsella, Soeren]
2005
2006 Input Methods:
2007 * Sort the input method list in the right click popup [Abigail Brady]
2008 * GtkIMContextXIM bug fixes [HideToshi Tajima]
2009
2010 General:
2011 * Make sure that parameters don't shadow system functions [Soeren Sandmann]
2012 * Deprecation cleanups [Manish Singh]
2013 * Don't grab the focus to the default button in a GtkDialog [Daniel Elstner]
2014 * Doc improvements, including adding Since: for 2.2. additions 
2015   [Matthias Clasen]
2016 * Bug fixes, cleanups [Anders Carlsson, Daniel, Vitaly Tishkov, Matthias, 
2017   Iain Holmes, Gregory Merchan, Havoc Pennington, Soeren, Morten Welinder]
2018 * Build fixes [Owen, Jeff Waugh, Dan Mills]
2019
2020 Overview of Changes in GTK+ 2.1.2
2021 =================================
2022
2023 * Fixes for GtkIMContextXIM [HideToshi Tajima, Owen Taylor]
2024 * Remove usage of XLookupString outside of GtkIMContextXIM [Owen]
2025 * Handle Shift/Caps/Num_Lock properly for non-Xkb [Owen]
2026 * Add a --screen option to set default screen [Balamurali Viswanathan, Owen]
2027 * Add simple support for startup notification [Havoc Pennington]
2028 * Handle focus indication for check and radio buttons without children
2029   [Dave Camp, Owen]
2030 * Much work on improve submenu navigation [Soeren Sandmann]
2031 * Add "selected_shadow_type" property for menus [Soeren]
2032 * Add "scrollbar_spacing" style property [Anders Carlsson, Owen]
2033 * Rework GtkPaned keynav [Soeren, Calum Benson]
2034 * Sensitivity and keynav fixes for GtkFileSelection [Muktha Narayan, Owen]
2035 * Removed mnemonics for GtkToolbar Items [Mikael Hallendal]
2036 * Tree view fixes and speedups 
2037   [Kristian Rietveld, Daniel Elstner, Havoc Pennington]
2038 * Allow themes to set GtkTreeView even/odd row colors [Kristian]
2039 * Doc fixes and improvements [Matthias Clasen, Vitaly Tishkov]
2040 * Win32 fixes [Tor Lillqvist]
2041 * Misc cleanups and bug fixes
2042
2043 Other contributors: Phil Blundell, Erwann Chenede, Jeremy Katz, 
2044    Padraig O'Briain, Havoc Pennington, Timo Sirainen, Nam SungHyun,
2045    Matt Wilson,
2046
2047 Overview of Changes in GTK+ 2.1.1
2048 =================================
2049 * Cleanup of use of deprecated functions in GTK+ [Manish Singh]
2050 * Add support for separately installed Pixbuf loaders [Matthias Clasen]
2051 * linux-fb improvements including window maximization. [Eric Warmenhoven]
2052 * Fix to compile again with Xft version 1 [Owen Taylor]
2053 * Fix handling of pointer on multiple screens [Owen]
2054   - Add gdk_event_set/get_screen() via evil hack
2055   - Add GdkDisplayPointerHooks to replace GdkPointerHooks
2056   - gdk_screen_get_window_at_pointer() => gdk_display_get_window_at_pointer()
2057   - Add gdk_display_get_pointer()
2058   - Make drag-and-drop between multiple screens work
2059 * Export gdk_event_new(), discourage stack allocated events [Owen]
2060 * gdk_draw_pixbuf() as better name for gdk_pixbuf_render_to_drawable() [Owen]
2061 * Basic support for RandR extension [Keith Packard, Owen]
2062 * Allow moving paned sliders all the way to the edge [Owen, Darin Adler]
2063 * Add tag_table construct property to GtkTextBuffer [Daniel Elstner]
2064 * gtk_window_set_[default_]icon_from_file [Owen, Havoc]
2065 * Fix handling of GtkSettings set from RC files on reload [Owen]
2066 * GtkTreeView work [Kristian Rietveld]
2067   - Stop editing on a focus out event for GtkCellRendererText 
2068     [Andreas J. Guelzow]
2069   - Don't accept drops on auto-sorted models
2070   - Fix evil bug with insertions to GtkTreeModelSort [Hans Petter Jansson]
2071 * Fixes for GtkIMContextXIM 
2072   [Takuro Ashie, Motonobu Ichimura, Owen, HideToshi Tajima]
2073 * Documentation fixes [Soeren Sandmann, Matthias Clasen; Joost Faassen, 
2074   Alexey A. Malyshev, Ben Martin, Havoc Pennington, Boris Shingarov, Owen, 
2075   Vitaly Tishkov, Dan Winship, Yao Zhang]
2076 * Some performance tweaks [Soeren, Padraig O'Briain]
2077 * Miscellaneous bug fixes
2078
2079 Other contributors: Jacob Berkman, Phil Blundell, Kenneth Christiansen, 
2080   Murray Cumming, Bill Haneman, Jon-Kare Hellan, Hema Seetharamaiah
2081
2082 Overview of Changes from GTK+-2.0.x to GTK+-2.1.0
2083 =================================================
2084
2085 Multihead support: [Erwann Chenede, Owen Taylor]
2086 * Multihead support 
2087 * Add GdkDisplay, GdkScreen structures
2088 * Add _for_display(), _for_screen() variants where needed in GDK and GTK+
2089   (In other cases, make the variants methods on GdkDisplay/GdkScreen
2090 * Adapt GTK+ widgets to be multihead safe
2091 * Allow initialization of GTK+ without opening a display with gtk_parse_args()
2092 * Add multihead support to demos/tests.
2093
2094 GDK:
2095 * Adapt win32 code to multihead reorganization [Hans Breuer, Tor Lillqvist]
2096 * Adapt linux-fb code to multihead reorganization [Eric Warmenhoven]
2097 * Miscellaneous linux-fb improvements [Eric]
2098 * Xinerama support [Erwann Chenede, Matthias Clasen]
2099 * Allow GDK backends to add custom argument parsing [Sven Neumann]
2100 * Add support for some addition NET window manager spec hints [Havoc Pennington]
2101 * Add ::keys-changed signal to GdkKeymap, handle keymap changes for keybindings [Owen]
2102
2103 GtkTreeView: [Kristian Rietveld]
2104 * Support stock pixbufs in GtkCellRendererPixbuf 
2105 * Allow setting the cell background for cell renderers
2106 * Support focusing individual cell renderers and other focus fixes
2107 * Make resizing tree views more efficient [Soeren Sandmann]
2108 * Add gtk_tree_model_get_string_from_iter
2109 * Improve gtk_list_store_remove API
2110 * API additions:
2111   gtk_tree_model_sort_iter_is_valid(), gtk_tree_view_expand_to_path() 
2112   Add gtk_tree_selection_get_selected_rows(),
2113   gtk_tree_selection_count_selected_rows() 
2114   gtk_tree_path_new_from_indices(),  gtk_{list,tree}_store_{reorder,swap,_move} 
2115
2116 GTK+:
2117 * Add style property for drawing menu items without shadow [Soeren]
2118 * gtk_widget_modify_color_component/font(): Allow clearing
2119   current modifications. [Owen]
2120 * Add GtkWidget::is_focus, GtkWindow::is_active properties [Owen]
2121 * Some XEMBED changes for standards compliance and Qt compatibility [Owen]
2122 * Fix menus resizing when popped up or torn off [Owen]
2123 * Improve label behavior when it gets a too small allocation [Soeren]
2124 * Add support for depth 8 StaticColor visuals to gdkrgb [Matthias]
2125 * Theme drawing improvements [Soeren]
2126 * Add types for GtkRowReference, GtkClipboard [Jonathan Blandford, James Henstridge, Owen]
2127 * Use G_TYPE_FLAG_ABSTRACT for abstract types [Matthias]
2128 * Add gtk_menu_shell_select_first() [Owen]
2129 * Add gtk_notebook_get_n_pages() [Havoc Pennington]
2130 * Allow accel_path = NULL for gtk_menu_item_set_accel_path().
2131 * Allow icon sizes to be changed via a GtkSetting [Bill Haneman, Brian Cameron, Owen]
2132
2133 GdkPixbuf:
2134 * Improve gdk-pixbuf loader tests [Soeren Sandmann]
2135 * Use iTXT chunks when necessary in PNG image saver [Matthias]
2136 * Add incremental loading for progressive jpegs [Matthias]
2137 * Add load-at-size functionality [Matthias]
2138 * Add a loader for .ANI animations [Matthias]
2139 * Load hotspot for .ICO files [Matthias]
2140
2141 Docs:
2142 * Convert docs to Docbook XML [Matthias]
2143 * Doc improvements and fixes [Matthias, Soeren, 
2144   Dennis Bj"orklund, Ross Burton, Manuel Clos, Alexey A. Malyshev, Brett Nash,
2145   Brian Tarricone, Owen, Vitaly Tishkov, Yao Zhang]
2146 * Tutorial improvements [Tony Gale]
2147
2148 General:
2149 * Add gtk-im-preedit-style/gtk-im-status-style XSETTINGS [Hidetoshi Tajima]
2150 * Clean up GDK and demos for deprecated functions [Manish Singh]
2151 * Misc fixes [Olexiy Avramchenko, Jacob Berkman, Anders Carlsson, David L. Cooper II, Robin Lu, 
2152   Eric Mader, Mark McLoughlin, Padraig O'Briain, Laszlo Peter, Hidetoshi, Vitaly Tishkov, 
2153   Shivaram Upadhyayula]
2154
2155 Overview of Changes in GTK+ 2.0.9
2156 =================================
2157 * Fix colormap refcounting, which caused frequent metacity crashes
2158   [Christopher James Lahey]
2159 * Lots of work on the Win32 backend [Tor Lillqvist]
2160  - Scrolling fixes
2161  - GdkGC clipping fixes and improvements
2162  - Started implementing all fill styles
2163 * GtkTreeView bug fixes [Kristian Rietveld]
2164  - Make TreeView reordering work on FreeBSD/Solaris [Heiner Eichmann]
2165 * Various bug fixes
2166
2167 Other contributors: Matthias Clasen, Arnaud Charlet, Vitaly Tishkov,
2168    Josh Parsons, Peter Bloomfield
2169
2170 Overview of Changes in GTK+ 2.0.8
2171 =================================
2172 * Fix typo in io-gif.c that broke loading GIFS [Akira Tagoh]
2173 * Improve redraws when scrolling on Win32 [Tor Lillqvist]
2174 * Fix problem with RENDER and XFree86-4.1 [Owen Taylor, Jamie Zawinski]
2175 * Fix problem with GtkImage placement [Owen, Sven Neumann, Soeren Sandmann]
2176 * Updated translation (el)
2177
2178 Overview of Changes in GTK+ 2.0.7
2179 =================================
2180 * Fix some memory leaks in gdk-pixbuf [Sven Neumann]
2181 * Pixbuf loader fixes  [Federico Mena Quintero, Elliot Lee]
2182 * Support depth 8 StaticColor in GdkRGB [Matthias Clasen]
2183 * Win32 fixes and improvements [Tor Lillqvist]
2184  - Keyboard handling fixes [Florent Duguet]
2185  - Fixes for building and running on Cygwin [Masahiro Sakai]
2186  - Fix gdk_window_scroll(), other GdkWindow fixes
2187  - Misc bug and build fixes [Soren Andersen, Florent, Tim Evans,
2188    J. Ali Harlow, Andreas Holzmann, Iwasa Kazmi]
2189 * Improve tracking of toplevel focus state [Owen]
2190 * XIM input method fixes [Takuro Ashie, HideToshi Tajima]
2191 * Fix the longstanding problem with <,> keys and XIM [Owen Taylor]
2192 * Fix GtkIMContextSimple for us-intl keyboards [Alexandre Oliva]
2193 * GtkIMContextSimple updates for Eastern Europe [Stanislav Brabec]
2194 * Fix the "key bindings randomly stop working" problem [Sebastian Ritau]
2195 * GtkTextView fixes [Gustavo Giraldez, Padraig O'Briain, Shivaram Upadhyayula]
2196 * GtkTreeView bugfixes [Jonathan Blandford, Kristian Rietveld]
2197   - Various memleak, ref counting fixes [Jonathan, Jorn Baayen, Daniel 
2198     Elstner, Morten Welinder]
2199   - gtk_tree_selection_selected_foreach now immediately returns if 
2200     the model is being changed [Havoc Pennington]
2201   - Fix evil bug with insertions to GtkTreeModelSort [Hans Petter Jansson]
2202 * GtkCombo fixes [Marco Pesenti Gritti, Zimler Attila, Matthias, Owen]
2203 * Fix 64-bit problem with GtkFundamentalType [Ross Alexander, Manish Singh] 
2204 * New and updated translations (am,be,bg,ca,cs,da,de,el,es,el,fa,fr,hi,hu,
2205   ja,ko,lv,ms,nl,no,pl,pt,pt_BR,ru,sk,sv,vi,zh_TW)
2206 * Many miscellaneous bug fixes
2207
2208 Other contributors: Jacob Berkman, Albert Chin, Chema Celorio,
2209    David L. Cooper II, Brent Fox, Tim Janik, Marco Pesenti Gritti, 
2210    Alex Larsson, Zenith Lau, Thomas Leonard, Gaute Lindkvist, 
2211    Paolo Maggi, Andy Wingo, Jami Pekannen, Joshua N Pritikin, 
2212    Soeren Sandmann, Vitaly Tishkov, Morten Welinder
2213
2214 Overview of Changes in GTK+ 2.0.6
2215 =================================
2216
2217 * GtkTreeView bug fixes [Jonathan Blandford, Kristian Rietveld, 
2218   Josh Green, Matthias Clasen]
2219 * Fix problem with keynav and insensitive menu items [Owen Taylor]
2220 * Fix pixbuf_from_drawable() for LSB -> MSB [Federico Mena Quintero]
2221 * Use GTK2_RC_FILES envvar instead of GTK_RC_FILES [Owen]
2222 * Focus check/radio buttons when activating with a mnemonic [Padraig O'Briain]
2223 * Cycle between multiple menubars with F10, not control-tab 
2224   [Calum Benson, Padraig]
2225 * Misc bug fixes [Jacob Berkman, Matthias Clasen, Manuel Op de Coul,
2226   Bill Haneman, Norihiro UMEDA, Shivaram Upadhyayula, Yao Zhang]
2227 * Build fixes for cross-compiling and portability [Arnaud Charlet, 
2228   J. Ali Harlow]
2229 * Updated translations (bg,ca,da,fr,ja,ko,lv,no,pl,ru,sk,sv,vi)
2230
2231 Overview of Changes in GTK+ 2.0.5
2232 =================================
2233
2234 * Fix a wrong assertion that broke gtk_file_selection_set_filename();
2235   also another fix from testing this function with non-UTF-8 filenames.
2236 * Fix incorrect property notification in GtkTextView. [James M. Cape]
2237
2238 Overview of Changes in GTK+ 2.0.4
2239 =================================
2240
2241 * Fix a number of types which were registered with the 
2242   type system with the wrong names [James Henstridge, Jonathan Blandford]
2243 * Support missing data types in GtkList/TreeStore [Daniel Elstner]
2244 * Misc GtkTreeView bug fixes [Dave Camp, Jonathan, Daniel Elstner, 
2245   Josh Parsons]
2246 * Drag and drop fixes, including a stuck grab. [Dave, Thomas Leonard, 
2247   Owen Taylor]
2248 * Calculate screen size on win32 from the "logical DPI" 
2249   [Joaquin Cuenca Abela, Tor Lillqvist]
2250 * Misc Win32 bug fixes. [Florent Duguet, Tor]
2251 * Fix theme changes for GtkMenu [Soeren Sandmann]
2252 * Fix gdk_pixbuf_from_drawable() for big endian. [Federico Mena Quintero]
2253 * Fix encoding handling for gtk_file_selection_set_filename()
2254   [Sebastian Ritau, Owen]
2255 * Fix crash with DND, Qt and Metacity [Cha Young-Ho, Havoc, Owen]
2256 * Fixes for DirectColor visuals [Shivaram Upadhyayula]
2257 * Memory leak and UMR fixes [Michael Meeks, Matthias Clasen, Valgrind]
2258 * Misc bug fixes
2259 * Updated translations (ca,cs,da,es,et,fr,ms,nl,pl,pt,pt_BR,ru,sv)
2260
2261 Other contributors: Nicholas Allen, Jacob Berkman, Remus Draica, 
2262   Nano Golveia, Tim Janik, Sergey Kuzminov, George Lebl, Garrett LeSage, 
2263   Robin Lu, Timo Meinen, Michel Selten, Boris Shingarov, Jeff Waugh
2264
2265 Overview of Changes in GTK+ 2.0.3
2266 =================================
2267
2268 * GtkTreeView fixes (Jonathan Blandford, Kristian Rietveld, Daniel Elstner)
2269 * Improve GdkRGB support for low color depths (Tor Lillqvist).
2270 * Tweak F10 behavior to focus GtkMenuBar. (Owen Taylor)
2271 * Include internal children when focusing. (Jonathan)
2272 * Win32 fixes (Tor Lillqvist, David Sterba)
2273 * Allow use of a pixmap as the drawable in gdk_pixmap_new(). (Kristian)
2274 * GdkPixbuf fixes (Matthias Clasen, Michael Natterer, Federico Mena Quintero)
2275 * GtkMenu fixes. (Soeren Sandmann)
2276 * Find gdk-pixbuf-csource when cross-compiling. (Michael Natterer)
2277 * Misc input-method related fixes (Yao Zhang, Federico)
2278 * Fix stuck grab during DND. (Dave Camp, Owen)
2279 * Remove in-bevel from scrolled-offscreen menus. (Ettore Perazzoli)
2280 * Various plug/socket fixes (Owen, Padraig O'Briain, Dave Camp, 
2281   Michael Meeks)
2282 * Handle Xlib internal connections (HideToshi Tajima)
2283 * Many miscellaneous bug fixes.
2284
2285 Other contributors: Jacob Berkman, Abigail Brady, Rich Burridge, 
2286 Anders Carlsson, Murray Cumming, Nalin Dahyabhai, James Henstridge, 
2287 David Highley, Ben Liblitt, Tim Janik, Bill Jannsen, Lauris Kaplinski, 
2288 Sergey Kuzminov, Alex Larsson, Sven Neumann, Havoc Pennington, Gareth Pearce, 
2289 Simon Floery, Thomas Leonard, Detlef Reichl, Martin Schulze, Christophe Saout,
2290 Timo Sirainen, Graham Swallow.
2291
2292 Overview of Changes in GTK+ 2.0.2
2293 =================================
2294
2295 * GtkTreeView cursor movement fixes [Kristian Rietveld]
2296 * GtkTreeModelSort iterator stamp fixes [Kristian Rietveld]
2297
2298 Overview of Changes in GTK+ 2.0.1
2299 =================================
2300
2301 * GtkTreeView fixes and performance improvements 
2302   [Kristian Rietveld, Jonathan Blandford, Mike Piepe, Dave Camp]
2303 * GtkTextView fixes [Havoc Pennington]
2304 * Fix problems with accelerators on Solaris [Padraig O'Briain]
2305 * Some fixes for key bindings on keypad keys [Owen Taylor]
2306 * Fix problem with RENDER use on big endian machines 
2307   [Owen Taylor, with help from Tuomas Kuosmanen]
2308 * Win32 fixes, especially dashed line drawing 
2309   [Tor Lillqvist, Hans Breuer]
2310 * Compile with -D_REENTRANT when appropriate [Sven Neumann]
2311 * Compiler warning cleanups [Erwann Chenede]
2312 * Fix handling of font-name XSETTING [Richard Hestilow]
2313 * Make linux-fb backend compile again [Carlo E. Prelz, Alex Larsson]
2314 * Fix problems with inappropriate menu scroll arrows [Owen]
2315 * Stock icon improvements [Jakub Steiner, Tuomas]
2316 * Much work on pixbuf loader robustness [Matthias Clasen]
2317 * Documentation improvements [Matthias, Vitaly Tishkov]
2318 * Fix some crashes in GtkWindow accelerator handling code 
2319   [Dave Camp, Matt Wilson]
2320 * Misc bug fixes
2321
2322 Other contributors: Jacob Berkman, Dennis Björklund, Seth Burgess,
2323   Murray Cumming, Johan Dahlin, John Ellis, Kang Jeong-Hee, 
2324   James Henstridge, Richard Hult, Thomas Leonard, LEE Sau Dan, 
2325   Alexey A. Malyshev, Mark McLoughlin, Michael Meeks, Sven Neumann, 
2326   Andras Salamon, Soeren Sandmann, Dan Winship, Yao Zhang
2327
2328 Overview of Changes in GTK+ 2.0.0
2329 =================================
2330
2331 * GtkTreeView fixes [Jonathan Blandford, Kristian Rietveld, Darin Adler]
2332 * Build fixes [Anders Carlsson, Tor Lillqvist, Manish Singh]
2333 * Bug fixes. [Thomas Leonard, Owen Taylor]
2334
2335 Overview of Changes in GTK+ 2.0.0 rc1
2336 =====================================
2337
2338 * GtkTreeView fixes [Kristian Rietveld, Jonathan Blandford, Richard Hult]
2339 * Text widget fixes [Havoc Pennington]
2340 * Efficiency fixes when using Xft [Owen Taylor]
2341 * Key handling fixes and other fixes for Win32 [Hans Breuer, Tor Lillqvist]
2342 * Try to fix key handling without XKEYBOARD extension [Owen]
2343 * Documentation fixes and improvements 
2344   [Matthias Clasen, Alexey Malyshev, Akira Tagoh, Vitaly Tishkov]
2345 * Widget drawing improvments [Soeren Sandmann]
2346 * Allow cycling between multiple menu bars with <Control>Tab [Owen]
2347 * Try to build libraries with only shared library dependencies on Xft to 
2348   deal with transition to Xft2 [Owen]
2349 * Portability fixes [Owen, Miroslaw Dobrzanski-Neumann]
2350 * Don't use red as the default cursor color [Owen]
2351 * Bug fixes, bug fixes, bug fixes.
2352
2353 Other contributors: Darin Adler, Jacob Berkman, Kevin Breit, Hans Breuer, 
2354   Anders Carlsson, Damon Chaplin, Finlay Dobbie, Jody Goldberg,
2355   Andreas J. Guelzow, Scott Guilbeaux, Vlad Harchev, James Henstridge,
2356   Tim Janik, Satyajit Kanungo, Charles Kerr, Sergey Kuzminov, Miles Lane, 
2357   Alexander Larsson, Paolo Maggi, Skip Montaro, Jan Mynarik, Sven Neumann, 
2358   Padraig O'Briain, Narayani Pattipati, Mark Patton, Havoc Pennington, 
2359   Ettore Perazzoli, Guillermo S. Romero, Manish Singh, Morten Welinder
2360
2361 Overview of Changes in GTK+ 1.3.15
2362 ==================================
2363
2364 * New stock and improved icon images
2365   [Tuomas Kuosmanen, Jakub Steiner, Anders Carlsson]
2366 * Widget drawing improvements for check and radio buttons,
2367   spinbuttons [Soeren Sandmann]
2368 * Clean up module search path algorithm, use GTK_PATH [Owen Taylor]
2369 * Add GtkSetting for font name. [Richard Hestilow]
2370 * Much improved key matching code, accelerators work independent
2371   of group [Owen]
2372 * Make mnemonics work for embedded GtkPlug widgets [Owen]
2373 * Keynav improvements for GtkTreeView [Kristian Rietveld]
2374 * Fix gtk_tree_view_scroll_to_cell() [Jonathan Blandford]
2375 * Rename gtk_tree_view_get_iter_root() and gtk_tree_path_new_root()
2376   to gtk_tree_view_get_iter_first() and gtk_tree_path_new_first(),
2377   add compatibility macros.
2378 * GtkTreeView bug fixes [Kristian, Anders, Damon Chaplin]
2379 * GtkTextView bug fixes [Havoc Pennington]
2380 * Pad class structures for future binary compatibility [Owen]
2381 * Tutorial improvements [Sven Neumann, Matthias Clasen]
2382 * Fixes for MULTIPLE selection target [Gregory Merchan, Owen]
2383 * Fix problems with initial widget size [Owen]
2384 * AIX compilation fixes [Miroslaw Dobrzanski-Neumann]
2385 * Win32 fixes [Hans Breuer, Tor Lillqvist]
2386 * Miscellaneous bug fixes
2387
2388 Other contributors: David L. Cooper, Eric Fischer, Jody Goldberg, 
2389   Satajyit Kanungo, Thomas Leonard, Mark Patton, Manish Singh, 
2390   Nicolas Setton
2391
2392 Overview of Changes in GTK+ 1.3.14
2393 ==================================
2394
2395 * Keyboard focus improvements [Owen Taylor]
2396 * Code cleanup [Matthias Clasen, Manish Singh, Darin Adler]
2397 * Fix accidentally exported variables [Mark McLoughlin]
2398 * GtkTreeView fixes [Jonathan Blandford, Kristian Rietveld, John Harper, Darin]
2399 * Default to yellow tooltips [Owen]
2400 * RC file fixes for reloading, priorities [Owen, Matthias]
2401 * GtkMenu behavior improvements and bug fixes [Owen, Arnaud Charlet]
2402 * GtkTextView fixes [Havoc Pennington, Daniel Elstner, Dennis Bjorklund]
2403 * Improve keynav for paned widgets, tooltips, spin buttons, notebooks, 
2404   scrolled windows [Soeren Sandmann, Padraig, Owen]
2405 * Add Emacs/Default key themes [Owen]
2406 * Win32 fixes [Hans Breuer, Tor Lillqvist]
2407 * Ethiopic input methods [Daniel Yacob]
2408 * Opaque paned window resizing [Soeren]
2409 * Tweak table expansion behavior [Tim Janik]
2410 * Fix GtkCalendar focus drawing [Bill Haneman]
2411 * Allow themeable cursor thickness [Bill]
2412 * Start of fixing of tutorial for GTK+-2.0 [Matthias]
2413 * Add a ::adjust-bounds signal to GtkRange to allow spreadsheat style
2414   scrollbars. [Jody Goldberg]
2415 * Add the ability to turn on multiple selection for GtkFileSel [Manish]
2416 * Bug fixes
2417
2418 Other contributors: Jacob Berkman, Padraig O'Briain, Anders Carlsson,
2419  Johan Dahlin, Richard Hult, Stefan Kost, Alex Larsson, Thomas Leonard,
2420  Paolo Maggi, Alexey Malyshev, Federico Mena Quintero, Skip Montaro,
2421  Sven Neumann, Havoc Pennington, Laszlo Peter, Christian Rose, Joe Shaw,
2422  Kevin Vandersloot,  Morten Welinder, Peter Williams
2423
2424 Overview of Changes in GTK+ 1.3.13
2425 ==================================
2426
2427 * Tree view fixes. [Kristian Rietveld, Jonathan Blandford, Anders Carlsson]
2428 * Tree view support for low-vision themes [Bill Haneman]
2429 * Text view bug fixes. [Havoc Pennington]
2430 * Win32 fixes and improvements.  [Tor Lillqvist, Hans Breuer, 
2431   Archaeopteryx Software]
2432 * Documentation improvements [Matthias Clasen, Havoc Pennington]
2433 * Accelerate alpha compositing using RENDER extension if present,
2434   and optimize the non-RENDER case a lot. [Owen Taylor]
2435 * Add support for "optional keybindings" (action signal returns FALSE) [Owen]
2436 * Fixed the infamous changing directory deletes filename bug 
2437   [Owen and a cast of thousands]
2438 * Add mouse cursor hiding for text widgets [Anders Carlsson]
2439 * Simple Hangul input module [Yusuke Tabata]
2440 * Removed the scary startup warning.
2441 * GdkPixbuf pixel handling fixes [Owen, Michael Hore, Jim Cape]
2442 * Converted GtkFileSelection and GtkFontSelection to use GtKTreeView widgets
2443   instead of the deprecated GtkCList [Owen]
2444 * gtkhsv.h was installed by mistake, fixed that. [reported by Ross Burton]
2445 * gdk_pixbuf_render_to_drawable() now also handles alpha pixbufs.
2446 * Made Gtkimage draw GtkPixmap, GtkImage, GdkPixbuf insensitive, prelighted,
2447   etc. [Havoc, Owen]
2448 * Marked gtk_item_factory_path_from_widget() G_CONST_RETURN. [Matt Wilson]
2449 * gtk_image_menu_item_new_from_stock() now falls back to
2450   new_with_mnemonic, for consistency with gtk_button_new_from_stock()
2451   [Havoc Pennington]
2452 * GdkModifierType is now consistently used for modifier mask parameters
2453   [Mark Patton]
2454 * gtk_widget_set_accel_path() is now publically exported.
2455
2456 Other contributors: Darin Adler, Jeffrey Baker, Damon Chaplin, Brian Cameron, 
2457   Murray Cumming, James Henstridge, Jacob Berkman, Arnaud Charlet, Jeff Franks, 
2458   Jeff Garzik, Jody Goldberg, Diego Gonzalez, Melvin Hadasht, Raja Harinath, 
2459   Tim Janik, Mike Kestner, Mathieu Lacage, Alex Larsson, Ryan Lovett, 
2460   Mark McLoughlin, Sven Neumann, Padraig O'Briain, Xavier Ordoquy, Chris Phelps, 
2461   Detlef Reichl, Guillermo S. Romero, Federico Mena Quintero, Manish Singh,
2462   HideToshi Tajima, Vitaly Tishkov, Jon Trowbridge, Sergey Vlasov.
2463
2464 Overview of Changes in GTK+ 1.3.12
2465 ==================================
2466
2467 * Fix problems with PNG saving [Michael Natterer]
2468 * Cleanups of deprecated usages [Sebastian Wilhelmi]
2469 * Win32 fixes [Tor Lillqvist]
2470 * Documentation improvements [Matthias Clasen, Havoc Pennington, 
2471   Vitaly Tishkov]
2472 * Frame buffer port fixes [Manish Singh]
2473 * GtkTextView bug fixes [Havoc Pennington, Chris Phelps]
2474 * Menu behavior improvements [Kristian Rietveld]
2475 * Make focus line width configurable, focus color work on 
2476   dark themes. [Bill Haneman, Owen Taylor]
2477 * Add state argument to gtk_paint_focus() [Bill]
2478 * Added incremental revalidation to tree view, for better apparent speed 
2479   [Jonathan Blandford]
2480 * Remove useless gtk_tree_view_column_cell_event() [Jonathan]
2481 * Display XIM status in a separate window [HideToshi Tajima]
2482 * Add GDK_DEBUG=nograbs to disable pointer, keyboard grabs [Jacob Berkman]
2483 * Add menu of Unicode control characters to GtkEntry, GtkTextView 
2484   [Dov Grobgeld, Havoc]
2485 * Pass key releases along to input methods [Owen]
2486 * Many bug fixes
2487
2488 Other contributors: Darin Adler, Fabrice Bellet, Chris Blizzard, 
2489   Hans Breuer, Anders Carlsson, Damon Chaplin, Murray Cumming, Jeff Franks, 
2490   James Henstridge, Tim Janik, Alex Larsson, George Lebl, Kjartan, Maraas, 
2491   Sven Neumann, Seth Nickell, Padraig O'Briain, Soeren Sandmann, Manish Singh, 
2492   Matt Wilson
2493
2494 Overview of Changes in GTK+ 1.3.11
2495 ==================================
2496
2497 * Massive rework of accelerator API and implementation (Tim Janik)
2498 * Major fixes to resizing and redrawing to eliminate hysteresis
2499   and optimize. (Owen Taylor, Soeren Sandmann)
2500 * Make many widgets NO_WINDOW to improve appearance and reduce
2501   drawing overhead (Owen)
2502 * Text view fixes (Havoc Pennington)
2503 * Make child widgets in GtkTextView work (Havoc)
2504 * GtkTreeModelSort fixage (Jonathan Blandford, Kristian Rietveld)
2505 * Clean up GtkTreeView drag and drop support (Owen)
2506 * Misc tree view fixes and improvements (Jonathan, Kristian, Anders, Matt Wilson)
2507 * Add gtk_window_get/set_focus(), gtk_window_set_default() as public
2508   functions (Owen, Damian Ivereigh)
2509 * Fixes to GtkPlug/GtkSocket (Michael Meeks, Owen)
2510 * Change button ordering in standard dialogs to correspond to 
2511   GNOME useability project proposal (Gregory Merchan)
2512 * Add support for context sensitivity in input methods (Owen)
2513 * Hook up gtk_im_context_set_use_preedit() (Hidetoshi Tajima)
2514 * Fix gdk_window_scroll() and other aspects of big windows (Owen)
2515 * Remove need for X connection for class initialization (Jacob Berkman)
2516 * Propagate key events to parents of focused widget (Owen)
2517 * Don't export normal GTK+ marshalers, export deprecated compat marshalers (Owen)
2518 * Many Win32 Fixes and improvements (Hans Breuer, Tor Lillqvist)
2519 * Bug and documentation fixing (Matthias Clasen, Anders Carlsson,
2520   Jacob Berkman, others.)
2521
2522 Other Contributors:
2523   Darin Adler, Marius Andreiana, Erwann Chenede, Murray Cumming, Janet Davis, 
2524   Daniel Egger, Daniel Elstner, Jeff Franks, Alex Larsson, George Lebl, 
2525   Sergey Kuzminov, Eric Lemings, Arkadiusz Miskiewicz, Padraig O'Briain, Sven Neumann, 
2526   Kristian Rietveld, Nicolas Setton, Manish Singh,  Vitaly Tishkov, Sebastian Wilhelmi, 
2527   Michael Natterer
2528
2529 Overview of Changes in GTK+ 1.3.10
2530 ==================================
2531
2532 * GtkTextView fixes [Havoc Pennington]
2533 * GtkTreeView fixes and improvements [Jonathan Blandford, Kristian,
2534   Manish Singh, Joshua Pritikin, Oleg Maiboroda, James Henstridge]
2535 * gtkdemo improvements [Kristian Rietveld]
2536 * Drag and drop fixes to generic code and widgets 
2537   [Owen Taylor, Damian Ivereigh]
2538 * Documentation improvement [Havoc Pennington, Matthias Clasen]
2539 * Spelling fixes [Jacob Berkman]
2540 * Move signals to the GtkEditable interface [Kristian]
2541 * Further stock image improvements [Jakub Steiner]
2542 * Support text chunks for the PGN loader, add gdk_pixbuf_get_option()
2543   [Sven Neumann]
2544 * Rename gdk_pixbuf_new_from_stream back to new_from_inline [Owen]
2545 * Automatically call setlocale(), unless explictely disabled [Owen]
2546 * Property addition to various widgets [Michael Meeks, Owen]
2547 * Support building with automake-1.4 [James]
2548 * Make GtkRadioButton groups act as a single focus point [Owen]
2549 * Move gdk_window_lookup etc. to be cross-platform [Matthias]
2550 * Draw spinbuttons variably sized [Kristian]
2551 * Separate GdkAtom out from X atoms for compatibility with future
2552   multihead changes [Owen]
2553 * Require gdk_threads_init() to be explicitly called instead
2554   of piggybacking off of g_thread_init(). [Owen]
2555 * Improvements to text-view/label/entry popup menus [Damian, Jacob, Owen]
2556 * Bug fixes and cleanup [Matthias, others]
2557
2558 Other Contributors:
2559   Mark McLoughin, Mikael Hermansson, Soeren Sandmann, Anders Carlsson,
2560   Tim Janik, Murray Cumming, Hidetoshi Tajima, Padraig O'Briain, 
2561   Hans Breuer, Vitaly Tishkov, Dov Grobgeld
2562  
2563
2564 Overview of Changes in GTK+ 1.3.9
2565 =================================
2566
2567 * Add editable text cells to GtkTreeView.
2568   Keynav, drawing fixes in GtkTreeView [Jonathan Blandford]
2569 * Text widget no longer always has a \n in it. [Havoc Pennington]
2570 * Text widget bug fixes [Havoc, Dov Grobgeld, Hidetoshi Tajima]
2571 * Allow -1 for width/height in gdk_pixbuf_render_*(). [Matthias Clasen]
2572 * Minor fix for major resizing problems in recent releases [Owen Taylor]
2573 * Restore ability to set _set properties to TRUE for 
2574   GtkCellRendererText, GtkTextTag [Owen]
2575 * Cursor drawing improvements [Owen]
2576 * Win32 fixes [Hans Breuer]
2577 * Mark various functions as deprecated or private.
2578 * Misc bug fixes, portability fixes, and cleanups.
2579
2580 Other Contributors: 
2581  Vitaly Tishkov, Christian Rose, Frank Belew, Jeff Franks, Sven Neumann,
2582  Kristian Rietveld, Vitaly Tishkov, Joshua N. Pritikin, Matt Wilson, 
2583  James Henstridge, Detlef Reichl
2584
2585 Overview of Changes in GTK+ 1.3.8
2586 =================================
2587
2588 * GtkTreeView and GtkTreeModel API cleanups/improvements [Jrb]
2589 * GtkOptionMenu scrollwheel support [Alex]
2590 * GtkModule search paths [Owen]
2591 * Documenatation updates [Havoc,Jrb]
2592 * Major Gdk cleanup [Owen]
2593 * Miscellaneous other fixes/cleanups
2594
2595 Other Contributors:
2596   Joshua N Pritikin, Padraig O'Briain, Jakub Steiner, Matthias Clasen,
2597   Matt Wilson, James Henstridge
2598
2599 Overview of Changes in GTK+ 1.3.7
2600 =================================
2601
2602 * Many Pixbuf (loader) improvements [Matthias Clasen, Soeren Sandmann]
2603 * Added publically installed utility gdk-pixbuf-csource to generate
2604   inlined pixbufs in C source code [Tim Janik]
2605 * Optional movement of button children on press [Soeren, Owen Taylor]
2606 * Interactive searching in GtkTreeView [Kristian Rietveld]
2607 * Sorting/ordering improvements for GtkTreeView [Kris, Jonathan Blandford]
2608 * Animation of expander motion for GtkTreeView [Anders Carlsson]
2609 * Lots of misc GtkTreeView fixes and improvements [Jonathan]
2610 * New/improved stock icons [Jakub Steiner] 
2611 * Code and API rework for window resizing [Havoc Pennington]
2612 * Converted accel groups to GObject [James Henstridge]
2613 * More property support improvements
2614 * Add facility for "secondary" buttons in 
2615   GtkButtonBox/GtkDialog [Gregory Merchan]
2616 * Disentangled child visability from MAPPED state [Owen]
2617 * Plug/Socket improvements and port to the XEMBED protocol [Owen]
2618 * Added priorities for styles in RC files, 
2619   support multiple parse contents [Owen]
2620 * Made GdkVisual and GdkDevice GObjects [Alexander Larsson]
2621 * Key binding improvements [Havoc]
2622 * Added GtkWidget::event-after signal since normal event handling
2623   is now aborted as soon as a handler returned TRUE [Tim]
2624 * Dnd fixes and improved icon support [Owen]
2625 * Removed GtkPacker widget
2626 * Fixing missing paired getters/setters [Kris]
2627 * Nuked remaining GtkArg cruft, implemented container/child properties [Tim]
2628 * Added window grab groups [Owen]
2629 * Many frame buffer improvements [Alex]
2630 * Win32 fixes and improvements [Hans Breuer]
2631 * Warning fixes [Darin Adler]
2632 * Miscellaneous bug and API fixes [Matthias et. al]
2633
2634 Other Contributors:
2635   Joshua N Pritikin, Hidetoshi Tajima, Manish Singh, ERDI Gergo, Jens Finke,
2636   Chema Celorio, Lee Mallabone, Vitaly Tishkov, Sebastian Wilhelmi,
2637   Nicola Girardi, Sven Neumann, Padraig O'Briain, Michael Natterer,
2638   Suresh Chandrasekharan, Jonas Borgström, Jay Cox, Michael Meeks,
2639   Mathias Hasselmann, Peter Williams, Thomas Broyer, Kjartan Maraas,
2640   Joel Becker, Jeff Franks, Brian Cameron, Skip Montanaro
2641
2642 Overview of Changes in GTK+ 1.3.6
2643 =================================
2644
2645 * Properly renders strikethrough text
2646 * win32 fixes
2647 * Added "scale" property to GtkTextTag and GtkCellRendererText to do 
2648   relative font scaling
2649 * Added "format_value" signal to GtkScale to reformat value text
2650 * framebuffer fixes
2651 * Property support added to lots of widgets
2652 * Many GtkTreeView new features and API/implementation fixes
2653 * Lots of new_with_mnemonic() convenience functions
2654 * Change GtkImageMenuItem API to be more consistent/useful
2655 * Added lots of new stock items/icons
2656 * Rewrote GtkRange/GtkScale/GtkScrollbar, includes support for
2657   enabling/disabling extra scrollbar stepper arrows in gtkrc so NeXT
2658   themes won't need broken hacks
2659 * Convenience API for GtkRange similar to the one added to GtkSpinButton
2660   a while back
2661 * Make menubar/toolbar work properly with xthickness/ythickness of 1 or 0, 
2662   and move some attributes from program settings to user settings.
2663   Allows nice 1-pixel-bevel themes.
2664 * Moved ::focus virtual function from GtkContainer to GtkWidget
2665 * Plenty of bug fixes
2666
2667 Overview of Changes in GTK+ 1.3.5
2668 =================================
2669
2670 * New default theme based on Raleigh theme for 1.2.x.
2671 * Dependency on the ATK library added as a step to
2672   providing accessibility-enabling interfaces
2673 * XEMBED-based GtkPlug/GtkSocket now basically works.
2674 * Drag and drop of column headers in GtkTreeView
2675 * GtkColorSelector work: hooks for saving and propagating palette, UI tweaks,
2676   and API sanitization
2677 * Key binding fixes
2678 * Configurable padding/spacing in a lot of places
2679 * Invisible text in GtkTextView fixed
2680 * SHM segments now created with a mode of 0600
2681 * Bug fixes
2682
2683 Overview of Changes in GTK+ 1.3.4
2684 =================================
2685
2686 * Win32 fixes
2687 * GtkTreeView improvements and fixes
2688 * Fix glib-2.0.m4
2689 * Miscellaneous bug fixes
2690
2691 Overview of Changes in GTK+ 1.3.3
2692 =================================
2693
2694 [ 5600 lines of ChangeLog ]
2695
2696 * API cleanups
2697 * Win32 work (Tor, Hans Breuer)
2698 * Focus improvements (Owen)
2699 * Frame buffer improvements (Alex)
2700 * Work on GtkTextView (Havoc)
2701 * Much work on GtkTreeView (Jonathan)
2702 * Selectable labels (Havoc)
2703 * Converted many arguments to properties (Lee Mallabone, John Margaglione)
2704 * Add exact regions to GdkExposeEvent, propagate it. (Alex)
2705 * Added ability to have resize grips in status bars (etc.) using
2706   _NET_WM_MOVERESIZE protocol. (Havoc)
2707 * Added mnemnonic mechanism to make setting underline accelerators
2708   much easier. (Alex)
2709 * Add per-style property mechanism to allow themes to change 
2710   geometry parameters. (Tim)
2711 * Added global settings mechanisms for settings such as double-click
2712   time. (Tim, Owen)
2713 * Various support functions for new and old WM properties (Havoc, Alex)
2714 * Add TRUE-stops-returns for boolean-returning signals (Ron Steinke)
2715
2716 Overview of Changes in GTK+ 1.3.2
2717 =================================
2718
2719 GTK Core:
2720
2721 * New stock-icon and stock-item system. Use themeable pixbufs in
2722   dialogs, buttons, etc. [Havoc]
2723 * Theme engines reworked to use derivation and new object system. [Owen]
2724 * Added GtkClipboard object for simple selection handling. [Owen]
2725 * Make GtkEditable an interface, move implementation to GtkOldEditable for
2726   compat. [Owen]
2727 * Better handling of default directionality. [Robert]
2728 * Use GSignal as backend for GtkSignal and other GObject stuff. [Tim]
2729 * Move theme engines to GTypePlugin. [Owen]
2730
2731 GDK:
2732
2733 * Beginning of implementation of client parts of new window manager spec. [Owen]
2734 * Make gdk_drawable_get_image() work with backing store. [Havoc]
2735
2736 Widgets:
2737
2738 * New text widget [Havoc]
2739   - Adjustable tab handling.
2740   - Ability to have scrolling side areas in new text widget for tabs/line numbers.
2741   - Many cleanups and small improvements.
2742 * Improvements to submenu navigation [Nils Barth/David Santiago] and
2743   scrolling menus. [Alex]
2744 * Simplification of progress bar API. [Havoc]
2745 * Make GtkImage a generic image-display widget. [Havoc]
2746 * New GtkTreeView tree widget. Model/view architecture, flexible renderering,
2747   large datasets, etc. [Jonathan]
2748 * New GtkMessageBox widget for message display. [Havoc]
2749 * Allow labels to have contents set from XML-like markup language. [Havoc]
2750 * Make dialogs derive from GtkDialog and use stock buttons. [Havoc]
2751
2752 Internationalization:
2753
2754 * Proper character set conversion for clipboard/selection. [Owen]
2755 * New input method system via loadable modules; support on-the-spot
2756   preedit in GtkEntry and new text widget; allow switchin input methods
2757   on the fly; include modules for XIM and demo Cyrillic-tranliteration 
2758   module. [Owen]
2759 * VIQR, Thai, and Inuktitut input methods. [Robert]
2760 * Convert po files to UTF-8. [Robert]
2761
2762 gdk-pixbuf:
2763
2764 * Full-alpha compositing for gdk-pixbuf on drawable. [Havoc]
2765 * Add simple saving to gdk-pixbuf. [David Welton/Havoc]
2766 * Add improved error handling with GError to gdk-pixbuf. [Havoc]
2767
2768 Ports:
2769
2770 * Much work on Win32 Port. [Tor/Hans]
2771 * Much work on Linux-FB Port. [Elliot/Alex]
2772
2773 Misc:
2774
2775 * Start of new gtk-demo demo program. [Owen/Jonathan]
2776 * Bug fixes and more bug fixes.
2777
2778
2779 Overview of Changes in GTK+ 1.3.1:
2780
2781 * GTK+ now uses the Pango library for text manipulation. All
2782   strings in GTK+ now are in Unicode, languages written
2783   from right-to-left, and complex-text languages are now supported.
2784 * The gdk-pixbuf library for image loading and manipulation is 
2785   has been integrated with GTK+.
2786 * The GTK+ object system has mostly been moved to GLib, separating
2787   it from the GUI code. Many significant enhancements have been
2788   made as part of this.
2789 * A new text widget is now included. This started as a port
2790   of the Tk text widget, and includes such features of the Tk
2791   text widget as tags, marks, and unicode text support. It
2792   has been enhanced to support model-view operation and the
2793   full power of Pango.
2794 * The GDK library has been extensively revised to support multiple
2795   windowing systems. The only fully functional backend in 1.3.1
2796   is the X11 backend, however, ports to Win32, Linux-framebuffer,
2797   Nano-X, BeOS, and MacOS exist in various states of completion,
2798   and at least some of these will be finished and integrated in 
2799   before the final GTK+-2.0 release.
2800 * 32-bit coordinates are now supported throughout GDK and GTK+
2801   (they are emulated where not supported by the windowing system.)
2802 * Many minor bug fixes and enhancements. Incompatible changes
2803   are documented in docs/Changes-2.0.txt
2804
2805 Overview of Changes in GTK+ 1.2.8:
2806
2807 * GNU Make 3.79 bug workaround
2808 * FAQ and tutorial updates and improvements
2809 * Miscellaneous bug fixes: CList, Calendar, rc-files, FontSelection
2810
2811 Overview of Changes in GTK+ 1.2.7:
2812
2813 * More header cleanups.
2814 * Fixed activation bug for insensitive widgets.
2815 * Locale fixes to RC file parsing code.
2816 * Miscellaneous bugfixes for Item Factory, CList, CTree, X Selections,
2817   HScale, VScale, Pixmap, Viewport, OptionMenu, Entry and Notebook.
2818 * Upgrade to libtool 1.3.4.
2819
2820 Overview of Changes in GTK+ 1.2.6:
2821
2822 * container queue_resize fixes
2823 * gtk[vh]scale: minor fixups
2824 * rename idle to idle_id in testgtk to avoid conflicts with 
2825   broken libs
2826 * More consistant naming of gtkrc files
2827 * Added language support: ro, uk
2828
2829 Overview of Changes in GTK+ 1.2.5:
2830
2831 * more GtkCTree and GtkWindow bug fixes.
2832 * more redraw/resize queue fixes, better expose event
2833   discarding code.
2834 * more miscellaneous bugs fixed
2835 * new configure.in option --disable-rebuilds to completely disable
2836   rebuilds of autogenerated sources.
2837 * check for 5.002 now, to avoid failing autogeneration build rules due
2838   to old perl versions.
2839 * fonts (and fontsets) are cached now.
2840 * more autogeneration make rules and dependancy fixups, we should be
2841   save with autogeneration up to make -j12 now ;)
2842 * new window position GTK_WIN_POS_CENTER_ALWAYS, which will recenter the
2843   GtkWindow on every size change.
2844 * major rework of window manager hints handling code, fixed a bunch of
2845   races with the new resizing code.
2846 * the new wm hints and resizing code is absolutely perfect and bug free now,
2847   it only lacks testing ;)
2848 * fixed up various rc style memory prolems.
2849 * gtk_widget_modify_style() now properly changes the style of realized widgets
2850   and references the style passed into it. if people worked around this bug,
2851   this will introduce a slight memory leak in their code.
2852   The code should typically look like:
2853             GtkRcStyle *rc_style = gtk_rc_style_new ();
2854             [...]
2855             gtk_widget_modify_style (widget, rc_style);
2856             gtk_rc_style_unref (rc_style);
2857 * fix problems with positioning menus offscreen.
2858 * GtkText fixes for some crashes and drawing errors.
2859 * Better handling for unexpected window destroys in GDK and GTK+.
2860   This should make it possible to use a GtkPlug and catch the
2861   case where its parent socket is randomly killed.
2862 * FAQ updates.
2863 * FileSelection i18n patches, RadioButton fixups.
2864 * many translation improvements.
2865 * miscellaneous other bugs fixed.
2866
2867 Overview of Changes in GTK+ 1.2.4:
2868
2869 * DnD improvements (drags can be canceled with Esc now).
2870 * suppressed configure event reordering in Gdk.
2871 * rewrite of Gtk's configure event handling.
2872 * major improvements for the object argument system (Elena Devdariani).
2873 * major bugfixes for threading, GtkNotebook, GtkItemFactory, GtkCList and
2874   GtkCTree.
2875 * tutorial/FAQ updates, new file generation.txt on autogenerated sources.
2876 * configure's --with-glib= is "officially" unsupported.
2877 * upgrade to libtool 1.3.3.
2878 * various buglets fixed.
2879
2880 Overview of Changes in GTK+ 1.2.3:
2881
2882 * Upgrade to libtool 1.3
2883 * Check for dgettext (for systems with old versions of GNU Gettext)
2884 * Many bug fixes (see ChangeLog for details)
2885
2886 Overview of Changes in GTK+ 1.2.2:
2887
2888 * Improved Dnd behaviour with Motif applications.
2889 * Bug fixes for the Gtk selection code.
2890 * Minor bug fixes to the Gdk Atom cache and Dnd code (with --display option).
2891 * Bug fixes and leak plugs for the Gdk IM code.
2892 * Added gtk_object_get() facility to retrive object arguments easily.
2893   The var args list expects ("arg-name", &value) pairs.
2894 * Fixed mapping for GdkInputCondition<->GIOCondition, this should fix
2895   problems where closed pipes were no longer signalling GDK_INPUT_READ on
2896   systems with a native poll().
2897 * Some cleanups to GtkLabel's memory allocation code (shouldn't leak memory
2898   anymore).
2899 * We don't attempt to lookup xpm color "None" anymore, this should prevent
2900   eXodus (commercial X windows server) from popping up a color dialog every
2901   time a transparent pixmap is created.
2902 * Fixed bug where Gtk timout/idle handlers would execute without the global
2903   Gdk lock being held.
2904 * Other minor bug fixes.
2905
2906 Overview of Changes in GTK+ 1.2.1:
2907
2908 * Many Bug fixes have been applied to the menu and accelerator code.
2909 * GtkItemFactory can "adopt" foreign menu items now and manage their
2910   accelerator installation. This is often required to get GtkItemFactory
2911   like accelerator propagation between different windows with the same
2912   menu heirarchy and for centralized parsing and saving of accelerators.
2913 * GtkCList/GtkCTree buttons should always display correctly now.
2914 * Miscellaneous other bug fixes.
2915
2916 What's New in GTK+ 1.2.0 (since 1.0.x):
2917
2918 * New widgets: GtkFontSelector, GtkPacker, GtkItemFactory, GtkCTree,
2919   GtkInvisible, GtkCalendar, GtkLayout, GtkPlug, GtkSocket
2920 * Many new features and robustness for existing widgets
2921 * Theme support
2922 * New DND implementation
2923 * Internationalization of standard dialogs
2924 * New key binding system
2925 * Tearoff menus and menu accelerators
2926 * Wide character support for entry and text
2927 * Resizing code has been overhauled
2928 * Queued redraws of partial areas
2929 * Far better support for object arguments
2930 * Speed optimizations
2931 * Runtime loading of dynamic modules
2932 * Support for GLib log domains
2933 * Tutorial improvements
2934 * A bug fix or two
2935
2936 Overview of Changes in GTK+ 1.1.16:
2937
2938 * Major fixes and improvements for handlebox
2939 * A change to the way widget->requisition works. Now,
2940   widget->requisition is always what the widget requested,
2941   unmodified by the usize. See Changes-1.2.txt for details.
2942   This correct various bugs with gtk_widget_set_usize().
2943 * Fixes for XIM on X11R5 systems
2944 * Don't allow cut-and-paste of text in password-style entries
2945 * --enable-debug is now on by default for the development releaes.
2946   (When compiling for "production", use --enable-debug=minimum)
2947 * Handle systems where Helvetica is not present more gracefully
2948 * Fixes for memory leaks
2949 * CList and CTree fixes
2950 * Bug fixes for drawing problems. 
2951 * Miscellaneous bug fixes to GtkLabel, GtkCList, GtkCTree,
2952   GtkColorsel, Focusing, DND
2953 * Tutorial improvements
2954
2955 Overview of Changes in GTK+ 1.1.15:
2956
2957 * Tutorial Updates
2958 * Added --libs gthread to gtk-config 
2959 * Bug fixes
2960
2961 What is new in GTK+ 1.1.14:
2962
2963 * Additions to docs/Changes-1.2.txt
2964 * Just warn when loading theme engine fails
2965 * CLAMP GtkScale digits to a meaningful range
2966 * GTK_LOCALDIR is now defined in a better fashion
2967 * New functions (feature freeze, we know...):
2968     gtk_menu_set_title()
2969     gtk_toggle_button_get_active()
2970 * Some locale fixups in gtkrc code
2971 * Fixes to make gtk_radio_button_set_group() keep only
2972   one radio button in the group active
2973 * Foreign windows are now always treated as viewable; this fixes
2974   a problem where updating didn't occure properly in GtkPlug
2975 * DND fixes for 64 bit architectures, and for specifying operations 
2976   with modifier keys.
2977 * Major revisions to GtkLayout: avoid having to create window
2978   for NO_WINDOW children, adjust allocations of children as 
2979   scrolled so queued draws work, and a resize is queued instead
2980   of allocating directly in a put() or move()
2981
2982 What is new in GTK+ 1.1.13:
2983
2984 * Dnd and selection bug fixes and memory purification.
2985 * Widget sensitivity fixups.
2986 * Tooltips windows are now named "gtk-tooltips" so rc file rules
2987   can match tooltips windows. Fixed interaction of tooltips and NO_WINDOW
2988   widgets.
2989 * Spin buttons now update their values upon value retrival.
2990 * Overhaul of the resizing vs. redrawing logic to reduce redrawing needs
2991   a lot. Gtk makes full use of the draw_area coalescing code now, which
2992   got minorly improved as well.
2993 * Containers map their Gdk windows after their children now to reduce
2994   expose event generation.
2995 * Gdk event queue fixups, this solves the double-click problems people were
2996   recently having.
2997 * Account for the fact that GSource's are only properly reentrant from
2998   within dispatch(), thus we don't do Gdk event processing from within
2999   check() or prepare() anymore.
3000 * Rc files feature a bg_pixmap value of "<none>" now.
3001 * Improved session management support in Gdk.  
3002 * Automatic disabling of NLS if no gettext is found should work now.
3003 * Removed deprecated functions, docs/Changes-1.2.txt gives an overview.
3004 * Gtk+ development now requires GNU autoconf 2.13, GNU automake 1.4
3005   and GNU libtool 1.2d.
3006 * More bug fixes all over the place.
3007
3008 What is new in GTK+ 1.1.12:
3009
3010 * Korean translation added
3011 * Fixed memory leaks
3012 * A few other bug fixes
3013
3014 What is new in GTK+ 1.1.11:
3015
3016 * Dutch, Japanese, Swedish, Polish, and Norwegian translations
3017 * Removed deprecated _interp variants: gtk_container_foreach_interp, 
3018   gtk_idle_add_interp, gtk_timeout_add_interp, gtk_signal_connect_interp
3019 * Lots of cast corrections
3020 * Many fixes 
3021
3022 What is new in GTK+ 1.1.9:
3023
3024 * Check for broken glibc 2.0 mb functions and avoid them
3025 * Label and Entry display fixes 
3026 * Move main thread back to GDK, for locking when translating events
3027 * Bug fixes
3028
3029 What is new in GTK+ 1.1.8:
3030
3031 * Added support for gettext and the localization of the standard
3032   dialogs.
3033 * Added line-wrapping for the label, and JUSTIFY_FILL
3034 * Support reordering via drag and drop in  CList and CTree.
3035 * Replaced GtkDrawWindow widget with a GTK_USER_DRAW flag
3036 * Extended gtkpaned API to support minimum sizes and proportional
3037   resizing.
3038 * Changed the handling of shared memory segments so as to 
3039   remove the need for GTK+ to set up signal handlers.
3040 * Re-implemented event loop in terms of the event loop
3041   that has been added to GLib 1.1.8
3042 * Added 'grab_focus' signal to allow keyboard accelerators
3043   for entries.
3044 * Load locale specific RC files if present.
3045 * Bug fixes.
3046
3047 What is new in GTK+ 1.1.7:
3048
3049 * Fixed memory mis-allocation in default files code
3050 * Various event handling fixes
3051 * Wide character support for entry and text
3052 * Destroy widgets _after_ propagating unrealize signals through 
3053   widget heirarchy
3054 * Only build XIM-support if available
3055 * Tutorial and examples updates
3056 * Added gtk_drag_source_unset()
3057
3058 What is new in GTK+ 1.1.6:
3059
3060 * The signal system now features emission hooks whith special semantics,
3061   refer to the ChangeLog for this.
3062 * Minor? speedups and memory reductions to the emission handling of the
3063   signal system.
3064 * _interp() function variants are deprecated now. the corresponding *_full()
3065   variants are provided for a long time now.
3066 * Dnd abort timeout increased to 10 minutes.
3067 * GtkScrolledWindow inherits from GtkBin now.
3068 * GTK_POLICY_NEVER is implemented for scrolled windows now.
3069 * Lots of API clean ups.
3070 * Incremental freezing abilities.
3071 * Integrated widgets from the GNOME tree: GtkLayout, GtkPlug and GtkSocket.
3072 * New window functions for transient relationship, default size, and 
3073   geometry hints
3074 * Default rc files are now read in (<sysconfdir/etc/gtkrc and ~/.gtkrc)
3075   GTK_RC_FILES environment variable and functions are provided to configure
3076   this behavior
3077 * Read doc/Changes-1.2.txt to properly adapt your code.
3078 * Bug Fixes.
3079
3080 What is new in GTK+ 1.1.5:
3081
3082 * Theme integration
3083 * Widget style modification is now handled through GtkRcStyles
3084 * GtkPixmaps now grey out pixmaps when insensitive
3085 * Notebook enhancements
3086 * Shadow configurability for menubars and handleboxes
3087 * DND enhancements
3088 * gtkfilesel now supports automounters better
3089 * Implementation of expose compression
3090 * Queued redraws of partial areas
3091 * Scrolledwindow (+Viewport) source incompatibilities, children that are added
3092   to a scrolled window don't get an automatic viewport anymore. a convenience
3093   function gtk_scrolled_window_add_with_viewport() is suplied for this task
3094 * Deprecated functions will now issue a message, informing the programmer about
3095   the use of this function. These functions will get removed in future versions
3096 * Non-functional functions got removed entirely
3097 * gtk_widget_new() and gtk_object_new() will now auto-construct new objects.
3098   A new function gtk_object_default_construct() is provided now which should
3099   be called after every gtk_type_new() to perfom the auto-construction
3100 * Improved argument support of several widgets
3101 * Bug Fixes
3102
3103 What is new in GTK+ 1.1.3:
3104
3105 * GtkCList/GtkCTree now have the ability to:
3106     - hide/show individual columns
3107     - disable/enable column resizing
3108     - set min and max for column widths
3109     - set expander style of the ctree
3110     - set/get row and cell styles
3111     - set spacing between tree expander and cell contents in ctree
3112     - toggle auto_resize for columns
3113 * Must enhanced DND support, removed old DND code
3114 * Idle functions are now implemented via GHook, giving a slight speed
3115   improvement
3116 * An environment variable GTK_MODULES which takes a colon seperated
3117   list of module names GTK+ will now automatically load at gtk_init() startup
3118 * GtkFontSel now has support for an extra 'base' filter
3119 * New function gdk_window_set_root_origin to get the real geometry taking
3120   into account window manager offsets
3121 * New function gtk_text_set_line_wrap to toggle line wrapping
3122 * New function gtk_widget_add_events which safely adds additional
3123   events to a widget's event mask
3124 * New function gdk_event_get_time to get the timestamp from a generic
3125   event
3126 * New widget GtkCalendar
3127 * New widget GtkInvisible - InputOnly offscreen windows used for reliable
3128   pointer grabs and selection handling in DND code
3129 * New functions gtk_object_remove_no_notify[_by_id] to remove a certain
3130   data portion without invokation of its destroy notifier 
3131 * gtk_spin_button_construct is now deprecated, use gtk_spin_button_configure
3132   instead 
3133 * gtk_clist_set_border is now deprecated, use gtk_clist_set_shadow_type 
3134   instead
3135 * Removed functions gtk_object_set_data_destroy[_by_id] 
3136 * Documentation additions/updates 
3137 * HTML and plain text files are now included in the distribution
3138 * Bug fixes, typeness corrections, and general fixups
3139
3140 What is new in GTK+ 1.1.2:
3141
3142 * Gtk+ is now featuring runtime loading of dynamic modules via the
3143   --gtk-modules= command line switch. such modules have to export a
3144   G_MODULE_EXPORT void gtk_module_init (gint *argc, gchar ***argv);
3145   function which will be invoked to initialize the module. since such
3146   modules may create new widget types, they are always resident.
3147 * The tutorial has been updated again.
3148 * Changes to menus including tearoff menus and accelerators.
3149 * Better support for modal dialogs.
3150 * Removed CAN_FOCUS by default from scrollbars and button children of toolbar.
3151 * More improvements and fixes for GtkCList and GtkCTree (i.e. row sorting).
3152 * GtkCTree rows can be unselectable now.
3153 * The GtkCTree API has undergone major renames (see ChangeLog entry from Lars
3154   Hamann on Tue Aug 18 00:29:13 1998).
3155 * A bunch of varargs functions changed to get va_lists working on systems that
3156   implement va_lists as arrays.
3157 * Improvements to the gdkrgb code.
3158 * Improvements to Gdk color handling so we greatly reduce server traffic and
3159   don't leak colors anymore.
3160 * Improved internal widget tree iterators (the GtkContainer::foreach signal
3161   vanished because of this).
3162 * Option menus can have the keyboard focus now.
3163 * More fixups to the text widget.
3164 * GtkFileSelection should behave much more nicely in combination with AFS now.
3165 * Support for label underlining.
3166 * Support for GLib 1.1.3 log domains.
3167 * Documentation improvements.
3168 * Configuration fixes on various platforms.
3169 * Miscellaneous fixes to XInput support.
3170 * Build with shared library dependencies on Linux
3171 * Fix for a major bug in the type systems memory allocation code that could
3172   cause random crashes.
3173 * Libtool update to version 1.2b.
3174 * Lots of bugfixes and cleanups again ;)
3175
3176
3177 What is new in GTK+ 1.1.1:
3178
3179 * Tutorial updates and additions.
3180 * Key binding support for GtkListItems and GtkList.
3181 * Extended selection mode and autoscrolling for GtkLists.
3182 * A GtkCtree now operates on GtkCTreeNode* structures rather than GList*.
3183 * GtkCTreeNodes can now be created from GNode trees.
3184 * Bug fixes for GtkNotebook, GtkCList, GtkCombo and GdkWindow reparentation.
3185
3186
3187 What is new in GTK+ 1.1.0:
3188
3189 * New widget GtkFontSelector.
3190 * New featurefull progress bar.
3191 * New container widget GtkPacker.
3192 * New object GtkItemFactory, GtkMenuFactory is deprecated.
3193 * New key binding system, configurable via rcfiles, similar to styles.
3194 * New widget GtkCTree with drag selections and keyboard movement and
3195   and horizontal scrolling. Features also implemented for GtkCList.
3196 * Significant speedups to widget creation and destruction through caching
3197   colormap and visual queries to the XServer.
3198 * Speedups for type creation and especially gtk_type_is_a() checks.
3199 * Speedups in signal lookup, creation and emissions and connection handling.
3200 * Minor speedups with object data allocation and destruction.
3201 * Additions to the signal handling API (e.g. *_emitv).
3202 * Support for rc-file reparsing.
3203 * Resizing logic is now implemented on container widget basis, rather than
3204   for toplevel GtkWindows only.
3205 * Buttons support relief styles now.
3206 * Some widgets are now allocated through memchunks to behave more memory wise.
3207 * Newly included file gtkfeatures.h which defines compatibility macros to
3208   test for certain API features upon program compilation.
3209 * Child arguments support for container widgets.
3210 * Far better support for object arguments, revamp of the underlying
3211   mechanism for speed and reusability. Child/object arguments don't
3212   need to be preceeded by the "GtkType::" portion anymore.
3213 * Removed GtkAcceleratorTable in favour of GtkAccelGroup, accelerator display
3214   is now performed by a new widget GtkAccelLabel.
3215 * Overhaul of the resizing code. Resizing behaviour can now be specified
3216   on GtkContainer basis, so the underlying algorithm isn't only available
3217   for GtkWindows.
3218 * GtkTables are now fully resizable.
3219 * The GtkType system now supports an additional base class initialization
3220   function.
3221 * GtkStyles and key bindings can now be looked up depending on the base
3222   types of a widget, through a new keyword `class' in rc files.
3223 * GtkButton derives from GtkBin (finally).  
3224 * More descriptive error messages on rc parsing.  
3225 * Runtime information is available to query enum/flag definition values.
3226 * Upgrade to libtool-1.2
3227 * Legions of bug fixes, memory leaks, segfaults, of-by-something errors...
3228   including those that already went into the 1.0.x branch.
3229 * A big bunch of features and cosmetic fixups that just got lost in
3230   the masses of changes.