]> Pileus Git - ~andy/gtk/blob - NEWS
Only store error codes in inner-most X error trap
[~andy/gtk] / NEWS
1 Overview of Changes from GTK+ 2.90.6 to 2.90.7
2 ==============================================
3
4 * Various deprecated APIs have been removed:
5  - the GtkWidget::draw-border style property
6  - the GtkEntry::state-hint style property
7  - the GtkTreeView::row-ending-details style property
8  - the GtkRange::trough-side-details style property
9  - the GtkRange::stepper-position-details style property
10  - the GtkRange::activate-slider style property
11  - the GTK_CALENDAR_WEEK_START_MONDAY option
12  - the GtkFrame::shadow and GtkHandleBox::shadow properties
13  - the GtkTextView::page-horizontally signal
14  - the GDK_WINDOW_DIALOG window type
15  - the GTK_SELECTION_EXTENDED selection mode
16  - the GtkProgressBarOrientation, GtkAnchorType and GtkVisibility
17    enumerations
18  - GtkDialog separators, including the GtkDialog::has-separator
19    property, including setter/getter, the GTK_DIALOG_NO_SEPARATOR
20    flag and the GtkMessageDialog::use-separator style property
21  - gtk_status_icon_set/get_blinking
22  - gdk_window_et_deskrelative_origin
23  - The GtkItem class has been removed. Its functionality has
24    been merged into is sole subclass, GtkMenuItem
25
26 * The GtkIconView::orientation property has been renamed
27   to 'item-orientation'
28
29 * GtkProgressBar and GtkCellRendererProgress implement GtkOrientable
30   now, and their 'orientation' property have been split into
31   a 'orientation' property of type GtkOrientation and a boolean
32   'inverted' property
33
34 * GDK no longer exports variables: gdk_threads_lock, gdk_threads_unlock,
35   gdk_threads_mutex and gdk_display are no longer available
36
37 * GTK no longer exports variables: gtk_major_version, gtk_minor_version,
38   gtk_micro_version, gtk_binary_age, gtk_interface_age have been
39   converted to functions. gtk_debug_flags has a getter and a setter.
40   Misc. variables that had been exported by the semi-private text
41   API have been removed.
42
43 * All GDK keysym names have been changed from GDK_keysym to GDK_KEY_keysym;
44   the previous names are still available in gdkkeysyms-compat.h.
45
46 * GtkWrapBox is a new container, which distributes its children
47   over multiple rows/columns
48
49 * GTK+ now uses standard icon names when looking up stock icons
50
51 * More widgets and cell renderers have been converted to support
52   width-for-height: GtkCellRendererText, GtkAccelLabel, GtkCellView,
53   GtkComboBox, GtkMenu, GtkMenuItem
54
55 * Button boxes are now semi-homogeneous.
56
57 * The directfb backend has been removed
58
59 * Bugs fixed:
60   77669 GtkWrapBox for gtk itself, not gimp?
61   84188 "Dialogue" button widths should not be homogenous
62  414712 gtk_container_set_focus_child leaks widget
63  527499 FileFilter combo becames too wide
64  528257 File selector and stock string problems
65  605186 Use G_DEFINE_INTERFACE macro
66  614006 File chooser crashes when creating a new folder...
67  616401 Noneffective gdk_keymap_map_virtual_modifiers in early use
68  626710 GailScaleButton calculates wrong value for minimum increment
69  627028 Marked state of calendar day is not accessible
70  627139 gtkfilechooserentry shows completion progress tooltip on first show
71  627445 Removal of GtkWidget::draw-border breaks gtk_widget_queue_draw()
72  627580 GtkFontSelection: don't notify the non-existent "font" property
73  627643 gtkaboutdialog gettext problem
74  627828 Drag and drop between treeviews in different window groups broken...
75  627843 set_active_iter doc: remove restriction on path length
76  627867 tests/testsocket is broken
77  627912 misprint in the desc. of "hover-expand" and "hover-selection"...
78  628160 introspection: Update to new scanner API
79  628308 docs referencing non existing icons
80  628656 _gdk_windowing_get_startup_notify_id memory leak
81  628807 Add more "reserved for expansion" fields to GtkWidgetClass
82  628808 Warn if a widget requests minimum size > natural size
83  628884 Use a bitfield for Widget::private_flags, ::state, ::saved_state
84  628935 add gtk_radio_button_join_group method for bindings
85  629110 gtk_spinner_accessible_get_type always returns null
86
87 * Translation updates
88  Arabic
89  Armenian
90  Brazilian Portuguese
91  British English
92  Bulgarian
93  Danish
94  Estonian
95  French
96  Galician
97  Hebrew
98  Hungarian
99  Indonesian
100  Kazakh
101  Norwegian bokmål
102  Norwegian Nynorsk
103  Portuguese
104  Serbian
105  Slovenian
106  Spanish
107  Telugu
108  Traditional Chinese
109
110
111 Overview of Changes from GTK+ 2.90.5 to 2.90.6
112 ==============================================
113
114 * All drawing done by GTK+ itself has been ported from
115   GDK drawing APIs to cairo
116
117 * GtkExpander and GtkFrame now implement GtkSizeRequest
118
119 * GtkExpander gained a ::label-fill property to make the label
120   fill the entire horizontal space
121
122 * Allow windows to be dragged by clicking on empty
123   areas in menubars and toolbars
124
125 * GtkAboutDialog can now refer to licenses using a ::license-type
126   enumeration instead of embedding the license text
127
128 * Deprecations and cleanups:
129  - Remove GtkNotebookPage
130  - Remove public struct members in many classes
131  - Remove the GtkRecentManager::limit property
132  - Remove all GDK drawing functions, ie gdk_draw_*. Use cairo instead
133  - Remove all GdkGC functions. Use cairo instead
134  - Remove all of GdkImage. Use cairo instead
135  - Remove all of GdkRGB. Use cairo instead
136  - Remove gdk_{bit,pix}map_create_from_data
137  - GDK no longer depends on the render X extension
138
139 * New accessors:
140  - gdk_cursor_get_cursor_type
141  - gdk_device_get_n_axes
142  - gdk_display_is_closed
143  - gtk_notebook_get_tab_[hv]border
144
145 * New cairo-related APIs:
146  - gdk_window_create_similar_surface
147  - gdk_window_get_background_pattern
148
149 * Bugs fixed:
150   90935 GtkIMContextClass inheritance ...
151   97414 gtkaccellabel: s/seperator/separator/
152  336225 Support for common licenses in about dialog
153  554926 gtk_init_with_args: not setting translation domain...
154  557263 Notebooks return 1 selection even if they have no pages
155  579583 GtkStatusIcon's scroll-event documentation missing "Since: ..."
156  580291 Gail does not work with custom treemodels
157  596125 Property string fixes
158  604391 Gtk-CRITICAL when switching between tab
159  605190 Should delete the description of xim related options...
160  609264 gtk_(tree/list)_store_set documentation unclear about ownership
161  611313 Window dragging from menubars/toolbars
162  612919 crash in System Monitor: I was moving up-down wit...
163  614049 Allow packing options for GtkExpander label widgets
164  614443 Doxygen 'forgets' #define documentation under certain conditions
165  615474 gtk_widget_set_has_window() documentation is not correct
166  618327 GtkNotebookPage should be deprecated
167  621571 Fix damage events on offscreen windows
168  622658 GTK_STOCK_FILE Stock Label
169  623603 meld built with pygtk-2.16.0 giving warnings
170  623865 gtkdnd: pointer grab may never finish (ungrab before grab)
171  624087 Missing accessor for GdkCursor.type
172  624224 Missing accessor for GdkDisplay.closed
173  624270 crash in gtk_entry_completion_default_completion_func
174  624333 Deprecate GtkRecentManager:limit
175  624362 access an invalid ActionGroup
176  624367 GtkButtonBox is broken
177  624397 Move GtkBoxChild from public .h to gtkbox.c
178  624432 GtkRadioMenuItem is broken
179  624540 GtkRadionAction loop in its activate handler
180  624687 switch-page bug when activated from menu
181  624707 warnings when showing gnome-terminal menus on gtk master
182  624779 GtkCalendar padding/margin/spacing/border/whatever is hard-coded
183  625104 Don't try and use the child of a GtkSeparatorMenuItem
184  625235 Tooltips cause warnings
185  625300 Buttons order in dialogs broken in gtk+3
186  625416 gtk_file_chooser_default_map should not reload directory
187  625650 Add annotations to gtk_tree_model_iter_next() and...
188  625655 win32 compile failure due to G_SEAL
189  625715 comment string in GtkAboutDialog is not centered
190  625953 GailAdjustment does not implement get_minimum_increment...
191  626052 Activating a file in GtkFileChooserDialog activates action...
192  626276 gtk_tree_selection_set_select_function() should allow...
193  626514 License dialog doesn't take into account long copyrights
194
195 * Translation updates:
196  Asturian
197  Galician
198  German
199  Hebrew
200  Indonesian
201  Norwegian bokmål
202  Punjabi
203  Romanian
204  Simplified Chinese
205  Slovenian
206  Spanish
207  Swedish
208  Traditional Chinese
209
210
211 Overview of Changes from GTK+ 2.90.4 to 2.90.5
212 ==============================================
213
214 * Support NOCONFIGURE in autogen.sh to avoid running configure
215
216 * The cairo dependency has been bumped to 1.9.10
217
218 * Drop aliasing hacks instead use -Bsymbolic-funtions.
219
220 * Bugs:
221  589904 Certain drawing in some widgets does not pass on...
222  610346 Confusion between GtkWindow:allow-grow and GtkWindow:resizable
223  613284 Replace GdkRegion with cairo_region_t
224  617386 Migrate API docs from templates to source files (GtkButton)
225  617389 Migrate API docs from templates to source files (GtkCalendar)
226  617392 Migrate API docs from templates to source files (GtkCellEditable)
227  621414 Can't select file on file browser popup after choosing to sort...
228  622677 Remove GdkWindowObject public structure
229  623239 also show num-lock warning
230  623307 Annotate gdk_display_manager_list_displays return value
231  623389 [iconview] Fix segfault when using rubberband selection
232  623476 [windows] gdk fails to compile
233  623520 gtk+ 3 fails to build from outside git source tree
234  623845 Use -Bsymbolic
235  461618 use GSlice for gtkrequisition
236
237 * Deprecations and cleanups:
238  - GdkRegion has been removed, and region-using code has been ported
239    to cairo_region_t and cairo_rectangle_int_t.
240  - The deprecated GdkFont has been removed, together with vestigial
241    uses in GTK+, including the GdkFontSel::font property and a GdkFont
242    member in GtkStyle.
243  - The GdkWindowObject structure has been removed from public headers.
244  - The GdkWindow::allow-grow and ::allow-shrink properties have been removed.
245
246 * Quartz:
247  - Misc fixed to clipping and color handling
248  - Update the DND code for GdkDevice changes
249
250 * Translation updates:
251  Breton
252  Czech
253  Estonian
254  Galician
255  Hebrew
256  Kazakh
257  Norwegian bokmål
258  Slovenian
259  Simplified Chinese
260  Spanish
261
262
263 Overview of Changes from GTK+ 2.90.3 to 2.90.4
264 ==============================================
265
266 * GSEAL is now enabled by default
267
268 * gdk-pixbuf has been moved into a separate module
269
270 * The GtkExtendedLayout interface has been renamed to
271   GtkSizeRequest
272
273 * gtk_init warns if it detects GTK2.x and GTK3 being used
274   in the same process
275
276 * Misc new API:
277  gtk_accessible_set_widget
278  gtk_message_dialog_get_message_area
279  gtk_font_selection_dialog_get_font_selection
280  gtk_window_group_get_current_grab
281  gtk_table_get_size
282  gtk_button_get_event_window
283  gdk_device_manager_get_client_pointer
284  gdk_image_get_pixels
285
286 * Bugs fixed:
287  522756 gnome-appearance-properties crashed with SIGSEGV...
288  620832 make _gtk_window_group_get_current_grab() public
289  621250 Missing accessors for GtkRange has_stepper_X
290  621685 Add gdk_device_manager_get_client_pointer() ...
291  621690 Enable per-device events on gtk_widget_realize()
292  621927 Bug in gtk/Makefile.in: affects gtktypefuncs.c
293  622011 Don't handle "connecting-to-device" state reason
294  622581 [GSEAL] GtkButton has no accessor for event_window
295  622765 Duplicate symbols in Gdk on OSX
296  622827 test/testapplication.c doesn't build in quartz
297
298 * Translation updates:
299  Arabic
300  Armenian
301  Galician
302  Slovenian
303  Spanish
304
305
306 Overview of Changes from GTK+ 2.90.2 to 2.90.3
307 ==============================================
308
309 * GtkProgress has been removed. It was entirely deprecated for
310   a long time
311
312 * GtkApplication has been updated to match the GApplication API
313   as of GLib 2.25.9
314
315 * XI2:
316  - Device grabs now take precedence over GTK+ grabs
317  - Various other bug fixes
318
319 * Extended Layout:
320  - Prevent negative allocations (as seen in emacs and gedit)
321
322 * Win32: XP theming is back !
323
324 * Misc new API:
325  - Add an accessor for GtkViewport->view_window
326  - Add an accessor for GdkDragContext->source_window
327  - gtk_icon_theme_load_symbolic_for_style a variant of
328    gtk_icon_theme_load_symbolic taking a GtkStyle
329
330 * Introspection:
331  - Misc annotation fixes
332
333 * Cleanups:
334  - GTK_OBJECT_FLAGS and GtkObjectFlags have been depreated
335
336 * Bugs fixed:
337  620618 get rid of GtkProgress
338  615666 GTK_OBJECT_FLAGS() should be deprecated
339  617444 GNU emacs warnings with extended layout GTK+
340  621631 Non-consistent style in GtkUIManager docs
341  621136 GtkCalendar: Some functions always return TRUE
342  621003 GtkApplication] Update for GApplication API changes
343  621683 gtk_menu_attach_to_widget() should emit an "attach-widget"...
344  621479 typo in GTK docs on library.gnome.org
345  621081 GtkViewport missing accessor for view_window.
346  620440 Combo-boxes loose focus
347  621775 Space symbol missed in Resources chapter
348  621578 Symbolic color cut-and-paste mess
349  621111 gtk_init_with_args()'s GOptionEntry argument should be const
350  602289 gdk_spawn_on_screen(_with_pipes) uses gint for pid
351
352 * Updated translations:
353  Galician
354  Norwegian bokmål
355  Spanish
356
357
358 Overview of Changes from GTK+ 2.90.1 to 2.90.2
359 ==============================================
360
361 * GtkApplication: an application class, based on GApplication. Currently,
362   this is fairly minimal, but it is good enough already to replace libunique.
363   Future work:
364   - Add a way to say "This is my application menubar", which gets
365     put into all toplevel windows on non-OS-X, and into the top
366     on OS X
367   - Support session management
368   - Maybe support application settings
369
370 * Misc new api:
371  - gtk_window_has_group: determines if a window is part of a window group
372  - gtk_status_bar_remove_all: removes all messages from a statusbar
373
374 * DND on offscreen windows works now
375
376 * GtkIconView:
377  - arrow keynav can now be connected over adjacent icon views
378
379 * GtkAssistant:
380  - gtk_assistant_commits: prevents going back beyond a certain
381    point in the page sequence, adjust shown buttons appropriately
382  - It is now officially supported to have a progress page at the
383    end of the page sequence
384
385 * Introspection:
386  - Many annotation fixes
387  - gdkx.h api is exported in a separate typelib, GdkX11-3.0
388
389 * Cleanups:
390  - the draw_string function has been removed from GtkStyle
391  - gdk_get/set_use_xshm have been removed
392  - Deprecated gdk_color api has been removed
393
394 * Documentation related to GTK+ 1.2, etc has been removed. Instead
395   there is an initial GTK+ 3 porting guide now.
396
397 * Bugs fixed:
398  620509 Progress bar rendering is broken
399  607628 DnD operation doesn't work when using offscreen.
400  619838 kill off references to gtk 1.2 in docs/comments
401  608218 GtkOffscreenWindow causes bad window with GtkEntry
402  619649 Remove deprecated code from GdkColor
403  619080 text-inserted events should not be emitted unless text...
404  620511 Use g_source_set_name for all custom GSources in GTK+
405  603637 gtk printer dialog does not show remote printer
406  618271 Add gtk_window_has_group()
407  617863 Actually expose the X11 funcs through introspection
408  620244 misprint in the description of the function gtk_widget_list_...
409  549127 Print error dialog not shown
410  611709 gseal hides GtkStatusBar->messages but doesn't give anything...
411  596428 GtkAssistant: Support ending with a progress page
412
413 * Translation updates:
414 Esperanto
415 Hebrew
416 Irish
417
418
419 Overview of Changes from GTK+ 2.90.0 to 2.90.1
420 ==============================================
421
422 * Printing: The list of locales using US Letter papersize has
423   been updated to match the CLDR 1.8.1
424
425 * The default location for the 'module cache' files (ie the files
426   produced by gdk-pixbuf-query-loaders and gtk-query-immodules) has
427   been changed to $libdir/gtk-3.0/3.0.0/{loaders,immodules}.cache.
428   This should avoid multilib problems with the previous location.
429
430   Additionally, the query utilities accept an --update-cache argument
431   to update the cache file directly, instead of writing to stdout
432
433 * gtk_radio_action_join_group: A binding-friendly way to manage
434   radio actions.
435
436 * GtkAdjustment enforces values to the range [lower, upper - page_size]
437
438 * GDK has been GSEALed, with the addition of suitable accessors
439
440 * The XI2 branch with better support for multiple input devices has
441   been merged, together with backends for XInput, XInput2, win32 and
442   Quartz, and corresponding updates to input-device handling code
443   in GTK.
444
445 * A number of orientable widgets are no longer abstract: GtkBox,
446   GtkButtonBox, GtkPaned, GtkRuler, GtkScale, GtkScrollbar, GtkSeparator.
447   All of these can now be instantiated and flipped between horizontal
448   and vertical orientation at runtime. Their H/V subclasses are still
449   available, as convenience API.
450
451 * More deprecated API has been removed
452
453 * Bugs fixes:
454  613132 GtkBoxChild should probably be deprecated
455  592580 GDK needs sealing
456  618870 GTK+ uses wrong pkg-config to reveal the CAIRO_PREFIX
457  616817 Remove code to support deprecated GtkToolbar api
458  619114 undefined reference to `XkbBell'
459  617863 Actually expose the X11 funcs through introspection
460  613302 GtkWidget not emitting the unmap signal
461  565559 Incorrect leave-notify signals for treeview
462  533946 GtkHScale does not update correctly
463  618000 Sync paper size fallbacks with CLDR 1.8.1
464  614581 Gtk print dialog freezes on start up
465  551322 configure does not use -lm in jasper (JPEG2000) testing
466  619474 Fixes for GtkAdjustment for GTK+ 3
467  555087 Shouldn't the return type of gtk_entry_completion_get_model...
468  619385 Fix compilation warning: Do not break strict-aliasing rules
469  596725 Add XInput2 support
470
471 * Updated translations
472  Arabic
473  Estonian
474  Galician
475  Italian
476  Indonesian
477  Oriya
478  Shavian
479
480
481 Overview of Changes from GTK+ 2.20.x to 2.90.0
482 ==============================================
483
484 * GtkExtendedLayout: Width-for-height geometry management.
485   This change is known to currently cause minor problems in
486   some applications, see
487   617444 GNU emacs warnings with extended layout GTK+
488   617556 inkscape toolbars broken with extended layout
489
490 * gtk_icon_theme_load_symbolic: Support for 'symbolic' icons
491
492 * Applications can indicate their preference for a dark theme
493   variant by setting GtkSettings::gtk-application-prefer-dark-theme
494
495 * GtkTreeModelFilter can be more usefully subclassed
496
497 * Tooltip positioning has been changed to make it less likely
498   that the tooltip covers up the widget that it relates to
499
500 * Deprecated functions have been removed (though some more work
501   remains to be done in GDK)
502
503 * This release is parallel installable with GTK+ <= 2.22, by renaming
504   .pc files, libraries, include paths, module paths, gtkrc files, etc
505   to include a '3.0' in its name.
506
507 * Updated translations:
508  Basque
509  Bengali
510  Bengali India
511  Catalan
512  Catalan (Valencian)
513  Crimean Tatar
514  Danish
515  Dutch
516  Galician
517  Greek
518  Indonesian
519  Kannada
520  Kazakh
521  Latvian
522  Marathi
523  Norwegian bokmål
524  Spanish
525  Thai
526  Ukrainian
527
528
529 Overview of Changes from GTK+ 2.19.7 to 2.20.0
530 ==============================================
531
532 * Support the tracker 0.8 api in the file chooser search code
533
534 * Bug fixes:
535  609929 Dragging between two windows cause the menu widget...
536  613241 entry sends extra notify::text with "" on destroy
537  610946 error during gtk+ build + nonsense error messages
538  610176 Some cups1.2 feature use not shielded by API version-check
539  612574 GtkMenuItem does not emit notify::label when label...
540  612505 Entry layout not updated when underlying buffer changes
541  612346 gdk_window_set_icon_name doesn't work
542  612308 GTK+ Build error: redefinition of 'struct IPrintDialogCallback'
543  611118 Set APPLICATION_ID when launching desktop app
544  612768 DND cause crash in VNC environment
545  612575 Improve docs of gtk_notebook_set_tab_label_packing
546  605333 Confusing error in documentation
547  613028 Do not get a GtkSettings for size lookup if...
548
549 * Translation updates:
550  Basque
551  Brazilian Portuguese
552  Catalan
553  Dutch
554  Estonian
555  Finnish
556  Galician
557  Gujarati
558  Italian
559  Punjabi
560  Romanian
561  Spanish
562  Swedish
563  Traditional Chinese
564  Vietnamese
565
566
567 Overview of Changes from GTK+ 2.19.6 to 2.19.7
568 ==============================================
569
570 * Bug fixes:
571  611707 Move documentation from templates to inline comments
572   69872 GTK_WIDGET_SET_FLAGS should be deprecated
573  612066 empathy hangs when clicked on information about contact...
574  557420 Some compose sequences don't work anymore...
575  569042 gailbooleancell does not seem to attend to changes...
576  600992 File chooser reference counting issues
577  610905 gtk_drag_source_set need instrospection hint
578  611051 Search Entry Clear Icon not accessible
579  611217 Incorrect translator comment
580  611317 Document targets in drag and drop
581  611319 gtk_window_set_transient_for undocumented NULL value for parent
582  611658 Update documentation for gtkvscrollbar
583  611662 Update documentation for gtkvseparator
584  611686 focus_in/focus_out in gailtreeview.c should return FALSE...
585  611831 Move documentation to inline comments: GtkVBox
586  612119 Do not scroll when middle pasting
587
588 * Translation updates:
589  Afrikaans
590  Arabic
591  Basque
592  British English
593  Bulgarian
594  Czech
595  Danish
596  French
597  Galician
598  German
599  Greek
600  Hungarian
601  Lithuanian
602  Low German
603  Norwegian bokmål
604  Polish
605  Portuguese
606  Russian
607  Slovenian
608  Swedish
609
610
611 Overview of Changes from GTK+ 2.19.5 to 2.19.6
612 ==============================================
613
614 * Bugs fixed:
615  610701 gnome-shell crashes frequently
616  604799 Crash when button is pressed.
617  609744 crash at parse_data_for_row_pseudocolor
618  600789 gdk/gdkwindow.c "find_native_sibling_above" will crash
619  610141 gtk_assistant_get_nth_page() function fails to deliver...
620  609952 destroying a notebook window when the last tab got dragged...
621  603923 [annotations] gtk_tree_store_newv/set_column_types
622  610474 [annotations] Add allow-none
623  609650 GtkPlug Embedded signal is not emitted when plug...
624  610381 More space between toolbar icon and label
625  548026 No accessor for GtkWidget.requisition
626  609514 fix introspection comments for gtk_tree_view_get_path_at_pos
627  610235 msgid in bad English
628  607697 GDK_META_MASK always set on Alt-Enter with gtk+ 2.19.x
629  610632 gtk_info_bar_set_default_response problem
630  609172 gdk/directfb: little cleanups
631  610184 gtk_assistant_set_current_page() segfaults...
632
633 * Updated translations
634  Bulgarian
635  Czech
636  Estonian
637  German
638  Japanese
639  Korean
640  Lithuanian
641  Norwegian bokmål
642  Oriya
643  Polish
644  Romanian
645  Slovenian
646  Spanish
647
648
649 Overview of Changes from GTK+ 2.19.4 to 2.19.5
650 ==============================================
651
652 * GSEAL work:
653  - Add accessors for GtkPaned members
654  - Add gtk_widget_style_attach
655  - Seal GtkTextTag
656  - Deprecate GtkCurveType
657  - More GtkWidget flags accessors
658
659 * Bugs fixed:
660  403485 Move docs from tmpl/* to the source files
661  556263 Deprecate GtkCurve
662  554420 Seal GtkTextTag
663  561816 Optimize gtk_paned_set_position notifications
664  606288 Not using GtkOptionMenu deprecated symbols in test file
665  607061 GtkPlug socket window is sometimes incorrectly unref'd
666  607344 GtkCalendar: crash when using tooltips via glade
667  607885 GtkPaned::handle lack accessor
668  608162 gtktoolbutton doesn't create right proxy menu item...
669  608345 wrong reference on gdk_keymap_translate_keyboard_state
670  608370 dnd drag-dest signal handlers don't get correctly disconn...
671  608410 GOK types backwards in text entry fields
672  608615 DnD events sent to wrong window
673  608807 Marks on GtkScale widgets can overlap
674  609188 gdk/directfb: compiler warning in _gdk_windowing_pointer_grab()
675  609191 gdk/directfb: use G_DEFINE_TYPE in gdkcolor-directfb
676  609199 gdk/directfb: use G_DEFINE_TYPE in gdkgc-directfb
677  609201 gdk/directfb: max cursor size is artificially limited
678  591186 GTK Menu Bar is unreadable under Windows 7
679
680 * Updated translations
681  Bengali
682  Brazilian Portuguese
683  Czech
684  Estonian
685  French
686  Norwegian bokmål
687  Slovak
688  Spanish
689  Thai
690
691
692 Overview of Changes from GTK+ 2.19.3 to 2.19.4
693 ==============================================
694
695 * GSeal:
696  - New accessors for GtkEntry windows
697  - New accessors for GtkRange members
698
699 * Bugs fixed:
700  607082 Add accessors for sealed GtkRange members
701  567729 Add GtkToolPalette
702  591102 gdk_pixbuf_save() creates a zero-size file...
703  600865 gnome-panel crashed with "BadPixmap...
704  601412 action area presence makes gnome-terminal window grow...
705  603144 Suspected wrong builtin page size: Chinese PRC6 and...
706  606009 weirdness with clipping in abiword - csw
707  606698 Misplaced declaration of gtk_print_job_set_status
708  606761 pixops.c: variables are declared at middle of block
709  607217 Mixing calls to _set_markup and _set_text causes...
710  607269 gtk_label_set_attributes with empty list no longer...
711  607322 Double-click doesn't work if the item is selected...
712  607687 f-spot crashes when using themes using the pixmap...
713  607778 Add accessors for GtkEntry's windows
714  607770 Leak in GtkTreeView with HildonPannableArea
715  603245 drawing artifacts with action widgets and long tab...
716
717 * Updated translations:
718  Arabic
719  Asturian
720  Basque
721  Bengali
722  Bulgarian
723  Burmese
724  Norwegian bokmål
725  Slovenian
726  Spanish
727  Swedish
728
729
730 Overview of Changes from GTK+ 2.19.2 to 2.19.3
731 ==============================================
732
733 * GSeal:
734  - Deprecate widget flag macros
735    GTK_WIDGET_STATE
736    GTK_WIDGET_SAVED_STATE
737    GTK_WIDGET_FLAGS
738    GTK_WIDGET_TOPLEVEL
739    GTK_WIDGET_NO_WINDOW
740    GTK_WIDGET_COMPOSITE_CHILD
741    GTK_WIDGET_APP_PAINTABLE
742    GTK_WIDGET_CAN_DEFAULT
743    GTK_WIDGET_CAN_FOCUS
744    GTK_WIDGET_DOUBLE_BUFFERED
745    GTK_WIDGET_HAS_DEFAULT
746    GTK_WIDGET_HAS_GRAB
747    GTK_WIDGET_RECEIVES_DEFAULT
748  - Also deprecate the type macros
749    GTK_WIDGET_TYPE
750    GTK_OBJECT_TYPE_NAME
751    GTK_OBJECT_TYPE
752
753 * GtkOffscreenWindow: A new toplevel container widget to manage
754   offscreen rendering of child widgets
755
756 * OS X:
757  - Memory leak fixes and other improvements
758
759 * Bugs:
760  604901 Provide generic offscreen rendering container
761  597100 There is a misprint in the documentation...
762  598383 GtkWidget::state-changed signal should be documented
763  602284 Need a way to retrieve the preedit string in a GtkTextView
764  605090 Fix some compilation warnings
765  605199 Contradiction in the description of function...
766  606068 Setup libjpeg error handling earlier...
767  606230 gtk_combo_box_set_active_iter & unsetting the active item
768  606291 Fix some issues in "Migrating from GtkOptionMenu...
769  606434 prop-editor should support GdkColor
770
771 * Translations:
772  Asturian
773  Basque
774  Kannada
775  Norwegian bokmål
776  Slovenian
777  Spanish
778  Swedish
779  Thai
780  Ukrainian
781
782
783 Overview of Changes from GTK+ 2.19.1 to 2.19.2
784 ==============================================
785
786 * Introspection:
787  - Introspection data for gdk-pixbuf, gdk and gtk is now
788    included in GTK+ itself. As a consequence, the atk dependency
789    has been bumped to 2.29.2, and a gobject-introspection dependency
790    has been added. configure with --disable-introspection in order
791    to not build introspection data.
792
793 * Client-side windows:
794  - Fix some issues with handling of button and motion events
795  - Fix damage reporting for drawing on offscreen windows
796  - Fix problems with handling of input extension events
797
798 * Printing:
799  - Add api to handle printer hard margins
800
801 * Simple IM Context:
802  - Sync with Xorg compose file
803  - Make Compose-vowel-minus combinations consistent
804
805 * GDK:
806  - gdk_screen_get_primary_monitor: New function to get the
807    'primary' monitor in a multi-monitor setup
808
809 * gdk-pixbuf has gained the ability to store and retrieve embedded
810   ICC color profiles in png and tiff images
811
812 * Keyboard handling:
813  - Mnemonic underlines can now optionally be hidden until the Alt key
814    is pressed, this can be turned on with the gtk-auto-mnemonics setting
815  - Using the Super, Meta and Hyper modifiers in accelerators is working
816    more reliably
817
818 * Bugs fixed:
819  603652 Sporadic crashes with GtkSocket
820  605008 the region of damage event doesn't be copied in gdk_event_copy
821  588554 only show the accelerator when pressing alt
822  601473 GDK_BUTTON?_MOTION_MASK appears to be broken
823  601712 Add API for determining primary monitor
824   50942 selection/arrow key improvement
825  427409 editing shortcut always fails with super key
826  468989 need a way to get the printer's hard margins
827  502266 gtk_tree_selection_get_selected_rows free example produces...
828  592279 Introspection support
829  597386 Cannot click buttons more than once without moving the mouse...
830  599213 Use GtkCellEditable:editing_canceled property instead...
831  599397 Button stuck at pressed look after screen rotation
832  601383 gtk_icon_view_get_selected_items: example code gives...
833  602099 Actions can be activatable too
834  603619 the colormap of offscreen's pixmap doesn't inherit...
835  603904 gdk_draw_line doesn't have expose area.
836  604117 Add info about single includes when compiling GTK+ apps
837  604289 Please permit progress pages to be final in a dialog
838  604462 gtktoolitem.c: return-value is different type
839  604747 Using gdk_draw_line, the expose area of damage event is wrong
840  604787 property-notify-event is not delivered to a non-toplevel...
841  604881 GtkCellEditable::editing-cancelled should be writable
842  591085 GtkBuilder object ID bounded to GtkWidget "name" property
843
844 * Updated translations:
845  Arabic
846  Estonian
847  Hebrew
848  Low German
849  Norwegian bokmål
850  Slovenian
851  Spanish
852  Telugu
853  Vietnamese
854
855
856 Overview of Changes from GTK+ 2.19.0 to 2.19.1
857 ==============================================
858
859 * Client-side windows:
860  - Avoid some unnecessary exposes
861  - Avoid unnecessary redraws related to clearing windows
862
863 * GtkNotebook gained an 'action area'
864
865 * GtkStatusbar gained a 'message area'
866
867 * GtkToolPalette is a new container to show tool items
868   in collapsible groups in a grid
869
870 * gdk-pixbuf can now handle compressed TIFF images
871
872 * GSEAL work:
873  - New accessor: gtk_window_get_window_type()
874
875 * Bugs fixed:
876  590017  Does not compile under MinGW32 + Wine
877  569430 Gail should include a reciprocal relationship for NODE_CHILD_OF
878  598758 Need context for a propper translation
879  594535 No accesor for GtkStatusbar->label and ->frame
880  602725 fix setting icon-size on GICON images
881  599402 Landscape and Reverse Landscape icons need to be swapped
882  588740 JPEG images open with blur effect?
883  601337 Only use gdk_input_select_events() if XINPUT_NONE is defined
884  598050 Flickering in a gtk_socket
885  600158 Do not use static GTypeInfo and GInterfaceInfo
886  561973 Problem dragging images from Firefox to GTK+ app on Windows
887  601512 Remove unnecessary check in GtkTreeModelFilter
888  600222 Check for existence of cairo-svg.h in configure.in
889  595498 No accesor for GTK_WINDOW ()->type
890  116650 "action area" for GtkNotebook (e.g. for tab close button)
891  600150 GtkColorSelection tooltip issues
892  480065 wrong tree collapsed (or expanded) after having scrolled
893  596473 Second double-click of GtkTreeView row doesn't emit...
894  601869 GtkUIManager assumes too much about popup menus
895  581145 Wrong positioning for fullscreen gedit toolbar animation
896  602724 gailimage doesn't handle GTK_IMAGE_{GICON,ICON_NAME}...
897  561130 get_monitor_geometry segfaults if called with non-existant...
898  597026 Missing include for memset()
899  585383 Segfault in gdk_pixbuf__ico_image_save
900  597865 Move documentation from templates to inline comments
901  123569 Catch contents being reparented out of socket
902  561334 Incorrect named constant in documentation of two GtkButton...
903  601611 gtk_selection_data_get_targets() reads X Atom data as GdkAtoms
904  601409 action area presence modifies notebook behaviour
905  603268 wrong Since: markers in toolpalette merge
906  603271 wrong toolbar style
907  601959 must release compose key before continuing compose sequence
908  603302 Incorrectly warn about links on text with color and underline
909  603201 gtk_about_dialog_set_url_hook has no effect anymore
910  591438 dfb_events_dispatch is not thread safe
911  589842 GtkAction API to have its menu item proxies have always-show...
912  584700 TIFF pixbuf loader should support compression
913  603128 Adding new UI that was recently removed may cause wrong order
914  601682 Print preview should use gtk_show_uri by default
915  596083 Deprecate notebook label packing functionality
916
917 * Updated translations:
918  Estonian
919  Galician
920  Japanese
921  Low German
922  Norwegian bokmål
923  Punjabi
924  Slovenian
925  Spanish
926  Swedish
927
928
929 Overview of Changes from GTK+ 2.18.x to 2.19.0
930 ==============================================
931
932 * A throbber widget and cell renderer have been added: GtkSpinner and
933   GtkCellRendererSpinner
934
935 * GtkFileSystemModel has been reimplemented, for major speedups and
936   other improvements
937
938 * Synchronize compose sequences with the current X.org Compose file
939
940 * Win32:
941  - The GDI+ image loader works again
942  - XP themes have been disabled since they don't work currently
943
944 * OS X:
945  - Fix crashes due to unimplemented GdkWindowImplIface methods
946  - Use standard Mac keyboard shortcuts (Cmx-X, Cmd-C instead of
947    Ctrl-X, Ctrl-C, etc)
948  - Add a pixbuf loader for the QTIF format
949  - Improve multi-monitor handling
950
951 * GSEAL work:
952  - New accessor for GtkDialog buttons: gtk_dialog_get_widget_for_response
953  - New accessor for GtkViewport bin_window: gtk_viewport_get_bin_window
954  - Add a GtkCellEditable::editing-canceled property
955
956 * Deprecations:
957  - GtkInputDialog has been deprecated
958  - GtkCurve and GtkGammaCurve have been deprecated
959  - The tab-packing feature in GtkNotebook has been deprecated
960
961 * Bugs fixed:
962  594644 Cannot compile GTK+ with MinGW 4.4.0
963  581150 GtkIconView tries to paint items with invalid sizes
964  598881 Unimplemented GdkWindowImplIface methods crash gimp on OSX
965  598218 Substitute deprecated gtk_*_ref/unref calls
966  381371 Print margins not correct in WIN32 - not allowing for...
967  597596 Toolbar button accessible objects don't have label name
968  599118 Translators comment for "Finishing" labels
969  598261 Add support to GtkTooltip to handle GIcons
970  530351 Use standard mac shortcuts
971  597865 Move documentation from templates to inline comments
972  596083 Deprecate notebook label packing functionality
973  594903 Deprecate GtkInputDialog
974  599403 Avoid using accel group internals in GtkSocket
975  590800 The window content is not updated correctly when scrolling
976  598515 Do not assign the GtkSpinner parent class twice
977  552678 gdi+ pixbuf loaders fail on "large" images
978  598217 Substitute deprecated gdk_*_ref/unref calls
979  596238 Make Quartz backend properly implement the GdkScreen...
980  599446 atk_object_set_name () assertion in gtk_tool_button_set_label
981  592582 Print preview doesn't reflect the printout
982  563010 GtkFileChooserButton cannot have none file selected again
983  596019 No accesors for GtkDialog buttons
984  366217 Add QTIF image support
985  594962 No accessor for GTK_ENTRY (entry)->editing_canceled
986
987 * Updated translations:
988  Arabic
989  Brazilian Portuguese
990  Bulgarian
991  Catalan
992  Finnish
993  Greek
994  Norwegian bokmål
995  Oriya
996  Punjabi
997  Romanian
998  Russian
999  Serbian
1000  Shavian
1001  Slovenian
1002  Spanish
1003  Swedish
1004  Slovenian
1005  Vietnamese
1006
1007
1008 Overview of Changes from GTK+ 2.18.1 to 2.18.2
1009 ==============================================
1010
1011 * GTK+ now ignores SIGPIPE in gtk_init(). Previously
1012   this was done deep in the lpr printbackend.
1013
1014 * Fix compilation of the DirectFB backend.
1015
1016 * Bugs fixed:
1017  597386 Cannot click buttons more than once...
1018  588059 sometimes notification icons are not visible with csw
1019
1020 * Updated translations:
1021  Italian
1022  Japanese
1023  Serbian
1024
1025
1026 Overview of Changes from GTK+ 2.18.0 to 2.18.1
1027 ==============================================
1028
1029 * Client-side Windows:
1030  - Fix a problem with the F-Spot screensaver
1031  - Request native events that are necessary for grab emulation
1032  - Fixes for input device and extended input event handling
1033  - Allow up to 255 buttons in extended input events
1034
1035 * OS X:
1036  - Improve handling of multi-monitor setups
1037  - Basic DND works
1038  - Other improvements
1039
1040 * Filechooser:
1041  - Support Tracker 0.7 in the search code
1042
1043 * Bugs fixed:
1044  596423 Landscape pages are the wrong way around
1045  588449 DnD doesn't work on GDK/Quartz
1046  596080 Mention "gtk-tooltip" in gtk_widget_set_tooltip_window
1047  596580 Blank rows in entry autocompletion
1048  588649 extended input events sent to widgets that didn't...
1049  596081 Update tracker support for version 0.7
1050  596345 clicking empty space in backgrounds...
1051  596494 New property "cursor" in 2.18's GdkWindow with wrong...
1052  596012 popup menu position is horribly off on gdk quartz...
1053  596250 Gdkcursor-quartz.c doesn't implement GDK_BLANK_CURSOR
1054  586207 Printing dialog with a CUPS printer connected...
1055
1056 * Translation updates:
1057  Assamese
1058  British English
1059  Czech
1060  Estonian
1061  French
1062  Galician
1063  German
1064  Hungarian
1065  Slovenian
1066  Spanish
1067  Swedish
1068
1069
1070 Overview of Changes from GTK+ 2.17.11 to 2.18.0
1071 ===============================================
1072
1073 * Add GtkTreeModelFilter testsuite and fix multiple bugs
1074
1075 * Client-side windows:
1076  - Fix issues around recursion and gdk_window_process_updates
1077  - Fix issues with grabs and cursors
1078  - Handle window hierarchy and geometry changes in expose handlers
1079  - New function, gdk_window_flush, that may be needed in certain
1080    situations
1081  - Automatically flush windows when doing non-double-buffered exposes
1082
1083 * Quartz backend:
1084  - Fix various 'stuck UI' issues
1085  - Fix the size of the root window
1086
1087 * Bugs fixed:
1088  588455 run application broken when setting background color...
1089  346800 Rework sort/filter models to use indices to parents
1090  593678 select "Manage Custom Sizes" from print dialog hangs gedit
1091  594652 gtk printer dialog does not understand boolean printer options
1092  594668 Add new Xorg keysyms
1093  591583 Padre (a wxPerl+Gtk IDE) hangs when editing Perl code...
1094  594600 Windows only allows 64-character system-tray tooltips
1095  594679 Fix warning in testwindows.c
1096  594880 Drawing issues in ExoIconView
1097  593507 AbiWord's main drawing area not exposed properly
1098  594913 is_composited race ...
1099  594738 Windows often do not respond to events on dual-head
1100  503776 crash when trying to print to non-existent lpr printer
1101  595599 Don't focus unmapped radio buttons
1102  595790 Segfault in gtkiconfactory.c on NULL GError
1103  588649 extended input events sent to widgets that didn't...
1104  550939 GtkFileChooser listbox does not refresh selection
1105
1106 * New deprecation:
1107  gdk_event_get_graphics_exposes has been deprecated
1108
1109 * Updated translations:
1110  Afrikaans
1111  Assamese
1112  Bengali India
1113  Brazilian Portuguese
1114  British English
1115  Catalan
1116  Danish
1117  Dutch
1118  German
1119  Greek
1120  Gujarati
1121  Hindi
1122  Italian
1123  Japanese
1124  Lithuanian
1125  Maithili
1126  Malayalam
1127  Marathi
1128  Norwegian bokmål
1129  Oriya
1130  Polish
1131  Romanian
1132  Simplified Chinese
1133  Slovenian
1134  Traditional Chinese
1135  Ukrainian
1136
1137
1138 Overview of Changes from GTK+ 2.17.10 to 2.17.11
1139 ================================================
1140
1141 * Client-side windows:
1142  - Add gdk_cairo_reset_clip that lets you get back the original
1143    drawable clip
1144  - Add gdk_window_restack to more conveniently restack child windows
1145  - Add gdk_window_is_destroyed as a replacement for GDK_WINDOW_DESTROYED
1146  - Deprecated GDK_WINDOW_OBJECT and GdkWindowObject
1147
1148 * GSEAL:
1149  - Add gtk_widget_set_receives_default and gtk_widget_get_receives_default
1150    accessors for GTK_RECEIVES_DEFAULT
1151
1152 * GtkTreeView:
1153  - Correctly propagate insensitive state to cell renderers
1154
1155 * GtkTextView:
1156  - Merge a number of scrolling-related fixes from Maemo
1157
1158 * Bugs fixed:
1159  564160 gtk_combo_box_entry_set_text_column too restrictive
1160  593868 gtk_im_multicontext_set_client_window recreate a new slave...
1161  593644 gdk_x11_screen_get_window_manager_name should not cache...
1162  594178 gdk-pixbuf-query-loaders segfault in write_loader_info
1163  567124 proposal to delay doing something related to immodule...
1164  588788 GTK+ compilation should work with automake1.10
1165  584638 Build of gtkupdateiconcache without NLS breaks
1166  593788 misprint in the returning value of gdk_selection_property_get
1167  593606 Missing include in gtk/gtkcellrendereraccel.c
1168  593877 Undefined symbols while compilation
1169
1170 * Translation updates:
1171  French
1172  Hebrew
1173  Hungarian
1174  Norwegian bokmål
1175
1176
1177 Overview of Changes from GTK+ 2.17.9 to 2.17.10
1178 ===============================================
1179
1180 * Client-side windows:
1181  - Regression fixes continue
1182  - Multiple clipping issues have been fixed
1183  - gdk_window_beep() works again
1184  - gtk-demo now has a few offscreen window demos
1185
1186 * GSEAL:
1187  - Several more getters and setters have been added:
1188    gtk_widget_is_toplevel(), gtk_widget_is_drawable(), gtk_widget_set_window()
1189
1190 * Bugs fixed:
1191  592752 aisleriot card drag start makes card appear behind...
1192  592901 Crash in JPEG pixbuf loader instead of error
1193  592263 redraw problem in text view
1194  593011 Cannot move applet with middle click
1195  592624 BadAccess from gdk_window_x11_set_events
1196  592606 Activate the default button in a respose-request callback
1197  593249 emacs and acroread don't work properly
1198  592883 Spin cell rendererer problem with double click
1199  588199 GtkTreeView rendering glitch while using a default...
1200  543310 set_enable_tree_lines doesn't work when a cellrenderer...
1201  589636 csw broke DND from panel menus
1202  593595 broken clip handling in GtkLabel
1203  590921 NULL should not be a valid return value for gdk_window_new()
1204  590861 cups_printer_create_cairo_surface() sets a fallback resolution...
1205  544724 delete new line requires two keystrokes
1206  593001 Emit 'update-custom-widget' on page setup change
1207  593317 gtkwindow leaks startup ID
1208  593080 mem leak
1209  593481 GtkEntryCompletion action-activated signal is emitted...
1210  593135 gtk_entry_set_icon_from_pixbuf only works one time
1211  593012 configure doesn't handle --enable-{cups,papi} correctly
1212  592862 There is a misprint on the returning value of gdk_pixmap_lookup()
1213  586466 GtkPrintOperation printing fails if it is the only event source
1214  434318 printer detail acquisition needs events
1215  593712 configure fails to to check properly for cups...
1216
1217 * Translation updates:
1218  Asturian
1219  Basque
1220  Bengali India
1221  Czech
1222  Finnish
1223  Hindi
1224  Kannada
1225  Oriya
1226  Polish
1227  Serbian
1228  Tamil
1229  Telugu
1230
1231
1232 Overview of Changes from GTK+ 2.17.8 to 2.17.9
1233 ==============================================
1234
1235 * Client-side windows:
1236  - Add a compatibility mode that falls back to always using native windows,
1237    triggered by the GDK_NATIVE_WINDOWS environment variable
1238
1239 * Bugs fixed:
1240  589367 gedit crashed with SIGSEGV in IA__g_list_last()
1241  478519 GtkTooltip segfaults on NULL gdk-display-current-tooltip.
1242  592461 preserve errno and use g_strerror
1243  592403 crash when close the second terminal...
1244  591549 Default printer in a network
1245  526149 GtkCellRendererAccel editing conflicts with mnemonics
1246  528283 Problems when using PageUp & PageDown to navigate Playlists pane
1247
1248 * Updated translations:
1249  Bengali
1250  Brazilian Portuguese
1251  Breton
1252  Bulgarian
1253  Catalan
1254  Estonian
1255  Galician
1256  Irish
1257  Korean
1258  Norwegian bokmål
1259  Portuguese
1260  Punjabi
1261  Spanish
1262  Swedish
1263  Thai
1264
1265
1266 Overview of Changes from GTK+ 2.17.7 to 2.17.8
1267 ==============================================
1268
1269 * Client-side windows:
1270  - various fixes to expose handling
1271  - fix memory leaks
1272
1273 * Minor API additions:
1274  - New setter as part of the GSEAL effort: gtk_widget_set_allocation
1275
1276 * Bugs fixed:
1277  585211 Add accessor function for GtkWidget->allocation
1278  588437 gtk 2.17.3 causes dragging in firefox bookmarks sidebar t...
1279  589367 gedit crashed with SIGSEGV in IA__g_list_last()
1280  589877 Client side windows leak gdk regions
1281  590959 Set child_has_focus flag properly
1282  591432 There is incomplete information on the returning value of...
1283  591434 firefox-3.5 crashed with SIGSEGV in _gdk_window_process_u...
1284  591526 Accelerator keys with <super> modifier also triggered by ...
1285  591751 bad memory access with duplicated id
1286  591998 Support silent build rules with automake 1.11
1287  592003 Shift+click should always modify selection
1288
1289 * Updated translations:
1290  Brazilian
1291  Bulgarian
1292  Irish
1293  Swedish
1294
1295
1296 Overview of Changes from GTK+ 2.17.6 to 2.17.7
1297 ==============================================
1298
1299 * Client-side windows: a number of regressions related to embedding
1300   have been fixed
1301
1302 * Printing: The file backend supports SVG output
1303
1304 * Minor API additions:
1305  - GtkIconView gained an icon-padding property that can be used to fine-tune
1306    how much space each column needs
1307  - GtkTreeViewColumn grew a sort-column-id property that can be used to set
1308    up sort columns in GtkBuilder files
1309  - GdkWindow gained a cursor property and associated getter
1310  - GtkFileChooser has a create-folders property to allow disabling the
1311    "New Folder" button
1312  - gtk_print_operation_get_n_pages_to_print: returns the number of pages
1313    that are being printed
1314  - New getters and setters as part of the GSEAL effort:
1315    gtk_widget_get_allocation, gtk_widget_get_visible, gtk_widget_set_visible
1316
1317 * Bugs fixed:
1318  589336 Add GtkTreeViewColumn:sort-column-id property
1319  534462 Disable interactive search in the file chooser's shortcuts pane
1320  161489 n the file chooser, let the left/right arrow keys switch focus...
1321  514260 Better filtering for "Recently Used" files
1322  509650 ATK_STATE_SHOWING state is not set properly on menu items
1323  586374 code does not follow documentation (-> carshes when using...
1324  590442 csw broke gvim x11 embedding
1325  498010 gtk_tree_view_set_cursor fails if model!=NULL
1326  555109 Synthesized crossing events should have proper coordinates
1327  570516 Can't disable folder creation
1328  573321 additional check in gtk_tree_model_filter_convert_child_i...
1329  576601 Double clicking prints to the wrong printer
1330  586100 ITEM_PADDING breaks vertical icon views
1331  588438 awn uses 100% cpu with gtk+ 2.17.3 (csw)
1332  589732 behavior change of gdk_window_get_type_hint
1333  589745 Apply message in GtkAssistant
1334  590084 print to FILE with multiple pages per sheet has bad results
1335  590086 configure.in is broken on non-X platforms
1336  590309 Default cover pages for CUPS printers incorrectly set
1337  590448 [win32] build fails because gdk-pixbuf manges a path
1338  590959 Set child_has_focus flag properly
1339  591288 compat problem with draw_drawable being NULL
1340  539377 Unnecessary warnings when GtkTreeView is not realized.
1341  546005 priv->tree is not created for unrealized (I think) treeview
1342  564695 Pressing enter key in print to file "Name" box does not p...
1343  591218 Remove some unused variables
1344  357655 "Print to SVG file" for GtkPrintOperation
1345  591462 gdk_window_set_cursor doesn't work on the root window
1346
1347 * Updated translations:
1348  Basque
1349  Brazilian Portuguese
1350  Breton
1351  Estonian
1352  Galician
1353  Hebrew
1354  Norwegian bokmål
1355  Spanish
1356  Swedish
1357
1358
1359 Overview of Changes from GTK+ 2.17.5 to 2.17.6
1360 ==============================================
1361
1362 * Client-side windows:
1363  - Several optimizations, such as client-side tracking of
1364    viewable windows
1365  - Clipping for drawing pixbufs on windows has been fixed
1366  - Rendering to large subwindows has been fixed
1367
1368 * Changes that are relevant for translators:
1369  - Markup has been removed from several strings
1370
1371 * Bugs fixed:
1372  588398 Leak with testgtk::preview_(color|gray) and more
1373  588943 set correct selection before emitting cursor-changed...
1374  588076 Gnumeric fonts stopped working on upgrading gtk+ 2.17.2 -...
1375  574674 GtkMenuItem gets Selected and Focused states when SelectC...
1376  582674 Menu item and menu accessibles retain "showing" state aft...
1377  588553 [csw] gdk_draw_pixbuf doesnt draw outside expose events s...
1378  588897 Strange include x11/gdkx.h
1379  588958 Typo in startup-id window property
1380  589035 Context needed for a propoer translation
1381  589275 [csw] Trying to destroy NULL regions
1382  588964 Remove markup from translatable string in gtkfilechooserd...
1383  587337 Suggest to use Glade instead gtk-builder-convert script
1384
1385 * Updated translations:
1386  Estonian
1387  French
1388  Spanish
1389  Swedish
1390  Thai
1391
1392
1393 Overview of Changes from GTK+ 2.17.4 to 2.17.5
1394 ==============================================
1395
1396 * Client-side windows:
1397  - Quite a few fixes have happened for the win32 and directfb backends
1398
1399 * GSEAL:
1400  - Accessors have been added for sealed members in GtkCellRenderer and
1401    GtkWidget
1402
1403 * Changes that are relevant for distributors:
1404  - The jpeg2000 pixbuf loader is now optional. Pass --with-libjasper
1405    to configure to build it
1406
1407 * Bugs fixed
1408  588373 Menus broken by client-side-windows
1409  588379 testgtk::panes does not change the cursor on mouse over
1410  588388 shape rendering is back
1411  588461 gtk_editable_get_chars() behaviour change in 2.17.4
1412  588666 Incorrect clamping of max_length
1413  588665 insert-text signal is not emitted
1414  588395 Crash when opening a GtkBuilder file
1415  524066 Mandatory jpeg2000?
1416  527583 GtkAssistant should set buttons as default widget
1417  588694 Missing % in C code
1418  588484 Iconview DnD fails when Destination is empty
1419  583522 Trivial error in GtkBuilder migration documentation
1420  150951 collapsed save dialog needs to indicate filesystem...
1421
1422 * Updated translations:
1423  Brazilian Portuguese
1424  Norwegian bokmål
1425  Spanish
1426  Traditional Chinese
1427
1428
1429 Overview of Changes from GTK+ 2.17.3 to 2.17.4
1430 ==============================================
1431
1432 * GtkEntry now has model-view separation, with GtkEntryBuffer.
1433   One intended use case for this is to support 'secure memory'
1434   for password entries.
1435
1436 * The print dialog can now optionally include the page setup
1437   controls, avoiding the need for a separate page setup dialog
1438   in many applications.
1439
1440 * Coloring of visited links in GtkLabel can now be turned off, with
1441   the ::track-visited-links property.
1442
1443 * Support for clipmasks in gdk_draw_pixbuf now works, this will
1444   introduce visual changes in code that uses clipmasks when drawing
1445   pixbufs. However, since this never worked that is unlikely to happen.
1446   Old code using gdk_pixbuf_render_threshold_alpha masks when rendering
1447   pixbufs will now produce truncated results at the edges.
1448
1449 * A number of regressions from the client-side window merge have
1450   been fixed.
1451
1452 * The directfb GDK backend has been fixed to build with csw.
1453
1454 * Bugs fixed:
1455  569393 gtk calendar localization YM note is wrong
1456  587559 Popup closes immediately
1457  551409 Print dialog should include page size and orientation
1458  588115 gvim clipboard broken
1459
1460 * Updated translations:
1461  Dutch
1462  Estonian
1463  Spanish
1464  Ukrainian
1465  Vietnamese
1466
1467
1468 Overview of Changes from GTK+ 2.17.2 to 2.17.3
1469 ==============================================
1470
1471 * GtkFileChooser:
1472  - Shows the size column by default now
1473
1474 * GtkStatusIcon:
1475  - Has a title property, which can be used by ATs when they
1476    read status icons
1477
1478 * GtkInfoBar:
1479  - The default theme now includes color definitions for infobars
1480  - The ::use-tooltip-style style property has been removed
1481
1482 * GtkMountOperation now supports interaction during unmount operations.
1483
1484 * The client-side windows branch has been merged; GDK now maintains
1485   its own window hierarchy client-side, and only uses X windows where
1486   unavoidable. Some of the benefits of this change are
1487   - Reduced flicker
1488   - The ability to do transformed and animated rendering of widgets
1489   - Easier embedding of GTK+ widgets e.g. into Clutter scene graphs
1490   This is a fundamental change to the way GDK works, so watch out for
1491   regressions.
1492
1493 * Bugs fixed:
1494  586315 Crash in GTK+ 2.14 when calling gtk.FileChooser.list_shor...
1495  461944 pressing the volume icon in full screen shuts down the sound
1496  490724 iconview item's height would be changed event with same m...
1497  564063 regression: Left margin in popup menus
1498  582025 Accelerators fail for submenus
1499  585626 Setting widget tooltip hammers X11 server on any TCP/IP X...
1500  585802 Add API to make GtkStatusIcon accessible with a name
1501  585858 right-click Add-to-Booksmarks is sometimes greyed out
1502  586330 GtkButton ignores user_underline when an image is set
1503  318807 Offscreen windows and window redirection
1504  587716 GtkInfoBar broken on resize
1505  587485 GMountOperation::show-processes support
1506
1507 * Updated translations
1508  Brazilian Portuguese
1509  Estonian
1510  Hebrew
1511  Spanish
1512  Swedish
1513  Vietnamese
1514
1515
1516 Overview of Changes from GTK+ 2.17.1 to 2.17.2
1517 ==============================================
1518
1519 * GtkInfoBar: A new widget to show a transient 'message area'
1520   inside a content pane. The API is similar to GtkDialog and
1521   supports theming for different message types (warnings,
1522   errors, etc)
1523
1524 * GtkFileChooser:
1525   - Improve path bar by ellipsizing long names and preventing
1526     vertical size changes
1527   - Backup files are now hidden by default
1528   - GTK+ remembers the file chooser sorting state now
1529
1530 * GtkButtonBox: Implements the GtkOrientable interface now.
1531
1532 * Printing:
1533  - GTK+ supports printing an application-defined 'selection' now,
1534    in addition to usual page ranges.
1535
1536 * Changes that are relevant for theme authors:
1537  - The new GtkInfoBar widget uses symbolic colors for theming
1538    its background color depending on the message type. By default,
1539    it uses the same background color as tooltips. This can be turned
1540    off with style property.
1541  - The GTK+ file chooser (as well as nautilus and other users of GIO
1542    icon information) can now show different icons for xdg user dirs.
1543    The icon names are folder-documents, folder-download, folder-music,
1544    folder-pictures, folder-publicshare, folder-templates, folder-videos,
1545    with an automatic fallback to the standard folder icon.
1546
1547 * Bugs fixed:
1548  584021 titchy leak
1549  579590 gtk_entry_set_icon_from_stock should warn when invalid st...
1550  584125 GtkAssistant asserts if last page is GTK_ASSISTANT_PAGE_C...
1551  171416 Resume editing if name of new folder is "Type name of new...
1552  420335 Page assignment when printing 4 pages to a sheet
1553  161670 Bad behaviour from gtk_file_chooser_set_filename
1554  327152 Long names in the FileChooserDialog directory buttons sho...
1555  355851 File Dialog shows Backup Files
1556  390312 Gtk grabs keyboard on DND
1557  486839 Filechooser 'Places' items should not move up and down th...
1558  562335 Deprecate gtk_tree_view_column_get_cell_renderers and gtk...
1559  565317 Resulting image of GtkCellRendererPixbuf depends on order...
1560  565998 configure script doesn't check for cairo-xlib.pc
1561  580079 Better configure detection of Xinerama on Solaris
1562  580511 gdk_x11_atom_to_xatom_for_display translates GDK_NONE as ...
1563  580560 Backspace key does not go to the parent directory
1564  584598 GtkButtonBox silently ignores gtk_orientable_set_orientation
1565  584637 Missing conditionals for X11 shape extension in GdkWindow
1566  584805 GtkEntryCompletion selection reset when calling gtk_entry...
1567  584832 Duplicate the exec string returned by gtk_recent_info_get...
1568  585024 some gtksettings properties need extra initialisation
1569  585371 Add additional sizes to the font selector
1570  585791 use g_*gettext instead of *gettext directly
1571  562579 [Patch] Remove error dialog when directory does not exist
1572  344519 custom print ranges
1573  484922 Should remember the sort state of columns
1574  555344 consider adding a message area widget
1575
1576 * Updated translations:
1577  Danish
1578  Brazilian Portuguese
1579  Estonian
1580  Oriya
1581  Bengali India
1582  Norwegian bokmål
1583  Hindi
1584  Spanish
1585
1586
1587 Overview of Changes from GTK+ 2.17.0 to 2.17.1
1588 ==============================================
1589
1590 * GtkLabel:
1591  - GtkLabel can show embedded URLs, much like SexyUrlLabel
1592
1593 * Printing:
1594  - GTK+ includes a print backend that works with the PAPI
1595    printing service.
1596  - The file and lpr backends can print multiple pages per sheet.
1597
1598 * Changes that are relevant for theme authors:
1599  - The URL support in GtkLabel uses the link-color / visited-link-color
1600    style properties
1601
1602 * Bugs fixed:
1603  576091 GtkTooltip destroy the custom widget
1604  315462 GtkButton doesn't center its child when the child is too ...
1605  390331 "Pages per sheet" does not work for LPR printing
1606  531490 gdk_window_set_events (0) will _ADD_ events to the root w...
1607  574386 Remove deprecated call to gtk_status_icon_set_tooltip in ...
1608  576678 cups printbackend doesn't list printers on NetBSD
1609  579366 gtkbuilderparser leaks RequiresInfo objects.
1610  579884 casting problem in gmodule
1611  580511 gdk_x11_atom_to_xatom_for_display translates GDK_NONE as ...
1612  581876 Remove deprecated call to gtk_action_connect_proxy in tes...
1613  581878 Remove deprecated call to gtk_scale_button_get_orientatio...
1614  582003 Calling gdk_window_get_events() changes the event mask, b...
1615  582488 GtkNotebook behaves poorly when allocated less than reque...
1616  582950 Use number of pages to print when showing printing progress
1617  582963 Crash when printing from a thread
1618  583050 unclear disposition of function gtk_combo_box_get_active...
1619  583522 Trivial error in GtkBuilder migration documentation
1620  535557 gdk_window_set_icon_name should accept NULL to unset
1621  549859 "file" printer doesn't support n-up
1622
1623 * Updated translations:
1624  Arabic
1625  British English
1626  Catalan
1627  Czech
1628  Danish
1629  Estonian
1630  French
1631  German
1632  Greek
1633  Hungarian
1634  Irish
1635  Italian
1636  Kannada
1637  Portuguese
1638  Russian
1639  Slovenian
1640  Spanish
1641  Ukrainian
1642  Simplified Chinese
1643
1644
1645 Overview of Changes from GTK+ 2.16.x to 2.17.0
1646 ==============================================
1647
1648 * GtkBuilder:
1649   - Scale marks can now be specified in builder markup
1650   - GtkAssistant action widgets can be added in builder markup
1651
1652 * Changes that are relevant for theme authors
1653  - GtkEntry now has a ::invisible-char style property that allows
1654    themes to set the preferred invisible character
1655
1656 * Printing:
1657  - GTK+ supports authentication of users against CUPS servers now.
1658
1659 * Bugs fixed:
1660  578634 gtkdial example fails to compile
1661  580678 Minor improvement to GTK+ mediaLib code
1662  580511 gdk_x11_atom_to_xatom_for_display translates GDK_NONE...
1663  581110 Handlebox widget uses static variables, crashes in multi...
1664  553385 gtk-builder-convert creates untranslated combobox models
1665  580814 GtkTextLayout incorrectly assumes pango iterates in logi...
1666  579366 gtkbuilderparser leaks RequiresInfo objects
1667  579741 gailcombox should emit property-changed:accessible-name...
1668  574386 Remove deprecated call to gtk_status_icon_set_tooltip...
1669  384940 handle rejecting jobs and authentication meaningfully
1670
1671 * Updated translations
1672  Arabic
1673  Brazilian Portuguese
1674  British English
1675  Catalan
1676  Czech
1677  Estonian
1678  Italian
1679  Kannada
1680  Oriya
1681  Simplified Chinese
1682  Slovenian
1683  Spanish
1684  Ukrainian
1685
1686
1687 Overview of Changes from GTK+ 2.16.0 to 2.16.1
1688 ==============================================
1689
1690 * GtkBuilder:
1691  - Accessible action names can now be marked as translatable.
1692  - gtk-builder-convert correctly handles response ids in all dialogs.
1693  - gtk-builder-convert warns about duplicate ids.
1694
1695 * GDK:
1696  - GDK no longer refuses to work on 30-bit visuals
1697
1698 * Win32:
1699  - The appearance of GTK+ menus on Vista has been improved.
1700
1701 * Bugs fixed:
1702  575700 Crash when moving a GtkWindow
1703  574283 unused assignment and dead code in gtk_widget_set_tooltip_window
1704  538840 [Win32] GTK menu theming could be improved
1705  576254 <object> requires attribute "id"
1706  576306 gdkscreen.c: get_nearest_monitor too simple...
1707  437533 Implement draw_shape PangoRenderer method
1708  577224 crash when setting new icon after setting icon...
1709  576150 Doc bug for GtkMenuPositionFunc
1710  562863 GtkVscrollbar is hardly documented
1711  575644 Cygwin gail build patch
1712  571374 Add 30-bit visuals to the list of supported depths
1713  577650 gtkitemfactory.h fails to compile
1714  578094 ProcessIdToSessionId needs to be declared as WINAPI
1715  518642 Custom tags and translatable content
1716  532858 segv setting GBoxed subclass <property>
1717  557629 Response ID not converted for GtkFileChooserDialog
1718  577789 about dialogue doesn't linkify licence text
1719  577824 empathy_chat_window_init: GClosure is leaked
1720  577964 Page Range entry is not accessible
1721  578221 Assertion warning `GTK_IS_TEXT_LAYOUT (layout)' failed
1722  578271 PageSetup should be sent to the previewer
1723  578276 gtk-builder-convert improperly converts GtkComboBox
1724  578290 two memory leaks
1725  578354 Memory leak in gdkscreen-x11
1726  578365 GtkMountOperation does not allow passwordless mount of sf...
1727  578366 file descriptor leak
1728  573922 Using NET_WM_USER_TIME even if startup notification times...
1729  561345 Title of Print Preview window should not be previewXXXXXX...
1730  577868 about dialogue changes appearance on style-set (change th...
1731  572797 GtkCellRendererAccel display string i18n in OTHER mode
1732
1733 * Updated translations:
1734  Arabic
1735  Assamese
1736  Basque
1737  Bulgarian
1738  Crimean Tatar
1739  Danish
1740  Galician
1741  German
1742  Greek
1743  Gujarati
1744  Japanese
1745  Kannada
1746  Malayalam
1747  Marathi
1748  Oriya
1749  Pashto
1750  Russian
1751  Spanish
1752  Telugu
1753  Turkish
1754
1755 Overview of Changes from GTK+ 2.15.5 to 2.16.0
1756 ==============================================
1757
1758 * The new function gtk_style_get_property was renamed to
1759   gtk_style_get_style_property to avoid binding problems.
1760
1761 * Bugs fixed:
1762  574059 search button not available in some cases
1763  574622 GtkEntry: Should we wrap icon-press and icon-release signals?
1764  574561 gtk_style_get "shadows" g_object_get
1765  574794 Can not resize shaped windows on Windows
1766  570896 gdkevents-win32.c(2947) : error C4053: one void operand for '?:'
1767  573067 Intra-app dnd of text behavior on Windows is wrong
1768  572455 GtkEntry window layed out wrong if the widget has focus
1769
1770 * Updated translations:
1771  Assamese (as)
1772  Bengali (bn_IN)
1773  Czech (cs)
1774  Gujarati (gu)
1775  Hindi (hi)
1776  Japanese (ja)
1777  Kannada (kn)
1778  Lithuanian (lt)
1779  Malayalam (ml)
1780  Polish (pl)
1781  Romanian (ro)
1782  Tamil (ta)
1783  Telugu (te)
1784
1785
1786 Overview of Changes from GTK+ 2.15.4 to 2.15.5
1787 ==============================================
1788
1789 * GtkAction:
1790  - Rename gtk_activatable_reset to gtk_activatable_sync_action_properties
1791    to make it easier to bind
1792
1793 * GDK:
1794  - The DirectFB backend has been restored to basic function
1795  - The RANDR support in the X11 backend has been made more robust
1796
1797 * Changes that are relevant for theme authors:
1798  - GtkEntry now has a ::progress-border property and use fg/bg[SELECTED]
1799    for drawing progress
1800
1801 * Bugs fixed:
1802  457086 numpad does not work when the Thai-Lao input method is used
1803  554407 directfb backend does not implement GdkWindowImpl
1804  543710 Dead keys do not work anymore with DirectFB
1805  560671 the client_message API doesn't work in DirectFB
1806  513422 Unknown meaning of translatable messages
1807  533456 Memory leak when window is destroyed
1808  572387 gdm crashes after gtk 2.15.4 upgrade
1809  565199 Ellipsize text in Places list
1810  495320 GtkRange does not use gdk_event_request_motions
1811  572904 GtkRadioAction broken in trunk
1812  573383 Setting a textview's buffer to NULL doesn't do a complete job
1813  573416 GtkMountOperation fixes for ask_password()
1814  572968 GtkIconView: image_description setter function strdups wrong...
1815  572972 GtkRecentChooserDefault: memory leak in copy_activated_cb
1816  572996 crash in Home Folder: Trying to open the sidebar
1817  573069 Gdk-CRITICAL warnings with Gtk 2.14 when dragging GtkNotebook...
1818  573113 Can't build tests due to testfilechooserbutton.c
1819  573211 Setting screen for popup windows
1820  573287 Warning on startup
1821  572273 No replacement documented for gtk_action_connect_proxy
1822  573515 po-properties/ special Makefile.in.in handling causes failure...
1823  552619 File Chooser no longer automatically enters newly created dir...
1824  573087 gdkwindow.c: {x,y}_offset used uninitialized
1825  573688 Don't steal update region in gtk_text_view_paint
1826  546285 Allow GtkEntry to draw progress
1827  569671 gdk_pixbuf_new_from_file() can't open image/x-portable-pixmap
1828  573393 Deprecated functions in gdk-Threads example code snippet
1829  571001 STATE_SHOWING missing on table items
1830  520395 event.any_data incorrect with spin buttons and combo boxes...
1831  325809 getAccessibleAtPoint for tables does not seem to take column...
1832  561631 gailbutton.c:571:idle_do_action: code should not be reached
1833  519090 Add accessibility support to GtkScaleButton
1834
1835 * Updated translations:
1836  British English (en_GB)
1837  Estonian (et)
1838  Hungarian (hu)
1839  Japanese (ja)
1840  Korean (ko)
1841  Kurdish (ku)
1842  Maithili (mai)
1843  Dutch (nl)
1844  Oriya (or)
1845  Swedish (sv)
1846  Traditional Chinese (zh_HK)
1847  Traditional Chinese (zh_TW)
1848
1849
1850 Overview of Changes from GTK+ 2.15.3 to 2.15.4
1851 ==============================================
1852
1853 * GtkAction:
1854  - More compatibility fixes to make PolicyKit-gnome work
1855
1856 * GtkFileChooserButton:
1857  - Don't emit file-set when the dialog is canceled. But emit it
1858    when a file is received via DND
1859
1860 * GDK
1861  - Use Xrandr 1.3 for tracking monitor information, if available
1862
1863 * Bugs fixed: 
1864  538439 tooltip may appear in upper left corner...
1865  571015 libprintbackend-cups has unlocalized strings
1866  353196 Add a file-set signal to GtkFileChooserButton
1867  571249 Icons are not drawn properly when initial widget...
1868  571196 gtk_binding_entry_add_signall deprecated without alternative
1869  508545 No way to identify terminal classes from documentation
1870  570824 TreeView is not keyboard (re)focusable after selecting a cell...
1871  568571 Asian am/pm format on cups print backend's time parsing
1872  571576 gdk_pixbuf_save_to_stream() broken
1873  571873 Compile error with gdk/win32/gdkselection-win32.c
1874  572041 Focus should change when advancing forward in GtkAssistant
1875  572040 GtkAssistant does not expose page titles
1876  570406 gailutil.def is in srcdir, but used from builddir
1877
1878 * Updated translations:
1879  Belarusian Latin (be@latin)
1880  Bulgarian (bg)
1881  Catalan (ca)
1882  Danish (da)
1883  Spanish (es)
1884  Basque (eu)
1885  Finnish (fi)
1886  French (fr)
1887  Gujarati (gu)
1888  Hungarian (hu)
1889  Japanese (ja)
1890  Korean (ko)
1891  Latvian (lv)
1892  Norwegian bokmål (nb)
1893  Polish (pl)
1894  Brazilian Portugese (pt_BR)
1895  Slovak (sk)
1896  Albanian (sq)
1897  Serbian (sr)
1898  Swedish (sv)
1899  Thai (th)
1900  Vietnamese (vi)
1901
1902
1903 Overview of Changes from GTK+ 2.15.2 to 2.15.3
1904 ==============================================
1905
1906 * Keyboard shortcut handling has been changed, to help with a longstanding
1907   complaint about the way GTK+ handles multiple layouts. GTK+ now only uses
1908   keys from groups other than the current group if they are not present in
1909   the current group. Feedback on this change is appreciated.
1910
1911 * Bugs fixed:
1912  569336 change in gtkbutton klass is causing crash...
1913  569435 make maintainer-clean removes non-generated sources
1914  145058 Inputting "^^" requires four keystrokes on Win32...
1915  559408 Transparency lost when images are copied...
1916  359288 Toolbar items are not shown after hiding
1917  569918 64bit portability issue in gtkrecentchooser.c
1918  162726 Multiple Latin layouts in XKB break keyboard shortcuts
1919  569635 fontchooser should reload list of families/styles on...
1920
1921 * Updated translations:
1922  Norwegian bokmål (nb)
1923  Oriya (or)
1924  Brazilian Portugese (pt_BR)
1925  Thai (th)
1926  Traditional Chinese (zh_HK)
1927  Traditional Chinese (zh_TW)
1928  
1929
1930 Overview of Changes from GTK+ 2.15.1 to 2.15.2
1931 ==============================================
1932
1933 * GtkAction:
1934  - Make toolitems pick up icon names from actions
1935  - Draw proxies of radio actions properly
1936  - Make menu proxies of recent actions work
1937  - Avoid accidental activations when changing actions on proxies
1938  - Make derived button classes work as proxies
1939
1940 * Input methods:
1941  - Avoid an assertion due to early use of input methods
1942
1943 * GtkScale:
1944  - Avoid a segfault in the marker drawing code
1945
1946 * GtkImageMenuItem:
1947  - Add a property to override the show-menu-images setting
1948
1949 * Bugs fixed:
1950  566628 gdk_display_close always asserts on win32 and quartz
1951  569240 Crasher when using markers
1952  569104 Toggle menu entries showed as check menu entries...
1953  322932 Always show icons on panel menus
1954
1955 * Updated translations:
1956  Finnish (fi)
1957  German (de)
1958
1959
1960 Overview of Changes from GTK+ 2.15.0 to 2.15.1
1961 ==============================================
1962
1963 * GtkFileChooser:
1964  - Remember the file chooser's size across invocations
1965  - Handle uris that are entered in the entry
1966  - Improve autocompletion, in particular for uris
1967
1968 * GtkEntry:
1969  - New property "im-module" for selecting input methods per-widget
1970  - New icon-related API got renamed for consistency
1971  - Added properties and setters for icon tooltips
1972
1973 * GtkTextView:
1974  - New property "im-module" for selecting input methods per-widget
1975  - New signal "paste-done" to allow better handling of async pasting
1976
1977 * GtkScale:
1978  - New api to add annotated marks: gtk_scale_add_mark.
1979
1980 * GtkAction:
1981  - Rework the way actions and proxies interact, to make the
1982    interaction less ad hoc, more extensible, and better suited
1983    for support in GUI builders like glade.
1984
1985    To be used as a proxy, a widget must now implement the
1986 `  GtkActivatable interface, and GtkActivatable implementations
1987    are responsible for syncing their appearance with the action
1988    and for activating the action.
1989
1990    All the widgets that are commonly used as proxies implement
1991    GtkActivatable now.
1992
1993    This is a big change, and it is not unlikely to break some
1994    current users of GtkAction, so feedback about problems caused
1995    by this is appreciated.
1996
1997  - Add a "gicon" property to specify the icon with a GIcon
1998
1999 * GDK:
2000  - On X11, GDK now caches cursors to avoid cursor theming overhead
2001  - New cursor type for blank cursors: GDK_BLANK_CURSOR
2002
2003 * New deprecations:
2004    gtk_scale_Button_get_orientation()
2005    gtk_scale_button_set_orientation()
2006    gtk_action_connect_proxy()
2007    gtk_action_disconnect_proxy()
2008    gtk_widget_get_action()
2009    gtk_action_block_activate_from()
2010    gtk_action_unblock_activate_from()
2011    direct access to "gtk-action" object data
2012
2013 * Changes that are relevant for translators:
2014  - Navigation and Media stock labels have separate message contexts now
2015  - The caps lock warning string has been changed
2016
2017 * Bugs fixed:
2018  566083 Icon pixmap hardcoded during DnD
2019  566334 compile failure for gtk+ on Mac OS X
2020  565998 configure script doesn't check for cairo-xlib.pc
2021  566391 gtk_about_dialog_set_url_hook should activate...
2022  566568 gtk_tree_model_get_value docs typo
2023  566628 gdk_display_close always asserts on win32
2024  566733 Add GIcon to GtkAction, GtkToolButton
2025  567024 gtktoolbutton doesn't create right proxy menu item...
2026  523554 Copy from GIMP to Word broke
2027  567468 no check for trailing != NULL in gtk_text_layout_get..
2028  492794 Pasting external text at end of view yields wrong...
2029  164002 query scripts don't work uninstalled on windows
2030  566532 GtkScaleButton implementation of GtkOrientable
2031  450716 New API to change global IM
2032  562701 GtkEntryCompletion popup sizes its rows wrong...
2033  567944 [Win32] Sorted treeview columns can be unreadable
2034  567655 gtk_status_icon_set_tooltip_text/markup should use...
2035  567887 gtk_entry_get_storage_type() should be...
2036  568196 Please change context of Forward stock label
2037  563280 stock items & translation context
2038  568233 Wrong statement about GtkEntry's "activate" signal
2039  568263 gtk can't recognize the wrong X Selection TARGETS...
2040  565656 Add marks to scales
2041  567413 GtkComboBoxEntry doesn't emit "changed" signal...
2042  545980 GtkFileChooserEntry should handle URIs
2043  566862 pixbuf_new_from_file does not autodetect format
2044  568552 gtk_combo + gtk entry in invisible mode takes 100% cpu
2045  561801 "scheduled printing" doesn't function as expected
2046  566535 gtk_widget_get_snapshot does not work if double buff...
2047  567021 gtkimage accessors docs
2048  567761 Spellfixes in GTK+ documentation
2049  568744 Spellfixes in GtkTreeView's documentation
2050  536965 GtkPlug: crash on theme change
2051  567124 proposal to delay doing something related to immodule...
2052  568305 gdk-pixbuf mishandles BI_BITFIELDS bmps
2053
2054 * New and updated translations:
2055  Crimean Tatar (crh)
2056  Spanish (es)
2057  Hebrew (he)
2058  Hungarian (hu)
2059  Italian (it)
2060  Korean (ko)
2061  Lithuanian (lt)
2062  Norwegian bokmål (nb)
2063  Norwegian Nynorsk (nn)
2064  Swedish (sv)
2065  Thai (th)
2066  Simplified Chinese (zh_CN)
2067
2068
2069 Overview of Changes from GTK+ 2.14.x to 2.15.0
2070 ==============================================
2071
2072 * GtkFileChooser
2073  - Optionally shows file sizes
2074  - Mounts volumes when necessary
2075  - Picks better mime icons
2076
2077 * GtkEntry
2078  - Can show icons at either side of the entry, which can be made
2079    clickable, drag sources, etc
2080  - Can show progress information
2081  - Picks the best available placeholder character for invisible entries 
2082    unless it is explicitly set. See the invisible-char-set property
2083  - Input methods work again in invisible entries
2084  - Invisible entries can optionally display a caps-lock warning. This
2085    can be turned off with the caps-lock-warning property
2086
2087 * GtkStatusIcon
2088  - Uses an extension of the tray icon spec to negotiate RGBA support.
2089    This is also supported by the GNOME panel. For details, see the
2090    section on "Visual and bckground pixmap handling" in the System
2091    Tray Protocol Specification.
2092  - Supports scroll events, middle clicks and rich tooltips
2093
2094 * GtkLinkButton
2095  - Respects user-defined tooltips 
2096  - Has a default url hook
2097
2098 * GtkBuilder
2099  - Can construct menus
2100  - Can associate accel groups with windows
2101  - Child properties can now be translatable, e.g. GtkAssistant::page-title
2102
2103 * GtkOrientable
2104  - A new interface implemented by all widgets that have horizontal and
2105    vertical variants
2106
2107 * Printing support
2108  - Print-to-file can save to non-local files
2109  - Page rendering can be deferred to a thread to avoid blocking the mainloop
2110
2111 * GDK
2112  - GdkKeymap emits a state-changed signal when the caps lock state changes
2113
2114 * Newly deprecated functions:
2115   gdk_window_get_toplevels(),
2116   gtk_font_selection_dialog_get_apply_button(),
2117   gtk_status_icon_set_tooltip(),
2118   gtk_toolbar_set_orientation()
2119
2120 * Changes that are relevant for theme authors
2121  - The GtkMenu::arrow-placement style property allow more space efficient
2122    layout of scrolling menus
2123  - Submenu arrows can be scaled relative to the font size, with the
2124    GtkMenuItem::arrow-scaling style property
2125  - Themes can set the GtkDialog::content-area-spacing style property to 
2126    change the spacing between elements of the content area
2127  - The GtkEntry::state-hint style property can be used to request that
2128    GTK+ should pass the correct state when drawing the background of entries
2129  - The GtkEntry::prelight style property can be used to suppress prelighting
2130    of icons in entries on mouseover
2131  
2132 * Changes that are relevant for translators
2133  - GTK+ has been switched to use the two-argument C_() macro
2134    instead of Q_() for messages with context
2135
2136 * Bugs fixed:
2137  434987 MS Windows style should use pango_win32_font_description_from_logfont
2138  325095 show a 'size' column
2139  552837 mem leak in gtkimmulticontext
2140   83935 GtkEntry's default invisible char should be U+25CF
2141  553000 incorrect i18n header in gtkfilesystem.c
2142  552789 Show size column in the search and recently used files modes
2143  553135 eog crash: assertion failed. 
2144  382544 GtkIconView: Selection/focus should be painted around the items
2145  541391 Unfocussable Treeview swallows focus
2146  408244 add GtkDialog::content-area-spacing
2147  538782 Make GtkMenu's arrow size themable
2148  553385 gtk-builder-convert creates untranslated combobox models
2149  553241 double freed pointer in lpr_write cause firefox3 crash
2150  553917 Typo in gdkwindow-win32.c
2151  553133 GtkFileChooser won't ask to mount a volume
2152  553211 GtkFileChooserButton unsets filter after first use
2153  553578 tabs are not drawn correctly
2154  553803 eventually call XCloseDevice on XOpenDevice results
2155  552956 Should check composite extension version
2156  552959 GtkTrayIcon: _NET_SYSTEM_TRAY_VISUAL and real transparency
2157  553575 Only draw focus when navigating with the keyboard
2158  339367 Incorrect spotlocation
2159  554141 uninitialized data use/free in gtkclipboard-quartz.c
2160  371908 Password Entry broken
2161  317002 Disable input method completely in GtkEntry when it...
2162  487624 Tooltips doesn't get updated if ther's no mouse motion...
2163  107000 Add signals to GdkKeymap for monitoring caps_lock, etc
2164  530568 Entries with visibility=FALSE should warn for caps-lock on
2165  553086 hard to see current immodule
2166  541009 Get rid of separate subclasses for horizontal and vertical...
2167  344522 support non-local destination files (GtkPrint)
2168  553582 Add orientation API to GtkSeparator
2169  554506 combining diacritics broken, became deadkeys
2170  553585 Add orientation API to GtkRuler
2171  554690 mem leak in filechooser
2172  554691 mem leak in filechooser
2173  554696 invalid free function used
2174  554698 mem leak in filechooser
2175  554701 filechooser spams console with useless warnings
2176  554704 gtkfilesystemmodel does too much work
2177  530575 GtkEntry with invisible chars has a confused cursor in overwrite mode
2178   96431 Can't cut and paste / DND within invisible entry
2179  132501 Make utility window translate to tool window in win32
2180  539464 gtk_cell_view_get_model is missing in GtkCellView
2181  553573 Add orientation API to GtkBox
2182  555387 Changing the sensitivity of a statusbar mistakenly requires a display
2183  436533 Allow more space efficient scroll arrows placement
2184  555270 Allow unsetting a MessageDialog's image
2185  554702 gtkfilesystem leaks GError
2186  554192 double press on the "circumflex" dead key...
2187  516425 Optionally display accelerators in popups
2188  550342 Splash screens have a caption
2189  555578 GtkTable propertiy maxima are wrong
2190  555523 gtk_scale_button_set_adjustment should accept NULL
2191  555573 gtk_font_selection_set_font_name shouldn't require a screen
2192  555676 gtk_widget_real_grab_focus assumes toplevel == window
2193  555000 Wrong treatment on non-spacing marks dead keys in GtkIMContextSimple
2194  551355 Make glib build with libtool 2.2
2195  555186 Setting gtk-toolbar-icon-size with custom icon_size
2196  555625 Updated gtk_compose_seqs_compact table
2197  555386 format not a string literal and no format arguments
2198  552318 menubar mnemonics consumed even when gtk-enable-mnemonics=false
2199  555779 GtkCellRendererPixbuf crashed on failed GIcon lookup
2200  556150 gtk 'object' property test fixing
2201  556527 The current page property is not passed to GtkPrintUnixDialog
2202  556578 GIMP windows stay on top of other windows
2203  557059 crash when compositing emblems with icon
2204  557266 Window Management Problem
2205  555920 gtkentry.c passes wrong enum to pango_layout_set_alignment
2206  528320 Incorrect icons displayed for files with custom mimetype icons
2207  557524 "va_end(args);" should be added into gtk_text_buffer_insert_with_...
2208  556835 gtkentry.c: variable is declared at middle of block
2209  556954 gtk+/gtk/gtkrecentchooserdefault.c: mismatching allocation...
2210  557315 stale clipboard target cache
2211  530454 Clarify page_nr when printing
2212  557065 gtkcellrendererpixbuf spams console over and over...
2213  557894 Wrong return value for gdk_pointer_grab_info_libgtk_only
2214  558397 gtk_widget_error_bell undefined without a screen
2215  557762 Misleading error message in GDK DirectFB
2216  557316 GtkLinkButton should consider user-defined tooltip
2217  339714 Set printer dpi on cairo ps/pdf surfaces when printing
2218  558522 scroll arrow painted insensitive even though there are pages...
2219  347230 testicontheme shortcomings
2220  558323 glitches when popping up combos in treeviews
2221  558667 gtk_font_selection_dialog_get_apply_button - deprecate
2222  412134 Add API to query style properties from the style
2223  322934 Replace menu's proxy icons with empty space hiding icons
2224  409435 GtkStatusIcon enhancements: scroll events, middle click, rich tooltips
2225  558278 Crash when calling a callback set by gdk_add_client_message_filter()
2226  558929 gtkstatusicon.c: 'event' is a member of the structure
2227  558001 gtk_icon_view_enable_model_drag_[source|dest] problem
2228  557212 Problem with which window gains focus and is visible
2229  559404 gtk_editable_insert_text counts length in bytes
2230  558586 handling of keyboard under darwin (quartz)
2231  558409 GtkLabel::use-underline doesnt work with GtkLabel::attributes
2232  553586 Add orientation API to GtkPaned
2233  560135 Print when the user double clicks a printer
2234  553765 Add orientation API to GtkRange
2235  550942 Rework of gdkeventloop-quartz.c
2236  525550 GTK+ 2.13.0 GtkCurve test fails
2237  559619 invisible-char default cannot be tested
2238  560139 GtkEntry doesn't paint with the right state
2239  560602 Wrong GtkMenuItem default value (test fails)
2240  377699 realizing gtk.Progress() causes SEGV
2241  561335 Fix typos in GtkToolItem documentation
2242  561539 Alignments miscalculate dimensions when allocated less...
2243  559947 Unchecked dependency on python>=2.4
2244  561504 testgtk should load rc file from sub folder
2245  539263 Deprecate gdk_window_get_toplevels
2246  554076 eventually release g_new-ed supported_atoms
2247  559622 GdkDevice test segfaults
2248  554453 "typeahead find" widget of GtkTreeView appears on wrong monitor...
2249  562817 GtkDialog: typo
2250  555334 connected server feature
2251  562878 password save incorrectly set in gtkmountoperation
2252  559914 eog doesn't apply paper setup
2253  562998 GtkFontButton documentation improvements
2254  557420 Some compose sequences don't work anymore (or only in specific order)
2255  546285 Allow GtkEntry to draw progress
2256  563547 Update gdkx11 atom precache table
2257  563285 test print backend does not compile
2258  559325 documentation for gdk_display_get_window_at_pointer() is wrong
2259  554274 Add default hook for GtkLinkButton
2260  546378 GtkAssistant page title is not translatable
2261  563991 gtk_file_chooser_button_new_with_backend is deprecated...
2262  563994 Input method module interface not documented
2263  564066 Crash in gtk_rc_parse_default_files
2264  563835 Typo in gtk_widget_has_screen() docs
2265  564212 gtk_icon_view_accessible_model_rows_reordered explain new_order...
2266  563751 xatom cache is prefilled too late
2267  556839 Crash when opening a link
2268  549251 GTK icon view accessible issue
2269  558306 Cannot build gdk (gtk+ 2.14.4) on Solaris 8
2270  555560 gtk_combo_box_set_active fails with no model
2271  563158 CellRendererProgress pulsing and progressing rows can not...
2272  556233 local-only causes G_IS_FILE warning
2273  562579 Remove error dialog when directory does not exist
2274  561494 FileChooser network browsing and authentication support
2275  339318 Allow page rendering to (optionally) happen in a thread
2276   85292 add an icon to gtkentry
2277  564881 gtkstatusicon.c: 'event' bug again
2278  552545 leaks GpImage
2279  553374 gdk_pixdata_from_pixbuf fails for some images with use_rle set to TRUE
2280  555791 Natuilus Crashes when opening USB MP3 Player Contents
2281  561186 GdkPixbuf API type checking needs cleanup
2282  559009 gtk_radio_button_get_group documentation needs to say...
2283  523264 Update GTK+ reference documentation screenshots
2284  563876 [Regression] GTK_MODULES env var is no longer relevant
2285  554950 gail must make itself resident
2286  555953 libferret missing link against libgtk-x11
2287  554002 Orca App-Preferences dialog page tabs are "off" by one...
2288  353088 gtk_expander_get_label should return the full label text
2289  512743 Applications with lists crash in libgail
2290  564555 synaptic cannot be started...
2291  565203 icons are misplaced when horizontal gtkiconview is...
2292  549251 GTK icon view accessible issue 
2293  558694 Paned window splitter keynav broken
2294  565846 va_end(args) should be added into gtk_tree_store_new
2295
2296 * New and updated translations:
2297  Arabic (ar)
2298  Asturian (ast)
2299  Catalan (ca)
2300  Danish (da)
2301  German (de)
2302  British English (en_GB)
2303  Spanish (es)
2304  Finnish (fi)
2305  Galician (gl)
2306  Hebrew (he)
2307  Japanese (ja)
2308  Georgian (ka)
2309  Malayalam (ml)
2310  Marathi (mr)
2311  Portugese (pt)
2312  Brazilian Portugese (pt_BR)
2313  Romanian (ro)
2314  Russian (ru)
2315  Slovak (sk)
2316  Serbian (sr, sr@latin)
2317  Swedish (sv)
2318  Thai (th)
2319
2320
2321 Overview of Changes from GTK+ 2.14.1 to 2.14.2
2322 ==============================================
2323
2324 * Don't use XRRGetScreenResources, since it doesn't work well
2325
2326 * Bugs fixed:
2327  551063 deprecated marking without a link to what new code should use
2328  319849 gtkcalendar look in RTL locales
2329  550989 gdk_display_put_event should call g_main_context_wakeup
2330  550062 Small update in gdk/gdkkeysyms.h
2331  551325 Reference to wrong parameter in gtk_editable_insert_text
2332  551386 gtk_printer_set_is_default() always sets TRUE
2333  550676 Memory leak, update keyboard layout data structure
2334  551699 gtk_scrolled_window_destroy() is broken
2335  551567 DND mark broken
2336  551378 Print dialog: should try UDS when fetching PPD for localhost
2337  536542 gtk_list_store_set() documentation doesn't say whether...
2338  552153 GtkModules loading with XSettings doesn't work...
2339  552001 gtkimcontextsimple.c: variable is declared at middle...
2340  551987 GtkPaned redrawing problem
2341  551722 gtk_widget_set_scroll_adjustments() should check...
2342  552107 Small libtool fixes
2343  552500 GtkPrintSettings API doc not precise enough
2344  408154 Change GtkEntryCompletion max-items to style property
2345  329593 Entering characters on a line very cpu intensive and slow
2346  552667 gtkimage containing gicon leaks memory
2347  552668 format not a string literal and no format arguments...
2348  346903 gtk_enumerate_printers needs events to complete
2349  550969 fix a typo which breaks the static build
2350  517233 Calling gdk_pixbuf_loader_close causes "GError set over...
2351  551063 deprecated marking without a link to what new code should use
2352  540967 docs build slowly because of entities
2353
2354 * Updated translations:
2355  Afrikaans (af)
2356  Arabic (ar)
2357  Assamese (as)
2358  Bulgarian (bg)
2359  Bengali India (bn_IN)
2360  Catalan (ca)
2361  Finnish (fi)
2362  French (fr)
2363  Gujarati (gu)
2364  Croatian (hr)
2365  Italian (it)
2366  Lithuanian (lt)
2367  Malayalam (ml)
2368  Marathi (mr)
2369  Dutch (nl)
2370  Oriya (or)
2371  Brazilian Portugese (pt_BR)
2372  Portugese (pt)
2373  Telugu (te)
2374  Thai (th)
2375  Turkish (tr)
2376
2377
2378 Overview of Changes from GTK+ 2.14.0 to 2.14.1
2379 ==============================================
2380
2381 * Fix a deadlock in pixbuf loader initialization
2382
2383 * Updated translations:
2384  Ukrainian (uk)
2385
2386
2387 Overview of Changes from GTK+ 2.13.7 to 2.14.0
2388 ==============================================
2389
2390 * Bugs fixed:
2391  548354 Remove repeated code in gtk_cell_view_size_allocate
2392  548346 gtk_color_selection_dialog_get_color_selection always...
2393  535158 can't rearrange the order of multi pages per side
2394  545875 evo crashed when trying to print pages 6-7 of a 1 page...
2395  549236 missing Since 2.14 in gtk_file_chooser_get_file
2396  549354 Crash trying to open a file on a remote folder
2397  549734 gtk_selection_data_get_data prototype is wrong
2398  549262 GtkScrolledWindow should not accept focus unless...
2399  549810 Memory leaks in printing code 
2400  437791 Animation is played at the wrong speed
2401  549943 gtk_tool_shell_get_relief_style() always returns...
2402  547449 Entry/Combo popup misplaced after resize
2403  550528 IconView DND interface does not work if only used as source
2404  548993 regression: gdk 2.13 leaves stray windows in certain cases
2405  520165 typeahead find (interactive search) only accepts one char...
2406  528091 Arrows for scrollable notebooks don't work with unset GTK...
2407  528975 Can not maximize the window
2408  543308 FileChooser size problems since gtk+-2.13.x 
2409  549322 Typo in gdk_pixbuf_save_to_buffer docs
2410  549711 Race condition when loading gdk-pixbuf image modules
2411
2412 * Updated translations:
2413  Czech (cs)
2414  German (de)
2415  Spanish (es)
2416  Estonian (et)
2417  British English (en_GB)
2418  Finnish (fi)
2419  French (fr)
2420  Irish (ga)
2421  Galician (gl)
2422  Japanese (ja)
2423  Hebrew (he)
2424  Hungarian (hu)
2425  Korean (ko)
2426  Maithili (mai)
2427  Norwegian bokmål (nb)
2428  Polish (pl)
2429  Pashto (ps)
2430  Brazilian Portugese (pt_BR)
2431  Albanian (sq)
2432  Swedish (sw)
2433  Telugu (te)
2434  Thai (th)
2435  Vietnamese (vi)
2436
2437
2438 Overview of Changes from GTK+ 2.13.6 to 2.13.7
2439 ==============================================
2440
2441 * Bugs fixed:
2442  545031 list of recently used files is created world-readable
2443  535573 Deadlock in gdkeventloop-quartz.c:poll_func()
2444  546771 Add writable property "visited" to GtkLinkButton
2445  546756 gnome-panel crashed with SIGSEGV in g_type_check_...
2446  547027 menus are broken
2447  544863 gtkquartz.h not included in released 2.13.5 package
2448  547211 Duplicated mnemonic
2449  547270 Make GtkHSV public
2450  546616 CUPS print backend uses 1.2 API without guards
2451  546754 2.13.6 update create rendering issue in the evo...
2452  546730 gtk_status_icon_get_gicon() should use a return...
2453  526234 make shift+ctrl+del delete till the end of line
2454  547456 gdk/x11/gdkscreen-x11.c : init_solaris_xinerama doesn't...
2455  547516 Add comments for translators in gtkprintbackendcups.c
2456  547673 Accessors for GtkFileSelection.font_entry and...
2457  547775 Documentation of gtk-button-images is not correct
2458  547846 gtktestutils functions lack Since: tags
2459  547655 gio_can_sniff configure test can fail...
2460  547944 Self-reference in gtk_page_setup_load_file's docs
2461  547680 fontconfig monitoring can crash apps
2462  546549 Better Type Checking
2463  532644 TIFF loader need to exclude CR2 files
2464
2465 * Updated translations:
2466  Arabic (ar)
2467  Spanish (es)
2468  Basque (eu)
2469  Finnish (fi)
2470  Galicican (gl)
2471  Japanese (ja)
2472  Kannada (kn)
2473  Marathi (mr)
2474  Norwegian bokmål (nb)
2475  Portugese (pt)
2476  Brazilian Portugese (pt_BR)
2477  Swedish (sv)
2478  Thai (th)
2479
2480
2481 Overview of Changes from GTK+ 2.13.5 to 2.13.6
2482 ==============================================
2483
2484 * Fix problems on 64-bit Windows
2485
2486 * Fix a long-standing, well-known problem with the handling
2487   of insensitive buttons, bug 56070
2488
2489 * Fallback to Xinerama if the Xrandr implementation
2490   is just a stub
2491
2492 * gdk_threads_add_timeout_seconds[_full]: New functions with
2493   second-granularity to complete the set of gdk_threads_ timeout
2494   functions
2495
2496 * Support rendering icons with emblems specified as GEmblemedIcon
2497
2498 * GtkFileChooser has a GFile-oriented API now, functions
2499   for creating filechoosers with specific backends have been
2500   deprecated, since GIO is used directly.
2501  
2502 * GtkAdjustment has been sealed, adding getters and setters
2503   for all struct fields.
2504
2505 * Bugs fixed:
2506  544265 GDK assumes XFIXES extension
2507  543915 "Sole completion" translation issue
2508  544510 SetTimer callback signatures has the wrong type
2509  544390 evince crashes after clicking print
2510  361561 StatusIcon signals not documented as definitely public API.
2511  368234 Incorrect tabs rendering during reorder with rounded themes
2512  545976 Deprecate gtk_file_chooser_*_with_backend
2513  545978 Make filechooser GFile API public 
2514  544863 gtkquartz.h not included in released 2.13.5 package
2515  424207 printing hangs on unreachable cups server
2516   56070 Can't click button after setting it sensitive
2517  545931 small documentation typos
2518  344383 use po/LINGUAS
2519   65818 rename gtk_window_set_default() and add getter for it
2520  539733 No way to control treeview separator height
2521  523950 GtkTreeModelFilter's visible function may get an empty...
2522  526575 Missing return type in gtk_ui_manager_get_toplevels...
2523  429411 add style properties to set minimum progressbar w...
2524  429427 Add "arrow-spacing" style property to GtkRange
2525  544302 GtkStatusIcon should support GIcon
2526  339699 implement gtk_print_operation_set_show_dialog for...
2527  538686 gtkprintoperation-win32.c: devmode_from_settings
2528  540379 gtk_tree_view_enable_model_drag_dest and ...
2529  544684 Win64 issue, window handles are assumed to be 32-bit
2530  540834 Insensitive widgets cannot be grabbed
2531  515596 GtkUIManager's embedded UI definition example is invalid
2532  534979 GtkImageMenuItem is a bin but has two children
2533  382291 Automatically dim the combobox when the model is empty
2534  545982 missing braces cause bogus warnings when using GtkBuilder
2535  544858 Seal GtkAdjustment
2536
2537 * Updated translations:
2538  Spanish (es)
2539  Galician (gl)
2540  Japanese (ja)
2541  Korean (ko)
2542  Norwegian bokmål (nb)
2543  Portugese (pt)
2544  Brasilian Portugese (pt_BR)
2545  Albanian (sq)
2546  Swedish (sv)
2547
2548
2549 Overview of Changes from GTK+ 2.13.4 to 2.13.5
2550 ==============================================
2551
2552 * gdk-pixbuf:
2553  - Use GIO for mime type sniffing when possible
2554
2555 * Printing:
2556  - Handle paused printers and printers that don't accept jobs
2557
2558 * GtkBuilder:
2559  - Support building parts of the XML tree with the new functions
2560    gtk_builder_add_objects_from_file, gtk_builder_add_objects_from_string
2561
2562 * Bugs fixed:
2563  540917 deprecate pack_start_defaults()
2564  541645 gtkfilechooserdefault segfaults when bookmark does not contain ://
2565  493008 gdk_screen_get_window_stack is not 64-bit-compatible
2566  539248 gtk_calender_query_tooltip calls ->detail_func with invalid dates
2567  327582 Incomplete docs for GtkSettings::gtk-icon-sizes
2568  343663 source-buffer highlighting highlights "char" in gtk_text_iter_...
2569  541811 g_return_if_fail (widget->parent == container)
2570  541540 Dead link to pkg-config site in GTK+ online FAQ
2571  513580 Broken link in GTK+ FAQ
2572  531129 gtk_style_copy() does not include a return value or description
2573  510225 gtk_widget_get_composite_name retval should be freed
2574  507953 gtk_tree_view_set_tooltip_column() shows markups
2575  469068 clarify gdk_cairo_create()
2576  528845 segv from GtkBuilder on attempting <accelerator> under GtkCellView
2577  540994 [Win32] Some windows don't appear at the top when created
2578  541964 [Win32] Setting modal hint to current value might confuse the stack
2579  541950 Removing recently-added accelerator UI causes a wrong g_warning
2580  542234 iconview a11y implementation segfaults
2581  541399 Widget tooltips: treat "" same as NULL
2582  334418 Support easy input of ellipsis
2583  321896 Synch gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
2584  316087 Resizing columns is chaotic
2585  542853 jasper test fails due to incomplete library arguments
2586  507394 mem leak from gtk_selection_add_targets
2587  488766 GtkFileChooserButton doesn't clear icon after gtk_file_chooser_...
2588  479780 Bookmarks in left pane of FileChooser cannot be renamed
2589  542523 GtkTextTag should handle setting properties to NULL
2590  384940 handle rejecting jobs and authentication meaningfully
2591  339591 Detect list of availible cover pages
2592  543244 crashes when renaming a bookmark
2593  447998 GtkBuilder does not support building parts of the xml tree
2594  543217 GTK application crashed with directfb backend
2595  543545 GtkAssistant crashes when gtk_widget_hide() is called inside ...
2596  401985 Documentation improvement for the gdk_pixbuf_new_from_file_at_...
2597  543085 gdk_pixbuf_saturate_and_pixelate may corrupt memory
2598  488019 Mention bind_textdomain_codeset in gettext related FAQ
2599  528822 typo in GtkCombo docs
2600  540967 docs build slowly because of entities
2601  537430 label pango attributes & i18n
2602  543989 Crash in gtk_tree_view_size_allocate_columns
2603  535223 gbookmark file inefficiency ...
2604
2605 * Updated translations:
2606  Assamese (as)
2607  Czech (cs)
2608  German (de)
2609  Spanish (es)
2610  Galician (gl)
2611  Hebrew (he)
2612  Polish (pl)
2613  Pashto (ps)
2614  Traditional Chinese (zh_HK)
2615  Traditional Chinese (zh_TW)
2616
2617
2618 Overview of Changes from GTK+ 2.13.3 to 2.13.4
2619 ==============================================
2620
2621 * Merge the GSEAL branch (see http://live.gnome.org/GTK+/3.0/Tasks)
2622
2623 * GtkScaleButton has an orientation property 
2624
2625 * Bugs fixed:
2626  538519 GtkCellRendererPixbuf doesn't allow unsetting the icon anymore
2627  538362 Get Win32 icons back in the file chooser
2628  538182 pango_cairo_context_update_layout is not noop after...
2629  508751 gnome-terminal crashed with SIGSEGV after keypress
2630  419737 The file chooser clears the filename entry in SAVE/CREATE_FOLDER...
2631  538784 Don't change the filename in the name entry in CREATE_FOLDER...
2632  538395 gtk_combo_box_append_text() on non-compliant model segfaults
2633  539363 Segfault when creating GtkPlugs
2634  539466 GtkMenuShell API/ABI break in trunk
2635  442042 GtkScaleButton is too limited
2636  540318 Invalid URL
2637  530255 GtkAboutDialog cuts off comments label
2638  540310 Avoid unnecessary repaints when resizing GtkWindow
2639  434535 printoperation's create_surface doesn't check temp file...
2640  539790 [PATCH] Please add three new settings to GtkSettings
2641  539164 Windows' System Menu blocks main loop
2642  541162 [Win32] Update for the new GdkWindowImpl stuff
2643  455268 Add gtk-enable-tooltips GtkSetting
2644  537591 Don't hardcode minimum width of menuitems
2645  541249 [Win32] Fix some internal static methods
2646  541305 [Win32] Scrolling was broken after GdkWindow refactoring
2647  540529 Remove all GIMP references
2648  538547 Update doc-shooter in gtk documentation
2649  535498 Printing demo broken
2650  539944 Add GtkScaleButton API so struct fields can be marked...
2651  540915 GtkBuilder sets properties in reverse order
2652  538863 Fixes assertion on entering empty folder
2653  540861 invalid UTF-8 in input device name
2654  540612 mem leak in filechooser
2655  540618 gtk_menu_shell_select_first prints warning on GtkMenubar...
2656  539944 Add GtkScaleButton API so struct fields can be marked...
2657  536966 Paper selector crashes
2658  378158 gdk_win32_selection_add_targets uses uninitialized hwnd v...
2659  516092 use gtk_drag_*_add_*_targets instead of hardcoded target ...
2660  536430 Libs and Cflags paths in gail-uninstalled.pc.in are out o...
2661  538378 GtkFileSystemError should be public
2662  539095 directfb functions need to be renamed due to the offscree...
2663  539470 Fix critical warnings when the GIcon can't be found for a...
2664  539732 Warnings on destruction of GtkDialog.
2665  540235 Getting the current folder fails
2666  537639 complete the gtk_clipboard_request/wait_for/is_available_... 
2667
2668 * Updated translations:
2669  Catalan (ca)
2670  Spanish (es)
2671  Estonian (et)
2672  Hungarian (hu)
2673  Korean (ko)
2674  Norwegian bokmål (nb)
2675  Occitan (oc)
2676  Swedish (sv)
2677  Thai (th)
2678
2679  
2680 Overview of Changes from GTK+ 2.13.2 to 2.13.3
2681 ==============================================
2682
2683  * Support runtime font configuration changes
2684  
2685  * Use GIO for mime information
2686
2687  * Use GIO directly for the file chooser, do not load filesystem
2688    implementation modules. This change causes some regressions on Win32, 
2689    which will be addressed by improved Win32 support in GIO.
2690
2691  * GTK+ no longer uses translations when the application is not
2692    translated to the current locale
2693  
2694  * Bugs fixed: 
2695  520874 Should use gio directly
2696  536185 monitor font configuration
2697  536757 openoffice.org menus are placed at wrong position
2698  536990 updateiconcache.c: 'close ()' is redundant 
2699  535608 do not string-copy accel paths in the menu code
2700  488119 critical warnings from gtk_tree_view_get_visible_range
2701  536730 memory corruption in gtktreeview
2702  131920 gtkNotebook sends incorrect switch_page value
2703  526987 GtkCellRendererCombo should allow model to be NULL
2704  536765 GtkComboBox should set COMBO type hint for its menu
2705  503071 Application direction changes to right to left even if...
2706  517706 Connecting GtkButton with "use-stock" == FALSE to a...
2707  519092 Add accessibility support to GtkVolumeButton
2708  524222 GtkToolbar with mix of buttons with and without icons...
2709  537985 gtk_init_with_args() doesn't open a display after...
2710  531960 crash in eog-image.c:1154: (priv->image != NULL)
2711  408154 Change GtkEntryCompletion max-items to style property...
2712  506853 gtk_tree_view_enable_model_drag_[source|dest] problem
2713  536430 Libs and Cflags paths in gail-uninstalled.pc.in are out o...
2714  537685 print to file crashes when the target can not be written 
2715
2716 * Updated translations:
2717  Arabic (ar)
2718  Czech (cs)
2719  Estonian (et)
2720  Hebrew (he)
2721  Norwegian bokmål (nb)
2722  Thai (th)
2723
2724
2725 Overview of Changes from GTK+ 2.13.1 to 2.13.2
2726 ==============================================
2727
2728  * Fix an oversight in the header cleanup that went into 2.13.1, which
2729    removed gtkmarshal.h from the set of headers pulled in by gtk.h
2730  
2731  * Add a function to retrieve the XID of a status icon, to allow
2732    notification bubbles to follow the icon
2733  
2734  * Bugs fixed:
2735  533108 leak of GDI region in function 'handle_wm_paint'
2736  530146 Setting non-string tooltip with gtk_tree_view_set_tooltip_column...
2737  535830 wrong content type adding an item
2738  536126 gtk.h don't include gtkmarshal.h
2739  535497 Print preview doesn't work
2740  535862 gtk_action_create_icon can't create icons from the icon themes
2741  536092 GtkEntryCompletion's popup window should set type hint
2742  535303 add _get_implementation to GtkStatusIcon
2743
2744  * Updated translations:
2745  Estonian (et)
2746  Galician (gl)
2747  Italian (it)
2748  Vietnamese (vi)
2749
2750
2751 Overview of Changes from GTK+ 2.13.0 to 2.13.1
2752 ==============================================
2753
2754  * Add GtkMountOperation, a subclass of GMountOperation that
2755    can show password dialogs when mounting volumes
2756
2757  * Add GDI+-based pixbuf loaders for bmp, emf, gif, ico, jpeg, tiff, wmf
2758
2759  * Add support for pixmap redirection, new api includes the 
2760    gtk_widget_get_snapshot() function and the GtkWidget::damage-event 
2761    signal and the lower-level gdk_window_redirect_to_drawable() and
2762    gdk_window_remove_redirection() functions
2763
2764  * Add gtk_show_uri(), a replacement for gnome_vfs_url_show() and
2765    gnome_url_show()
2766
2767  * Add a "changed" signal to GtkCellRendererCombo
2768  
2769  * Sync keysyms and compose sequences with recent X.org 
2770
2771  * GtkBuilder
2772    - supports custom stock icons 
2773    - supports Pango attributes in labels
2774  
2775  * GtkRecentManager
2776    - uses GIO to monitor .recently-used.xbel
2777    - limits the growth of .recently-used.xbel with a 
2778      gtk-recent-files-max-age setting
2779
2780  * Filechooser autocompletion has been reworked
2781
2782  * The cups print backend displays printer status information
2783  
2784  * On OS X, accelerators are displayed using Unicode characters,
2785    matching the native behaviour
2786
2787  * GtkIconTheme and GtkImage support GIcon
2788
2789  * Bugs fixed: too many to list here
2790  
2791  * New and updated translations:
2792  Arabic (ar)
2793  Valencian-Catalan (ca)
2794  German (de)
2795  Canadian English (en_CA)
2796  British English (en_GB)
2797  Spanish (es)
2798  Estonian (et)
2799  Galician (gl)
2800  Hebrew (he)
2801  Hungarian (hu)
2802  Kannada (kn)
2803  Norwegian bokmål (nb)
2804  Dutch (nl)
2805  Norwegian Nynorsk (nn)
2806  Occitan (oc)
2807  Slovak (sk)
2808  Albanian (sq)
2809  Swedish (sv)
2810  Telugu (te)
2811  Vietnamese (vi)
2812
2813
2814 Overview of Changes from GTK+ 2.12.x to 2.13.0
2815 ==============================================
2816
2817  * gdk-pixbuf:
2818   - Support loading the OS X icns format
2819   - Support loading of JPEG2000 images
2820   - Support loading from and saving to GIO streams
2821
2822  * GDK:
2823   - Add GdkAppLaunchContext, to provide startup notification
2824     with g_app_info_launch()
2825   - Use RandR 1.2 instead of Xinerama when available, and expose
2826     more monitor information
2827
2828  * Accessibility:
2829   - The gail module is now shipped as part of GTK+
2830   - GtkStatusIcon supports keyboard navigation 
2831
2832  * GtkCalendar:
2833   - Support displaying details for each day
2834
2835  * GtkBuilder:
2836   - gtk-builder-convert has been improved
2837   - Translation-domain works properly
2838   - Support accessibility
2839
2840  * Testing support:
2841   - Add utilities for testing GTK+ applications
2842   - Add some unit tests for GTK+ 
2843
2844  * New settings:
2845   - for disabling display of accelerators and mnemonics
2846   - for position of vertical scrollbars in scrolled windows
2847   - for the default input method 
2848
2849  * GtkToolShell: new interface for containers of GtkToolItems
2850
2851  * Bug fixes:
2852  - too many to list here
2853
2854  * Updated translations:
2855   Arabic (ar)
2856   Assamese (as)
2857   Belarusian (be)
2858   Belarusian Latin (be@latin)
2859   Czech (cs)
2860   German (de)
2861   Greek (el)
2862   Estonian (et)
2863   Finnish (fi)
2864   French (fr)
2865   Irish (ga)
2866   Hebrew (he)
2867   Indonesian (id)
2868   Kurdish (ku)
2869   Marathi (mr)
2870   Norwegian bokmål (nb)
2871   Occitan (oc)
2872   Brazilian Portugese (pt_BR)
2873   Slovenian (sl)
2874   Swedish (sv)
2875   Telugu (te)
2876   Russian (ru)
2877
2878
2879 Overview of Changes from GTK+ 2.12.0 to 2.12.1
2880 ==============================================
2881
2882  * Bugs fixed: 
2883  472965 a small improvement for scrolling behavior with PgUp/PgDown
2884  460194 Gtk tooltips + swt crash
2885  478803 Segfault in gtk_print_operation_run when no range specified
2886  480123 Crash from GTK's new search feature
2887  483223 im-xim.so leaves callbacks connected to display "closed" ...
2888  476342 Icon cache validation causes severe page-in
2889  484008 configure fails during CUPS version tests on some platforms
2890  327243 GtkFileChooserButton emits two "selection-changed" signal...
2891  465380 gtkfilechooser cannot show the modified date on none UTF-...
2892  467269 Inkscape Flickers horribly
2893  476686 gtkrecentchooser select-multiple property
2894  478173 GTK's Tracker search engine does not work anymore
2895  478371 totem volume slider appears on all workspaces
2896  482089 GtkPrintOperation check for null default signal handler b...
2897  482504 Missing locale to UTF-8 conversion for modification time ...
2898  482841 critical warnings on gdk_display_close after _gtk_tooltip...
2899  483563 remains of gtk_widget_ref() in gtkdnd.c
2900  483730 Keyboard navigation of mutiple-selecting gtk.TreeViews im...
2901  484650 Typo in docs for GdkGrabBroken
2902  484730 In MS-Windows theme, GtkBorder freed with g_free() instea...
2903  486360 Failed to convert Empathy Glade files
2904  389358 print dialog: unit selection dialog can't be closed
2905  448343 File chooser should maintain sort state during folder swi...
2906  477447 GtkPaned documentation doesn't mention behaviour with onl...
2907  482034 GtkMenuPositionFunc push_in parameter description
2908  482837 duplicate declaration of gtk_notebook_create_window()
2909  478637 Notebook tab labels not correctly centered in ms-windows ...
2910  484132 gtk_recent_info_get_icon docs
2911  486636 "Cannot open display" message doesn't include display whe...
2912  455284 Ctrl+L should work depending if it has focus or not
2913  478377 10x speed up for window motion/scroll (gdk-quartz)
2914  485301 Filename is garbled in print dialog on none UTF-8
2915  485437 Fix testxinerama.c to not query current monitor by default
2916  486155 Docs for gtk_text_iter_forward_line()
2917  339877 pixbuf loader incorrectly returns wbmp
2918  456137 Pidgin will crash in fail-safe session due to a NULL poin...
2919  456676 Critical warning in gtk_drag_drop_finished()
2920  352643 crash in gtk_entry_completion_default_completion_func
2921  477280 volume button docs fix
2922  477704 Add docs for GtkTreeModelForeachFunc
2923  476920 Move GtkFileSelection to the deprecated section
2924
2925  * Updated translations:
2926  - Arabic (ar)
2927  - Assamese (as)
2928  - Belarusian Latin (be@latin)
2929  - Catalan (ca)
2930  - Estonian (et)
2931  - Basque (eu)
2932  - Hebrew (he)
2933  - Ido (io)
2934  - Italian (it)
2935  - Japanese (ja)
2936  - Georgian (ka)
2937  - Kannada (kn)
2938  - Korean (ko)
2939  - Lithuanian (lt)
2940  - Dutch (nl)
2941  - Polish (pl)
2942  - Romanian (ro)
2943  - Slovenian (sl)
2944
2945
2946 Overview of Changes from GTK+ 2.11.6 to 2.12.0
2947 ==============================================
2948
2949  * GtkTooltips
2950  - All widgets have been ported to the new tooltips code
2951  - Tooltips are disabled in touchscreen mode 
2952
2953  * GtkBuilder
2954  - Support custom tabs in GtkPrintUnixDialog
2955
2956  * Bugs fixed:
2957  459561 critical warnings with custom tooltips
2958  461648 GdkWindowQueueItem::serial overflow
2959  463773 Openoffice and flash run into a deadlock when used with KDE
2960  468801 thunar segfaults when selecting targa image
2961  473441 [patch] Ungrab windows when gdk_window_destroy() is calle...
2962  473954 gnome-background-properties: crash on drag-n-drop to "Add...
2963  461945 totem outputs errors in terminal
2964  348493 _gdk_quartz_copy_to_image needs implementing for pixmaps
2965  405868 Missing implementation of gdk_window_get_geometry()
2966  441219 Do not allow moving cursor to separators
2967  447214 rename the tips_data_list field back
2968  451202 New tooltips API has too long default timeout
2969  451397 Use new tooltip API in gtk+
2970  452225 check and option mark drawing is a mess of inconsistency
2971  457642 tooltips on notebook's tab labels
2972  458088 Improve mouse cursor for paned widgets
2973  458102 GtkScrolledWindow doesn't redraw when gtk-scrolled-window...
2974  458280 remove set-toolip handler from menutoolbutton
2975  458298 broken cursor movement with inline selection
2976  459459 Missing implementation of gdk_window_set_decorations() an...
2977  459515 gtk_menu_key_press() buglets
2978  459566 update testtooltips
2979  459667 Missing implementation of gdk_window_set_keep_above and g...
2980  460272 GtkFrame publishes incorrect defaults for "label-xalign"
2981  460534 No expose events if input swamps main loop with scrolled ...
2982  461225 gtk_tree_view_set_tooltip_cell() documentation: cell
2983  463907 'Recent Documents' is broken in gnome-panel 2.19.5
2984  464528 gdk_rectangle_union() and gdk_rectangle_intersect() shoul...
2985  465039 "keynav-failed" signal not emitted when treeview has just...
2986  467003 tooltips do not pick up theme changes
2987  467117 Documentation for the GtkPaned key binding signals
2988  467414 gtkcupsutil.c won't build with cups 1.3
2989  468055 Incorrect compose mapping for capital U with macron
2990  468245 Tooltip timer doesn't get reset when mouse leaves into ot...
2991  469214 Recently used blocks side-panel browsing until loaded
2992  469374 menu accelerators don't work
2993  469395 make dist failure
2994  471132 Highlighting a suggestion with the keyboard changes the U...
2995  471215 Cursor drawing broken
2996  472974 gtk-builder-convert doesn't set correctly the tab label f...
2997  472981 make gtk-builder-convert not remove some empty properties
2998  356630 Print to file dialog suggests "output.pdf" even for ps ou...
2999  447883 PATCH Documentation about SVN in HACKING and README.cvs-c...
3000  459340 GtkContainer API documentation refers deprecated gtk_widg...
3001  459732 build system: cups detection with only cups-config might ...
3002  460207 there are still references to deprecated gdk_pixbuf_rende...
3003  461483 Wrong check in gtk_window_group_remove_window
3004  472643 gtk_builder_add_from_file: *filename marked as constant b...
3005  474696 ToolbarContent should use GSlice
3006  459313 A few functions that don't appear in 2.12 new symbols
3007  468832 crash while reading ANI file
3008  470033 MS-Windows Theme doesn't apply styling to gtknotebooks wh...
3009  473340 gtk_print_operation_get_error() is listed twice
3010  473463 GtkButton doesn't have a GdkWindow like the docs say it does
3011  474282 Dead code in gtkmisc.c
3012  472951 gtkprintunixdialog should support custom tabs as buildable
3013  383003 Dragging text including non-ascii chars from epiphany to ...
3014  449371 Open with menu has no effect
3015  404541 GtkIconView crashes when I select icons with rubberband w...
3016  467324 Iter swapping causes segmentation fault
3017  475158 Random crash while scrolling trough notebook tabs
3018  450032 GtkRecentAction should have defaults
3019  458283 wrong tooltip on menutoolbutton
3020  467717 Extra trailing comma after last enum definition
3021  467719 config.h should always be included first if using AC_SYS_...
3022  474897 rendering problem with latest gtk+
3023  475400 Fix a typo in gtkentry.c
3024  436576 GtkFileChooserButton title from supplied dialog
3025  475439 gtk/gtksearchenginesimple.h is missing a G_BEGIN_DECLS
3026  105895 Please add common keybindings for the TreeView
3027  306445 stock icon for the "open recent" menu
3028  449371 Open with menu has no effect
3029  426246 "Spurious" expose events during asynchronous GtkWindow re...
3030  436576 GtkFileChooserButton title from supplied dialog
3031  474897 rendering problem with latest gtk+
3032  475400 Fix a typo in gtkentry.c
3033  476688 scale button uses wrong value type in getter
3034  476665 gtkcellrendereraccel missing property getter
3035  476689 gtktreeview tooltip column property getter uses wrong val...
3036
3037  * Updated translations
3038  - Bulgarian (bg)
3039  - Bengali (bn_IN)
3040  - Danish (da)
3041  - German (de)
3042  - Canadian English (en_CA)
3043  - Spanish (es)
3044  - Estonian (et)
3045  - Basque (eu)
3046  - Finnish (fi)
3047  - French (fr)
3048  - Irish (ga)
3049  - Gujarati (gu)
3050  - Hungarian (hu)
3051  - Italian (it)
3052  - Japanese (jp)
3053  - Kannada (kn)
3054  - Macedonian (mk)
3055  - Malayalam (ml)
3056  - Norwegian bokmål (nb)
3057  - Dutch (nl)
3058  - Oriya (or)
3059  - Polish (pl)
3060  - Portugese (pt)
3061  - Brazilian Portugese (pt_BR)
3062  - Russian (ru)
3063  - Albanian (sq)
3064  - Serbian (sr, sr@Latn)
3065  - Swedish (sv)
3066  - Telugu (te)
3067  - Thai (th)
3068  - Ukrainian (uk)
3069  - Vietnamese (vi) 
3070
3071
3072 Overview of Changes from GTK+ 2.11.5 to 2.11.6
3073 ==============================================
3074
3075  * GtkBuilder:
3076  - The gtk-builder-convert script is more versatile
3077  - GtkBuilder suppports GdkPixbuf properties
3078  - GtkBuilder parses, but doesn't yet implement <accessibility> 
3079  - Support for accelerators in actions has been added
3080
3081 * GtkTooltips:
3082  - The old tooltips API has been deprecated
3083  - The has-tooltip property has getter and setter
3084
3085 * GtkTreeView: 
3086  - Convenience API to set tooltips: gtk_tree_view_set_tooltip_row(),
3087    gtk_tree_view_set_tooltip_cell(), gtk_tree_view_get_tooltip_context(),
3088    gtk_tree_view_set_tooltip_column()
3089
3090 * GtkIconView:
3091  - Convenience API to set tooltips: gtk_icon_view_set_tooltip_item(),
3092    gtk_icon_view_set_tooltip_cell(), gtk_icon_view_get_tooltip_context(),
3093    gtk_icon_view_set_tooltip_column()
3094
3095 * Bug fixes:
3096  452598 crash in Evolution: Added an Evolution attac...
3097  447966 Add builder support for GdkPixbuf properties
3098  453033 gnome-panel crashed with SIGSEGV in idle_populate_func()
3099  453365 gdk_pixbuf_get_file_info crashes on tif files
3100  361781 GtkViewport size request includes xthickness/ythickness f...
3101  427899 GtkFrame's label may exceed the frame area
3102  430049 gtk_selection_data_set_text() ignores length argument
3103  436965 Add files to /po[-properties]/POTFILES.in
3104  437281 gtk_button_set_image destroyes the old image
3105  448604 gtk+ printbackends build fix
3106  449311 GtkVolumeButton should use new tooltip API
3107  451164 I translate gnome-desktop. But i have no svn account and ...
3108  451575 (API) Changes needed for GtkTooltips deprecation
3109  452425 Setting "tooltip-text" property to NULL has bad effects
3110  452861 gtk_label_set_pattern() is not working anymore
3111  452988 error handling in GtkCellLayout custom parser
3112  453411 Button state not included in key events
3113  453413 Key event state is not right for modifier keys
3114  454654 Accelerator support for actions
3115  454700 Minor update for gdk_threads_enter
3116  454703 gdk_window_invalidate_rect accepts NULL
3117  454830 gtk-builder-convert not converting menus
3118  452056 GtkComboBox doesn't emit 'changed' signal when active row...
3119  452278 GtkBuilder API Documentation
3120  453316 small documentation fix in GtkDrawingArea API documentation
3121  453673 small doc quirk in gtk/gtktreeview.c
3122  453930 small doc quirk in gtk/gtktooltip.c
3123  454596 [patch] gdkpixbuf-scale slight api doc improvement
3124  454835 [patch] example in gdk-pixbuf-scaling using deprecated gd...
3125  457384 critical warning from entrycompletion
3126  112404 Problem with focus when closing transient window
3127  172424 Most GtkWidget events have no documentation
3128  408327 Improving tooltip positioning
3129  439480 translations
3130  439715 GtkFileChooser - recent files option takes up 100% CPU.
3131  455482 remove old tooltips work-around from uimanager
3132  455721 mem leak when adding shortcut
3133  455901 mem leak in path bar
3134  455984 need a way to convert to bin_window coordinates
3135  457720 assertion `G_IS_VALUE (value)' failed progmatically "tabb...
3136  458298 broken cursor movement with inline selection
3137  456258 GtkScaleButton: value parameter of signal "value-changed"...
3138  457774 GtkTreeView::test_expand_row and test_collapse_row
3139  455645 intern action names 
3140
3141 * Updated translations:
3142  Bengali (bn_IN)
3143  Greek (el)
3144  Spanish (es)
3145  Estonian (et)
3146  Finnish (fi)
3147  Galician (gl)
3148  Gujarati (gu)
3149  Hungarian (hu)
3150  Japanese (ja)
3151  Lithuanian (lt)
3152  Norwegian bokmål (nb)
3153  Dutch (nl)
3154  Swedish (sv) 
3155  Thai (th)
3156  Vietnamese (vi)
3157  
3158
3159 Overview of Changes from GTK+ 2.11.4 to 2.11.5
3160 ==============================================
3161
3162 * OS X port:
3163  - Many improvements
3164
3165 * Win32 port:
3166  - Inconsistent checkboxes are drawn correctly now
3167
3168 * GtkBuilder:
3169  - Ship a Python script, gtk-builder-convert, to 
3170    convert glade files to GtkBuilder syntax
3171
3172 * GtkFileChooser:
3173  - Improved display of the time column
3174  - Support search on OS X, using Spotlight
3175
3176 * GtkTreeView:
3177  - New function gtk_tree_view_is_rubber_banding_active() to
3178    check whether rubber banding is active
3179
3180 * GtkVolumeButton uses the range 0.0 to 1.0, and
3181   correctly adapts tooltips to display percentages
3182
3183 * Bugs fixed:
3184  447967 Improve reference counting
3185  447995 Add a script that converts libglade files
3186  451428 GtkBuilder API changes
3187  449862 gdk_x11_display_get_xdisplay doesn't check pointers befor...
3188  451303 Crashes on empty property
3189  164809 Checkboxes with inconsistent status are not drawn properl...
3190  426987 Panel freezes after upgrading gtk icon cache
3191  439567 Add functions to transform pixbufs based on orientation tags
3192  448313 Block cursor problem on one-character line
3193  449016 Prevent C++ keyword clashes
3194  449167 faulty enter-leave compression
3195  450469 Draw no bevel when "GtkToolbar::shadow-type" is "none"
3196  451070 Broken CUPS SSL printing in gtk 2.10.13
3197  451345 gtk-demo does not open GtkBuilder example twice
3198  451353 Parsing properties broken
3199  451484 Miscalculation in GtkButtonBox CENTER_MODE
3200  451866 GtkVolumeButton range
3201  452046 some fixes for gdk composited window support
3202  452463 type-func attribute on wrong element ?
3203  452464 inconsistent handling of booleans
3204  452465 error handling in gtk_builder_value_from_string_type()
3205  452954 GtkBuilder documentation fixes/improvements
3206  446532 [patch] Improve performance of gtk_recent_manager_get_items
3207  451314 Warning message is wrong for delayed property assigning
3208  392283 GtkNotebook tabs drawn incorrectly with the Wimp theme
3209  449492 debug spew on toolbar focus move
3210  324543 GtkFileChooser: show file 'modified' TIMES, not just DATES
3211  327912 Many mouse cursors are not supported
3212  353805 Detecting Bidi Keyboard Layouts
3213  451527 Confusing GtkRadioButton variable names in some functions
3214  393579 Need tree view API for querying whether rubberbanding is ...
3215
3216 * Updated translations
3217  Spanish (es)
3218  Estonian (et)
3219  Hungarian (hu)
3220  Japanese (ja)
3221  Korean (ko)
3222  Norwegian bokmål (nb)
3223  Russian (ru)
3224  Sinhala (si)
3225  Vietnamese (vi)
3226
3227
3228 Overview of Changes from GTK+ 2.11.3 to 2.11.4
3229 ==============================================
3230
3231 * The multipress input method correctly handles control keys
3232
3233 * The memory management of GtkRecentManager has been
3234   changed, deprecating the screen-related functions in favour
3235   of gtk_recent_manager_get_default().
3236
3237 * Bugs fixed: 
3238  448928 Some GtkBuildable methods named too generically
3239  448193 gtkbuilder.h causes compile error with C++
3240  354887 GtkFileChooserButton displays unnecessary authentication ...
3241  440450 GTK font selection minimum size is too large for 150dpi s...
3242  447214 gtk_tooltips_widget_remove() is slow
3243  448299 dgettext arguments interchanged
3244  448321 Drawing problems with block cursor
3245  448341 There is no GtkTooltip documentation in the gtk+ reference
3246  448484 GtkAccelGroup forgets to remove closure invalidate notifi...
3247  448544 Refcount issues in GtkCellRendererSpin
3248  412357 GtkMenuShell not defined as an abstract base type
3249  403717 print preview operation should pass settings to preview p...
3250
3251
3252 Overview of Changes from GTK+ 2.11.2 to 2.11.3
3253 ==============================================
3254
3255 * GtkBuilder: GTK+ supports constructing user interfaces 
3256   from XML descriptions now, similar to libglade.
3257
3258 * The new tooltip code now has convenience api to set
3259   text tooltips: gtk_widget_set_tooltip_text(),
3260   gtk_widget_set_tooltip_markup()
3261  
3262 * GtkTextView, GtkEntry:
3263  - gtk_widget_modify_cursor() is a new function in the 
3264    gtk_widget_modify family to override the style-provided 
3265    cursor colors
3266  - Use a block cursor in overwrite mode
3267
3268 * GtkFileChooser:
3269  - Use xdg-user-dirs to find the Desktop directory
3270  - gtk_file_system_create() is now public API
3271
3272 * GtkMenu:
3273  - GtkMenuItem gained a submenu property
3274  - GtkMenuShell obtained a move-selected signal 
3275
3276 * OS X port:
3277  - Many improvements
3278
3279 * Bugs fixed:
3280  445691 Crash when spawning a new process
3281  447163 Implicit pointer conversion gdk_font_ref()
3282  420249 deadlock on print operation
3283  440918 out-of-bound access on loading pnm
3284  142494 treeview coordinate systems need documentation/auditing
3285  343012 RC parser rejects lower-case identifiers.
3286  350460 Popup windows (esp. menus) misbehave wrt focus
3287  410815 Icon view gets confused when scaling down the pixbuf column
3288  435471 small GtkComboBox cleanup
3289  435840 GTK_WIDGET_SAVED_STATE inconsistency
3290  442617 gdk_spawn overrides envp, breaking child setup funcs whic...
3291  443913 When .recently-used.xbel is empty, recently-used uses %10...
3292  444097 Cannot compile gtksearchenginesimple.c
3293  444310 update_buttons_state on a bare assistant causes gtk+ to c...
3294  444734 Compact file-chooser folder selection not working with gt...
3295  444786 Error loading 'gtk-select-color' in Stock icons and Items
3296  445054 GtkScrolledWindow::scrollbars-within-bevel is drawing wrong
3297  445284 Custom (pixbuf etc.) cursor reverts to default cursor on ...
3298  445539 Unititialized var in gtkrc.c trunk
3299  445855 gtk_scale_button_new() uses private API.
3300  446138 Tiny doc update for gdk_window_get_pointer()
3301  446513 gtknotebook.h: create_window is wrong declaration
3302  446616 glib requirement insufficient
3303  447065 GtkMenuItem: add "submenu" property and some cleanup
3304  426192 Symbolic colors are not working under "engine" sections o...
3305  446107 tiff load dialogue has unreadable text
3306  447396 Typo in documentation of gtk_widget_modify_cursor
3307  79585  API to change cursor color
3308  80378  Visible (Cursor-shape) indicator for Overtype mode
3309  158008 Stock button for Dont Save, Discard Changes, Do Not Save
3310  334576 GtkCellRendererProgress ignores xalign attribute
3311  344836 Add orientation property to CellRendererProgress
3312  172535 Add support for UI builders in gtk+
3313  446833 gtk_menu_shell_move_selected should be a vcall
3314  447586 gtknotebook.c: decreasing unknown size pointer
3315
3316 * Updated translations
3317  Spanish (es)
3318  Swedish (sv)
3319
3320
3321 Overview of Changes from GTK+ 2.11.1 to 2.11.2
3322 ==============================================
3323
3324 * The GtkListStore and GtkTreeStore have new API
3325   to set values using vectors of columns and values
3326
3327 * Bugs fixed:
3328  389603 GtkFileChooserWidget crashes when the window is too narrow
3329  444351 metacity cores on startup
3330  379213 gtkaboutdialog.h causes warnings with GCC and -Wshadow
3331  442888 problem with GTK+ medialib integration
3332  444236 gtk-demo says invisible text doesn't work
3333  444457 Segfault in gdk_window_set_opacity when opacity < 1.0
3334  399071 add gtk_tree_store_set_with_valuesv
3335  434021 crash on startup with jhbuild
3336
3337 * Updated translations:
3338  Spanish (es)
3339
3340
3341 Overview of Changes from GTK+ 2.11.0 to 2.11.1
3342 ==============================================
3343
3344 * GtkTextView:
3345  - Marks can be created independent from buffers
3346  - Cursor color follows text color
3347
3348 * OS X port:
3349  - Many improvements
3350
3351 * GDK:
3352  - Add support for composited child windows
3353
3354 * Bugs fixed:
3355  347883 do-overwrite-confirmation does nothing in 2.10
3356  440890 Crash in gtktooltip.c (GTK+ 2.11.0)
3357  440982 crash in gtk due to missing stock icon gtk-clear
3358  418047 GtkIconView sizing is very broken
3359  438440 All tests for Gtk2 failing when installing from CPAN
3360  314172 gtk_toolbar_set_icon_size() should be 'undeprecated'
3361  348493 _gdk_quartz_copy_to_image needs implementing for pixmaps
3362  398414 Printing to file with multiple pages per sheet
3363  412882 gdkwindow should support the concept of "composited"
3364  430218 Some file names are being cut unnecessarily with RTL Inte...
3365  435405 text view recreates pangolayouts all the time
3366  439565 Crash in GtkIconView a11y code
3367  440040 Reference counting in GtkPrintOperation goes awry
3368  440511 xcursors.h: illegal initializing
3369  440780 GtkAction set_short_label might be broken
3370  441443 jpeg loader does not set error upon abortion
3371  442172 Small cleanup in gtk_notebook_set_current_page and fix ty...
3372  442183 Updated gdk/gdkkeysyms-update.pl
3373  443247 Two GtkNotebook cleanups
3374  441767 Icon cache isn't validated properly
3375  442326 Overview navigator traps mouse on wrong screen in dual mo...
3376  79585  GtkTextView API to change cursor color
3377  132818 Allow GtkTextMark subclasses to be used in GtkTextBuffer
3378  348065 [PATCH] Remove automagic status of xinerama dependency
3379  441443 jpeg loader does not set error upon abortion
3380  386935 gtk_notebook_set_window_creation_hook only allows one...
3381  414947 Move "move-focus" signal to GtkWidget
3382
3383
3384 * Updated translations:
3385  Thai (th)
3386  Spanish (es)
3387  Norwegian bokmål (nb)
3388
3389
3390 Overview of Changes from GTK+ 2.10.x to 2.11
3391 ============================================
3392
3393 * Printing support:
3394  - Cups backend: Work with "BrowseShortNames Off"
3395  - Cups backend: Fix handling of multi-valued options
3396  - Cups backend: Work with raw printers
3397  - Cups backend: don't lock up when met with larger numbers of printers 
3398  - Improved sensitivity handling of controls in the unix dialog
3399  - Support half-open ranges
3400  - Add a test print backend for easier debugging
3401  - Add API to list paper sizes
3402  - Add API to serialize and deserialize page setups and print settings
3403  - Print settings can be passed to the preview command 
3404  - Make more GtkPrinter public
3405
3406 * GtkFileChooser:
3407  - Improve file chooser dialog size logic
3408  - Add a GtkFileChooserButton::file-set signal
3409  - Add a search mode with backends for Beagle, Tracker and simple search
3410  - Add recent files support
3411
3412 * New tooltips API, that allows complex tooltips (markup, images),
3413   tooltips on insensitive widgets, tooltips on treeviews, etc
3414
3415 * GtkScaleButton, GtkVolumeButton: new widgets for volume controls 
3416   frequently seen in multimedia applications
3417
3418 * Input Methods:
3419  - New Thai and Lao input method
3420  - New multipress input method for phone pads
3421
3422 * Recent files:
3423  - GtkRecentChooserMenu supports custom menu items
3424  - GtkRecentAction was added
3425
3426 * Keyboard navigation improvements:
3427  - Infrastructure for notification of failed keyboard navigation
3428  - Better support for restricted sets of keys
3429  - Only handle keys for notebook tab reordering and scrolledwindow 
3430    scrolling if it make sense
3431  - Add settings gtk-enable-accels and gtk-enable-mnemonics to disable  
3432    the display of accelerators and mnemonics
3433  - Popup/popdown of comboboxes is keybindable
3434
3435 * Windows port: 
3436  - Windows 9x/ME is not supported anymore 
3437  - Many ms-windows theme improvements
3438  - The file chooser uses native icons
3439  - Support drop shadows 
3440  - Use native cursors
3441
3442 * OS X port:
3443  - Many improvements
3444
3445 * Icon theme support:
3446  - Add api to list contexts of an icon theme 
3447  - The builtin stock icons have been replaced by a new set of icons 
3448    which are visually compatible with Tango
3449  - Support fallback to more generic icon names 
3450  - Validate icon caches when they are created and before they are used
3451
3452 * GtkRange has gained support for fill levels
3453
3454 * GtkEntry:  
3455  - inline-selection mode for entry completion that is closer to what 
3456    web browsers need
3457  - Add gtk_entry_set_cursor_hadjustment() to support automatic scrolling
3458
3459 * GtkTextView:
3460  - Support accumulative and negative margins
3461  - GTK_JUSTIFY_FILL works
3462
3463 * GtkLabel:
3464  - GTK_JUSTIFY_FILL works
3465
3466 * GtkStatusIcon: 
3467  - Multiscreen support
3468  - gtk_status_icon_position_menu() works on Windows
3469  - Don't take up space when invisible
3470
3471 * GtkCellRendererProgress:
3472  - Respect themes 
3473  - Support activity mode
3474
3475 * GtkNotebook: 
3476  - Support scrolling during tab DND
3477  - Allow dropping tabs anywhere
3478  - Deprecate numeric group-ids in favour of a more flexible group property
3479
3480 * GtkTreeView:
3481  - Lots of scrolling fixes
3482  - Add a gtk-alternative-sort-arrows setting for drawing sort arrows
3483    according to platform conventions
3484
3485 * GtkButtonBox:
3486  - Can center buttons now
3487
3488 * GtkComboBoxEntry 
3489  - Can add an arbitrary child widget
3490
3491 * GtkAboutDialog:
3492  - The "name" property has been replaced by "program-name" to avoid
3493    a clash with the preexisting "name" property on GtkWidget
3494
3495 * GDK changes:
3496  - Add gdk_event_request_motions() which works with input devices
3497  - Add API for changing startup notification id on a window
3498  - Add API for sending startup notification messages
3499  - Don't deadlock with xcb-based libX11
3500  - The handling of _NET_WM_USER_TIME has been changed to reduce
3501    the amount of root window property changes
3502  - New gdk_threads api() to allow fully threadsafe handling of idles 
3503    and timeouts
3504
3505 * gdk-pixbuf changes: 
3506  - Optional support for Sun mediaLib hardware acceleration
3507  - Support exif rotations in tiffs and jpegs
3508  - Allow arbitrary split between builtin vs modular loaders
3509  - Support v5 and OS/2 bmps
3510  - Support scaling animations
3511
3512 * Miscellaneous GTK+ changes:
3513  - New function gtk_window_set_opacity(), to set the opacity
3514    of toplevel windows
3515  - Allow to restrict drags within an application or widget 
3516  - Support opening/closing of submenus on click
3517  - Configurable cursor blinking timeout
3518  - Insensitive widgets don't install cursors
3519
3520 * Bug fixes:
3521  - too many to list here
3522
3523 * New and updated translations:
3524  Arabic (ar)
3525  Assamese (as)
3526  Belarusian Latin (be@latin)
3527  Bulgarian (bg)
3528  Bengali (bn)
3529  Catalan (ca)
3530  Czech (cs)
3531  Welsh (cy)
3532  German (de)
3533  Greek (el)
3534  Canadian English (en_CA)
3535  British English (en_GB)
3536  Esperanto (eo)
3537  Spanish (es)
3538  Estonian (et)
3539  Finnish (fi)
3540  French (fr)
3541  Gujarati (gu)
3542  Hebrew (he)
3543  Hindi (hi)
3544  Hungarian (hu)
3545  Indonesian (id)
3546  Italian (it)
3547  Kurdish (ku)
3548  Lithuanian (lt)
3549  Latvian (lv)
3550  Macedonian (mk)
3551  Malayalam (ml)
3552  Marathi (mr)
3553  Norwegian bokmål (nb)
3554  Nepali (ne)
3555  Oriya (or)
3556  Brazilian Portugese (pt_BR)
3557  Romanian (ro)
3558  Russian (ru)
3559  Slovenian (sl)
3560  Serbian (sr) 
3561  Serbian Latin (sr@Latn)
3562  Swedish (sv)
3563  Tamil (ta)
3564  Thai (th)
3565  Turkish (tr)
3566  Ukainian (uk)
3567  Vietnamese (vi)
3568  Walloon (wa)
3569  Simplified Chinese (zh_CN)
3570  Chinese (Hong Kong) (zh_HK)
3571  Chinese (Taiwan) (zh_TW)
3572
3573
3574 Overview of Changes from GTK+ 2.10.1 to 2.10.2
3575 ==============================================
3576
3577
3578 * Many fixes and improvements for the OS X backends
3579
3580 * Revert to using gtk modules with global binding,
3581   since the local binding that was introduced in 
3582   2.10 breaks the accessibility support of current 
3583   OpenOffice.org releases.
3584
3585 * GtkRecenManager 
3586  - Poll for changes to the XBEL file
3587  - Fix initial bad placement of recent files menu
3588  - Show nonexisting resources by default, and do 
3589    not mark them as insensitive
3590  - Allow adding a filter to GtkRecentChooserMenu
3591
3592 * GtkFileChooser
3593  - Improve the fallbacks for icons
3594  - Make  / and ~ activate the location entry again
3595
3596 * Bugs fixed:
3597  348828 Segmentation Fault in gtk_combo_box_menu_setup 
3598         when removing combobox child
3599  349552 problem with parsing (enum) style properties
3600  351581 API Documentation issues with 2.15 release
3601  348652 reorder() from ComboBoxEntry produces Gtk+ assert 
3602         error
3603  349128 Fix docs about GtkTreeModel::row-deleted
3604  350605 Crash caused by the recent menu
3605  348096 GtkStyle leaks GtkRcContext
3606  348145 Background images not working with Quartz backend
3607  329752 Problem with has_selection notification when 
3608         deleting the selection
3609  347856 gtk_recent_chooser_add_filter not implemented 
3610         for GtkRecentChooserMenu
3611  348245 Disabling pdf printing doesn't hide option
3612  348278 textview doesn't update on hinting setting change
3613  348289 Filechooser is blocked by higher priority idle
3614  348478 entry completions needs to reset the IM context 
3615         before emitting action-activate signal
3616  348538 Remove old email addreses from the tutorial
3617  348626 drag-to-child should not work
3618  348634 IconView does not update background
3619  348706 don't allow dnd onto arrows
3620  348740 configure script does not honour PKG_CONFIG variable
3621  348787 Segfault in gtk_font_button_update_font_info()
3622  348824 test attached calendar-sane-timer patch in head
3623  348971 gtk_status_icon_get_geometry returns bogus data
3624  349382 valgrind uninitialized memory warnings setting 
3625         partly uninitialized X properties
3626  349570 notebook arrow PRELIGHT drawing doesn't work
3627  349834 Memleak from gtk_tree_view_set_enable_tree_lines
3628  349858 Leak of ShmPixmapInfo from get_shm_pixmap_for_image
3629  349859 gtk_paint_tab doesn't work when widget is now 
3630         option menu
3631  349997 Indirect leak from XkbGetMap
3632  350039 GtkFileChooserEntry leaks sources
3633  350050 GdkGC leak from GtkRuler
3634  350139 Should use evince preview mode
3635  350258 Memory leak in gtk_entry_drag_data_received()
3636  350329 The CUPS printer backend in GTK+-2.10.1 fails 
3637         with CUPS 1.1.
3638  350517 reset_style_idle() interferes with application 
3639         idles
3640  350860 Balloon messages sent to tray do not have the 
3641         correct window in XEvent
3642  350938 TreeViewColumn rendering off when "spacing" 
3643         property set
3644  351112 gtk_notebook_set_current_page fails when the 
3645         notebook has not yet been shown
3646  351519 Directfb backend fails to build
3647  165714 GtkEntryCompletion doesn't complete on paste
3648  168737 Different button sizes in About dialogs
3649  345666 The icons of file, directory and device at 
3650         GtkFileChooser
3651  349429 spin button does not use correct value for 
3652         inner_border
3653  349501 fix in the documentation of function 
3654         gtk_list_store_insert_with_values()
3655  350072 stdout output from colorselection
3656  351759 Wrong range value in documentation of 
3657         gtk_color_selection_set_current_alpha
3658  349277 Wrong message for problems with serializing 
3659         texts
3660  346800 Rework sort/filter models to use indices to 
3661         parents instead of pointers
3662  349120 Small error in doc
3663  350911 gdk_pixbuf_new_from_file_at_scale() should 
3664         skip when there's enough image data 
3665  348728 GtkTable Row and Column Spacing
3666  351241 swapped argument description
3667  350023 "Running GTK+ Applications" chapter does not 
3668         document new GTK_DEBUG possibilities
3669  351812 file print backend filename encoding issue
3670
3671 * New and updated translations (bg,bn_IN,de,dz,el,es,
3672   et,eu,fi,gu,hu,ko,ku,ja,lt,mk,ml,nb,ne,nl,or,pl,po,
3673   sv,th,tr,tt,uk,zh_HK,zh_TW)
3674
3675
3676 Overview of Changes from GTK+ 2.10.0 to 2.10.1
3677 ==============================================
3678
3679 * Drop Pango requirement 1.12.0
3680
3681 * Many fixes and improvements for the OS X 
3682   and directfb backends
3683
3684 * The printing framework now supports a subset
3685   of the Cups 1.2 custom PPD option spec
3686
3687 * Bug fixes:
3688  348134 box gaps on left and right can be drawn wrong
3689  348014 crash on Epiphany Web Browser
3690  348063 _gtk_icon_cache_get_icon crashes when no 
3691         cache available
3692  348096 GtkStyle leaks GtkRcContext
3693  157439 The "adding to panel" is buggy when switching 
3694         to an rtl environment
3695  346751 symbolic colors can't be use in properties
3696  347976 Context menus appear in strange locations
3697  348001 xid / fid X11 font id's are used intermixed
3698  348049 Tabs "magically" re-order
3699  348094 Adjustment leak from gtkiconview
3700  348115 improve notebook visuals when dragging
3701  348120 gtkentrycompletion leaks action_view
3702  348227 gtkimcontextsimple doesn't terminate a string 
3703         with null
3704  348424 mem leak in GtkPrintSettings
3705  348089 Missing chaining up in gtk_recent_chooser_menu_finalize
3706  348090 Reference leak in gtk_text_layout_set_contexts
3707  348095 gtk_menu_stop_scrolling does work even if we 
3708         were not scrolling...
3709  142582 Add animation xsetting
3710  346427 xbm loader returns false, fails to set error
3711  346733 GList of visuals is always empty and causes 
3712         crashes in gdk_rgb_choose_visual()
3713  347048 crash on using GtkAssistant
3714  164884 GtkTreeView row drag is sometimes started 
3715         spuriously
3716  302127 GtkTreeView gets angry when items deleted 
3717         from a test_expand_row handler
3718  346092 gtk_tooltip_set_delay documentation wrong
3719  346428 Be robust against broken loaders failing to 
3720         set error on failure
3721  346467 gtkwindow state assignments bug
3722  346598 modeline takes too much memory
3723  346603 Context menus only work once
3724  346639 treeview memleak
3725  346668 symbolic colors are broken when specifying 
3726         engine
3727  346713 quartz backend is missing functions that 
3728         pygtk needs
3729  346721 XBM reading in quartz backend is broken
3730  346836 Tabs jump around when opening menus
3731  347018 missing GDK_QUARTZ_ALLOC/RELEASE_POOL calls
3732  347277 gtk_drag_get_ipc_widget() and window groups
3733  347315 SYNC extension check failing
3734  347902 GtkRange doesn't reliably update stepper 
3735         sensitivity
3736  335012 gtkcellrenderertext - gtkeditable: bad 
3737         interaction when ypad is set to hi value
3738  337910 gdk_pango_layout_get_clip_region is inefficient
3739  346605 Modifier-key events are not sent
3740  346970 gtkfilechooserbutton leaks an empty list
3741  347032 documentation of gtk_print_context_get_height() 
3742         has typo
3743  347037 GObject info missing for GtkRecentManager and 
3744         GtkRecentChooser* in gtk-doc API reference
3745  347041 documentation of gtk_paper_size_is_equal() 
3746         has a typo
3747  347043 Reference leaks in GtkFileChooserButton
3748  347066 gimp 2.3.9/2.2.12 GTK+ assertion fails on 
3749         open file dialog
3750  347211 documentation of gtk_print_job_send() has a 
3751         typo
3752  347710 new GtkCellRendererSpin misses a lot of API 
3753         documentation
3754  347711 slight glitches in GtkAssistant API documentation
3755  347065 Fix in-line doc typos
3756  311399 relative to the window string can be better 
3757
3758 * Updated translations (bg,bn_IN,cs,de,dz,es,et,
3759   eu,fi,fr,gu,he,ko,or,th)
3760
3761 Overview of Changes from GTK+ 2.9.4 to 2.10.0
3762 =============================================
3763
3764 * Printing:
3765   - A PREVIEW capability has been added to allow hiding the
3766     preview button
3767
3768 * Bug fixes:
3769  321393 Incorrect size request after changing the font
3770  327164 (GtkRBNode *)node becomes NULL inside GtkTreeView
3771  344074 Feature request: get printer list, and get default print
3772  344876 refcount leak when using ComboBox.set_cell_data_func
3773  345644 gtk+-2.9.4 requires CUPS-1.2.x
3774  345663 gtkaction(group)?.c: using functions without prototype declaration
3775  346079 gtk receives all sorts of events from the X server
3776  343841 Misguided iter assertion in gtk_list_store_insert_with_values()
3777  346113 unix print dialogue always has preview button
3778  346237 Possible leak in gtkprintunixdialog.c
3779  346027 cancelling printer enumeration
3780  346312 gtk 2.9.4 tarball lacks the files gtkwin32embedwidget.h 
3781         and gtkprint-win32.h
3782  346341 Memory leak in gtk_tree_model_sort_finalize: User data not freed
3783
3784 * Updated translations (cs,cy,dz,es,gu,hi,ko,mk,nb,nl,ru,th,ur)
3785
3786 Overview of Changes from GTK+ 2.9.3 to 2.9.4
3787 ============================================
3788
3789 * GtkPrintOperation:
3790  - UI improvements in the print dialog
3791  - Make printing work without a display connection
3792  - Replace "Print to PDF" by "Print to file" that
3793    can generate PDF or PostScript
3794  - Add a function to the low-level API to 
3795    enumerate all printers
3796
3797 * GtkNotebook tab DND has been improved
3798
3799 * GtkProgressbar supports text in activity mode 
3800
3801 * GtkLabel allows to set the wrap mode
3802
3803 * GtkStatusIcon supports transparency
3804
3805 * Bugs fixed:
3806  344850 Dragging a GtkTreeViewColumn segfaults when 
3807         using certain GtkTreeViewColumnDropFunc
3808  342458 Stock menu items without icons are broken in 
3809         recent GTK+ releases.
3810  335873 notebook DND + popup windows
3811  337882 gtk_progress_bar_set_text() does nothing in 
3812         activity mode
3813  339456 unix print dialogue help button bug
3814  339702 Make sure printing works without a display
3815  341571 tabs too easily reordered
3816  344074 New Feature: get printer list, and get default print
3817  344743 gtk_targets_include_text() should initialize atoms
3818  344838 Allow func to be NULL in 
3819         gtk_tree_view_set_search_position_func
3820  344891 GtkPrintOperationPreview signal defs correction
3821  345008 Need updated cairo req
3822  345093 print preview temp file issues
3823  345107 Memory leak in gtk_entry_completion_finalize: 
3824         User data not freed
3825  345194 gdk_window_set_functions() docs need to be updated
3826  345456 grid-lines property is wrongly registered and 
3827         get/set.
3828  314278 strings in gtk-update-icon-cache are not marked 
3829         for translation
3830  344707 size group with widgets in hidden container
3831  344897 Entry completion model NULL handling should be 
3832         documented
3833  345038 gtk_print_job_set_status' status
3834  345106 dialog button box spacings
3835  345176 GtkIconView doc about drag and drop
3836  345275 doc imporovements for gtk_window_move
3837  345320 Two very similiar strings should be made equal
3838  345321 Add meaning of "shortcut" as translator comment
3839  320034 transparency gtkstatusicon
3840  339592 Add print-to-postscript
3841  344867 custom paper file could use keyfile
3842
3843 * Updated translations (cs,de,es,fr,gl,gu,hi,ko,ta,th)
3844
3845 Overview of Changes from GTK+ 2.9.2 to 2.9.3
3846 ============================================  
3847
3848 * GtkPrintOperation: 
3849  - Introduce an allow-async property 
3850  - Introduce a GtkPrintOperationAction enumeration
3851  - Rename pdf_target to export_filename
3852  - Allow to hide "Print to PDF" in the low-level API
3853
3854 * GtkNotebook:
3855  - Add a destroy notify to 
3856    gtk_notebook_set_window_creation_hook.
3857
3858 * GtkTreeView:
3859  - Support grid lines
3860
3861 * GtkRange:
3862  - Add a number of new stle properties which allow more
3863    fexible stepper theming
3864
3865 * Bugs fixed:
3866  153212 Have the Paste kbd shortcut jump to the location in 
3867         the buffer
3868  337491 _gdk_win32_drawable_release_dc: DeleteDC() called on 
3869         a GetDC() handle
3870  339739 gtk/gtkprintoperation-win32.c: 3 compile error
3871  342339 GtkRange::stepper-spacing style property not 
3872         implemented correctly
3873  343945 Buttons of a GtkAssistant are not accessible
3874  344148 Wrong reqs for ATK
3875  344209 gtk_notebook_set_window_creation_hook() has no destroy 
3876         func.
3877  344232 GtkEntry's "Delete" context menu item is sensitive on a 
3878         non-editable GtkEntry
3879  344244 Window resizing not working when keeping the aspect 
3880         fixed
3881  344288 gtk_print_operation_preview_is_selected must return 
3882         a value
3883  344386 gdk-2.0-uninstalled.pc.in and gdkconfig.h
3884  344496 CRLF converting via Clipboard
3885  344504 GtkPrintCapabilities not in gtktypebuiltins.h
3886  344505 Wrong signal registration for create_custom_widget
3887  344512 cvs build issue
3888  344513 pdf print module's print_stream not calling destroy 
3889         notify
3890  344518 NULL unref in page setup dialogue
3891  344543 gtk_progress_bar_pulse calls gtk_progress_bar_paint 
3892         directly
3893  344560 gtk_print_settings_[sg]et_scale shouldn't be in percent
3894  344607 memory leaks in gtkrecentchooserdefault.c and 
3895         gtkrecentchoosermenu.c
3896  344624 Memory leak in gtk_tree_model_filter_finalize: User 
3897         data not freed
3898  337603 Possible off-by-one in 
3899         gdk_pango_layout_line_get_clip_region
3900  344239 Wrong filename for gtk-find stock item.
3901  344528 comma at end of GtkPrintOperationAction enum causes 
3902         mozilla compilation error
3903  344290 horizontal-padding not take into account when placing 
3904         submenus
3905  344558 document print dialogue response codes
3906  339592 Add print-to-postscript
3907  342249 Allow to draw upper and lower sides of GtkRange's 
3908         trough differently
3909  344530 gtk_recent_chooser_widget_new_for_manager and 
3910         gtk_recent_chooser_menu_new_for_manager should 
3911         allow NULL manager arg
3912
3913 * Updated translations (es,fi,gu,ko,th,wa)
3914
3915
3916 Overview of Changes from GTK+ 2.9.1 to 2.9.2
3917 ============================================
3918
3919 * GtkPrintOperation
3920  - Support asynchronous pagination with the ::paginate signal
3921  - Add gtk_print_operation_cancel
3922  - Support application-specific widgets
3923  - Allow disabling features based on application capabilities
3924  - Optionally show progress
3925  - Change some function names in GtkPrintContext to be longer 
3926    and better
3927  - Support preview, the default implementation spawns evince,
3928    but the api allows for an internal preview implementation
3929
3930 * GtkCellView
3931  - Add a model property
3932
3933 * GtkStatusIcon
3934  - Allow to obtain screen geometry 
3935
3936 * GtkTreeView
3937  - Many bug fixes, in particular for RTL handling
3938  - Separate sensitive and selectable properties of rows
3939  - Optionally allow rubberband selection
3940
3941 * GtkButton
3942  - Add image-spacing style property
3943  - Add image-position property 
3944
3945 * GtkToolButton
3946  - Add icon-spacing style property
3947
3948 * Make GTK+ work as an untrused X client
3949
3950 * Bugs fixed:
3951  343838 gtkprintoperationpreview.h guards
3952  305530 Crashes while creating source code w/GtkFontSelection
3953  341327 Memory corruption inside glib
3954  341734 cursor blocked to dnd mode after using shift and 
3955         dnd on a GtkCalendar
3956  343453 G_DEFINE_TYPE messes up internal typenames of 
3957         GdkWindow and GdkPixmap
3958  136571 Problems running as untrusted client
3959  168105 the right edge tab does not appear when switching tab
3960  172535 Add support for UI builders in gtk+
3961  302556 GtkTreeView widget signals are badly documented
3962  324480 Selecting first item with keyboard is difficult
3963  340428 small cleanup
3964  340444 don't run the custom page size dialogue
3965  340839 Critical warnings in GtkTreeModelFilter
3966  341898 gtk_tree_view_insert_column_with_attributes doesn't 
3967         work with fixed_height_mode
3968  342003 DnD: Conditional jump or move depends on uninitialised value
3969  342072 Wrong drop location in GtkEntry
3970  342096 GtkImage animation CRITICALS on switching themes
3971  342513 widget class style property with type module
3972  342529 gdk should set resolution on PangoCairoFontmap, 
3973         not PangoCairoContext
3974  342535 Add documentation for new GtkWidget style properties 
3975         (including Since tags)
3976  342543 can't compile gtk+ on opensolaris using sun cc
3977  342569 Typo in decl of gdk_color_parse
3978  342752 Need a way to specify custom tab label for custom page 
3979         in Print dialog
3980  342754 print-editor: font button dialog doesn't get focus if 
3981         main window has a window group
3982  342781 GtkPrintUnixDialog: Collate should be insensitive unless 
3983         Copies is > 1
3984  342783 GtkPrintUnixDialog: Range textinput area should be 
3985         insensitive unless range radiobutton is selected
3986  342894 Use after free inside gtk_text_view_set_buffer
3987  342930 GtkButton should offer a way to position the image 
3988         relative to the text
3989  343088 Some typos in the PO file
3990  343425 "grab-notify"-signal is not correctly propagated for 
3991         internal children
3992  343438 gtk_color_button_set_color() doesn't emit "color-set" 
3993         signal
3994  343475 page setup unix dialog confusion
3995  343625 allow to get only some info from gtk_status_icon_get_geometry
3996  343677 GtkWindow chains key-release to key-press
3997  320431 Text too close when using East/West in a GtkToolButton
3998  321523 GtkTreeView's test_expand_row signal emitting impractical 
3999         on row expand all
4000  342007 Warning in gtk_paned_compute_position
4001  343233 gdk_rectangle_intersect doc
4002  333284 expander animation not working in RTL mode
4003  343444 change color of gtk-demo source-buffer comment color 
4004         from red to DodgerBlue
4005  343630 Small inconsistence in migration documentation
4006   80127 Rubberbanding for GtkTreeView
4007  341450 status icon + libnotify
4008  341679 Allow absolute filenames in the options entries
4009
4010 * Updated translations (bg,cy,de,el,es,et,eu,gl,gu,it,ja,
4011                         nb,nl,pt_BR,th,vi)
4012
4013
4014 Overview of Changes from GTK+ 2.9.0 to 2.9.1
4015 ============================================
4016
4017 * GtkPrintOperation
4018  - Many user interface improvements in the unix dialogs
4019  - gtk-demo has a printing demo
4020  - Don't unload print backends for now, since that has
4021    deadlock issues
4022  - Asynchronous page rendering is done in an idle
4023
4024 * GtkImage has an image property 
4025
4026 * GtkTextBuffer has a cursor-position property
4027
4028 * Arrow sizes in scrolled menus and notebooks are themable
4029
4030 * GDK keysyms have be synced with Xorg 7.1
4031
4032 * Bugs fixed:
4033  340676 print backend type modules not correctly re-registering 
4034         their types
4035  340870 gdk_window_get_toplevels docstring error
4036  323956 Unwanted accelerate key in the action-based toolbar
4037  340527 Tooltips not shown for toolbar buttons created with 
4038         uimanager/actions
4039  340516 status icon property getter assertions
4040  341091 a couple of spelling errors in gtk+
4041  335707 notebook DND with event boxes in tab labels
4042  337306 Add a GtkMessageDialog::image property
4043  139628 GtkLayout In GtkScrolledWindow does not receive the 
4044         scroll_event
4045  334412 Add cursor-position property for getting notified 
4046         about cursor movement
4047  341217 langinfo.h #include'd unconditionally stops build
4048  333632 use GtkMenu::scroll-arrow-height instead of 
4049         MENU_SCROLL_ARROW_HEIGHT
4050  325282 Add GtkNotebook::tab-overlap style property
4051  341247 possible crash with tab_label = NULL
4052  321896 Sync gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
4053  341416 Save FileChooserDialog doesn't response
4054  336774 gtk_recent_manager_add_full
4055  340401 critical warnings when using window groups
4056  341661 misplaced g_assert in gtk_text_view_allocate_children
4057  341692 Semicolons after G_DEFINE_TYPE
4058  341665 several misplaced g_assert
4059  341578 reverse page order issues
4060  341332 Unset background in more places
4061  341896 gtktreeview has RTL problems with toggle buttons if using 
4062         gtktreestore as a model
4063  341028 crash in new async code
4064  341035 file chooser crash
4065  340722 GtkToolbar::max-child-expand style property
4066  339589 Tooltips on orientation icons in page setup dialog
4067  340951 faq: How do I internationalize a GTK+ program? doesn't 
4068         mention glib-I18N
4069  341855 Little typo in the Tree and List Widget Overview
4070  153212 Have the Paste kbd shortcut jump to the location 
4071         in the buffer
4072  335729 Invisible rows and 
4073         gtk_tree_model_filter_convert_child_*_to_*
4074  106406 GtkTreeView Grid Lines?
4075  339592 Add print-to-postscript
4076
4077 * Updated translations (de,es,gl,gu,nl)
4078
4079
4080 Overview of Changes from GTK+ 2.8.x to 2.9.0
4081 ============================================
4082
4083 * GtkStatusIcon, a cross-platform "tray icon" API
4084
4085 * GtkAssistant, a widget for creating multi-step wizards
4086
4087 * GtkLinkButton, a widget that displays a clickable hyperlink
4088
4089 * GtkRecentChooser, widgets to display and select recently used files
4090
4091 * GtkPrintOperation, cross-platform printing support
4092
4093 * A framework for rich text copy and paste and DND
4094
4095 * GtkCellRendererAccel, a cell renderer for key combinations
4096
4097 * GtkCellRendererSpin, a cell renderer which edits numeric values 
4098   using a spin button
4099
4100 * GtkAction works with named icons in addition to stock icons
4101
4102 * GtkNotebook supports DND, allowing to reorder tabs, move tabs
4103   between notebooks and drop tabs on the desktop to open a new window
4104
4105 * GtkTreeView:
4106   - Enhanced customizability (e.g. grouping) with the
4107     show-expanders and level-indentation properties
4108   - Allow to embed the search popup
4109   - Better search popup positioning
4110
4111 * GtkFileChooser:
4112   - Communication with backends is now asynchronous to avoid
4113     blocking on file system operations. Due to the required interface
4114     changes, the GTK+ ABI version has been bumped to 2.10.0. Third-party
4115     file system backends have to be ported to the new interface, other
4116     modules, such as theme engines, input method modules or pixbuf loaders 
4117     have to be rebuilt so that they are installed in the right place
4118     for GTK+ to find them.
4119   - The location entry (popped up by C-L) has been integrated in the
4120     main dialog.
4121     
4122 * Reworked hex Unicode input now requires Ctrl-Shift-U
4123
4124 * Animations can now be globally controlled by settings
4125
4126 * The gtk-touchscreen-mode setting controls a number of changes
4127   that make GTK+ work better on touchscreens
4128
4129 * Password entries can optionally show the last entered character
4130   for a short while, controlled by the password-hint-timeout setting
4131
4132 * GTK+ can now consult an additional fallback icon theme before
4133   falling back to hicolor
4134
4135 * Improved themability:
4136   - GTK+ supports symbolic colors, which can be set system-wide
4137     using a setting, and can be modified and used in rc files
4138     and theme engines
4139   - GTK+ sets window type hints on override-redirect windows to 
4140     help compositing managers apply proper bling
4141   - Paths in rc files can now refer to all subclasses of a class 
4142   - GtkRange steppers will appear insensitive when the slider
4143     is at the end; applications which need to handle this case
4144     (e.g. to extend the range) can opt out of this.
4145   - GtkRange::activate-slider style property allows themes
4146     to draw sliders differently while they are being dragged
4147   - GtkNotebook::tab-overlap and GtkNotebook::curvature style
4148     properties allow more flexible notebook theming
4149   - The spacing of buttons around children can be themed with
4150     the GtkButton::inner-border style property. Apps can override
4151     this per-widget using the corresponding inner-border property 
4152   - GtkMenu has acquired a horizontal-padding style property 
4153   - There are style properties for the color of hyperlinks,
4154     GtkWidget::link-color and GtkWidget::visited-link-color
4155   - GtkTreeview row hinting now takes the selection into account
4156   - Scrolling menus can be forced to always display both arrows,
4157     using the GtkMenu::double-arrows style property
4158   - Separators can be themed using the wide-separators, separator-width
4159     and separator-height style properties
4160   - GtkTreeView allows more flexible theming with the row-ending-details
4161     property
4162   - The pixbuf theme engines supports customized drawing of expanders
4163     and resize grips
4164
4165 * GDK changes:  
4166   - OS X backend
4167   - DirectFB backend 
4168   - Closing displays works
4169   - gdk_screen_is_composited to check for running compositing manager
4170   - Support for Super, Hyper and Meta modifiers
4171
4172 * gdk-pixbuf changes: 
4173   - Supports saving tiff 
4174   - Supports loading 16-bit pnm
4175   - Doesn't load entire gif animation to get first frame
4176
4177 * Bug fixes
4178   - Too many to list them here
4179
4180 Overview of Changes from GTK+ 2.8.1 to GTK+ 2.8.2
4181 =================================================
4182 * Fix a crash with custom icon themes, which affected
4183   the gnome-theme-manager. [Kjartan Maraas]
4184 * Make sure font and cursor settings are propagated down
4185   to the screen initially. [Frederic Crozat]
4186
4187 Overview of Changes from GTK+ 2.8.0 to GTK+ 2.8.1
4188 =================================================
4189 * gtk-update-icon-cache no longer stores copies of symlinked
4190   icons, and it has a --index-only option to omit image data
4191   from the cache [Matthias]
4192 * Make large GtkSizeGroups more efficient [Michael Natterer]
4193 * Improve positioning of menus in GtkToolbar [Christian Persch,
4194   Paolo Borelli]
4195 * Make scrolling work on unrealized icon views [Jonathan Blandford]
4196 * Avoid unnecessary redraws on range widgets [Benjamin Berg]
4197 * Make sure that all GTK+ applications reload icon themes
4198   promptly. [Chris Lahey]
4199 * Ensure that gdk_pango_get_context() and gtk_widget_get_pango_context()
4200   use the same font options and dpi value [Michael Reinsch, Owen]
4201 * Multiple memory leak fixes [Kjartan Maraas, Matthias]
4202 * Other bug fixes [Owen, Allin Cottrell, Tor Lillqvist, Jonathan
4203   Blandford, Christian Persch, Jonas Bonn, Brett Atoms, Guillaume 
4204   Cottenceau, Sebastien Bacher, Robin Green, Benoit Carpentier,
4205   Hans Breuer, Kjartan Maraas, Manish Singh, Robert Jeff Mitchell,
4206   Markku Vire, Kristian Rietveld, Tommi Komulainen]
4207 * Documentation improvements [Olexiy Avramchenko, Matthias]
4208 * Updated translations (es,et,hu,ko,lt,ro,uk)
4209
4210 Overview of Changes from GTK+ 2.7.5 to GTK+ 2.8.0
4211 =================================================
4212 * Require cairo 0.9.2 [Matthias]
4213 + Extend ABI checks to cover exported variables [Matthias]
4214 * Bug fixes [Benjamin Berg, Christian Persch]
4215 * Documentation improvements [Matthias]
4216 * New and updated translation (cy,de,el,id,te,zh_TW)
4217
4218 Overview of Changes from GTK+ 2.7.4 to GTK+ 2.7.5
4219 =================================================
4220 * Rename the default theme to "Raleigh" [Thomas Wood]
4221 * Add a performance testing framework [Federico Mena Quintero]
4222 * Catch format errors in translations. This may cause 
4223   "make check" to fail when using older versions
4224   of gettext [Matthias]
4225 * Win32
4226  - Implement the urgency hint [Tor Lillqvist]
4227  - Update ms-windows theme [Dom Lachowicz]
4228  - Improve tablet handling [Robert Ögren]
4229  - Bug fixes [Kazuki Iwamoto, Tor Lillqvist, Tim Evans, 
4230    J. Ali Harlow, Hans Breuer]
4231 * Other bug fixes [Callum McKenzie, Matthias, Kjartan Maraas, 
4232   Elijah Newren, Morten Welinder, Owen Taylor, Johan Dahlin,
4233   Peter Zelezny, Dan Winship, Damien Carbery, Alex Graveley,
4234   Mike Morrison, David Odin]
4235 * Documentation improvements [Fabrice Bauzac, Claudio Saavedra,
4236   Federico Mena Quintero]
4237 * New and updated translation (ar,bg,cs,de,fi,gu,ja,nb,nl,no,
4238   pl,pt,sq,zh_CN,zh_TW)
4239
4240 Overview of Changes from GTK+ 2.7.3 to GTK+ 2.7.4
4241 =================================================
4242 * Make svg icon themes work better [Matthias]
4243 * GtkPlug/GtkSocket: Make these cross-platform
4244   and implement them for Win32 [Tor]
4245 * Make font rendering xsettings work with pangocairo [Owen]
4246 * Fix sporadic segfaults in the GtkTreeModelSort [James
4247   Bramford, Markku Vire, Kristian Rietveld]
4248 * Improve gdk-pixbuf's ability to recognize 
4249   svg images. [William Jon McCann]
4250 * Win32 
4251  - Build fixes [Tor Lillqvist]
4252  - Fix clipping issues [Robert Ögren]
4253  - Bug fixes [Peter Zelezny]
4254 * Other bug fixes [Christian Persch, Arkady L. Shane, 
4255   Matthias, Tommi Komulainen, Alexander Larsson, Owen,
4256   Thomas Vander Stichele, Robert Ögren]
4257 * Documentation improvements [Steve Chaplin, Matthias,  
4258   Federico Mena Quintero]
4259 * New and updated translations (en_CA,fr,hy,lt,nl,sk,th,zh_CN)
4260
4261 Overview of Changes from GTK+ 2.7.2 to GTK+ 2.7.3
4262 =================================================
4263 * Make sure that gtk_window_present() moves the window to the 
4264   current desktop [Elijah Newren]
4265 * GtkFileChooser
4266  - Add overwrite confirmation for SAVE mode [Federico Mena Quintero]
4267 * GtkTreeView
4268  - Add gtk_tree_view_get_visible_range() [Mikael Hallendal]
4269  - Add gtk_tree_view_column_queue_resize() [Morten Welinder]
4270  - Add gtk_tree_row_reference_get_model() [Stefan Kost]
4271  - Make page up/down behave as in the text view [Owen Taylor]
4272  - In typeahead search, allow Ctrl-G to move to the
4273    next match.  [Matt T. Proud]
4274  - Interpret Ctrl-Backspace as "Move focus to parent [Kathy
4275    Fernandes]
4276  - Speed up gtk_tree_selection_selected_foreach [Kristian Rietveld]
4277 * GtkTextView 
4278  - Make double-clicking between words select whitespace [Mike 
4279    Miller, Paolo Borelli]
4280  - Show dragged text in drag icon [Kevin Duffus, Carlos 
4281    Garnacho Parro]
4282  - Make invisible text work well enough to remove the
4283    remove the warning about it being unsupported.  [Matthias]
4284 * GtkEntry
4285  - Make double-clicking between words select whitespace [Matthias]
4286  - Show dragged text in drag icon [Kevin Duffus, Carlos Garnacho Parro]
4287  - Fix the sizing of the entry completion popup [Ross Burton, Kris]
4288 * Win32
4289  - Build fixes [Tor Lillqvist]
4290  - Fix handlink of Aiptek tablets [Robert Ögren]
4291 * Bug fixes [Kris, Jorn Baayen, Billy Biggs, Tomislav Jonjic, 
4292   Owen Taylor, Vincent Noel, Carlos Garnacho Parro, Mark McLoughlin. 
4293   Mikael Magnusson, Luis Villa, Brian Bober, Bernd Demian, Manish 
4294   Singh, Akira Tagoh, Barbie LeVille, Hans Oesterholt]
4295 * Documentation improvements [Torsten Schoenfeld, Rodney Dawes,
4296   Park Ji-In]
4297 * New and updated translations (cs,es,et,he,hu,nb,nl,no,sk)
4298
4299 Overview of Changes from GTK+ 2.7.1 to GTK+ 2.7.2
4300 =================================================
4301 * GtkAboutDialog
4302  - Clean up the "trail" in the path bar when set_current_folder
4303    is called explicitly [Jonathan Blandford, Matthias Clasen]
4304  - Accept dropped files and directories on the file list [Sven 
4305    Neumann, Matthias]
4306 * GtkTreeView
4307  - Make reusing cell renders work as well as it did in 2.6,
4308    but document it as being unsupported. [Kristian Rietveld]
4309 * GtkAboutDialog
4310  - Optionally wrap the license [Christian Rose, Christian Persch]
4311 * Menu
4312  - Make image menu items work in vertical menubars [Matthias]
4313  - Make orientation changes of menubars work [Matthias]
4314 * Win32
4315  - Implement named cursors and other new GDK apis [Hans Breuer]
4316  - Implement getting cursor images [Tor Lillqvist]
4317 * Bug fixes [J. Ali Harlow, Matthias, Diego Gonzalez, 
4318   Kazuki IWAMOTO, Paul Cornett, Sebastien Bacher, Tor]
4319 * Documentation improvements [Benjamin Berg, Matthias,
4320   Steve Chaplin, Peter van den Bosch, Tim-Philipp Müller]
4321 * New and updated translations (en_CA,sr,sr@Latn)
4322
4323 Overview of Changes from GTK+ 2.7.0 to GTK+ 2.7.1
4324 =================================================
4325 * GtkTreeView
4326  - Change the keynav for header reordering and resizing 
4327    to Alt-arrows and Shift-Alt-arrows  [Calum Benson]
4328 * GtkTextView
4329  - Make movement by paragraphs up/down symmetric [Behnam 
4330    Esfahbod]
4331  - Improve invisible text support [Matthias Clasen]
4332 * Some new stock items: GTK_STOCK_INFO, GTK_STOCK_FULLSCREEN,
4333   GTK_STOCK_LEAVE_FULLSCREEN [Kristof Vansant]
4334 * Handle broken grabs in many places [John Ehresman, Matthias]
4335 * GDK
4336  - Add a function to move a region [Søren Sandmann]
4337  - Fix endianness issues in the pixbuf drawing 
4338    code [David Zeuthen, Owen Taylor]
4339  - Add a GrabBroken event that is emitted when grabs
4340    are broken [Simon Cooke, John Ehresman, Matthias]
4341  - Track implicit grabs [Matthias]
4342 * Win32 
4343  - Improve and simplify line segment rendering [Tor Lillqvist] 
4344 * Bug fixes [Georg Schwarz, Fabricio Barros Cabral, 
4345   Benoit Carpentier, Markku Vire, Ryan Lortie, Matthias,
4346   Morten Welinder, Dan Winship, Manish Singh, Tom von
4347   Schwerdtner, Kjartan Maraas, Euan MacGregor, William Jon 
4348   McCann, David Saxton, Padraig Brady]
4349 * Documentation improvements [Matthias, Ross Burton]
4350 * New and improved translations (es,et,nl,sk,th,zh_TW)
4351
4352 Overview of Changes from GTK+ 2.6.x to GTK+ 2.7.0
4353 =================================================
4354 * GtkTreeView
4355  - Kris is back !!!
4356  - Lots of scrolling/validation fixes [Kristian Rietveld]
4357  - Allow to "unsort" columns. [Richard Hult]
4358  - Support wrapping in GtkCellRendererText [Matthias Clasen]
4359  - Support tinting in GtkCellRendererPixbuf [Jorn Baayen]
4360  - Make enable-search control only typeahead search,
4361    not C-f search. [Sven Neumann]
4362  - Make double-click autosize treeview columns again [Matthias]
4363  - Fix insensitive appearance [Billy Biggs, Matthias]
4364 * GtkFileChooser
4365  - Don't select the first item in folder modes [Christian Neumair,
4366    Federico Mena Quintero]
4367  - Make save mode work again [Federico]
4368  - Allow bookmarks to be renamed [Sean Middleditch]
4369  - Ellipsize the preview label [Jeroen Zwartepoorte]
4370  - Use smaller icons [Vincent Noel]
4371  - Avoid a size allocation loop [Milosz Derzynski, Robert Ögren]
4372  - Don't stat children of /afs or /net network directories [Federico]
4373  - Improve sorting of filenames [Matthias]
4374  - Treat backup files like hidden files, and support
4375    .hidden files in the Unix backend [Sean Middleditch, Jan Arne Petersen]
4376  - Improve the re-rooting behaviour of the path bar [Benjamin Otte]
4377 * GtkIconView
4378  - Many fixes for scrolling and selection handling [Mathias Hasselmann]
4379  - Implement GtkCellLayout, use cell renderers [Matthias]
4380  - Support editing [Matthias]
4381  - Support DND [Matthias]
4382  - Add API to determine the visible part of the 
4383    model [Jonathan Blandford]
4384 * GtkAboutDialog
4385  - Visual improvements, HIG compliance [Jorn Baayen]
4386 * GtkCalendar
4387  - Use nl_langinfo() to determine the first day of week,
4388    when it is available [Vincent Untz, Tommi Komulainen, Pierre Ossman]
4389  - Allow localization of the year format [Paisa Seeluangsawat]
4390 * GtkEntry
4391  - Allow completion popups to be wider than the entry [Ross Burton]
4392  - Add a property to suppress the popup for single matches [Matthias]
4393  - Don't blink the cursor if not editable [Nikos Kouremenos]
4394 * GtkTextView
4395  - Add a GtkTextBuffer::text property [Johan Dahlin]
4396  - Allow to set a paragraph background color [Gustavo Carneiro,
4397    Jeroen Zwartepoorte]
4398  - Don't blink the cursor if not editable [Nikos Kouremenos]
4399  - Make invisible text work a bit better [Jeroen]
4400 * GtkAlignment
4401  - Flip padding in RTL mode [Maciej Katafiasz]
4402 * GtkUIManager
4403  - Support invisible, expanding separators [Christian Persch]
4404  - Allow to construct menu tool buttons [Sven Neumann]
4405 * GtkIconCache
4406  - Cache image data and metadata as well [Anders Carlsson]
4407 * GtkMenu
4408  - Support vertical menubars [Matthias]
4409  - Make scrolling more efficient [Jorn Baayen, Søren Sandmann]
4410  - Allow to pop up menus without grabbing the keyboard [Michael 
4411    Natterer]
4412  - Allow setting background images on menus [Benjamin Otte]
4413 * gtk-demo
4414  - Add demos for 2.6 features [Matthias, Mark McLoughlin]
4415 * Allow custom translation function for stock labels. [Funda Wang,
4416   Diego Gonzalez]
4417 * Add 16x16 versions for some some icons which were missing
4418   them [Jakub Steiner, Tuomas Kuosmanen, Vincent Noel]
4419 * Move a lot of constant data to the .rodata section [Matthias]
4420 * Don't copy property names, nicks and blurbs [Matthias]
4421 * Use Cairo for most drawing [Owen Taylor]
4422 * Allow themes to draw outside the widget's allocation [Owen]
4423 * Allow key names to be translated [Christian Rose]
4424 * Make all cursors used by GTK+ themeable [Matthias]
4425 * Support the ICCCM urgency hint [Havoc Pennington]
4426 * GDK
4427  - Work with XRender < 0.4 [Albert Chin, Billy Biggs]
4428  - Add API to warp the pointer [Matthias]
4429  - Support _NET_VIRTUAL_ROOTS [Carsten Haitzler]
4430  - Add API to obtain the last user interaction time [Elijah
4431    Newren]
4432  - Make some large arrays const [Ben Maurer, Tommi Komulainen]
4433  - Support Cairo drawing [Owen, Carl Worth]
4434  - Support Visuals with alpha channel [Owen, Keith Packard]
4435  - Support named cursors and cursor themes [Matthias]
4436 * gdk-pixbuf
4437  - Support saving BMP [Ivan Wong Yat Cheung]
4438  - Allow to specify compression level when saving
4439    in PNG format [Sven Neumann]
4440  - Add a way to construct animations from frames [Dom Lachowicz]
4441  - Accept BMP v4 [Matthias]
4442 * Win32 changes
4443  - Improve keyboard handling [Tor Lillqvist]
4444  - Improve clipboard handling [Ivan Wong]
4445  - Do delayed rendering for transferring images 
4446    through the clipboard [Ivan Wong]
4447  - Improve tablet handling [Robert Ögren]
4448  - Initialize input devices lazily [Robert Ögren]
4449  - Make big windows work on NT [Ivan Wong]
4450  - Implement dashed lines correctly [Ivan Wong, Hans Breuer]
4451  - Handle 16 color display mode [Tor] 
4452  - Support RGBA cursors [Tim Evans]
4453  - Fix DND on multi-monitor systems [Tor]
4454  - Use alternative button order [Tor]
4455  - Build fixes [Hans]
4456  - Bug fixes [Ivan Wong, Dave Neary, Daniel Atallah, Takuro Ashie, 
4457    Robert Ögren, Kevin Stange, Tim Evans]  
4458 * Other bug fixes [Alexander Hunziker, Alexander Larsson, Anders
4459   Carlsson, Andreas Volz, Arjan van de Ven, Billy Biggs, Chris Lee, 
4460   Christian Neumair, Christian Persch, Crispin Flowerday, Damon Chaplin, 
4461   David A. Knight, David Costanzo, Dennis Cranston, Diego Gonzalez, 
4462   Dom Lachowicz, Doug Morgan, Doug Quale, Elijah Newren, Fabricio Barros 
4463   Cabral, Federico, Felipe Heidrich, Felix Riemann, Frank Naumann, 
4464   Frederic Crozat, Gary Kramlich, Gustavo Carneiro, Hans-Wolfgang Loidl, 
4465   Havoc, Hazael Maldonado Torres, Ian Wienand, Ismael Juma, Jaap A. Haitsma, 
4466   Jacob Kroon, Jakub Jellinek, Jean Marie Favreau, Jeff Franks, Jens Finke, 
4467   Jim Evins, Joerg Sonnenberger, John Ellis, John Finlay, Jonathan, 
4468   Jorn Baayen, Kazuki Iwamoto, Kirk Bridger, Kjartan Maraas, Leonard 
4469   Michlmayr, Lorenzo Gil Sanchez, Manish Singh, Marc Meissner, Matthias, 
4470   Michael Natterer, Mikael Hallendal, Milosz Derezynski, Morten Welinder, 
4471   Murray Cumming, Nickolay V. Shmyrev, Niko Tyni, Nguyen Thai Ngoc Duy, 
4472   Olaf Vitters, Olivier Sessink, Owen, Paolo Borelli, Patrick Fimml, 
4473   Peter Bloomfield, Peter Wainwright, Phil Blundell, Philipp Langdale, 
4474   Priit Laes, Reinout van Schouwen, Remus Draica, Richard Hult, Robert 
4475   Staudinger, Rodney Dawes, Rodrigo Moya, Roman Kagan, Ryan Lortie, 
4476   Samuel Hym, Seven Walter, Søren, Stefan Kost, Stepan Kasal,
4477   Stephen Kennedy, Sven Neumann, Theerud Lawtrakul, Thomas Leonard,
4478   Thomas Zajic, Tim-Philipp Müller, Tomislav Jonjic, Tommi Komulainen,
4479   Torsten Schoenfeld, Tristan Van Berkom, Victor Osadci, Vincent Ladeuil, 
4480   Vincent Noel, Vincent Untz, Yury Puzis]
4481 * Documentation improvements [Alex Graveley, Ali Akcaagac, Bill
4482   Haneman, Billy Biggs, Christian Persch, Christian Rose, Dan Winship,
4483   George Kraft IV, Ghorban M. Tavakoly, Hubert Sokolowski, Jeff Franks,
4484   Jianfei Wang, Johan Dahlin, Jon-Kare Hellan, Karel Kulhavy, Ken
4485   Siersma, Maciej Katafiasz, Masao Mutoh, Mathias Hasselmann, Matthias,
4486   Michal Suchanek, Morten Welinder, Murray Cumming, Oliver Sessink, Owen, 
4487   Richard Hult, Roger Light, Sebastian Bacher, Steve Chaplin, Sven Neumann, 
4488   Torsten Schoenfeld, Vincent Untz, Worik Stanton]
4489 * New and improved translations (bg,ca,cs,cy,da,de,el,en_CA,en_GB,es,et,
4490   eu,fa,fi,hu,id,ja,nb,ne,nl,nn,no,pl,pt,pt_BR,ro,ru,rw,sk,sq,sr,sr@Latn,
4491   sv,th,uk,vi,xh,zh_CN,zh_TW)
4492
4493 Overview of Changes from GTK+ 2.6.0 to GTK+ 2.6.1
4494 =================================================
4495 * GtkFileChooser
4496  - Fix some possible threading deadlocks [Matthias Clasen]
4497  - Don't return errors from the private GTK_FILE_SYSTEM_ERROR
4498    domain [Murray Cumming]
4499  - Fix some crashes with unreadable directories [Federico Mena 
4500    Quintero]
4501  - Add an "Open Location" item to the context menu [Federico]
4502 * GtkTreeView
4503  - Make sorting work again in list stores [Marcin Krzyzanowski]
4504  - Restrict column reordering to button 1 [Jonathan Blandford]
4505 * GtkComboBox
4506  - Make the button prelight [Ricardo Veguilla]
4507  - Fix state propagation [Carlos Garnacho Parro]
4508 * GtkMessageDialog
4509  - Don't show secondary label until it is set [Christian Persch]
4510 * GtkMenu
4511  - Make items activate immediately on button release [Søren Sandmann]
4512  - Submenus inherit their cascading direction [Matthias]
4513 * gdk-pixbuf
4514  - Fix a possible threading deadlock when loading
4515    animations [Callum McKenzie]
4516  - Make Hyper interpolation work again [Dennis Nezic]
4517 * Win32
4518   - Improve handling of UNC paths [Tor Lillqvist]
4519   - Show the correct Desktop folder in the file chooser [Tor]
4520   - Bug fixes [Tor]
4521 * Bug fixes [Torsten Schoenfeld, Morten Welinder,
4522   Marcin, Seth Nickell, Jonathan, Owen Taylor, Søren, 
4523   Iñigo Serna, John Finlay, Zeeshan Ali, Robert Ögren,
4524   Billy Biggs, Brian Tarricone, Tor, Christian, Tristan 
4525   Van Berkom, Elijah Newren, Federico, James M. Cape,
4526   Matthias, Arnaud Charlet]
4527 * Documentation improvements [Masao Mutoh, Torsten,
4528   Billy, Alessio Dessi, David Bourguignon, Tommi Komulainen,
4529   Dave Bordoley, Robert Ancell, Kentaro Fukuchi, Matthias,
4530   Christian Biere, Jonathan, Tommi, Stefan Kost]
4531 * New and improved translations (cs,cy,da,de,en_CA,es,ja,lt,nl,sq,sv,zh_CN)
4532
4533 Overview of Changes from GTK+ 2.4.x to GTK+ 2.6.0
4534 =================================================
4535
4536 * New widgets
4537   - GtkIconView
4538   - GtkAboutDialog
4539   - GtkCellView 
4540   - GtkFileChooserButton
4541   - GtkMenuToolButton 
4542
4543 * New cell renderers
4544   - GtkCellRendererCombo 
4545   - GtkCellRendererProgress
4546
4547 * Changes in GtkFileChooser
4548   - Many tweaks to keynav and other behaviour
4549
4550 * Changes in GtkTreeView 
4551   - Hover selection
4552   - Hover expand
4553   - Separators 
4554   - Insensitive rows
4555   - Typeahead
4556
4557 * Changes in GtkComboBox
4558   - Allow trees in combo boxes
4559   - Hover selection
4560   - Hover expand
4561   - Separators 
4562   - Insensitive rows
4563   - Scrolling
4564
4565 * Changes in GtkLabel
4566   - Rotated text
4567   - Ellipsisation
4568   - Dnd from selectable labels
4569   - Selectable labels in the focus chain
4570   - Obey the Pango backspace-deletes-character attribute
4571
4572 * Changes in GtkTextView
4573   - Rotated text
4574   - Obey the Pango backspace-deletes-character attribute
4575
4576 * Changes in Clipboard/Selection/DND handling
4577   - Selection ownership change notification
4578   - API to handle text, image and file targets
4579   - Support text/plain target
4580   - Support clipboard persistence
4581   - Support xdnd v5
4582   - Reduce clipboard timeout to 30 seconds
4583
4584 * Theming
4585   - Follow icon theme specification for directory locations
4586   - Themed window icons
4587   - Themed images in GtkImage
4588   - Allow themes to displace focus rectangles on click
4589   - Various new stock icons
4590
4591 * Window Manager interaction
4592   - Support do-not-focus-on-map hint
4593   - Support _NET_WM_USER_TIME
4594
4595 * gdk-pixbuf:
4596   - License information for image loaders
4597   - Disable loaders
4598   - Simple rotation
4599   - Make thread-safe
4600
4601 * Performance improvements
4602   - Increase chunk size for incremental selection transfers
4603   - Get rid of many PLT entries
4604   - Icon theme caching
4605   - Sync counter mechanism to speed up resizes
4606   - Reimplement GtkListStore on top of a splay tree
4607   - Fix algorithmic problems in GtkUIManager
4608
4609 * Win32-specific changes
4610   - Integrate IME input method module
4611   - Integrate ms-windows (Wimp) theme engine
4612
4613 * Other changes
4614   - API for HIG-conform dialogs
4615   - API for stock-like buttons
4616   - New init API based on GOption
4617   - Setting for alternative button order
4618   - Setting for modules to load
4619   - Integrate pixbuf theme engine
4620   - Change notebook tabs with the scroll wheel
4621   - Ellipsisation in GtkCellRendererText, GtkProgressBar, GtkStatusbar
4622   - Clean up abi and enforce list of exported symbols
4623
4624 Overview of Changes from GTK+ 2.5.6 to GTK+ 2.6.0
4625 =================================================
4626 * GtkListStore
4627   - Emit rows_reordered if the list is reordered [Matthias Clasen]
4628   - Add functions to allow inserting rows with values [Matthias]
4629 * GtkTextView
4630   - Add function which allow to determine the character
4631     at a position [Padraig O'Briain, Matthias]
4632 * GtkFileChooser
4633   - Center select row during typeahead [Federico Mena Quintero]
4634   - Reset filters when necessary [Carlos Garnacho Parro]
4635 * GtkMenu
4636   - Make mnemonics without Alt work in menubars [Owen Taylor]
4637   - Scroll wheel scrolling [Matthias]
4638 * GtkLabel
4639   - Add a max-width-chars property to specify the maximal 
4640     width of a label in characters [Christian Persch]
4641 * GtkIconView 
4642   - Arrange items in a grid [Matthias]
4643   - Convert hard coded spacing constants into properties [Matthias]
4644 * GtkCellRendererText
4645   - Add ::width-chars property [James M. Cape]
4646 * Win32
4647   - Implement keynav for the color picker [Hans Breuer]
4648   - Use GLib stdio wrappers [Tor Lillqvist]
4649 * Bug fixes [Kazuki IWAMOTO, Damon Chaplin, Matthias, Christian, 
4650   Michael Natterer, Jonathan Blandford, Manish Singh, John Finlay, 
4651   Robert Ögren, Mariano Suárez-Alvarez, Marco Pesenti Gritti,
4652   Tommi Komulainen, R. McFarland, Alexander Larsson, Dennis Cranston,
4653   Jorn Baayen]
4654 * Documentation improvements [Matthias, Jay Camp, Paolo Borelli,
4655   David Lodge]
4656 * New and improved translations (bg,nb,no,nso,pt_BR,zh_CN)
4657
4658 Overview of Changes from GTK+ 2.5.5 to GTK+ 2.5.6
4659 =================================================
4660 * GtkFileChooser
4661   - Improve key bindings [Davyd Madeley, Federico Mena Quintero]
4662   - Speed up loading of large directories [Federico]
4663   - Move "Browse for other folders" expander up [Federico]
4664   - Support DND from the path bar [Federico]
4665 * GtkColorSelectionDialog
4666   - Add keynav to the color picker [Frances Keenan, Matthias Clasen]
4667 * GtkButton
4668   - Allow construction of stock-like buttons  [Matthias,
4669     Jonathan Blandford]
4670 * GtkLabel
4671   - Support DND for selectable labels [Matthias]
4672   - Support rotated text [Owen Taylor, Hans Breuer]
4673 * GtkTextView
4674   - Support rotated text [Owen Taylor]
4675   - Make it possible to select the first/last line
4676     when moving by lines  [Paolo Borelli]
4677 * GtkTreeView
4678   - Make sorting of GtkListStore stable again [Søren Sandmann]
4679   - Change the behaviour of gtk_tree_sortable_get_sort_column_id() 
4680     slightly to be more useful [Matthias]
4681 * GtkUIManager
4682   - Make some functions virtual to make deriving 
4683     GtkUIManager easier [Michael Natterer]
4684 * GtkSettings
4685   - Handle changes to gtk-menu-images and gtk-button-images
4686     much more efficiently [Matthias]
4687 * GtkClipboard
4688   - Reduce timeout to 30 seconds [Billy Biggs]
4689 * Add pixbuf theme engine [Owen]
4690 * GDK 
4691   - Compile against X11R5 [Matthias]  
4692   - Add GdkPangoRenderer [Owen]
4693   - Support rotated text [Owen]
4694   - Add dead_hook and dead_horn keysyms [Samuel Thibault]
4695   - Determine direction of XKB groups from their content 
4696     [Behdad Esfahbod, Ilya Konstantinov]
4697 * Win32
4698   - Notice when drives are plugged in or removed [Hans]
4699   - Ms-windows theme improvements: no tearoff menu items,
4700     button order, toolbar and statusbar grips, combobox 
4701     arrows [Dom Lachowicz]
4702   - Fix im module loading [Tor Lillqvist]
4703 * Bug fixes [Vasco Alexandre da Silva Costa, Kazuki IWAMOTO,
4704   Erwann Chenede, Tim Janik, Gavin Romig-Koch, Jonathan,
4705   Manish Singh, Morten Welinder, Billy Biggs, Matthias, Owen,
4706   John Finlay, Christian Neumair, Sven Neumann, Felipe
4707   Heidrich, Martin Jeppensen, Kristian Høgsberg, Olivier 
4708   Andrieu, Jody Goldberg, Søren, Dan Winship, Federico,
4709   Alex Larsson, James Henstridge, James M. Cape, Frederic Crozat,
4710   Dennis Cranston, Marcel Telka, Robert Ögren]
4711 * Documentation improvements [Matthias, Jonathan, Owen, Masao Mutoh,
4712   Billy Biggs]
4713 * New and updated translations (bg,ca,cs,da,de,en_CA,en_GB,es,hu,ja,nb,nso,rw,sq,zh_CN)
4714
4715 Overview of Changes from GTK+ 2.5.4 to GTK+ 2.5.5
4716 =================================================
4717 * gdk-pixbuf
4718   - Make thread safe [Colin Walters]
4719 * GtkFileChooser
4720   - Make tooltips work better [Matthias Clasen]
4721   - Show files (grayed out) in folder modes [Nickolay V. Shmyrev]
4722   - Add predefined filter for image files [Anders Carlsson]
4723   - Support mime subclasses, aliases and superclasses 
4724     like text/* [Tommi Komulainen, David A. Knight, Matthias]
4725 * GtkFileChooserButton
4726   - Remove support for CREATE_FOLDER and SAVE modes 
4727     until a more satisfactory UI for these can be found [Seth Nickell,
4728     Matthias]
4729   - Make file DND work better [Christan Persch]
4730 * GtkAction
4731   - Add a function to obtain the accel path [Michael Natterer]
4732 * GtkUIManager
4733   - Major performance improvement [Dave Neary, Michael, 
4734     Sven Neumann, Soeren Sandmann, Matthias]
4735 * GtkIconView
4736   - Make scrolling work with large icon views [Matthias]
4737 * GtkWindow
4738   - As a last resort, allow to use mnemonics without 
4739     modifier [Pasupathi Duraisamy, Owen Taylor]
4740 * GtkProgressBar
4741   - Support ellipsizing the text [Morten Welinder, Matthias]
4742 * GtkStatusbar
4743   - Avoid resizing if the text of the label changes [He Qiangqiang,
4744     Owen, Christian]
4745   - Draw the resize grip better [Matthias, Christian]
4746   - Ellipsize the text [Matthias]
4747 * GtkClipboard
4748   - Add API for image transfer via copy-and-paste [Matthias]
4749 * DND
4750   - Fix DND to embedded windows (e.g. panel applets) [James Henstridge, 
4751     Matthias]
4752 * Stock icons
4753   - Add RTL variants of the media icons [Bastien Nocera]
4754 * Win32
4755   - Build fixes [Hans Breuer, Tor Lillqvist]
4756   - Implement resize grips [Robert Ögren]
4757   - Bug fixes [Robert, Tor, J. Ali Harlow]
4758 * Bug fixes [Paolo Borelli, Kjartan Maraas, Olivier Andrieu,
4759   Torsten Schoenfeld, Matthias, Philip Langdale, Christian,
4760   Frances Keenan, Owen, Murray Cumming, Christophe Fergeau,
4761   Tristan Van Berkom, Adam Hooper, James M. Cape, Carlos Garnacho
4762   Parro, Mariano Suárez-Alvarez, John Finlay, Jonathan Blandford]      
4763 * Documentation improvements [Masao Mutoh, Matthias, 
4764   Torsten Schoenfeld, Matthew H. Plough, Salvador Fandiño, 
4765   Owen, Vincent Untz, Jonathan, Bastien]
4766 * Updated translations (cs,da,en_CA,es,hu,ja,nl,sq)
4767
4768 Overview of Changes from GTK+ 2.5.3 to GTK+ 2.5.4
4769 =================================================
4770 * GtkFileChooser
4771  - Make path bar arrows larger [Matthias Clasen]
4772  - Make SELECT_FOLDER mode work [Matthias]
4773  - Speed up the completion popup, pop it up
4774    again after Tab [Matthias, Jens Bech Madsen]
4775  - Add some tooltips [Matthias]
4776  - Make path bar scroll [Matthias]
4777  - Improve preview updating [Tommi Komulainen]
4778  - Make the key / pop up the location dialog even
4779    on French keyboards, insert the /. [Frederic Crozat, Warren Togami]
4780 * GtkFileChooserButton
4781  - Show icons next to entry [James M. Cape]
4782  - Improve ellipsisation [James]
4783 * GtkMessageDialog
4784  - API additions to create HIG-conform dialogs [David Bordoley, Carlos
4785    Garnacho Parro]
4786 * Keyboard navigation
4787  - Put selectable labels in the regular tab focus 
4788   chain [David Hawthorne, Matthias]
4789  - Skip selectable labels when looking for the initial 
4790   focus widget in dialogs [Matthias]
4791 * Icon themes:
4792  - Use an mmap()ed cache for directory data. [Martijn Vernooij,
4793    Owen Taylor, Anders Carlsson]
4794 * Clipboard, DND: 
4795  - Add convenience API for image and file transfers. [Matthias]
4796  - Add API for clipboard persistence [Anders]
4797  - Don't loose clipboard contents if a text buffer is
4798    finalized [Anders]
4799 * Add a GtkMenuToolButton widget which displays a
4800  dropdown menu from a toolbar button.  [Paolo Borelli]
4801 * Make menus scroll faster [Soeren Sandmann]
4802 * Allow themes to displace focus rectangles in buttons
4803  on click [Soeren, Matthias]
4804 * Add a public setting for button ordering [Owen Taylor, Matthias]
4805 * GtkImage
4806  - Support named icons [James Henstridge]
4807 * GtkAboutDialog
4808  - Support named icons [James Henstridge]
4809 * Add a function to obtain the string representation of
4810  accelerators used in GtkAccelLabel [John Spray, Matthias]
4811 * Win32 bug fixes [Robert Ögren]
4812  - Fix command line option handling [Tor Lillqvist]
4813  - Make IME input method work better [Tor]
4814 * Other bug fixes [Joel Fredrikson, Darren Creutz,
4815  Manish Singh, Matthias, Tristan Van Berkom, Christian Persch,
4816  Padraig O'Briain, Owen, Jonathan Blandford, 
4817  Michèle Garoche, Milosz Derezynski, Christopher Blizzard,
4818  Paolo, John Austin, Maryn Russell, Ken Harris, Reinout van 
4819  Schouwen, Morten Welinder, Ross Burton, Bernd Demian, Gustavo 
4820  Carneiro, John Finlay, Tim Janik, Damon Chaplin,
4821  Peter Zelesny, Soeren, John Cupitt, Federico Mena Quintero,
4822  Manuel Baena García, William Jon McCann, Olexiy Avramchenko,
4823  Sebastien Bacher, Kazuki IWAMOTO, Dan Williams, Vincent Noel,
4824  Billy Biggs, Olivier Andrieu, Thomas Fitzsimmons]
4825 * Documentation improvements [John Finlay, Billy Biggs, Matthias,
4826  Martyn Russell, Dave Cook, Jonathan, Owen, Shaun McCance, Anders]
4827 * New and updated translations (az_IR,cs,en_CA,en_GB,es,nb,nl,no,pt_BR,
4828   sq,sr,sr@Latn,zh_TW)
4829
4830 Overview of Changes from GTK+ 2.5.2 to GTK+ 2.5.3
4831 =================================================
4832 * GtkFileChooser
4833  - Work better with older version of the gnome-vfs backend [Zack Cerza]
4834  - Keynav improvements [Jonathan Blandford]
4835  - Make position of pathbar down button stable [Jonathan]
4836  - Make autocompletion less annoying in save mode [Owen Taylor]
4837 * GtkFileChooserButton
4838  - Allow mnemonic activation [Dennis Cranston, James M. Cape]
4839 * GtkComboBox
4840  - Work without a model [Mariano Suarez-Alvarez
4841 * GtkTreeView
4842  - Allow sorting of tree models to be turned off [Torsten Schoenfeld]
4843 * GtkRange
4844  - Add a::change-value signal [Thomas Fitzsimmons]
4845 * GtkEntryCompletion
4846  - Improve positioning of popups [Matthias]
4847 * Make input methods respect editability [Noah Levitt]
4848 * Add an setting to specify modules to load [Alex Graveley]
4849 * Use GOption for command line argument parsing [Anders Carlsson]
4850 * Default theme
4851  - Improve drawing of expanders [Matthias Clasen]
4852 * Add a configure option to disable the use of ELF visibility 
4853   attributes for PLT reduction
4854 * Make selection handling robust against invalid UTF-8 [Owen]
4855 * gdk-pixbuf
4856  - Add a variant of gdk_pixbuf_new_from_file_at_size() which 
4857    optionally ignores aspect ratio [Dom Lachowicz]
4858  - Fix saving of pixbufs with alpha-channel as jpeg [Emmanuel Pacaud]
4859  - Security fixes [Chris Evans]
4860 * Win32
4861  - Improve tablet handling [Robert Ögren]
4862  - Make tablets work on multi-monitor systems [Robert]
4863  - Handle screen resolution changes [Arjohn Kampman, Tor Lillqvist]
4864  - Add IME input method [Takuro Ashie, Kazuki IWAMOTO]
4865  - Add ms-windows (Wimp) theme engine [Raymond Penners, Dom Lachowicz,
4866    Havoc Pennington]
4867  - Fix loading of input modules on Win32 [Kazuki IWAMOTO]
4868  - Build fixes [Tor Lillqvist, Robert]
4869 * Other bug fixes [Hans Petter Jonsson, Tim Janik, Manish Singh,
4870  Soeren Sandmann, Bill Haneman, Padraig O'Briain, Olexi Avramchenko,
4871  Jonathan, Frederic Croszat, Matthias, Christian Persch, Felipe Heidrich,
4872  Lorenzo Gil Sanchez, Richard Hoelscher, Owen, Olivier Andrieu,
4873  Morten Welinder, Jean Bréfort, Alexander Larsson]
4874 * Documentation improvements [Matthias, Jonathan]
4875 * New and updated translations (ang,ar,en_CA,es,ne,pt_BR,ro,ru,uk)
4876
4877 Overview of Changes from GTK+ 2.5.1 to GTK+ 2.5.2
4878 =================================================
4879 * GtkFileChooserButton
4880  - New widget to go along with GtkFontButton and GtkColorButton
4881    for use in preference dialogs.  [James M. Cape]
4882 * GtkFileChooser
4883  - Add getter and setter for the ::show-hidden property [Jeff Franks]
4884  - Allow paths to be entered as part of the file name. [Federico Mena Quintero]
4885  - Make separator in bookmarks pane unselectable [Matthias Clasen]
4886  - Improve activation on focus [Federico]
4887  - Avoid warnings when opened on non-default screens [Abel Daniel]
4888  - Fix some memory leaks [Federico]
4889 * GtkEntryCompletion
4890  - Warn if text column has wrong type [Fernando San Martin Woerner,
4891    Gustavo Carneiro]
4892 * GtkTextView
4893  - Obey the Pango backspace_deletes_character 
4894    attribute [Noah Levitt, Teppitak Karoonboonyanan]
4895 * GtkTreeView
4896  - Add hover-expand mode [Matthias]
4897  - Fix fixed height mode [Michael Vogt, Tim-Philipp Müller, Pawel Salek]
4898  - Reimplement GtkListStore on top of a splay tree [Soeren Sandmann]
4899 * GtkEntry
4900  - Track the selection more accurately when dragging and
4901    selecting [Soeren]
4902 * GtkComboBox
4903  - Support trees in combo boxes [Matt Walton, Matthias]
4904  - Optimize non-spanning gridded layouts [Lorenzo Gil Sanchez, Matthias]
4905  - Handle sensitivity changes properly [Matthias]
4906  - Add a ::focus-on-click property [Matthias]
4907 * GtkIconView
4908  - Fix BROWSE selection mode [Matthias]
4909  - Make accessible [Padraig O'Briain]
4910 * GtkAboutDialog 
4911  - Change the API to be more binding-friendly [Oliver Andrieu]
4912 * GtkUIManager
4913  - Accept paths with leading '/' everywhere. [David Malcolm]
4914  - Make GtkActionEntry* arguments const [Mariano Suarez-Alvarez]
4915  - Add a way to suppress overflow menu items [Christian Persch]
4916 * GtkPlug/GtkSocket
4917  - Use the sync counter mechanism to speed up resizes  [Soeren]
4918 * GDK
4919  - Support XDND v5 [Owen Taylor, Matthias]
4920  - Complete the _NEW_WM_USER_TIME implementation [Elijah Newren]
4921  - Update the _NET_ACTIVE_WINDOW implementation [Elijah]
4922 * gdk-pixbuf
4923  - Avoid infinite loops for bad BMPs [Chris Evans, Manish Singh]
4924  - Fix a problem with GDK_INTERP_NEAREST scaling which caused
4925    Nautilus thumbnails to be misdrawn [Christoph Fergeau]
4926  - Avoid segfaults in gdk-pixbuf-csource [Matthias]
4927  - Fix progressive loading of 8bit pcx files [Magnus Bergman]
4928  - Handle edge pixels consistently [Brian Cameron, Matthias]
4929  - Handle OS/2 BMPs [Jon-Kare Hellan]
4930 * Performance 
4931  - Get rid of many PLT entries for internally used exported symbols,
4932    and clean up the ABI at the same time and make make check check the
4933    list of exported symbols.  [Arjan van de Ven, Matthias]
4934 * Look up icon themes in the directories specified in the
4935   icon theme spec  [Matthias]
4936 * Win32 bug fixes [Robert Ögren, Hans Breuer, Tor Lillqvist, Tim Evans]
4937 * Other bug fixes [Matthias, Soeren, Pawel, David, Tor, Gustavo,
4938   Olivier, Manish, Robert, Christian Biere, Markku Vire, Markus Lausser, 
4939   Thomas Leonard, Morten Welinder, Torsten Schoenfeld, Tim Janik, 
4940   Tomislav Jonjic, Tommi Komulainen, Philip Langdale, Rich Wareham,
4941   Christian Persch, Vincent Noel, Christophe Fergeau]
4942 * Documentation improvements [Matthias, Mariano, Axel Simon, 
4943   Jonathan Blandford]
4944 * New and updated translations (ang,br,bs,eu,lt,wa,zh_CN)
4945
4946 Overview of Changes from GTK+ 2.5.0 to GTK+ 2.5.1
4947 =================================================
4948 * GtkTreeView
4949  - Support ellipsisation in GtkCellRendererText [Vincent Untz, 
4950   Jonathan Blandford, Anders Carlsson]
4951  - Add a GtkCellRenderer::editing-started signal [Matthias Clasen]
4952  - Typeahead support [Jonathan]
4953  - Align the entry in GtkCellRendererText [Matthias]
4954  - Make DND work again [Ernst Persson, Matthias]
4955  - Improve appearance of search popup [Matthias]
4956 * GtkFileChooser
4957  - Activate the last focused widget [Federico Mena Quintero]
4958  - Add an "Add to shortcuts" item to the context menu [Federico]
4959 * GtkCombobox
4960  - Support scrolling in list mode [Matthias]
4961  - Add necessary API to make GtkComboBox accessible [Padraig O'Briain]
4962  - Change the API for separators to use a callback function 
4963    instead of a boolean model column [Matthias]
4964 * GtkNotebook
4965  - Ignore scroll events from page content [Gabriel de Perthuis]
4966 * GtkAboutDialog
4967  - Visual improvements [Anders]
4968 * GtkIconView
4969  - Use XRender to draw selection rectangle [Anders]
4970 * GtkLabel
4971  - Support ellipsisation [Tim Van Wassenhove, James M. Cape]
4972 * Expose the menubar accel key as an XSetting [Scott James Remnant]
4973 * Add example code for clipboard handling to gtk-demo [Anders]
4974 * Bug fixes [Peter Zelesny, Guilherme Salgado, John Finlay, 
4975  Tommi Komulainen, Matthias, Crispin Flowerday, Padraig,
4976  Morten Welinder, Olivier Sessink, Dafydd Harries, Soeren Sandmann,
4977  Michael Natterer, Nicolas Deves, Matthew Garrett, Lorenzo Gil Sanchez]
4978 * Documentation improvements [Federico, Matthias]
4979 * Updated translations (gu,hi,pt_BR,ru,sv,uz)
4980
4981 Overview of Changes from GTK+ 2.4.1 to GTK+ 2.5.0
4982 =================================================
4983 * New widgets: 
4984  - GtkIconView [Anders Carlsson]
4985  - GtkAboutDialog [Matthias Clasen]
4986  - GtkCellView [Matthias]
4987 * GtkFileChooser
4988  - change to newly-created folders [Federico Mena Quintero]
4989  - always show icons [Federico]
4990  - bug fixes [Federico, Christian Neumair, Alex Roitman]
4991 * GtkComboBox, GtkComboBoxEntry
4992  - add missing getters and some more convenience API [Matthias, 
4993   Christian Neumeir, Oliver Andrieu]
4994  - improve placement and sizing of popups [Matthias]
4995  - support insensitive items [Matthias]
4996  - support separators [Matthias]
4997  - handle empty or unset models better [Mariano Suarez-Alvarez]
4998  - bug fixes [Matthias, Jonathan Blandford, Oliver Andrieu, Paul 
4999    Pongonyshev, Christian Persch]
5000 * GtkEntryCompletion
5001  - ignore enter events when the window pops up under the 
5002    pointer [Anders]
5003  - bug fixes [Matthias]
5004  - support inline autocompletion [Matthias]
5005 * GtkUIManager
5006  - fix signal registration [Michael Natterer]
5007  - make generated XML parsable [Sven Neumann]
5008  - fix get_widget to return menus [Matthias]
5009 * GtkTreeView
5010  - hover-selection mode [Matthias]
5011  - support insensitive cells [Matthias]
5012  - support separators [Matthias]
5013  - make entry context menu work in editable text cells [Owen Taylor, 
5014   Kristian Rietveld]
5015  - make DND work with treeviews in modal dialogs [Federico]
5016  - make empty treeviews focusable [Federico]
5017  - new GtkCellRendererProgress [Matthias, Tommi Komulainen, 
5018   Christian Persch]
5019  - new GtkCellRendererCombo [Matthias]
5020  - bug fixes [Matthias, Federico]
5021 * GtkNotebook
5022  - allow to change tabs with the mouse wheel [Gabriel de Perthuis]
5023 * GtkWindow
5024  - support named themed window icons [Matthias, Calum Benson]
5025 * New stock icons: file, directory, about, edit, connect, disconnect,
5026   and media player icons for forward, next, pause, play, previous,
5027   record, rewind and stop
5028 * GDK
5029  - support do-not-focus-on-map hint [Elijah Newren]
5030  - fix RGBA cursors [Michael Natterer]
5031 * gdk-pixbuf
5032  - reorganize headers [Matthias, Jeff Franks, Havoc Pennington]
5033  - flag to mark loaded images as scalable [Dom Lachowicz]
5034  - license information for loaders [Matthias]
5035  - simple multiple-of-90° rotation support [Matthias]
5036  - allow to disable loaders [Matthias]
5037  - bug fixes [Kouichirou Hiratsuka, Sven, Brian Cameron,
5038   Manish Singh, Morten Welinder]
5039 * X11 selections 
5040  - make incremental transfer of MULTIPLE work [Matthias]
5041  - don't do incremental transfer in 4k chunks [Matthias]
5042  - add selection ownership change notification [Matthias]
5043  - support text/plain targets [Matthias]
5044 * Win32 
5045  - bug fixes [Hans Breuer, John Ehresman, Tor Lillqvist, 
5046   Robert Ögren, Benoît Carpentier, J. Ali Harlow, Laurent Sansonetti]
5047 * Performance improvements
5048  - predict exposes for override-redirect windows [Søren Sandmann]
5049  - unset the background when mapping or unmapping windows [Søren]
5050  - support the update counter spec for smoother resizing [Søren]
5051 * Misc bug fixes [Matthias, Owen, Søren, Anders, Padraig O'Briain, 
5052   Crispin Flowerday, Michal Pasternak, Scott Tsai, Morten,
5053   Michael Natterer, Dmd Ljungmark, Sven, Billy Biggs, 
5054   Mark McLoughlin, Sam Stephenson, John Finlay, David Hawthorne, 
5055   Kent Sandvik, Davyd Madeley, Alexander Winston, Jean-François Wauthy, 
5056   Jeff Franks, Philip Kendall, Baris Cicek Yevgen Muntyan, 
5057   Bastien Nocera, Tim Janik, John Ehresman, Theppitak Karoonboonyanan, 
5058   Nickolay V. Shmyrev, William Jon McCann, Paolo Maggi, Lorenzo Gil 
5059   Sanchez, Jan-Marek Glogowski, Pawel Salek, Felipe Heidrich, Dmitry 
5060   M. Shatrov, Alex Larsson, Michael Hallendal, Scott Bronson, Kjartan 
5061   Maraas, Damien Carbery, Elke Meier]
5062 * Doc improvements [Matthias, Federico, Owen, Steve Chaplin, Tommi 
5063   Komulainen, Bastien Nocera, Billy Biggs, Sampo Nurmentaus, Steffen 
5064   Röcker, Doug Quale, Oliver Andrieu]
5065 * Updated translations (bg,lt,ne,tk,wa,en_GB)
5066
5067
5068 Overview of Changes from GTK+ 2.4.0 to GTK+ 2.4.1
5069 =================================================
5070 * GtkFileChooser
5071  - bug fixes [Morten Welinder, Federico Mena Quintero]
5072  - pre-fill the location entry [Federico]
5073  - internal api changes to allow setting a busy cursor
5074    while loading [Federico]
5075  - improve pathbar button sizing [Owen Taylor]
5076  - add keybindings for removing bookmarks [Federico]
5077 * GtkComboBox, GtkEntryCompletion
5078  - fix repositioning logic [Niklas Knutsson]
5079  - make keynav wrap around [Matthias]
5080  - improve theme compliance [Matthias, Brian Cameron]
5081 * GtkUIManager
5082  - accept unnamed <separator>s [Anders Carlsson]
5083  - robustify against gtk_widget_show_all() [Murray Cumming]
5084  - warn if an accelerator cannot be parsed  [Jody Goldberg]
5085 * Win32
5086  - fix DND positioning [Hans Breuer]
5087  - update gtkfilesystemwin32 [Tor Lillqvist, J. Ali Harlow]
5088  - make filechooser work on Windows [Tor]
5089  - draw arcs more correctly [Tor]
5090  - disable tables support by support, add --use-wintab to
5091    get it back  [Tor]
5092 * Make color wheel accessible [Padraig O'Briain]
5093 * Support _NET_WM_USER_TIME [Elijah Newren, Soeren Sandmann]
5094 * Doc improvements [Federico, Matthias, Christian Persch]
5095   Olexiy Avramchenko, Tim-Philipp Müller]
5096 * Misc bug fixes [Alex Converse, Owen, Jacques Garrigue,
5097   Jonathan Blandford, Anders Carlsson, Christian, Hans,
5098   Matthias, Morten, Philip Langdale, Brian, Pedro Rodriguez,
5099   Soeren, Torsten Schoenfield, Dongho Shin, Andrew E. Makeev,
5100   Todd Goyen, Tim Gerla, John Finlay, Theppitak Karoonboonyanan,
5101   John Ehresman, Chris Sherlock, Jody]
5102 * Updated translations (af,ar,az,bn,br,ca,cs,cy,da,de,el,en_CA,
5103   en_GB,es,et,eu,fi,fr,ga,gu,he,hr,hu,id,is,it,ja,ko,lt,mi,ml,
5104   mn,mr,ms,ne,nl,nn,no,pa,pl,pt,pt_BR,sk,ru,sq,sr,sr@ije,sr@Latn,
5105   sv,tr,uk,uz,wa,zh_CN)
5106
5107 Overview of Changes from GTK+ 2.3.6 to GTK+ 2.4.0
5108 =================================================
5109 * GtkFileChooser
5110  - Handle icon theme changes [Federico, Jonathan]
5111  - Add reordering bookmarks via DND [Federico]
5112  - Cache filesystem data inside GtkFileSystemUnix backend [Morten Welinder]
5113  - Implement local-only mode so that apps don't get remote paths
5114    they don't expect [Owen Taylor]
5115  - Add Alt-Down keybinding [Mark McLoughlin, Owen]
5116  - Major rewrite of location dialog completion code [Jonathan]
5117  - Bug fixes [Federico, Jonathan, Morten, Mark, Owen, Anders Carlsson, 
5118    Soeren Sandmann, Olivier Andrieu]
5119 * GtkComboBox [Matthias Clasen]
5120  - Handle the case of no-active-row properly
5121  - Improve positioning of popup
5122  - Miscellaneous bug fixes
5123 * Win32 [Tor]
5124  - Handle different install locations for gdk-pixbuf loaders
5125  - Bug fixes [John Ehresman, Bruce Hochstetler, Dave Neary]
5126 * Improve handling of foreign GdkWindows on destruction [Soeren, Owen]
5127 * Require Control-Tab to focus labels [Owen]
5128 * RTL flipping for GtkArrow [Semion Chichelnitsky]
5129 * Support justifcation with wrapping off in GtkTextView [Owen, Felipe Heidrich]
5130 * Change layout algorithm for mixed gridded/non-gridded menus
5131   to fix performance problems [Soeren, Owen, Christian Persch]
5132 * Doc improvements [Matthias, Owen]
5133 * Misc bug fixes
5134 * Updated translations (ar,az,ca,cs,da,de,es,fr,ga,hr,it,ja,lt,no,nl,pt,ro,
5135   ru,sq,uk,zh_CN)
5136
5137 Other contributors: Dave Bordoley, Hans Breuer, David L. Cooper II, 
5138   Dennis Cranston, Dov Grobgeld, Niklas Knuttson, Kjartan Maraas, 
5139   Michael Natterer, Nils O. Selåsdal, Philip K Warren, Dan Winship
5140
5141 Overview of Changes from GTK+ 2.3.5 to GTK+ 2.3.6
5142 =================================================
5143 * GtkComboBox
5144  - Make menu positioning more like GtkOptionMenu [Matthias Clasen]
5145  - Improve keybindings [Matthias]
5146  - Bug fixes [Matthias, Owen, Damon Chaplin]
5147 * GtkFileChooser
5148  - Keep child directories in pathbar when changing to a parent
5149  - Reroot pathbar inside home directory, use icons [Jonathan]
5150  - Make the user actually select a file before hitting OK [Federico]
5151  - Fix folder mode to not have tree [Jonathan]
5152  - Add gboolean return values to operations that can fail [Federico]
5153  - Improve internal error handling [Morten Welinder, Federico]
5154  - Bug fixes [Federico, Jonathan, Morten, Anders Carlsson, Damon,
5155    Alex Larsson]
5156 * GtkTextView bug fixes [Paolo Borelli]
5157 * Win32 
5158  - Implement/stub missing GDK functions [Tor]
5159  - .defs file updates [Tor, J Ali Harlow]
5160  - Misc fixes [Hans Breuer]
5161 * Fix problem with excess symbol exports on Linux [James Henstridge]
5162 * Fix problem with 32-bit BMPs [Matthias]
5163 * Include config.h first everywhere [Morten]
5164 * Fix performance problem destroying menus [Soeren, Marco Pesenti Gritti]
5165 * Doc fixes and improvements [Matthias, Murray Cumming, Henning Nielsen Lund, 
5166   Vitaly Tishkov]
5167 * Updated translations (az,cs,cy,da,de,el,en_CA,es,fi,fr,ga,hu,ja,ko,lt,mn,
5168   nl,no,pl,pt,sq,sr,sr@ije,sr@Latn,sv,th,zh_CN)
5169 * Misc bug fixes
5170
5171 Other contributors: Crispin Flowerday, Mark McLoughlin, Michael Meeks, 
5172   Michael Natterer,Christian Neumair, Padraig O'Briain, Geoff Reedy, 
5173   Olivier Ripoll
5174
5175 Overview of Changes from GTK+ 2.3.4 to GTK+ 2.3.5
5176 =================================================
5177 * GtkFileChooser [Federico Mena Quintero]:
5178  - Enable DND in the shortcuts list [Federico]
5179  - More folder modes [Jonathan R Blandford]
5180  - Resizing toplevel as contents change [Jonathan] 
5181  - Make the backend settable via GtkSetting [Alex Larsson, Owen Taylor]
5182  - Miscellaneous fixes.  [Jonathan, Morten Welinder, Alexander Larsson]
5183  - Add combo box to pick folder in Save mode. [Jonathan, Federico]
5184 * GtkComboBox
5185  - Memory leak/crash fixes [Damon Chaplin, Matthias Clasen]
5186  - Always grab when popping the list up [Damon, Matthias]
5187  - Fixes for dynamic changes to the model [Owen]
5188  - Improve popup positioning [Matthias]
5189 * Implement computation of bidi-base direction from text
5190   in GtkEntry, GtkTextView, GtkLabel [Dov Grobgeld, Owen Taylor]
5191 * Add gtk_entry_set_alignment() [Egon Andersen, Steffen Gutmann,
5192   Owen]
5193 * Fix wrong interpretation of new_order array for
5194   gtk_tree/list_store_reorder() [Owen]
5195 * Improve space allocation in menubars [Soeren Sandmann]
5196 * Improve key bindings in GtkEntryCompletion [Matthias]
5197 * Hide XCursor dependency [Soeren]
5198 * Make mouse wheel scrolling usable [Soeren]
5199 * Use resize cursors for resize grips [Soeren]
5200 * Set the right window group for menu and combo popups [Frederic Crozat,
5201   Jean-Philippe Chancelier, Soeren]
5202 * Add a way to list the mnemonic labels of a widget [Owen]
5203 * Add a group-changed signal to GtkRadioButton [Owen, Padraig O'Briain]
5204 * Export insertion cursor drawing functionality [Alexander Larsson, Owen]
5205 * Support squiggly red underlines in text views [Nicolas Setton, Owen]
5206 * Export GtkWindow key-press-event internals to allow 
5207   custom implementations [Tim Janik]
5208 * Add gtk_drag_source_set/get_target_list() [Mitch Natterer]
5209 * Fix drag-and-drop in GtkTextView to move [Paolo Borelli, Paolo Maggi]
5210 * Memory leak fixes [Owen]
5211 * Win32 fixes [Hans Breuer]
5212 * Misc. fixes [George Bronnikov, Simon Budig, J. Ali Harlow, David Hawthorne, Tim,
5213   Tomasz Lloczko, Mitch, Manish Singh, Owen]
5214 * Documentation improvements [Matthias, Federico, Torsten Schoenfeld]
5215 * Updated translations (ar,cs,da,de,en_CA,es,et,fi,fr,it,ja,ko,nl,pt,ru,sr,sr@ije,
5216   sr@Latn,sq,sv,th,zh_CN)
5217
5218 Overview of Changes from GTK+ 2.3.3 to GTK+ 2.3.4
5219 =================================================
5220 * Fix broken gtk_binary_age setting causing wrong soname [Owen Taylor]
5221 * Add some extra GtkExpander docs [Federico Mena Quintero]
5222 * Misc bug fixes [Matthias Clasen, Damon Chaplin, Owen, Uwe Zeisberger]
5223 * Updated translation (ga)
5224
5225 Overview of Changes from GTK+ 2.3.2 to GTK+ 2.3.3
5226 =================================================
5227 * GtkFileChooser [Federico Mena Quintero]:
5228  - Support bookmarks in GtkFileSystemUnix. [Jan Arne Petersen]
5229  - Correctly handle typed-in filenames in save mode, folder mode, and
5230    multiple-selection mode in all combinations.
5231  - Don't erase the filename in the entry when changing folders.
5232  - Support icons in GtkFileSystemUnix.
5233  - GtkFileChooserDialog now comes up at a reasonable size.
5234  - GtkFileSystemUnix now notifies correctly on ::create_folder().
5235  - Slight GUI reorganization.
5236  - File system module support. [Alexander Larsson]
5237  - Pathbar widget. [Jonathan R. Blandford]
5238  - Miscellaneous fixes. [Christian Persch, Jan Arne Petersen, Anders Carlsson,
5239    Padraig O'Briain, Alexander, Jonathan]
5240  - Win32 fixes, GtkFileSystemWin32 work. [Hans Breuer]
5241  - Memory leak fixes [Morten Welinder]
5242 * GtkTreeView:
5243  - Fix return values. [Federico, R. McFarland]
5244  - Properly cancel the arrow animation. [Michael Zucchi]
5245  - Allow custom icon sizes in pixbuf cell renderer. [Erik Grinaker]
5246  - Don't darken the sort column unless there are three visible columns
5247    [Jonathan]
5248 * GtkToolbar:
5249  - Improve the sliding implementation. [Soeren Sandmann]
5250  - Add writeonly ::group property to GtkRadioToolButton. [Soeren, 
5251    Olivier Andrieu]
5252  - Misc fixes. [Morten, Jeroen Zwartepoorte, Michel Meeks, Soeren]
5253 * Menus:
5254  - Make menus work better on Xinerama [Matthias]
5255  - Fix keynav in RTL mode. [Matthias]
5256  - Fix grid mode, removing of items. [Matthias, Vincent Noel]
5257  - Make tearoff menu items work anywhere in menus. [Matthias]
5258  - Improve popup/popdown behaviour. [Soeren]
5259 * gdk-pixbuf:
5260  - Fix some problems with indexed BMPs [Kazuho Okui, Matthias]
5261  - Work around some libjpeg header file craziness [Manish Singh]
5262 * Assume gravity works. [Soeren]
5263 * Cache GCs for drawing. [Brian Cameron, Soeren]
5264 * Handle focus adjustment correctly for deeply nested focus locations. 
5265   [Matthias, Owen Taylor]
5266 * Use reference counting for shared data in GtkActionGroup. 
5267   [Matthias, Adam Hooper]
5268 * Add a "use-separator" style property to GtkMessageDialog, and make
5269   it not resizable. [Federico]
5270 * Add 'const' to uses of GdkColor that need it. [Federico]
5271 * Put focusable labels in the focus chain. [Federico]
5272 * Make destroying widgets in focus-out-event work. [Owen, Grant Gayed]
5273 * Add properties to GtkAdjustment [Murray Cumming]
5274 * Add change notification to GtkAccelMap [Matthias, Owen]
5275 * Add settings to suppress icons in buttons and menus. [Matthias]
5276 * Add Xft settings for hinting and antialiasing. [Federico, Owen]
5277 * Make size of indicator in menu items themeable. [Bill Hanemann, 
5278   Narayana Pattipati, Matthias]
5279 * Fixes to GtkIconTheme [Torsten Schoenfeld]
5280 * Improve drawing of GtkExpander. [Mark McLoughlin]
5281 * Improve drawing of paned handles. [Soeren]
5282 * Remove broken hangul input module. [Changwoo Ryu]
5283 * Remove C++-style comments. [Damien Carbery]
5284 * Memory leak fixes. [Christian Persch, Richard Hult, Morten, Matthias]
5285 * RTL mode (flipping) fixes. [Mitsuru Chinen, Semion Chichelnitsky]
5286 * Accessibility improvements for tooltips, GtkScale. [Padraig]
5287 * Make the ZOOM_100 and ZOOM_FIT labels HIG-compliant. [Mariano Suarez-Alvarez]
5288 * Win32 fixes. [Tor Lillqvist]
5289 * Documentation:
5290  - New section on how to check for modifier keys correctly. [Federico]
5291  - Miscellaneous improvements.  [Pascal Haakmat, Jan Huelsbergen,
5292    Tim-Philipp Müller, Matthias]
5293 * New and updated translations (ar,az,cs,da,de,en_CA,el,es,fi,fr,ga,hr,it,ja,
5294   ko,mi,mn,ms,nl,nn,no,pl,pt,ru,sq,sr,sr@Latn,sv,ta,th,uz,uz@Latn)
5295 * Other contributors: Christian Biere, Christopher Blizzard, Paolo Borelli, 
5296   Dan Damian, Rodney Dawes, John Ellis, David Hawthorne, Marco Pesenti Gritti,
5297   Felipe Heidrich, Jonas Jonsson, Theppitak Karoonboonyanan, Tommi Komulainen,
5298   Julio M. Merino Vidal, Gregory Merchan, Benjamin Otte, Joshua N. Pritikin,
5299   Yu Shao, Yao Zhang
5300
5301 Overview of Changes from GTK+ 2.3.1 to GTK+ 2.3.2
5302 =================================================
5303 * GdkPixbuf
5304  - Add functions to save pixbufs to non-file locations.  [Tim Evans]
5305  - Add a function to determine the type and size of a file without
5306    loading it completely.  [Matthias Clasen]
5307  - Turn pixbuf attributes into construct-only properties. [Matthias]
5308  - Fix building gdk-pixbuf with --disable-modules --with-included-loaders.
5309    [Matthias, Owen Taylor]
5310 * Fix the logic for changing the toplevelness of a window.  [Soeren Sandmann]
5311 * Do not interpret distant clicks as double clicks, using a
5312   new double-click-distance setting.  [Matthias]
5313 * Improve the GDK API for dealing with group leaders. [Matthias]
5314 * Utility function for application launching in multi-screen scenarios.
5315   [Mark McLoughlin]
5316 * Support big and small and alpha-blended icons under Win32. [Tim Evans]
5317 * Misc Win32 improvements [Tor Lillqvist, Hans]
5318 * GtkFileChooser [Federico]
5319  - Fix new filename entry in Save mode [Jan Arne Petersen]
5320  - Improved the look of GtkFileChooserDefault. [Tuomas Kuosmanen]
5321  - Added support for file system volumes such as CD-ROMs, 
5322    floppies, and network shares.
5323  - Add a "New Folder" button for Save mode in GtkFileChooser.
5324  - Better support for Folder mode.
5325 * GtkTreeView
5326  - Speed up by adding a fixed height mode.  [Kristian Rietveld]
5327  - Add a single-paragraph mode and a language property to 
5328    GtkCellRendererText [Kristian Rietveld]
5329  - Add a editing-canceled signal to GtkCellRenderer [Federico Mena Quintero]
5330  - Misc GtkTreeView bug fixes [Kristian, Soeren, Jonathan Blandford]
5331 * Add a way to list the supported targets of a clipboard. [Dom Lachowicz]
5332 * Add stock icons: harddisk, indent, unindent.  [Hans Breuer, Jody Goldberg]
5333 * Improve the GtkCalendar drawing code.  [Matthias]
5334 * GtkCalendar supports starting the week on any day [Matthias]
5335 * Make GtkToolbar compatible with 2.2 again [Soeren]
5336 * Misc GtkToolbar fixes and API improvements [Christian Persch, 
5337   Olexiy Avramchenko, Jody, Soeren]
5338 * Misc GtkUIManager fixes and API improvements.  [Jody, Matthias, Jeff Franks]
5339 * Add a way to lock individual accelerator paths  [Matthias]
5340 * Add gtk_menu_shell_cancel() to emit the "cancel" signal on 
5341   a menu shell.  [Matthias]
5342 * Fix dynamic menus. [Matthias, Michael Meeks]
5343 * Add xalign, yalign properties to GtkButton. [Jody]
5344 * Implement or improve RTL support in GtkComboBox, GtkCellView, 
5345   GtkViewport [Semion Chichelnitsky, Matthias, Kristian]
5346 * Support for "no focus" windows. [Matthias]
5347 * Documentation improvements [Matthias, Federico, Manish, Murray Cumming, 
5348   Theppitak Karoonboonyanan]
5349 * FAQ updates [Tony Gale]
5350 * Split the translations into two domains: ui strings and
5351   error messages go to gtk20, property nicks and blurbs to 
5352   gtk20-properties. [Matthias]
5353 * New and updated translations (af,ar,bn,br,cs,cy,da,de,es,et,fa,fr,ga,hr,
5354   it,ja,ko,lt,mn,ms,nl,nn,no,pl,pt,pt_BR,ru,sr,sr@Latn,sv,sq,wa)
5355 Other contributors: Olivier Andrieu, Herman Bloggs, Anders Carlsson,
5356   Marco Pesenti Gritti, Bill Haneman, Alexander Larsson, Noah Levitt, 
5357   Kjartan Maraas, Evan Martin, Tim-Philipp Müller, Christian Neumair, 
5358   Joshua N Pritikin, Sebastian Rittau, Daniel Rogers, Manish Singh, 
5359   Torsten Schoenfeld, Alexander Winston, Johannes Weißl,  Morten Welinder, 
5360   Adam Wright
5361
5362 Overview of Changes in GTK+-2.3.1
5363 =================================
5364 * Improve sanity checks on gdk-pixbuf loaders [Matthias Clasen]
5365 * GDK
5366  - Add GDK_DEBUG=xinerama that fakes a 2x2 Xinerama mode [Matthias]
5367  - Make gdk_drawable_copy_to_image public [Matthias, Peter Zelezny]
5368 * Misc Win32 bug fixes [Tor Lillqvist, John Ehresman, Tim Evans]
5369 * Action-based menu/toolbar API [Matthias]
5370  - Add "name" construct-only parameter to GtkActionGroup
5371  - Bug fixes [Marco Pesenti Gritti, Christian Persch]
5372 * Change ranges for Saturation/Value to be 0-100 in GtkColorSelection
5373   [Gregory Merchan, Matthias]
5374 * GtkComboBox [Kristian Rietveld]
5375  - Make model and text_column properties not construct-only [Murray Cumming]
5376  - Fix sizing
5377  - Add mouse wheel support [Matthias]
5378 * Various GtkEntryCompletion bug fixes [Kristian, Piers Cornwell, Marco]
5379 * GtkExpander
5380  - Add a "use_markup" property, gtk_expander_set/get_use_markup
5381  - Fix bugs when unrealizing/destroying [Mark McLoughlin]
5382 * GtkFileChooser [Federico Mena Quintero]
5383  - Add a GtkFileSystemWin32 [Hans]
5384  - Use GtkEntryCompletion in GtkFileChooserEntry 
5385  - Add a render_icon to GtkFileSystemIface to allow the 
5386    GnomeVFS backend to supply appropriate icons
5387  - Improve selection handling in bookmarks list [Federico, Owen Taylor]
5388  - Support drops on the bookmarks list
5389  - Display error dialogs on failed operations
5390  - Many UI tweaks [Federico, Iain Holmes,Hans-Petter Jansson]
5391  - Ignore filters for folders [Dave Malcom]
5392  - Misc file chooser bug fixes [Owen, Christian Persch, Taavi Talvik]
5393 * Menus
5394  - Make torn-off menus transient-for the window they were torn from
5395    [Matthias, Jon-Kare Hellan]
5396  - Fix menu positioning for Xinerama, add gtk_menu_set_monitor()
5397    for use by position functions [Matthias]
5398  - Tweak menu delay parameters, add a default width [Soeren Sandmann]
5399 * Make g_message_dialog_new_with_markup() automatically escape
5400   arguments, add g_message_dialog_set_markup() [Owen]
5401 * Add read-only min-position/max-position properties to GtkPaned
5402 * GtkToolbar [Soeren]
5403  - Support gaps in the toolbar with expand=true/draw=false separators
5404  - Improve drop-location preview handling
5405  - Take a GtkRadioToolButton as the parameter to
5406    gtk_radio_tool_button_new_from_widget [Murray Cumming]
5407  - Many misc toolbar bug fixes [Soeren, Marco]
5408 * GtkTreeView bug fixes [Morten Welinder, David Hampton]
5409 * Add gtk_window_is_active()/gtk_has_toplevel_focus() getters
5410   to go along with properties [Owen Taylor]
5411 * Add gtk_widget_can_activate_accel() / ::can-activate-accel
5412   signal to fix handling of accelerators on insensitive parent
5413   menu-items. [Tim Janik]. (*Note*: the details here will probably
5414   change, since similar problems for mnemonics aren't handled.)
5415 * Implement or improve RTL support in GtkAlignment, GtkCombo, 
5416   GtkNotebook, GtkScrolledWindow, GtkTreeView, GtkViewport.
5417   [IBM L3 NLS Support Team]
5418 * Fix string setters for self-assignment [Matthias, Soeren]
5419 * Finish multi-head handling in gtk-demo [Matthias]
5420 * Fix install rules for generating gdk-pixbuf.loaders [Manish Singh]
5421 * Reference doc improvements [Matthias, Soeren,
5422   Federico Mena Quintero, Michael Natterer, Owen Taylor, Olexiy Avramchenko]
5423 * FAQ updates [Tony Gale]
5424 * New and updated translations (ca,cs,cy,de,el,es,ja,mn,nl,nn,no,pl,pt,sr,
5425   sr@Latn,sv,th)
5426
5427 Other contributors: Jorn Baayen,Damon Chaplin, Jeff Franks, Diego Gonzalez,
5428   Richard Hult, Egmont Koblinger, Thomas Leonard, Ross McFarland, 
5429   Padraig O'Briain, Tomas Ögren, Danilo Segan
5430
5431 Overview of Changes from GTK+-2.2.x to GTK+-2.3.0
5432 =================================================
5433
5434 * New Widgets
5435  - GtkFileChooser: a replacement for GtkFileSelection with 
5436    replaceable backends, many new API features, better user
5437    interface (UI is still a work in progress) [Owen Taylor, 
5438    Federico Mena Quintero]
5439  - New combo box widgets: GtkComboBox, GtkComboBoxEntry [Kristian Rietveld]
5440  - New "disclosure triangle" widget: GtkExpander [Mark McLoughlin]
5441  - "Picker button" widgets based on code from libgnomeui: 
5442    GtkFontButton, GtkColorButton [Matthias Clasen]
5443
5444 * Widget improvements:
5445  - Autocompletion for entries: GtkEntryCompletion [Kristian]
5446  - Add separate padding for all 4 sides of GtkAlignment [Murray Cumming]
5447  - Add input-only event boxes for trapping events [Alex Larsson]
5448  - Support RTL flipping for GtkHPaned, tab navigation [Soeren, Matthias]
5449  - Support up to four scroll arrows on GtkNotebook and make which
5450    ones are displayed themeable. [Matthias]
5451  - GtkCalendar improvements: make the arrows spin, support RTL flipping,
5452    automatic week start selection, DND support, improve API 
5453    for setting options [Matthias]; mousewheel support [Abigail Brady]
5454  - New properties: GtkButton::focus_on_click, GtkCheckMenuItem::draw_as_radio
5455    [Soeren, Matthias]
5456  - New functions: gtk_window_set_default_icon(), 
5457    gtk_message_dialog_add_buttons(), gtk_button_box_get_child_secondary()
5458    [Matthias]
5459  - Add missing "role", "decorated", "gravity" properties for GtkWindow,
5460    "has_resize_grip" for GtkStatusBar. [Matthias]
5461  - Add child properties for GtkPaned [Matthias, Soeren]
5462
5463 * Menus
5464  - New action-based menu API: GtkUIManager, GtkActionGroup, 
5465    GtkAction, etc. [James Henstridge, Matthias, Soeren Sandmann,
5466    Marco Pesenti Gritti, Philip Langdale]
5467  - Support for tabular menus [Kristian]
5468  - New positioning algorithm for popup menus [Soeren]
5469
5470 * GtkTextView [Matthias]
5471  - Add properties "accepts_tab" [Soeren], "overwrite" property 
5472    [Jeroen Zwartepoorte], "buffer"
5473  - Add gtk_text_buffer_select_range()
5474  - Implement drag-selection by words/lines (also for Gtkentry)
5475  - Some fixes to invisible text handling
5476  - Add support for GTK_WRAP_WORD_CHAR [David Brigada]
5477  - Clean up handling of horizontal paging
5478  - Fix scrolling with non-visible cursor
5479  - Add internals documentation [Havoc Pennington]
5480
5481 * GtkToolbar [Soeren]
5482  - Add a more consistent and extensible toolbar API; preserve
5483    old API for backwards compatibility [James, Anders Carlsson, Owen]
5484  - Support for sliding buttons like OS X
5485  - Keyboard navigation
5486  - Support "priority text"
5487  - Overflow menu
5488  - Better handling of really wide buttons [David Bordoley]
5489  - Drawing improvements
5490  - Support context menu
5491
5492 * GtkTreeView [Kristian Rietveld]
5493  - Handle RTL [Matthias, Jonathan]
5494  - Add expand flag to column packing parameters [Jonathan, Kristian]
5495  - gtk_tree_path_free now silently returns on NULL paths
5496  - Move row reference updating code to closures
5497  - Fix TreeView DnD: make TreeStore DnD work, make drops on empty views work,
5498    get rid of gtk-tree-model-drop-append.
5499  - Add a filtering tree model: GtkTreeModelFilter [Kristian]
5500
5501 * gdk-pixbuf
5502  - Add a loader for PCX files [Josh Beam]
5503  - Improve calculation of filter weights for scaling [Brian Cameron, Owen]
5504  - Support TGA files with arbitrary origins [Matthias]
5505  - Add gdk_pixbuf_loader_new_with_mime_type() [Dom Lachowicz]
5506    gdk_pixbuf_new_from_file_at_size() [Dom, Owen, Matthias]
5507  - Add saving support for ICO and CUR
5508  - Improve handling of GIFs with oversized frames [Matthias]
5509
5510 * GDK:
5511  - Support for full-color / alpha-channel cursors [Matthias]
5512  - Remove support for non-X fonts and for pango-1.0; always require Xft2 [Owen]
5513  - Fix handling of recursive calls to gdk_window_begin_paint() [Soeren]
5514  - Many small changes to reduce round trips on startup; 
5515    add gdk_display_flush() [Owen]
5516  - Use Xlib asynchronous APIs to reduce roundtrips on startup
5517    and during DND [Owen]
5518  - Other changes to improve DND for large-latency connections [Owen]
5519  - Add support for EWMH "above" and "below" states [Manuel Clos] (also
5520    in GtkWindow)
5521  - Add Add GDK_MOUSE_DEVICE envvar for linux-fb backend [Marc Welz]
5522  - Other small linux-fb fixes [Eric Warmenhoven]
5523
5524 * Miscellaneous
5525  - Add support for named themable icons; use this facility to 
5526    provide the default stock icon images [Owen Taylor, based
5527    on code by Alex Larsson]
5528  - Add gtk_widget_queue_resize_no_redraw() for more efficient
5529    resizing; use for GtkTextView. Redraw less on focus changes. [Soeren]
5530  - Add gtk_widget_queue_resize_no_redraw() [Soeren]
5531  - Default theme improvements, especially for menus. Add some
5532    more style properties. [Soeren]
5533  - Add authentication stock icon [Matthias, art by Jakub Steiner]
5534  - Allow "none" to be set for input method GtkSettings [Hidetoshi Tajima]
5535  - Convert build system to automake-1.7; many cleanups and
5536    improvements. [James Henstridge, Owen]
5537  - Win32 fixes for new widgets [Hans]
5538  - Add right-to-left variants of some stock icons [Matthias]
5539
5540 * Documentation
5541  - Use XML source for man pages; add man pages for tools that didn't
5542    have them before [Matthias]
5543  - Tutorial improvements [Sebastian Rittau, Tony Gale, Roger Leigh, Matthias]
5544  - FAQ improvements [Tony, Gonzalo Odiard, Owen]
5545  - Misc documentation improvements [Matthias, Frederic Lespez, Tomas Ogren, 
5546    Martin Pool, Mariano Suarez-Alvarez]
5547
5548 * Deprecations
5549  - GtkItemFactory [Replaced by GtkUIManager]
5550  - GtkCombo, GtkOptionMenu [Replaced by GtkComboBox]
5551  - Miscellaneous functions that were renamed in 
5552    GTK+-2.0 and GTK+-2.2 [Matthias, Manish Singh, Soeren]
5553
5554 Other contributors: Krasimir Angelov, Archit Baweja, Sebastien Bacher,
5555   Steve Chaplin, John Darrington, Daniel Elstner, Marco Pesenti Gritti, 
5556   Jody Goldberg, David Hampton, Richard Kinder, Christian Persch, 
5557   Roozbeh Pournader, Christian Reis, Christian Rose, Joe Shaw, 
5558   Vasilis Vasaitis, Morten Welinder
5559
5560 ----------------------------------------------------------------------
5561
5562 Overview of Changes in GTK+ 2.2.4
5563 =================================
5564 * Revert TreeView fix which broke context menus in different applications
5565   [Kristian Rietveld]
5566 * Typo fixes [Kjartan Maraas]
5567 * Make pressing END not put the menu in scrolling mode [Kris]
5568 * Misc bug fixes [Tor Lillqvist, Bruce Hochstetler, Kjartan, Tony Gale]
5569 * New and updated translations (sq, cy, hi, nl, de, es, zh_CN, ja, no, el)
5570
5571 Overview of Changes in GTK+ 2.2.3
5572 =================================
5573 * GdkPixbuf [Matthias Clasen]
5574  - Fix some problems with overflows when scaling down [Tomas Ögren]
5575  - Many GIF bug fixes [Matthias, Federico Mena Quintero]
5576  - Prefer 32-bpp ICOs, fix bugs with them
5577  - Fix problem with absolute filenames and gdk-pixbuf-query-loaders
5578    [Jens Elker]
5579  - Make gdk-pixbuf-csource include alignment magic [Brian Cameron]
5580 * Win32 [Tor Lillqvist]
5581  - Add multiple monitor support
5582  - Major event and key handling rewrite, including IME fixes
5583  - Fix handling of toplevel window positions
5584  - Add support for all window geometry hints (gridded geometry, etc.)
5585  - Fix DND to ignore drag window [Tony M Brown, Herman Bloggs]
5586  - Fix GdkImage memory leak [J. Ali Harlow]
5587  - Remove leftover OwnerGrabButtonMask emulation (fixes lots)
5588  - Misc bug fixes [Many from Hans Breuer, Tim Evans]
5589  - Build fixes and improvements [Peter Zelezny]
5590 * X11
5591  - Fix extremely common crash where we interpreted the timestamp
5592    field of a XKB event as a window ID and found a pixmap that matched.
5593    [Owen Taylor, with essential backtrace from Kjartan Maraas]
5594  - Fix CapsLock and NumLock for non-XKB [Robert Basch]
5595  - Fix problems with, eg. Ctrl-Alt-Backspace hiding Ctrl-Backspace [Owen]
5596  - Workaround Xinerama servers reporting wrong depths [Owen]
5597 * GtkTreeView [Kristian Rietveld]
5598  - Fix scrolling once more [Pedro Gimeno, Michael Natterer, Timo Sirainen]
5599  - Don't get confused by the Control key when handling selection
5600    from an accelerator like <Control>B [Michael Natterer]
5601  - Many misc fixes [Matthias, Marco Pesenti Gritti, Tim Janik, Alex Larsson, 
5602    Tim-Philipp Müller, Michael Natterer, Josh Parsons, Yann Rouillard,
5603    Rene Seindel, Owen Taylor, Alp Toker, Morten Welinder]
5604 * Input methods
5605  - Handle input methods exiting and starting while the 
5606    app is running [Hidetoshi Tajima]
5607  - Fix infinite loop when closing input methods [Owen,
5608    Takuro Ashie, Hidetoshi]
5609  - Add a 'cedilla' input method with c+acute => cedilla and use
5610    as the default for languages that use cedilla. [Gustavo De Nardin,
5611    Owen, Fco. Javier F. Serrador]
5612  - Fix status window for multihead [Owen, James Su]
5613  - Remember imcontext attributes when switching methods [Owen, 
5614    Botond Botyanszki]
5615 * GtkFileSelection [Owen]
5616  - Fix selection of "UntitledN" on initial map [Mark Finlay]
5617  - Fix an annoying bug with cursor positioning on failed completion
5618  - Misc Fixes [Owen, Tor]
5619 * Other widgets
5620  - Fix problem with GtkOptionMenus coming up in the wrong place [Kristian]
5621  - Fix problem with spinbuttons not getting enough space [Morten Welinder,
5622    Kristian]
5623  - Fix an infinite loop when resizing GtkTextView [Owen, Frederic Crozat]
5624  - Don't include menu labels in gtk_notebook_forall [Owen]
5625  - Fix problem with XEMBED (GtkPlug) clients that don't take focus stealing
5626    focus [Owen]
5627  - Accept color drops with wrong format from KDE [Matthias]
5628 * Fix problem from gnome-theme-manager playing tricks and
5629   making event->window a pixmap. [Anders Carlsson]
5630 * Ignore Caps-lock when matching accelerators
5631 * Fix 5-year-old bug where toplevels didn't fully refresh properly
5632   on theme change [Owen, Rajkumar Siva]
5633 * Don't require precompiled gdk-pixbuf-csource when cross-compiling
5634   from a tarball [Owen]
5635 * Documentation improvements [Matthias, Noah Levitt, Tor, Doug Quale, 
5636   Morten Welinder]
5637 * Misc bug fixes [Keith Bissett, Botond Botyanszki, Damien Carbery,
5638   Arno Charlet, Felipe Heidrich, Charles Kerr, George Lebl, Noah, Tor, 
5639   Callum McKenzie, Michael Meeks, Denis Mikhalkin, Thomas Mirlacher,
5640   Kristian, Masahiro Sakai, Soeren Sandmann, Benedikt Spranger, Owen, 
5641   Luis Villa]
5642 * New and updated translations (ar,az,cs,cy,be,de,es,fi,fr,he,hi,hu,id,is,it,
5643   ko,lt,ml,mn,nl,ne,no,pl,pt,pt_BR,ru,sk,sr,sr@Latn,ta,wa,zh_TW,zh_CN)
5644
5645 Overview of Changes in GTK+ 2.2.2
5646 =================================
5647
5648 * GdkPixbuf [Matthias Clasen]
5649  - Fix animation of slow-loading progressive GIFS
5650  - Fix long-standing animated GIF display bug with transparency
5651  - Misc bug and portability fixes [Rick Jones, Tim Mooney, Marijn Ross]
5652 * GDK [Owen Taylor]
5653  - Draw continuous underlines between Pango layout runs when 
5654    possible [Kang Jeong-Hee]
5655  - Fix gdk_pixbuf_from_drawable() for big endian [Christian Petig]
5656    Major rewrite of 16-bit handling for pixbuf_from_drawable()
5657 * X11 backend [Owen]
5658  - Fix build on X11R5 [Albert Chin]
5659  - Fix switching keyboard layouts while running [Egmont Koblinger]
5660  - Work around RENDER extension bugs on certain Sun X servers [Morten Welinder]
5661  - Zero unused fields in client messages we send Lubos Lunak]
5662  - Fix occasional segfault when drawing pixbufs [Hans Petter Jansson]
5663  - Fix wrong initialization that was keeping XShm from being used.
5664 * Win32 backend [Tor Lillqvist]
5665  - Tweak line drawing
5666  - Mouse/cursor fixes [Allin Cottrell]
5667  - Better handling of floppy drives in GtkFileSelection
5668  - Misc fixes [Arnaud Charlet, Cedric Gustin, Martyn Russell]
5669 * Input methods [Hidetoshi Tajima]
5670  - Add rules for Greek accents to GtkIMContextSimple [Vasilis Vasaitis]
5671  - Fix sorting of rules in GtkIMContextSimple [Vasilis]
5672  - Miscellaneous GtkIMContextXIM fixes 
5673  - Fix translation of input context names
5674 * Fix keyboard accelerators/bindings on Numeric Keypad [Owen, Olivier Ripoll]
5675 * Add Delete to GtkEntry context menu, Delete/Select All 
5676   to GtkTextView context menu [Matthias]
5677 * Keynav tweaks in GtkFileSelection, GtkColorSel [Matthias]
5678 * Add C-A-PgUp/Down as alternative notebook page switching keys [Matthias]
5679 * GtkTextView
5680  - Fix redrawing on color-only changes [Owen, Gustavo Giráldez]
5681  - Don't scroll to cursor on focus in [Paolo Maggi]
5682  - Fix spot location reported to input method [Owen, TOKUNAGA Hiroyuki, 
5683    Yao Zhang]
5684  - Miscellaneous bug fixes [Torbjörn Andersson, Matthias, Manual Clos,
5685    Padraig O'Briain, Owen]
5686 * GtkTreeView [Kristian Rietveld]
5687  - Fix prelighting [Sven Neumann]
5688  - Set drag cursor earlier to allow apps to override [Daniel Elstner]
5689  - Speed up insertions into GtkTreeModelSort [Owen, Jonathan Blandford]
5690  - Get background/cell area handling right in GtkTreeViewColumn [Vasco
5691    Alexandre da Silva Costa]
5692  - Bug fixes [Benjamin Bayart, Jonathan Blandford, Peter Bloomfield, 
5693    Dave Cook, Felipe Heidrich, Richard Hult, Markus Lausser, Michael Natterer,
5694    Mariano Suarez-Alvarez, Owen]
5695 * Fix handling of border width for GtkToolbar [Rodney Dawes]
5696 * Rewrite adjustment handling of GtkViewport, fixing many bugs
5697   [Owen, Thomas Leonard, Michael]
5698 * Misc bug fixes [Dennis Björklund, Jonathan, Dave Bordoley, Rich Burridge, 
5699   Anders Carlsson, Arnaud, Matthias, Vasco Alexandre da Silva Costa, 
5700   Tim Evans, Larry Ewing, John Finlay, Jeff Franks, Jody Goldberg, 
5701   Jason D. Hildebrand, Charles Kerr, Alex Larsson, Noah Levitt, Xan Lopez, 
5702   Loban Rahman, Richard Reich, Soeren Sandmann, Charles Schmidt, 
5703   Rajkumar Siva, Owen, Sergey V. Udaltsov, Morten Welinder, Michael Zucchi]
5704 * Code cleanups [Matthias, Glynn Foster, Britton Kerin, Sven Neumann, 
5705   Doug Quale, Manish Singh, Morten Welinder]
5706 * Switch to using libtool-1.5
5707 * Build fixes [Matthias, J. Ali Harlow, Rich Kinder, Jon Nall, Sven, 
5708   Christian Rose]
5709 * Documentation improvements [Matthias, Noah Levitt, Sven Neumann]
5710 * New and updated translations (am,az,be,ca,cs,cy,da,de,el,es,fa,fi,fr,id,
5711   it,ko,li,ml,mn,ms,nl,no,pl,pt,sr,sr@Latn,sv,ta,uk,yi,zh_TW)
5712
5713 Overview of Changes in GTK+ 2.2.1
5714 =================================
5715 * Win32 [Tor Lillqvist]
5716  - Improve setting of window position / decorations
5717  - Implement gdk_pixmap_foreign_new() [Naofumi Yasufuku]
5718  - Fix various file selection bugs
5719  - Improve scheme for locating pixbuf loader modules
5720  - Miscellaneous fixes [Alex Shaduri, Kenichi SUTO, Ed Woods]
5721 * GtkTreeView [Kristian Rietveld]
5722   - made GtkTreeSortable work as the documentation advertises [Jarek Dukat]
5723   - fixed gtk_tree_view_set_sort_column_id so you can disable sorting [Soeren
5724     Sandmann, Jarek Dukat]
5725   - TreeView search now works on all values transformable by GValue and not
5726     just strings [Muktha Narayan]
5727   - _move/_swap fixage in the Stores [Matthew Tuck, Paolo Maggi]
5728   - a lot of misc bug fixes [Alex Duggan, Carlos Garnacho Parro, Hans Petter
5729     Jansson, Kjartan Maraas, Soeren, Dave Camp, Murray Cumming, Dave Cook,
5730     Gaël Le Mignot, Vasco Alexandre da Silva Costa]
5731 * GtkTextView [Matthias Clasen]
5732  - Fix keynav with invisible cursor
5733  - Fix misdrawing of cursor [Owen Taylor] and selection
5734  - Many miscellaneous fixes [Narayana Pattipati, Daniel Elstner]
5735 * Fix problem with accidental inclusion of a main() [Matthias]
5736 * Documentation improvements [Matthias, Havoc Pennington]
5737 * Fix problem with GtkColorsel and pixmap themes [Daniel]
5738 * Fix race condition with GdkRGB in PseudoColor [Shivaram Upadhyayula]
5739 * Warning fixes [Manish Singh]
5740 * configure fixes [Akira Tagoh]
5741 * New and updated translations (ca,de,es,et,ko,mn,pl,pt,vi,zh_CN)
5742 * Miscellaneous bug fixes [Matthias, Daniel, Martin Gansser, Louis Garcia, 
5743   Tommi Komulainen, Thomas Leonard, Ian Peters, Arvind Samptur, 
5744   Soeren Sandmann, Hidetoshi Tajima, Owen]
5745
5746 ----------------------------------------------------------------------
5747
5748 Overview of Changes in GTK+ 2.2.0
5749 =================================
5750 * Fix problem with the DND code and event filters [Bolian Yin, Owen Taylor]
5751 * GtkTreeView bug fixes [Kristian Rietveld, Soeren Sandmann, Matthias Clasen]
5752 * Documentation improvements [Matthias Clasen, Eric Warmenhoven, 
5753   James M. Cape]
5754 * Example portability fix [Sven Neumann]
5755 * Updated translations (es,ja,lv,ms,nl,ru,sk,sv)
5756
5757 Overview of Changes in GTK+ 2.1.5
5758 =================================
5759 * GtkFileSel fixes [Owen Taylor]
5760   - Fix ..<tab> to go up a dir [Francisco Bustamante]
5761   - Fix UTF-8 operation, so that non-ASCII works [Kang Jeong-Hee]
5762   - Use g_utf8_collate() not strcmp for sorting [Gregory Merchan]
5763 * Only close dialogs on Escape if they have a cancel button. [James Willcox]
5764 * Fix problem with resizing gnome-terminal popup [Soeren Sandmann]
5765 * Add Home/End/Page_Up/Page_Down keybindings for menus [Owen,
5766   Narayana Pattipati, Marius Andreiana]
5767 * Xinerama fixes for GtkMenu [Matthias Clasen]
5768 * Fix long-standing problem with Ami and GtkEntry [Owen, Kang Jeong-Hee]
5769 * Documentation additions and fixes [Matthias]
5770 * New and updated translations (am,bg,da,fr,fi,de)
5771 * Miscellaneous bug and build fixes
5772
5773 Other contributors: Johan Dahlin, James Henstridge, Jon Nelson, 
5774    Bastien Nocera, Christian Reis, Arvind Samptur, Anand Subra, Simon Wong
5775
5776 Overview of Changes in GTK+ 2.1.4
5777 =================================
5778 * Improved default color scheme [Soeren Sandmann, with advise from
5779   Tuomas Kuosmanen and Garrett LeSage]
5780 * Make pixmap creation functions take a GdkDrawable not a GdkWindow
5781   [Kristian Rietveld]
5782 * Support move-resize emulation for all edges. [Matthias Clasen]
5783 * Many fixes for X11 gdk_colormap_alloc_colors [Naofumi Yasufuku, Owen]
5784 * Remove extra selections for ButtonRelease in XInput code 
5785   [Garry Osgood, Owen]
5786 * Another attempt at fixing X focus tracking [Owen]
5787 * linux-fb VT switch improvements [Eric Warmenhoven]
5788 * Win32 [Tor Lillqvist]
5789   - Bug and win98 portability fixes for new tile/stipple code [Hans Breuer]
5790   - Improve maximized/minimized tracking
5791   - Bug fixes
5792 * Fix problem with gtk_combo_set_popdown_strings() not changing
5793   the entry text [Owen]
5794 * Support RTL flipping for statusbars [Matthias]
5795 * GtkTreeView bug fixes [Kristian Rietveld, Juri Pakaste, Erik Simonsen,
5796   Richard Hult, Carlos Garnacho Parro]
5797 * Use octal escapes rather than literal UTF-8 in strings [Owen]
5798 * Make a lot of read-only data const. [Matthias, Morten Welinder]
5799 * Misc bug fixes
5800 * New and updated translations (cs,es,el,he,hu,lv,no,ro)
5801
5802 Other contributors: Anders Carlsson, Chris Blizzard, Stephen Brown, 
5803    Erwann Chenede, Jon-Kare Hellan, John Finlay, Jarred Keuch, 
5804    Kjartan Maraas, Christian Neumair
5805
5806 Overview of Changes in GTK+ 2.1.3
5807 =================================
5808
5809 GDK:
5810 * Win32 [Tor Lillqvist]
5811   - fixes to multihead API stubs 
5812   - Comprehensively implement tiles and stipples
5813   - Handle tracking minimized/maximized [Arnaud Charlet]
5814 * linux-fb fixes [Eric Warmenhoven]
5815 * Use g_get_application_name() for default window titles and
5816   for the title of the client leader window [Owen, Havoc Pennington]
5817 * Complete resize-grippy support, move-resize emulation 
5818   [Anders Carlsson, Matthias Clasen]
5819
5820 GTK+ Core:
5821 * On screen change, recreate the widget's Pango context [Owen]
5822 * Fix problems with focus ending up on unmapped widgets [Owen]
5823 * Make g_object_set (gtk_settings_get_default (), ...) to override
5824   settings from XSETTINGS and ~/.gtkrc [Jonathan Blandford]
5825 * Make GtkInputDialog multihead aware [Owen]
5826 * Add a ::screen-changed signal to GtkWidget [Owen Taylor]
5827
5828 Widget improvements:
5829 * Draw/check menu items insensitive [Soeren, Tim Evans]
5830 * Fix color usage for radio/check menu item indicators [Soeren]
5831 * Add ::snap-edge-set-property to GtkHandleBox [Owen, Matthias]
5832 * RTL flipping improvements for GtkHandleBox, GtkMenuItem, GtkOptionMenu,
5833   GtkCheckMenuItem [Matthias Clasen]
5834 * GtkCombo improvements [Owen]
5835   - Don't leave it behind when switching desktops [Matthias Clasen]
5836   - Fix longstanding bug with unwanted moving of selection [Mike Fulbright]
5837   - Don't change entry contents until window is popped back up
5838   - Keynav fixes
5839 * Menu scrolling behavioral improvements [Owen, Ettore Perazzoli]
5840 * GtkNotebook keynav improvements [Owen]
5841 * Handle painting text on dark-colored progressbars [Soeren]
5842 * GtkTreeView  [Kristian Rietveld]
5843   - Privatize gtk_tree_store_move(), add gtk_tree_store_move_before/after()
5844   - Add GTK_CELL_RENDERER_FOCUSED flag
5845   - Keynav fixes, including adding boolean return values for keybinding
5846     signals (API breakage for API that no one should have been using)
5847     [Narayana Pattipati]
5848   - Add gtk_tree_view_column_cell_get_position()
5849   - Add an inconsistent state for GtkCellRendererToggle
5850   - Various bug fixes [Murray Cumming, Daniel Elstner, Vitaly Tishkov,  
5851     Morten Welinder, Robert Kinsella, Soeren]
5852
5853 Input Methods:
5854 * Sort the input method list in the right click popup [Abigail Brady]
5855 * GtkIMContextXIM bug fixes [HideToshi Tajima]
5856
5857 General:
5858 * Make sure that parameters don't shadow system functions [Soeren Sandmann]
5859 * Deprecation cleanups [Manish Singh]
5860 * Don't grab the focus to the default button in a GtkDialog [Daniel Elstner]
5861 * Doc improvements, including adding Since: for 2.2. additions 
5862   [Matthias Clasen]
5863 * Bug fixes, cleanups [Anders Carlsson, Daniel, Vitaly Tishkov, Matthias, 
5864   Iain Holmes, Gregory Merchan, Havoc Pennington, Soeren, Morten Welinder]
5865 * Build fixes [Owen, Jeff Waugh, Dan Mills]
5866
5867 Overview of Changes in GTK+ 2.1.2
5868 =================================
5869
5870 * Fixes for GtkIMContextXIM [HideToshi Tajima, Owen Taylor]
5871 * Remove usage of XLookupString outside of GtkIMContextXIM [Owen]
5872 * Handle Shift/Caps/Num_Lock properly for non-Xkb [Owen]
5873 * Add a --screen option to set default screen [Balamurali Viswanathan, Owen]
5874 * Add simple support for startup notification [Havoc Pennington]
5875 * Handle focus indication for check and radio buttons without children
5876   [Dave Camp, Owen]
5877 * Much work on improve submenu navigation [Soeren Sandmann]
5878 * Add "selected_shadow_type" property for menus [Soeren]
5879 * Add "scrollbar_spacing" style property [Anders Carlsson, Owen]
5880 * Rework GtkPaned keynav [Soeren, Calum Benson]
5881 * Sensitivity and keynav fixes for GtkFileSelection [Muktha Narayan, Owen]
5882 * Removed mnemonics for GtkToolbar Items [Mikael Hallendal]
5883 * Tree view fixes and speedups 
5884   [Kristian Rietveld, Daniel Elstner, Havoc Pennington]
5885 * Allow themes to set GtkTreeView even/odd row colors [Kristian]
5886 * Doc fixes and improvements [Matthias Clasen, Vitaly Tishkov]
5887 * Win32 fixes [Tor Lillqvist]
5888 * Misc cleanups and bug fixes
5889
5890 Other contributors: Phil Blundell, Erwann Chenede, Jeremy Katz, 
5891    Padraig O'Briain, Havoc Pennington, Timo Sirainen, Nam SungHyun,
5892    Matt Wilson,
5893
5894 Overview of Changes in GTK+ 2.1.1
5895 =================================
5896 * Cleanup of use of deprecated functions in GTK+ [Manish Singh]
5897 * Add support for separately installed Pixbuf loaders [Matthias Clasen]
5898 * linux-fb improvements including window maximization. [Eric Warmenhoven]
5899 * Fix to compile again with Xft version 1 [Owen Taylor]
5900 * Fix handling of pointer on multiple screens [Owen]
5901   - Add gdk_event_set/get_screen() via evil hack
5902   - Add GdkDisplayPointerHooks to replace GdkPointerHooks
5903   - gdk_screen_get_window_at_pointer() => gdk_display_get_window_at_pointer()
5904   - Add gdk_display_get_pointer()
5905   - Make drag-and-drop between multiple screens work
5906 * Export gdk_event_new(), discourage stack allocated events [Owen]
5907 * gdk_draw_pixbuf() as better name for gdk_pixbuf_render_to_drawable() [Owen]
5908 * Basic support for RandR extension [Keith Packard, Owen]
5909 * Allow moving paned sliders all the way to the edge [Owen, Darin Adler]
5910 * Add tag_table construct property to GtkTextBuffer [Daniel Elstner]
5911 * gtk_window_set_[default_]icon_from_file [Owen, Havoc]
5912 * Fix handling of GtkSettings set from RC files on reload [Owen]
5913 * GtkTreeView work [Kristian Rietveld]
5914   - Stop editing on a focus out event for GtkCellRendererText 
5915     [Andreas J. Guelzow]
5916   - Don't accept drops on auto-sorted models
5917   - Fix evil bug with insertions to GtkTreeModelSort [Hans Petter Jansson]
5918 * Fixes for GtkIMContextXIM 
5919   [Takuro Ashie, Motonobu Ichimura, Owen, HideToshi Tajima]
5920 * Documentation fixes [Soeren Sandmann, Matthias Clasen; Joost Faassen, 
5921   Alexey A. Malyshev, Ben Martin, Havoc Pennington, Boris Shingarov, Owen, 
5922   Vitaly Tishkov, Dan Winship, Yao Zhang]
5923 * Some performance tweaks [Soeren, Padraig O'Briain]
5924 * Miscellaneous bug fixes
5925
5926 Other contributors: Jacob Berkman, Phil Blundell, Kenneth Christiansen, 
5927   Murray Cumming, Bill Haneman, Jon-Kare Hellan, Hema Seetharamaiah
5928
5929 Overview of Changes from GTK+-2.0.x to GTK+-2.1.0
5930 =================================================
5931
5932 Multihead support: [Erwann Chenede, Owen Taylor]
5933 * Multihead support 
5934 * Add GdkDisplay, GdkScreen structures
5935 * Add _for_display(), _for_screen() variants where needed in GDK and GTK+
5936   (In other cases, make the variants methods on GdkDisplay/GdkScreen
5937 * Adapt GTK+ widgets to be multihead safe
5938 * Allow initialization of GTK+ without opening a display with gtk_parse_args()
5939 * Add multihead support to demos/tests.
5940
5941 GDK:
5942 * Adapt win32 code to multihead reorganization [Hans Breuer, Tor Lillqvist]
5943 * Adapt linux-fb code to multihead reorganization [Eric Warmenhoven]
5944 * Miscellaneous linux-fb improvements [Eric]
5945 * Xinerama support [Erwann Chenede, Matthias Clasen]
5946 * Allow GDK backends to add custom argument parsing [Sven Neumann]
5947 * Add support for some addition NET window manager spec hints [Havoc Pennington]
5948 * Add ::keys-changed signal to GdkKeymap, handle keymap changes for keybindings [Owen]
5949
5950 GtkTreeView: [Kristian Rietveld]
5951 * Support stock pixbufs in GtkCellRendererPixbuf 
5952 * Allow setting the cell background for cell renderers
5953 * Support focusing individual cell renderers and other focus fixes
5954 * Make resizing tree views more efficient [Soeren Sandmann]
5955 * Add gtk_tree_model_get_string_from_iter
5956 * Improve gtk_list_store_remove API
5957 * API additions:
5958   gtk_tree_model_sort_iter_is_valid(), gtk_tree_view_expand_to_path() 
5959   Add gtk_tree_selection_get_selected_rows(),
5960   gtk_tree_selection_count_selected_rows() 
5961   gtk_tree_path_new_from_indices(),  gtk_{list,tree}_store_{reorder,swap,_move} 
5962
5963 GTK+:
5964 * Add style property for drawing menu items without shadow [Soeren]
5965 * gtk_widget_modify_color_component/font(): Allow clearing
5966   current modifications. [Owen]
5967 * Add GtkWidget::is_focus, GtkWindow::is_active properties [Owen]
5968 * Some XEMBED changes for standards compliance and Qt compatibility [Owen]
5969 * Fix menus resizing when popped up or torn off [Owen]
5970 * Improve label behavior when it gets a too small allocation [Soeren]
5971 * Add support for depth 8 StaticColor visuals to gdkrgb [Matthias]
5972 * Theme drawing improvements [Soeren]
5973 * Add types for GtkRowReference, GtkClipboard [Jonathan Blandford, James Henstridge, Owen]
5974 * Use G_TYPE_FLAG_ABSTRACT for abstract types [Matthias]
5975 * Add gtk_menu_shell_select_first() [Owen]
5976 * Add gtk_notebook_get_n_pages() [Havoc Pennington]
5977 * Allow accel_path = NULL for gtk_menu_item_set_accel_path().
5978 * Allow icon sizes to be changed via a GtkSetting [Bill Haneman, Brian Cameron, Owen]
5979
5980 GdkPixbuf:
5981 * Improve gdk-pixbuf loader tests [Soeren Sandmann]
5982 * Use iTXT chunks when necessary in PNG image saver [Matthias]
5983 * Add incremental loading for progressive jpegs [Matthias]
5984 * Add load-at-size functionality [Matthias]
5985 * Add a loader for .ANI animations [Matthias]
5986 * Load hotspot for .ICO files [Matthias]
5987
5988 Docs:
5989 * Convert docs to Docbook XML [Matthias]
5990 * Doc improvements and fixes [Matthias, Soeren, 
5991   Dennis Bj"orklund, Ross Burton, Manuel Clos, Alexey A. Malyshev, Brett Nash,
5992   Brian Tarricone, Owen, Vitaly Tishkov, Yao Zhang]
5993 * Tutorial improvements [Tony Gale]
5994
5995 General:
5996 * Add gtk-im-preedit-style/gtk-im-status-style XSETTINGS [Hidetoshi Tajima]
5997 * Clean up GDK and demos for deprecated functions [Manish Singh]
5998 * Misc fixes [Olexiy Avramchenko, Jacob Berkman, Anders Carlsson, David L. Cooper II, Robin Lu, 
5999   Eric Mader, Mark McLoughlin, Padraig O'Briain, Laszlo Peter, Hidetoshi, Vitaly Tishkov, 
6000   Shivaram Upadhyayula]
6001
6002 Overview of Changes in GTK+ 2.0.9
6003 =================================
6004 * Fix colormap refcounting, which caused frequent metacity crashes
6005   [Christopher James Lahey]
6006 * Lots of work on the Win32 backend [Tor Lillqvist]
6007  - Scrolling fixes
6008  - GdkGC clipping fixes and improvements
6009  - Started implementing all fill styles
6010 * GtkTreeView bug fixes [Kristian Rietveld]
6011  - Make TreeView reordering work on FreeBSD/Solaris [Heiner Eichmann]
6012 * Various bug fixes
6013
6014 Other contributors: Matthias Clasen, Arnaud Charlet, Vitaly Tishkov,
6015    Josh Parsons, Peter Bloomfield
6016
6017 Overview of Changes in GTK+ 2.0.8
6018 =================================
6019 * Fix typo in io-gif.c that broke loading GIFS [Akira Tagoh]
6020 * Improve redraws when scrolling on Win32 [Tor Lillqvist]
6021 * Fix problem with RENDER and XFree86-4.1 [Owen Taylor, Jamie Zawinski]
6022 * Fix problem with GtkImage placement [Owen, Sven Neumann, Soeren Sandmann]
6023 * Updated translation (el)
6024
6025 Overview of Changes in GTK+ 2.0.7
6026 =================================
6027 * Fix some memory leaks in gdk-pixbuf [Sven Neumann]
6028 * Pixbuf loader fixes  [Federico Mena Quintero, Elliot Lee]
6029 * Support depth 8 StaticColor in GdkRGB [Matthias Clasen]
6030 * Win32 fixes and improvements [Tor Lillqvist]
6031  - Keyboard handling fixes [Florent Duguet]
6032  - Fixes for building and running on Cygwin [Masahiro Sakai]
6033  - Fix gdk_window_scroll(), other GdkWindow fixes
6034  - Misc bug and build fixes [Soren Andersen, Florent, Tim Evans,
6035    J. Ali Harlow, Andreas Holzmann, Iwasa Kazmi]
6036 * Improve tracking of toplevel focus state [Owen]
6037 * XIM input method fixes [Takuro Ashie, HideToshi Tajima]
6038 * Fix the longstanding problem with <,> keys and XIM [Owen Taylor]
6039 * Fix GtkIMContextSimple for us-intl keyboards [Alexandre Oliva]
6040 * GtkIMContextSimple updates for Eastern Europe [Stanislav Brabec]
6041 * Fix the "key bindings randomly stop working" problem [Sebastian Ritau]
6042 * GtkTextView fixes [Gustavo Giraldez, Padraig O'Briain, Shivaram Upadhyayula]
6043 * GtkTreeView bugfixes [Jonathan Blandford, Kristian Rietveld]
6044   - Various memleak, ref counting fixes [Jonathan, Jorn Baayen, Daniel 
6045     Elstner, Morten Welinder]
6046   - gtk_tree_selection_selected_foreach now immediately returns if 
6047     the model is being changed [Havoc Pennington]
6048   - Fix evil bug with insertions to GtkTreeModelSort [Hans Petter Jansson]
6049 * GtkCombo fixes [Marco Pesenti Gritti, Zimler Attila, Matthias, Owen]
6050 * Fix 64-bit problem with GtkFundamentalType [Ross Alexander, Manish Singh] 
6051 * New and updated translations (am,be,bg,ca,cs,da,de,el,es,el,fa,fr,hi,hu,
6052   ja,ko,lv,ms,nl,no,pl,pt,pt_BR,ru,sk,sv,vi,zh_TW)
6053 * Many miscellaneous bug fixes
6054
6055 Other contributors: Jacob Berkman, Albert Chin, Chema Celorio,
6056    David L. Cooper II, Brent Fox, Tim Janik, Marco Pesenti Gritti, 
6057    Alex Larsson, Zenith Lau, Thomas Leonard, Gaute Lindkvist, 
6058    Paolo Maggi, Andy Wingo, Jami Pekannen, Joshua N Pritikin, 
6059    Soeren Sandmann, Vitaly Tishkov, Morten Welinder
6060
6061 Overview of Changes in GTK+ 2.0.6
6062 =================================
6063
6064 * GtkTreeView bug fixes [Jonathan Blandford, Kristian Rietveld, 
6065   Josh Green, Matthias Clasen]
6066 * Fix problem with keynav and insensitive menu items [Owen Taylor]
6067 * Fix pixbuf_from_drawable() for LSB -> MSB [Federico Mena Quintero]
6068 * Use GTK2_RC_FILES envvar instead of GTK_RC_FILES [Owen]
6069 * Focus check/radio buttons when activating with a mnemonic [Padraig O'Briain]
6070 * Cycle between multiple menubars with F10, not control-tab 
6071   [Calum Benson, Padraig]
6072 * Misc bug fixes [Jacob Berkman, Matthias Clasen, Manuel Op de Coul,
6073   Bill Haneman, Norihiro UMEDA, Shivaram Upadhyayula, Yao Zhang]
6074 * Build fixes for cross-compiling and portability [Arnaud Charlet, 
6075   J. Ali Harlow]
6076 * Updated translations (bg,ca,da,fr,ja,ko,lv,no,pl,ru,sk,sv,vi)
6077
6078 Overview of Changes in GTK+ 2.0.5
6079 =================================
6080
6081 * Fix a wrong assertion that broke gtk_file_selection_set_filename();
6082   also another fix from testing this function with non-UTF-8 filenames.
6083 * Fix incorrect property notification in GtkTextView. [James M. Cape]
6084
6085 Overview of Changes in GTK+ 2.0.4
6086 =================================
6087
6088 * Fix a number of types which were registered with the 
6089   type system with the wrong names [James Henstridge, Jonathan Blandford]
6090 * Support missing data types in GtkList/TreeStore [Daniel Elstner]
6091 * Misc GtkTreeView bug fixes [Dave Camp, Jonathan, Daniel Elstner, 
6092   Josh Parsons]
6093 * Drag and drop fixes, including a stuck grab. [Dave, Thomas Leonard, 
6094   Owen Taylor]
6095 * Calculate screen size on win32 from the "logical DPI" 
6096   [Joaquin Cuenca Abela, Tor Lillqvist]
6097 * Misc Win32 bug fixes. [Florent Duguet, Tor]
6098 * Fix theme changes for GtkMenu [Soeren Sandmann]
6099 * Fix gdk_pixbuf_from_drawable() for big endian. [Federico Mena Quintero]
6100 * Fix encoding handling for gtk_file_selection_set_filename()
6101   [Sebastian Ritau, Owen]
6102 * Fix crash with DND, Qt and Metacity [Cha Young-Ho, Havoc, Owen]
6103 * Fixes for DirectColor visuals [Shivaram Upadhyayula]
6104 * Memory leak and UMR fixes [Michael Meeks, Matthias Clasen, Valgrind]
6105 * Misc bug fixes
6106 * Updated translations (ca,cs,da,es,et,fr,ms,nl,pl,pt,pt_BR,ru,sv)
6107
6108 Other contributors: Nicholas Allen, Jacob Berkman, Remus Draica, 
6109   Nano Golveia, Tim Janik, Sergey Kuzminov, George Lebl, Garrett LeSage, 
6110   Robin Lu, Timo Meinen, Michel Selten, Boris Shingarov, Jeff Waugh
6111
6112 Overview of Changes in GTK+ 2.0.3
6113 =================================
6114
6115 * GtkTreeView fixes (Jonathan Blandford, Kristian Rietveld, Daniel Elstner)
6116 * Improve GdkRGB support for low color depths (Tor Lillqvist).
6117 * Tweak F10 behavior to focus GtkMenuBar. (Owen Taylor)
6118 * Include internal children when focusing. (Jonathan)
6119 * Win32 fixes (Tor Lillqvist, David Sterba)
6120 * Allow use of a pixmap as the drawable in gdk_pixmap_new(). (Kristian)
6121 * GdkPixbuf fixes (Matthias Clasen, Michael Natterer, Federico Mena Quintero)
6122 * GtkMenu fixes. (Soeren Sandmann)
6123 * Find gdk-pixbuf-csource when cross-compiling. (Michael Natterer)
6124 * Misc input-method related fixes (Yao Zhang, Federico)
6125 * Fix stuck grab during DND. (Dave Camp, Owen)
6126 * Remove in-bevel from scrolled-offscreen menus. (Ettore Perazzoli)
6127 * Various plug/socket fixes (Owen, Padraig O'Briain, Dave Camp, 
6128   Michael Meeks)
6129 * Handle Xlib internal connections (HideToshi Tajima)
6130 * Many miscellaneous bug fixes.
6131
6132 Other contributors: Jacob Berkman, Abigail Brady, Rich Burridge, 
6133 Anders Carlsson, Murray Cumming, Nalin Dahyabhai, James Henstridge, 
6134 David Highley, Ben Liblitt, Tim Janik, Bill Jannsen, Lauris Kaplinski, 
6135 Sergey Kuzminov, Alex Larsson, Sven Neumann, Havoc Pennington, Gareth Pearce, 
6136 Simon Floery, Thomas Leonard, Detlef Reichl, Martin Schulze, Christophe Saout,
6137 Timo Sirainen, Graham Swallow.
6138
6139 Overview of Changes in GTK+ 2.0.2
6140 =================================
6141
6142 * GtkTreeView cursor movement fixes [Kristian Rietveld]
6143 * GtkTreeModelSort iterator stamp fixes [Kristian Rietveld]
6144
6145 Overview of Changes in GTK+ 2.0.1
6146 =================================
6147
6148 * GtkTreeView fixes and performance improvements 
6149   [Kristian Rietveld, Jonathan Blandford, Mike Piepe, Dave Camp]
6150 * GtkTextView fixes [Havoc Pennington]
6151 * Fix problems with accelerators on Solaris [Padraig O'Briain]
6152 * Some fixes for key bindings on keypad keys [Owen Taylor]
6153 * Fix problem with RENDER use on big endian machines 
6154   [Owen Taylor, with help from Tuomas Kuosmanen]
6155 * Win32 fixes, especially dashed line drawing 
6156   [Tor Lillqvist, Hans Breuer]
6157 * Compile with -D_REENTRANT when appropriate [Sven Neumann]
6158 * Compiler warning cleanups [Erwann Chenede]
6159 * Fix handling of font-name XSETTING [Richard Hestilow]
6160 * Make linux-fb backend compile again [Carlo E. Prelz, Alex Larsson]
6161 * Fix problems with inappropriate menu scroll arrows [Owen]
6162 * Stock icon improvements [Jakub Steiner, Tuomas]
6163 * Much work on pixbuf loader robustness [Matthias Clasen]
6164 * Documentation improvements [Matthias, Vitaly Tishkov]
6165 * Fix some crashes in GtkWindow accelerator handling code 
6166   [Dave Camp, Matt Wilson]
6167 * Misc bug fixes
6168
6169 Other contributors: Jacob Berkman, Dennis Björklund, Seth Burgess,
6170   Murray Cumming, Johan Dahlin, John Ellis, Kang Jeong-Hee, 
6171   James Henstridge, Richard Hult, Thomas Leonard, LEE Sau Dan, 
6172   Alexey A. Malyshev, Mark McLoughlin, Michael Meeks, Sven Neumann, 
6173   Andras Salamon, Soeren Sandmann, Dan Winship, Yao Zhang
6174
6175 Overview of Changes in GTK+ 2.0.0
6176 =================================
6177
6178 * GtkTreeView fixes [Jonathan Blandford, Kristian Rietveld, Darin Adler]
6179 * Build fixes [Anders Carlsson, Tor Lillqvist, Manish Singh]
6180 * Bug fixes. [Thomas Leonard, Owen Taylor]
6181
6182 Overview of Changes in GTK+ 2.0.0 rc1
6183 =====================================
6184
6185 * GtkTreeView fixes [Kristian Rietveld, Jonathan Blandford, Richard Hult]
6186 * Text widget fixes [Havoc Pennington]
6187 * Efficiency fixes when using Xft [Owen Taylor]
6188 * Key handling fixes and other fixes for Win32 [Hans Breuer, Tor Lillqvist]
6189 * Try to fix key handling without XKEYBOARD extension [Owen]
6190 * Documentation fixes and improvements 
6191   [Matthias Clasen, Alexey Malyshev, Akira Tagoh, Vitaly Tishkov]
6192 * Widget drawing improvements [Soeren Sandmann]
6193 * Allow cycling between multiple menu bars with <Control>Tab [Owen]
6194 * Try to build libraries with only shared library dependencies on Xft to 
6195   deal with transition to Xft2 [Owen]
6196 * Portability fixes [Owen, Miroslaw Dobrzanski-Neumann]
6197 * Don't use red as the default cursor color [Owen]
6198 * Bug fixes, bug fixes, bug fixes.
6199
6200 Other contributors: Darin Adler, Jacob Berkman, Kevin Breit, Hans Breuer, 
6201   Anders Carlsson, Damon Chaplin, Finlay Dobbie, Jody Goldberg,
6202   Andreas J. Guelzow, Scott Guilbeaux, Vlad Harchev, James Henstridge,
6203   Tim Janik, Satyajit Kanungo, Charles Kerr, Sergey Kuzminov, Miles Lane, 
6204   Alexander Larsson, Paolo Maggi, Skip Montaro, Jan Mynarik, Sven Neumann, 
6205   Padraig O'Briain, Narayani Pattipati, Mark Patton, Havoc Pennington, 
6206   Ettore Perazzoli, Guillermo S. Romero, Manish Singh, Morten Welinder
6207
6208 Overview of Changes in GTK+ 1.3.15
6209 ==================================
6210
6211 * New stock and improved icon images
6212   [Tuomas Kuosmanen, Jakub Steiner, Anders Carlsson]
6213 * Widget drawing improvements for check and radio buttons,
6214   spinbuttons [Soeren Sandmann]
6215 * Clean up module search path algorithm, use GTK_PATH [Owen Taylor]
6216 * Add GtkSetting for font name. [Richard Hestilow]
6217 * Much improved key matching code, accelerators work independent
6218   of group [Owen]
6219 * Make mnemonics work for embedded GtkPlug widgets [Owen]
6220 * Keynav improvements for GtkTreeView [Kristian Rietveld]
6221 * Fix gtk_tree_view_scroll_to_cell() [Jonathan Blandford]
6222 * Rename gtk_tree_view_get_iter_root() and gtk_tree_path_new_root()
6223   to gtk_tree_view_get_iter_first() and gtk_tree_path_new_first(),
6224   add compatibility macros.
6225 * GtkTreeView bug fixes [Kristian, Anders, Damon Chaplin]
6226 * GtkTextView bug fixes [Havoc Pennington]
6227 * Pad class structures for future binary compatibility [Owen]
6228 * Tutorial improvements [Sven Neumann, Matthias Clasen]
6229 * Fixes for MULTIPLE selection target [Gregory Merchan, Owen]
6230 * Fix problems with initial widget size [Owen]
6231 * AIX compilation fixes [Miroslaw Dobrzanski-Neumann]
6232 * Win32 fixes [Hans Breuer, Tor Lillqvist]
6233 * Miscellaneous bug fixes
6234
6235 Other contributors: David L. Cooper, Eric Fischer, Jody Goldberg, 
6236   Satajyit Kanungo, Thomas Leonard, Mark Patton, Manish Singh, 
6237   Nicolas Setton
6238
6239 Overview of Changes in GTK+ 1.3.14
6240 ==================================
6241
6242 * Keyboard focus improvements [Owen Taylor]
6243 * Code cleanup [Matthias Clasen, Manish Singh, Darin Adler]
6244 * Fix accidentally exported variables [Mark McLoughlin]
6245 * GtkTreeView fixes [Jonathan Blandford, Kristian Rietveld, John Harper, Darin]
6246 * Default to yellow tooltips [Owen]
6247 * RC file fixes for reloading, priorities [Owen, Matthias]
6248 * GtkMenu behavior improvements and bug fixes [Owen, Arnaud Charlet]
6249 * GtkTextView fixes [Havoc Pennington, Daniel Elstner, Dennis Bjorklund]
6250 * Improve keynav for paned widgets, tooltips, spin buttons, notebooks, 
6251   scrolled windows [Soeren Sandmann, Padraig, Owen]
6252 * Add Emacs/Default key themes [Owen]
6253 * Win32 fixes [Hans Breuer, Tor Lillqvist]
6254 * Ethiopic input methods [Daniel Yacob]
6255 * Opaque paned window resizing [Soeren]
6256 * Tweak table expansion behavior [Tim Janik]
6257 * Fix GtkCalendar focus drawing [Bill Haneman]
6258 * Allow themeable cursor thickness [Bill]
6259 * Start of fixing of tutorial for GTK+-2.0 [Matthias]
6260 * Add a ::adjust-bounds signal to GtkRange to allow spreadsheet style
6261   scrollbars. [Jody Goldberg]
6262 * Add the ability to turn on multiple selection for GtkFileSel [Manish]
6263 * Bug fixes
6264
6265 Other contributors: Jacob Berkman, Padraig O'Briain, Anders Carlsson,
6266  Johan Dahlin, Richard Hult, Stefan Kost, Alex Larsson, Thomas Leonard,
6267  Paolo Maggi, Alexey Malyshev, Federico Mena Quintero, Skip Montaro,
6268  Sven Neumann, Havoc Pennington, Laszlo Peter, Christian Rose, Joe Shaw,
6269  Kevin Vandersloot,  Morten Welinder, Peter Williams
6270
6271 Overview of Changes in GTK+ 1.3.13
6272 ==================================
6273
6274 * Tree view fixes. [Kristian Rietveld, Jonathan Blandford, Anders Carlsson]
6275 * Tree view support for low-vision themes [Bill Haneman]
6276 * Text view bug fixes. [Havoc Pennington]
6277 * Win32 fixes and improvements.  [Tor Lillqvist, Hans Breuer, 
6278   Archaeopteryx Software]
6279 * Documentation improvements [Matthias Clasen, Havoc Pennington]
6280 * Accelerate alpha compositing using RENDER extension if present,
6281   and optimize the non-RENDER case a lot. [Owen Taylor]
6282 * Add support for "optional keybindings" (action signal returns FALSE) [Owen]
6283 * Fixed the infamous changing directory deletes filename bug 
6284   [Owen and a cast of thousands]
6285 * Add mouse cursor hiding for text widgets [Anders Carlsson]
6286 * Simple Hangul input module [Yusuke Tabata]
6287 * Removed the scary startup warning.
6288 * GdkPixbuf pixel handling fixes [Owen, Michael Hore, Jim Cape]
6289 * Converted GtkFileSelection and GtkFontSelection to use GtKTreeView widgets
6290   instead of the deprecated GtkCList [Owen]
6291 * gtkhsv.h was installed by mistake, fixed that. [reported by Ross Burton]
6292 * gdk_pixbuf_render_to_drawable() now also handles alpha pixbufs.
6293 * Made Gtkimage draw GtkPixmap, GtkImage, GdkPixbuf insensitive, prelighted,
6294   etc. [Havoc, Owen]
6295 * Marked gtk_item_factory_path_from_widget() G_CONST_RETURN. [Matt Wilson]
6296 * gtk_image_menu_item_new_from_stock() now falls back to
6297   new_with_mnemonic, for consistency with gtk_button_new_from_stock()
6298   [Havoc Pennington]
6299 * GdkModifierType is now consistently used for modifier mask parameters
6300   [Mark Patton]
6301 * gtk_widget_set_accel_path() is now publically exported.
6302
6303 Other contributors: Darin Adler, Jeffrey Baker, Damon Chaplin, Brian Cameron, 
6304   Murray Cumming, James Henstridge, Jacob Berkman, Arnaud Charlet, Jeff Franks, 
6305   Jeff Garzik, Jody Goldberg, Diego Gonzalez, Melvin Hadasht, Raja Harinath, 
6306   Tim Janik, Mike Kestner, Mathieu Lacage, Alex Larsson, Ryan Lovett, 
6307   Mark McLoughlin, Sven Neumann, Padraig O'Briain, Xavier Ordoquy, Chris Phelps, 
6308   Detlef Reichl, Guillermo S. Romero, Federico Mena Quintero, Manish Singh,
6309   HideToshi Tajima, Vitaly Tishkov, Jon Trowbridge, Sergey Vlasov.
6310
6311 Overview of Changes in GTK+ 1.3.12
6312 ==================================
6313
6314 * Fix problems with PNG saving [Michael Natterer]
6315 * Cleanups of deprecated usages [Sebastian Wilhelmi]
6316 * Win32 fixes [Tor Lillqvist]
6317 * Documentation improvements [Matthias Clasen, Havoc Pennington, 
6318   Vitaly Tishkov]
6319 * Frame buffer port fixes [Manish Singh]
6320 * GtkTextView bug fixes [Havoc Pennington, Chris Phelps]
6321 * Menu behavior improvements [Kristian Rietveld]
6322 * Make focus line width configurable, focus color work on 
6323   dark themes. [Bill Haneman, Owen Taylor]
6324 * Add state argument to gtk_paint_focus() [Bill]
6325 * Added incremental revalidation to tree view, for better apparent speed 
6326   [Jonathan Blandford]
6327 * Remove useless gtk_tree_view_column_cell_event() [Jonathan]
6328 * Display XIM status in a separate window [HideToshi Tajima]
6329 * Add GDK_DEBUG=nograbs to disable pointer, keyboard grabs [Jacob Berkman]
6330 * Add menu of Unicode control characters to GtkEntry, GtkTextView 
6331   [Dov Grobgeld, Havoc]
6332 * Pass key releases along to input methods [Owen]
6333 * Many bug fixes
6334
6335 Other contributors: Darin Adler, Fabrice Bellet, Chris Blizzard, 
6336   Hans Breuer, Anders Carlsson, Damon Chaplin, Murray Cumming, Jeff Franks, 
6337   James Henstridge, Tim Janik, Alex Larsson, George Lebl, Kjartan, Maraas, 
6338   Sven Neumann, Seth Nickell, Padraig O'Briain, Soeren Sandmann, Manish Singh, 
6339   Matt Wilson
6340
6341 Overview of Changes in GTK+ 1.3.11
6342 ==================================
6343
6344 * Massive rework of accelerator API and implementation (Tim Janik)
6345 * Major fixes to resizing and redrawing to eliminate hysteresis
6346   and optimize. (Owen Taylor, Soeren Sandmann)
6347 * Make many widgets NO_WINDOW to improve appearance and reduce
6348   drawing overhead (Owen)
6349 * Text view fixes (Havoc Pennington)
6350 * Make child widgets in GtkTextView work (Havoc)
6351 * GtkTreeModelSort fixage (Jonathan Blandford, Kristian Rietveld)
6352 * Clean up GtkTreeView drag and drop support (Owen)
6353 * Misc tree view fixes and improvements (Jonathan, Kristian, Anders, Matt Wilson)
6354 * Add gtk_window_get/set_focus(), gtk_window_set_default() as public
6355   functions (Owen, Damian Ivereigh)
6356 * Fixes to GtkPlug/GtkSocket (Michael Meeks, Owen)
6357 * Change button ordering in standard dialogs to correspond to 
6358   GNOME usability project proposal (Gregory Merchan)
6359 * Add support for context sensitivity in input methods (Owen)
6360 * Hook up gtk_im_context_set_use_preedit() (Hidetoshi Tajima)
6361 * Fix gdk_window_scroll() and other aspects of big windows (Owen)
6362 * Remove need for X connection for class initialization (Jacob Berkman)
6363 * Propagate key events to parents of focused widget (Owen)
6364 * Don't export normal GTK+ marshalers, export deprecated compat marshalers (Owen)
6365 * Many Win32 Fixes and improvements (Hans Breuer, Tor Lillqvist)
6366 * Bug and documentation fixing (Matthias Clasen, Anders Carlsson,
6367   Jacob Berkman, others.)
6368
6369 Other Contributors:
6370   Darin Adler, Marius Andreiana, Erwann Chenede, Murray Cumming, Janet Davis, 
6371   Daniel Egger, Daniel Elstner, Jeff Franks, Alex Larsson, George Lebl, 
6372   Sergey Kuzminov, Eric Lemings, Arkadiusz Miskiewicz, Padraig O'Briain, Sven Neumann, 
6373   Kristian Rietveld, Nicolas Setton, Manish Singh,  Vitaly Tishkov, Sebastian Wilhelmi, 
6374   Michael Natterer
6375
6376 Overview of Changes in GTK+ 1.3.10
6377 ==================================
6378
6379 * GtkTextView fixes [Havoc Pennington]
6380 * GtkTreeView fixes and improvements [Jonathan Blandford, Kristian,
6381   Manish Singh, Joshua Pritikin, Oleg Maiboroda, James Henstridge]
6382 * gtkdemo improvements [Kristian Rietveld]
6383 * Drag and drop fixes to generic code and widgets 
6384   [Owen Taylor, Damian Ivereigh]
6385 * Documentation improvement [Havoc Pennington, Matthias Clasen]
6386 * Spelling fixes [Jacob Berkman]
6387 * Move signals to the GtkEditable interface [Kristian]
6388 * Further stock image improvements [Jakub Steiner]
6389 * Support text chunks for the PGN loader, add gdk_pixbuf_get_option()
6390   [Sven Neumann]
6391 * Rename gdk_pixbuf_new_from_stream back to new_from_inline [Owen]
6392 * Automatically call setlocale(), unless explicitly disabled [Owen]
6393 * Property addition to various widgets [Michael Meeks, Owen]
6394 * Support building with automake-1.4 [James]
6395 * Make GtkRadioButton groups act as a single focus point [Owen]
6396 * Move gdk_window_lookup etc. to be cross-platform [Matthias]
6397 * Draw spinbuttons variably sized [Kristian]
6398 * Separate GdkAtom out from X atoms for compatibility with future
6399   multihead changes [Owen]
6400 * Require gdk_threads_init() to be explicitly called instead
6401   of piggybacking off of g_thread_init(). [Owen]
6402 * Improvements to text-view/label/entry popup menus [Damian, Jacob, Owen]
6403 * Bug fixes and cleanup [Matthias, others]
6404
6405 Other Contributors:
6406   Mark McLoughin, Mikael Hermansson, Soeren Sandmann, Anders Carlsson,
6407   Tim Janik, Murray Cumming, Hidetoshi Tajima, Padraig O'Briain, 
6408   Hans Breuer, Vitaly Tishkov, Dov Grobgeld
6409  
6410
6411 Overview of Changes in GTK+ 1.3.9
6412 =================================
6413
6414 * Add editable text cells to GtkTreeView.
6415   Keynav, drawing fixes in GtkTreeView [Jonathan Blandford]
6416 * Text widget no longer always has a \n in it. [Havoc Pennington]
6417 * Text widget bug fixes [Havoc, Dov Grobgeld, Hidetoshi Tajima]
6418 * Allow -1 for width/height in gdk_pixbuf_render_*(). [Matthias Clasen]
6419 * Minor fix for major resizing problems in recent releases [Owen Taylor]
6420 * Restore ability to set _set properties to TRUE for 
6421   GtkCellRendererText, GtkTextTag [Owen]
6422 * Cursor drawing improvements [Owen]
6423 * Win32 fixes [Hans Breuer]
6424 * Mark various functions as deprecated or private.
6425 * Misc bug fixes, portability fixes, and cleanups.
6426
6427 Other Contributors: 
6428  Vitaly Tishkov, Christian Rose, Frank Belew, Jeff Franks, Sven Neumann,
6429  Kristian Rietveld, Vitaly Tishkov, Joshua N. Pritikin, Matt Wilson, 
6430  James Henstridge, Detlef Reichl
6431
6432 Overview of Changes in GTK+ 1.3.8
6433 =================================
6434
6435 * GtkTreeView and GtkTreeModel API cleanups/improvements [Jrb]
6436 * GtkOptionMenu scrollwheel support [Alex]
6437 * GtkModule search paths [Owen]
6438 * Documenatation updates [Havoc,Jrb]
6439 * Major Gdk cleanup [Owen]
6440 * Miscellaneous other fixes/cleanups
6441
6442 Other Contributors:
6443   Joshua N Pritikin, Padraig O'Briain, Jakub Steiner, Matthias Clasen,
6444   Matt Wilson, James Henstridge
6445
6446 Overview of Changes in GTK+ 1.3.7
6447 =================================
6448
6449 * Many Pixbuf (loader) improvements [Matthias Clasen, Soeren Sandmann]
6450 * Added publically installed utility gdk-pixbuf-csource to generate
6451   inlined pixbufs in C source code [Tim Janik]
6452 * Optional movement of button children on press [Soeren, Owen Taylor]
6453 * Interactive searching in GtkTreeView [Kristian Rietveld]
6454 * Sorting/ordering improvements for GtkTreeView [Kris, Jonathan Blandford]
6455 * Animation of expander motion for GtkTreeView [Anders Carlsson]
6456 * Lots of misc GtkTreeView fixes and improvements [Jonathan]
6457 * New/improved stock icons [Jakub Steiner] 
6458 * Code and API rework for window resizing [Havoc Pennington]
6459 * Converted accel groups to GObject [James Henstridge]
6460 * More property support improvements
6461 * Add facility for "secondary" buttons in 
6462   GtkButtonBox/GtkDialog [Gregory Merchan]
6463 * Disentangled child visability from MAPPED state [Owen]
6464 * Plug/Socket improvements and port to the XEMBED protocol [Owen]
6465 * Added priorities for styles in RC files, 
6466   support multiple parse contents [Owen]
6467 * Made GdkVisual and GdkDevice GObjects [Alexander Larsson]
6468 * Key binding improvements [Havoc]
6469 * Added GtkWidget::event-after signal since normal event handling
6470   is now aborted as soon as a handler returned TRUE [Tim]
6471 * Dnd fixes and improved icon support [Owen]
6472 * Removed GtkPacker widget
6473 * Fixing missing paired getters/setters [Kris]
6474 * Nuked remaining GtkArg cruft, implemented container/child properties [Tim]
6475 * Added window grab groups [Owen]
6476 * Many frame buffer improvements [Alex]
6477 * Win32 fixes and improvements [Hans Breuer]
6478 * Warning fixes [Darin Adler]
6479 * Miscellaneous bug and API fixes [Matthias et. al]
6480
6481 Other Contributors:
6482   Joshua N Pritikin, Hidetoshi Tajima, Manish Singh, ERDI Gergo, Jens Finke,
6483   Chema Celorio, Lee Mallabone, Vitaly Tishkov, Sebastian Wilhelmi,
6484   Nicola Girardi, Sven Neumann, Padraig O'Briain, Michael Natterer,
6485   Suresh Chandrasekharan, Jonas Borgström, Jay Cox, Michael Meeks,
6486   Mathias Hasselmann, Peter Williams, Thomas Broyer, Kjartan Maraas,
6487   Joel Becker, Jeff Franks, Brian Cameron, Skip Montanaro
6488
6489 Overview of Changes in GTK+ 1.3.6
6490 =================================
6491
6492 * Properly renders strikethrough text
6493 * win32 fixes
6494 * Added "scale" property to GtkTextTag and GtkCellRendererText to do 
6495   relative font scaling
6496 * Added "format_value" signal to GtkScale to reformat value text
6497 * framebuffer fixes
6498 * Property support added to lots of widgets
6499 * Many GtkTreeView new features and API/implementation fixes
6500 * Lots of new_with_mnemonic() convenience functions
6501 * Change GtkImageMenuItem API to be more consistent/useful
6502 * Added lots of new stock items/icons
6503 * Rewrote GtkRange/GtkScale/GtkScrollbar, includes support for
6504   enabling/disabling extra scrollbar stepper arrows in gtkrc so NeXT
6505   themes won't need broken hacks
6506 * Convenience API for GtkRange similar to the one added to GtkSpinButton
6507   a while back
6508 * Make menubar/toolbar work properly with xthickness/ythickness of 1 or 0, 
6509   and move some attributes from program settings to user settings.
6510   Allows nice 1-pixel-bevel themes.
6511 * Moved ::focus virtual function from GtkContainer to GtkWidget
6512 * Plenty of bug fixes
6513
6514 Overview of Changes in GTK+ 1.3.5
6515 =================================
6516
6517 * New default theme based on Raleigh theme for 1.2.x.
6518 * Dependency on the ATK library added as a step to
6519   providing accessibility-enabling interfaces
6520 * XEMBED-based GtkPlug/GtkSocket now basically works.
6521 * Drag and drop of column headers in GtkTreeView
6522 * GtkColorSelector work: hooks for saving and propagating palette, UI tweaks,
6523   and API sanitation
6524 * Key binding fixes
6525 * Configurable padding/spacing in a lot of places
6526 * Invisible text in GtkTextView fixed
6527 * SHM segments now created with a mode of 0600
6528 * Bug fixes
6529
6530 Overview of Changes in GTK+ 1.3.4
6531 =================================
6532
6533 * Win32 fixes
6534 * GtkTreeView improvements and fixes
6535 * Fix glib-2.0.m4
6536 * Miscellaneous bug fixes
6537
6538 Overview of Changes in GTK+ 1.3.3
6539 =================================
6540
6541 [ 5600 lines of ChangeLog ]
6542
6543 * API cleanups
6544 * Win32 work (Tor, Hans Breuer)
6545 * Focus improvements (Owen)
6546 * Frame buffer improvements (Alex)
6547 * Work on GtkTextView (Havoc)
6548 * Much work on GtkTreeView (Jonathan)
6549 * Selectable labels (Havoc)
6550 * Converted many arguments to properties (Lee Mallabone, John Margaglione)
6551 * Add exact regions to GdkExposeEvent, propagate it. (Alex)
6552 * Added ability to have resize grips in status bars (etc.) using
6553   _NET_WM_MOVERESIZE protocol. (Havoc)
6554 * Added mnemnonic mechanism to make setting underline accelerators
6555   much easier. (Alex)
6556 * Add per-style property mechanism to allow themes to change 
6557   geometry parameters. (Tim)
6558 * Added global settings mechanisms for settings such as double-click
6559   time. (Tim, Owen)
6560 * Various support functions for new and old WM properties (Havoc, Alex)
6561 * Add TRUE-stops-returns for boolean-returning signals (Ron Steinke)
6562
6563 Overview of Changes in GTK+ 1.3.2
6564 =================================
6565
6566 GTK Core:
6567
6568 * New stock-icon and stock-item system. Use themeable pixbufs in
6569   dialogs, buttons, etc. [Havoc]
6570 * Theme engines reworked to use derivation and new object system. [Owen]
6571 * Added GtkClipboard object for simple selection handling. [Owen]
6572 * Make GtkEditable an interface, move implementation to GtkOldEditable for
6573   compat. [Owen]
6574 * Better handling of default directionality. [Robert]
6575 * Use GSignal as backend for GtkSignal and other GObject stuff. [Tim]
6576 * Move theme engines to GTypePlugin. [Owen]
6577
6578 GDK:
6579
6580 * Beginning of implementation of client parts of new window manager spec. [Owen]
6581 * Make gdk_drawable_get_image() work with backing store. [Havoc]
6582
6583 Widgets:
6584
6585 * New text widget [Havoc]
6586   - Adjustable tab handling.
6587   - Ability to have scrolling side areas in new text widget for tabs/line numbers.
6588   - Many cleanups and small improvements.
6589 * Improvements to submenu navigation [Nils Barth/David Santiago] and
6590   scrolling menus. [Alex]
6591 * Simplification of progress bar API. [Havoc]
6592 * Make GtkImage a generic image-display widget. [Havoc]
6593 * New GtkTreeView tree widget. Model/view architecture, flexible rendering,
6594   large datasets, etc. [Jonathan]
6595 * New GtkMessageBox widget for message display. [Havoc]
6596 * Allow labels to have contents set from XML-like markup language. [Havoc]
6597 * Make dialogs derive from GtkDialog and use stock buttons. [Havoc]
6598
6599 Internationalization:
6600
6601 * Proper character set conversion for clipboard/selection. [Owen]
6602 * New input method system via loadable modules; support on-the-spot
6603   preedit in GtkEntry and new text widget; allow switching input methods
6604   on the fly; include modules for XIM and demo Cyrillic-transliteration 
6605   module. [Owen]
6606 * VIQR, Thai, and Inuktitut input methods. [Robert]
6607 * Convert po files to UTF-8. [Robert]
6608
6609 gdk-pixbuf:
6610
6611 * Full-alpha compositing for gdk-pixbuf on drawable. [Havoc]
6612 * Add simple saving to gdk-pixbuf. [David Welton/Havoc]
6613 * Add improved error handling with GError to gdk-pixbuf. [Havoc]
6614
6615 Ports:
6616
6617 * Much work on Win32 Port. [Tor/Hans]
6618 * Much work on Linux-FB Port. [Elliot/Alex]
6619
6620 Misc:
6621
6622 * Start of new gtk-demo demo program. [Owen/Jonathan]
6623 * Bug fixes and more bug fixes.
6624
6625
6626 Overview of Changes in GTK+ 1.3.1:
6627
6628 * GTK+ now uses the Pango library for text manipulation. All
6629   strings in GTK+ now are in Unicode, languages written
6630   from right-to-left, and complex-text languages are now supported.
6631 * The gdk-pixbuf library for image loading and manipulation is 
6632   has been integrated with GTK+.
6633 * The GTK+ object system has mostly been moved to GLib, separating
6634   it from the GUI code. Many significant enhancements have been
6635   made as part of this.
6636 * A new text widget is now included. This started as a port
6637   of the Tk text widget, and includes such features of the Tk
6638   text widget as tags, marks, and unicode text support. It
6639   has been enhanced to support model-view operation and the
6640   full power of Pango.
6641 * The GDK library has been extensively revised to support multiple
6642   windowing systems. The only fully functional backend in 1.3.1
6643   is the X11 backend, however, ports to Win32, Linux-framebuffer,
6644   Nano-X, BeOS, and MacOS exist in various states of completion,
6645   and at least some of these will be finished and integrated in 
6646   before the final GTK+-2.0 release.
6647 * 32-bit coordinates are now supported throughout GDK and GTK+
6648   (they are emulated where not supported by the windowing system.)
6649 * Many minor bug fixes and enhancements. Incompatible changes
6650   are documented in docs/Changes-2.0.txt
6651
6652 Overview of Changes in GTK+ 1.2.8:
6653
6654 * GNU Make 3.79 bug workaround
6655 * FAQ and tutorial updates and improvements
6656 * Miscellaneous bug fixes: CList, Calendar, rc-files, FontSelection
6657
6658 Overview of Changes in GTK+ 1.2.7:
6659
6660 * More header cleanups.
6661 * Fixed activation bug for insensitive widgets.
6662 * Locale fixes to RC file parsing code.
6663 * Miscellaneous bugfixes for Item Factory, CList, CTree, X Selections,
6664   HScale, VScale, Pixmap, Viewport, OptionMenu, Entry and Notebook.
6665 * Upgrade to libtool 1.3.4.
6666
6667 Overview of Changes in GTK+ 1.2.6:
6668
6669 * container queue_resize fixes
6670 * gtk[vh]scale: minor fixups
6671 * rename idle to idle_id in testgtk to avoid conflicts with 
6672   broken libs
6673 * More consistent naming of gtkrc files
6674 * Added language support: ro, uk
6675
6676 Overview of Changes in GTK+ 1.2.5:
6677
6678 * more GtkCTree and GtkWindow bug fixes.
6679 * more redraw/resize queue fixes, better expose event
6680   discarding code.
6681 * more miscellaneous bugs fixed
6682 * new configure.in option --disable-rebuilds to completely disable
6683   rebuilds of autogenerated sources.
6684 * check for 5.002 now, to avoid failing autogeneration build rules due
6685   to old perl versions.
6686 * fonts (and fontsets) are cached now.
6687 * more autogeneration make rules and dependency fixups, we should be
6688   save with autogeneration up to make -j12 now ;)
6689 * new window position GTK_WIN_POS_CENTER_ALWAYS, which will recenter the
6690   GtkWindow on every size change.
6691 * major rework of window manager hints handling code, fixed a bunch of
6692   races with the new resizing code.
6693 * the new wm hints and resizing code is absolutely perfect and bug free now,
6694   it only lacks testing ;)
6695 * fixed up various rc style memory problems.
6696 * gtk_widget_modify_style() now properly changes the style of realized widgets
6697   and references the style passed into it. if people worked around this bug,
6698   this will introduce a slight memory leak in their code.
6699   The code should typically look like:
6700             GtkRcStyle *rc_style = gtk_rc_style_new ();
6701             [...]
6702             gtk_widget_modify_style (widget, rc_style);
6703             gtk_rc_style_unref (rc_style);
6704 * fix problems with positioning menus offscreen.
6705 * GtkText fixes for some crashes and drawing errors.
6706 * Better handling for unexpected window destroys in GDK and GTK+.
6707   This should make it possible to use a GtkPlug and catch the
6708   case where its parent socket is randomly killed.
6709 * FAQ updates.
6710 * FileSelection i18n patches, RadioButton fixups.
6711 * many translation improvements.
6712 * miscellaneous other bugs fixed.
6713
6714 Overview of Changes in GTK+ 1.2.4:
6715
6716 * DnD improvements (drags can be canceled with Esc now).
6717 * suppressed configure event reordering in Gdk.
6718 * rewrite of Gtk's configure event handling.
6719 * major improvements for the object argument system (Elena Devdariani).
6720 * major bugfixes for threading, GtkNotebook, GtkItemFactory, GtkCList and
6721   GtkCTree.
6722 * tutorial/FAQ updates, new file generation.txt on autogenerated sources.
6723 * configure's --with-glib= is "officially" unsupported.
6724 * upgrade to libtool 1.3.3.
6725 * various buglets fixed.
6726
6727 Overview of Changes in GTK+ 1.2.3:
6728
6729 * Upgrade to libtool 1.3
6730 * Check for dgettext (for systems with old versions of GNU Gettext)
6731 * Many bug fixes (see ChangeLog for details)
6732
6733 Overview of Changes in GTK+ 1.2.2:
6734
6735 * Improved Dnd behaviour with Motif applications.
6736 * Bug fixes for the Gtk selection code.
6737 * Minor bug fixes to the Gdk Atom cache and Dnd code (with --display option).
6738 * Bug fixes and leak plugs for the Gdk IM code.
6739 * Added gtk_object_get() facility to retrieve object arguments easily.
6740   The var args list expects ("arg-name", &value) pairs.
6741 * Fixed mapping for GdkInputCondition<->GIOCondition, this should fix
6742   problems where closed pipes were no longer signaling GDK_INPUT_READ on
6743   systems with a native poll().
6744 * Some cleanups to GtkLabel's memory allocation code (shouldn't leak memory
6745   anymore).
6746 * We don't attempt to lookup xpm color "None" anymore, this should prevent
6747   eXodus (commercial X windows server) from popping up a color dialog every
6748   time a transparent pixmap is created.
6749 * Fixed bug where Gtk timeout/idle handlers would execute without the global
6750   Gdk lock being held.
6751 * Other minor bug fixes.
6752
6753 Overview of Changes in GTK+ 1.2.1:
6754
6755 * Many Bug fixes have been applied to the menu and accelerator code.
6756 * GtkItemFactory can "adopt" foreign menu items now and manage their
6757   accelerator installation. This is often required to get GtkItemFactory
6758   like accelerator propagation between different windows with the same
6759   menu hierarchy and for centralized parsing and saving of accelerators.
6760 * GtkCList/GtkCTree buttons should always display correctly now.
6761 * Miscellaneous other bug fixes.
6762
6763 What's New in GTK+ 1.2.0 (since 1.0.x):
6764
6765 * New widgets: GtkFontSelector, GtkPacker, GtkItemFactory, GtkCTree,
6766   GtkInvisible, GtkCalendar, GtkLayout, GtkPlug, GtkSocket
6767 * Many new features and robustness for existing widgets
6768 * Theme support
6769 * New DND implementation
6770 * Internationalization of standard dialogs
6771 * New key binding system
6772 * Tearoff menus and menu accelerators
6773 * Wide character support for entry and text
6774 * Resizing code has been overhauled
6775 * Queued redraws of partial areas
6776 * Far better support for object arguments
6777 * Speed optimizations
6778 * Runtime loading of dynamic modules
6779 * Support for GLib log domains
6780 * Tutorial improvements
6781 * A bug fix or two
6782
6783 Overview of Changes in GTK+ 1.1.16:
6784
6785 * Major fixes and improvements for handlebox
6786 * A change to the way widget->requisition works. Now,
6787   widget->requisition is always what the widget requested,
6788   unmodified by the usize. See Changes-1.2.txt for details.
6789   This correct various bugs with gtk_widget_set_usize().
6790 * Fixes for XIM on X11R5 systems
6791 * Don't allow cut-and-paste of text in password-style entries
6792 * --enable-debug is now on by default for the development release.
6793   (When compiling for "production", use --enable-debug=minimum)
6794 * Handle systems where Helvetica is not present more gracefully
6795 * Fixes for memory leaks
6796 * CList and CTree fixes
6797 * Bug fixes for drawing problems. 
6798 * Miscellaneous bug fixes to GtkLabel, GtkCList, GtkCTree,
6799   GtkColorsel, Focusing, DND
6800 * Tutorial improvements
6801
6802 Overview of Changes in GTK+ 1.1.15:
6803
6804 * Tutorial Updates
6805 * Added --libs gthread to gtk-config 
6806 * Bug fixes
6807
6808 What is new in GTK+ 1.1.14:
6809
6810 * Additions to docs/Changes-1.2.txt
6811 * Just warn when loading theme engine fails
6812 * CLAMP GtkScale digits to a meaningful range
6813 * GTK_LOCALDIR is now defined in a better fashion
6814 * New functions (feature freeze, we know...):
6815     gtk_menu_set_title()
6816     gtk_toggle_button_get_active()
6817 * Some locale fixups in gtkrc code
6818 * Fixes to make gtk_radio_button_set_group() keep only
6819   one radio button in the group active
6820 * Foreign windows are now always treated as viewable; this fixes
6821   a problem where updating didn't occur properly in GtkPlug
6822 * DND fixes for 64 bit architectures, and for specifying operations 
6823   with modifier keys.
6824 * Major revisions to GtkLayout: avoid having to create window
6825   for NO_WINDOW children, adjust allocations of children as 
6826   scrolled so queued draws work, and a resize is queued instead
6827   of allocating directly in a put() or move()
6828
6829 What is new in GTK+ 1.1.13:
6830
6831 * Dnd and selection bug fixes and memory purification.
6832 * Widget sensitivity fixups.
6833 * Tooltips windows are now named "gtk-tooltips" so rc file rules
6834   can match tooltips windows. Fixed interaction of tooltips and NO_WINDOW
6835   widgets.
6836 * Spin buttons now update their values upon value retrieval.
6837 * Overhaul of the resizing vs. redrawing logic to reduce redrawing needs
6838   a lot. Gtk makes full use of the draw_area coalescing code now, which
6839   got minorly improved as well.
6840 * Containers map their Gdk windows after their children now to reduce
6841   expose event generation.
6842 * Gdk event queue fixups, this solves the double-click problems people were
6843   recently having.
6844 * Account for the fact that GSource's are only properly reentrant from
6845   within dispatch(), thus we don't do Gdk event processing from within
6846   check() or prepare() anymore.
6847 * Rc files feature a bg_pixmap value of "<none>" now.
6848 * Improved session management support in Gdk.  
6849 * Automatic disabling of NLS if no gettext is found should work now.
6850 * Removed deprecated functions, docs/Changes-1.2.txt gives an overview.
6851 * Gtk+ development now requires GNU autoconf 2.13, GNU automake 1.4
6852   and GNU libtool 1.2d.
6853 * More bug fixes all over the place.
6854
6855 What is new in GTK+ 1.1.12:
6856
6857 * Korean translation added
6858 * Fixed memory leaks
6859 * A few other bug fixes
6860
6861 What is new in GTK+ 1.1.11:
6862
6863 * Dutch, Japanese, Swedish, Polish, and Norwegian translations
6864 * Removed deprecated _interp variants: gtk_container_foreach_interp, 
6865   gtk_idle_add_interp, gtk_timeout_add_interp, gtk_signal_connect_interp
6866 * Lots of cast corrections
6867 * Many fixes 
6868
6869 What is new in GTK+ 1.1.9:
6870
6871 * Check for broken glibc 2.0 mb functions and avoid them
6872 * Label and Entry display fixes 
6873 * Move main thread back to GDK, for locking when translating events
6874 * Bug fixes
6875
6876 What is new in GTK+ 1.1.8:
6877
6878 * Added support for gettext and the localization of the standard
6879   dialogs.
6880 * Added line-wrapping for the label, and JUSTIFY_FILL
6881 * Support reordering via drag and drop in  CList and CTree.
6882 * Replaced GtkDrawWindow widget with a GTK_USER_DRAW flag
6883 * Extended gtkpaned API to support minimum sizes and proportional
6884   resizing.
6885 * Changed the handling of shared memory segments so as to 
6886   remove the need for GTK+ to set up signal handlers.
6887 * Re-implemented event loop in terms of the event loop
6888   that has been added to GLib 1.1.8
6889 * Added 'grab_focus' signal to allow keyboard accelerators
6890   for entries.
6891 * Load locale specific RC files if present.
6892 * Bug fixes.
6893
6894 What is new in GTK+ 1.1.7:
6895
6896 * Fixed memory mis-allocation in default files code
6897 * Various event handling fixes
6898 * Wide character support for entry and text
6899 * Destroy widgets _after_ propagating unrealize signals through 
6900   widget hierarchy
6901 * Only build XIM-support if available
6902 * Tutorial and examples updates
6903 * Added gtk_drag_source_unset()
6904
6905 What is new in GTK+ 1.1.6:
6906
6907 * The signal system now features emission hooks with special semantics,
6908   refer to the ChangeLog for this.
6909 * Minor? speedups and memory reductions to the emission handling of the
6910   signal system.
6911 * _interp() function variants are deprecated now. the corresponding *_full()
6912   variants are provided for a long time now.
6913 * Dnd abort timeout increased to 10 minutes.
6914 * GtkScrolledWindow inherits from GtkBin now.
6915 * GTK_POLICY_NEVER is implemented for scrolled windows now.
6916 * Lots of API clean ups.
6917 * Incremental freezing abilities.
6918 * Integrated widgets from the GNOME tree: GtkLayout, GtkPlug and GtkSocket.
6919 * New window functions for transient relationship, default size, and 
6920   geometry hints
6921 * Default rc files are now read in (<sysconfdir/etc/gtkrc and ~/.gtkrc)
6922   GTK_RC_FILES environment variable and functions are provided to configure
6923   this behavior
6924 * Read doc/Changes-1.2.txt to properly adapt your code.
6925 * Bug Fixes.
6926
6927 What is new in GTK+ 1.1.5:
6928
6929 * Theme integration
6930 * Widget style modification is now handled through GtkRcStyles
6931 * GtkPixmaps now grey out pixmaps when insensitive
6932 * Notebook enhancements
6933 * Shadow configurability for menubars and handleboxes
6934 * DND enhancements
6935 * gtkfilesel now supports automounters better
6936 * Implementation of expose compression
6937 * Queued redraws of partial areas
6938 * Scrolledwindow (+Viewport) source incompatibilities, children that are added
6939   to a scrolled window don't get an automatic viewport anymore. a convenience
6940   function gtk_scrolled_window_add_with_viewport() is supplied for this task
6941 * Deprecated functions will now issue a message, informing the programmer about
6942   the use of this function. These functions will get removed in future versions
6943 * Non-functional functions got removed entirely
6944 * gtk_widget_new() and gtk_object_new() will now auto-construct new objects.
6945   A new function gtk_object_default_construct() is provided now which should
6946   be called after every gtk_type_new() to perform the auto-construction
6947 * Improved argument support of several widgets
6948 * Bug Fixes
6949
6950 What is new in GTK+ 1.1.3:
6951
6952 * GtkCList/GtkCTree now have the ability to:
6953     - hide/show individual columns
6954     - disable/enable column resizing
6955     - set min and max for column widths
6956     - set expander style of the ctree
6957     - set/get row and cell styles
6958     - set spacing between tree expander and cell contents in ctree
6959     - toggle auto_resize for columns
6960 * Must enhanced DND support, removed old DND code
6961 * Idle functions are now implemented via GHook, giving a slight speed
6962   improvement
6963 * An environment variable GTK_MODULES which takes a colon separated
6964   list of module names GTK+ will now automatically load at gtk_init() startup
6965 * GtkFontSel now has support for an extra 'base' filter
6966 * New function gdk_window_set_root_origin to get the real geometry taking
6967   into account window manager offsets
6968 * New function gtk_text_set_line_wrap to toggle line wrapping
6969 * New function gtk_widget_add_events which safely adds additional
6970   events to a widget's event mask
6971 * New function gdk_event_get_time to get the timestamp from a generic
6972   event
6973 * New widget GtkCalendar
6974 * New widget GtkInvisible - InputOnly offscreen windows used for reliable
6975   pointer grabs and selection handling in DND code
6976 * New functions gtk_object_remove_no_notify[_by_id] to remove a certain
6977   data portion without invocation of its destroy notifier 
6978 * gtk_spin_button_construct is now deprecated, use gtk_spin_button_configure
6979   instead 
6980 * gtk_clist_set_border is now deprecated, use gtk_clist_set_shadow_type 
6981   instead
6982 * Removed functions gtk_object_set_data_destroy[_by_id] 
6983 * Documentation additions/updates 
6984 * HTML and plain text files are now included in the distribution
6985 * Bug fixes, typeness corrections, and general fixups
6986
6987 What is new in GTK+ 1.1.2:
6988
6989 * Gtk+ is now featuring runtime loading of dynamic modules via the
6990   --gtk-modules= command line switch. such modules have to export a
6991   G_MODULE_EXPORT void gtk_module_init (gint *argc, gchar ***argv);
6992   function which will be invoked to initialize the module. since such
6993   modules may create new widget types, they are always resident.
6994 * The tutorial has been updated again.
6995 * Changes to menus including tearoff menus and accelerators.
6996 * Better support for modal dialogs.
6997 * Removed CAN_FOCUS by default from scrollbars and button children of toolbar.
6998 * More improvements and fixes for GtkCList and GtkCTree (i.e. row sorting).
6999 * GtkCTree rows can be unselectable now.
7000 * The GtkCTree API has undergone major renames (see ChangeLog entry from Lars
7001   Hamann on Tue Aug 18 00:29:13 1998).
7002 * A bunch of varargs functions changed to get va_lists working on systems that
7003   implement va_lists as arrays.
7004 * Improvements to the gdkrgb code.
7005 * Improvements to Gdk color handling so we greatly reduce server traffic and
7006   don't leak colors anymore.
7007 * Improved internal widget tree iterators (the GtkContainer::foreach signal
7008   vanished because of this).
7009 * Option menus can have the keyboard focus now.
7010 * More fixups to the text widget.
7011 * GtkFileSelection should behave much more nicely in combination with AFS now.
7012 * Support for label underlining.
7013 * Support for GLib 1.1.3 log domains.
7014 * Documentation improvements.
7015 * Configuration fixes on various platforms.
7016 * Miscellaneous fixes to XInput support.
7017 * Build with shared library dependencies on Linux
7018 * Fix for a major bug in the type systems memory allocation code that could
7019   cause random crashes.
7020 * Libtool update to version 1.2b.
7021 * Lots of bugfixes and cleanups again ;)
7022
7023
7024 What is new in GTK+ 1.1.1:
7025
7026 * Tutorial updates and additions.
7027 * Key binding support for GtkListItems and GtkList.
7028 * Extended selection mode and autoscrolling for GtkLists.
7029 * A GtkCtree now operates on GtkCTreeNode* structures rather than GList*.
7030 * GtkCTreeNodes can now be created from GNode trees.
7031 * Bug fixes for GtkNotebook, GtkCList, GtkCombo and GdkWindow reparentation.
7032
7033
7034 What is new in GTK+ 1.1.0:
7035
7036 * New widget GtkFontSelector.
7037 * New featureful progress bar.
7038 * New container widget GtkPacker.
7039 * New object GtkItemFactory, GtkMenuFactory is deprecated.
7040 * New key binding system, configurable via rcfiles, similar to styles.
7041 * New widget GtkCTree with drag selections and keyboard movement and
7042   and horizontal scrolling. Features also implemented for GtkCList.
7043 * Significant speedups to widget creation and destruction through caching
7044   colormap and visual queries to the XServer.
7045 * Speedups for type creation and especially gtk_type_is_a() checks.
7046 * Speedups in signal lookup, creation and emissions and connection handling.
7047 * Minor speedups with object data allocation and destruction.
7048 * Additions to the signal handling API (e.g. *_emitv).
7049 * Support for rc-file reparsing.
7050 * Resizing logic is now implemented on container widget basis, rather than
7051   for toplevel GtkWindows only.
7052 * Buttons support relief styles now.
7053 * Some widgets are now allocated through memchunks to behave more memory wise.
7054 * Newly included file gtkfeatures.h which defines compatibility macros to
7055   test for certain API features upon program compilation.
7056 * Child arguments support for container widgets.
7057 * Far better support for object arguments, revamp of the underlying
7058   mechanism for speed and reusability. Child/object arguments don't
7059   need to be preceded by the "GtkType::" portion anymore.
7060 * Removed GtkAcceleratorTable in favour of GtkAccelGroup, accelerator display
7061   is now performed by a new widget GtkAccelLabel.
7062 * Overhaul of the resizing code. Resizing behaviour can now be specified
7063   on GtkContainer basis, so the underlying algorithm isn't only available
7064   for GtkWindows.
7065 * GtkTables are now fully resizable.
7066 * The GtkType system now supports an additional base class initialization
7067   function.
7068 * GtkStyles and key bindings can now be looked up depending on the base
7069   types of a widget, through a new keyword `class' in rc files.
7070 * GtkButton derives from GtkBin (finally).  
7071 * More descriptive error messages on rc parsing.  
7072 * Runtime information is available to query enum/flag definition values.
7073 * Upgrade to libtool-1.2
7074 * Legions of bug fixes, memory leaks, segfaults, of-by-something errors...
7075   including those that already went into the 1.0.x branch.
7076 * A big bunch of features and cosmetic fixups that just got lost in
7077   the masses of changesonfigure problem when cross-compiling