]> Pileus Git - ~andy/gtk/blob - NEWS
3.5.14
[~andy/gtk] / NEWS
1 Overview of Changes in GTK+ 3.5.14
2 ==================================
3
4 * Input method support
5  - Propagate input purpose and hints to individual IMs
6  - Add a hint to suppress on-screen keyboards
7
8 * GtkEntry can now set Pango attributes for its text
9
10 * GtkEntry and GtkTextView show 'selection handles' when
11   used with touch devices
12
13 * GtkSpinButton can be oriented vertically
14
15 * Bugs fixed
16  645065 GtkFileChooserButton doesn't handle closing its dialo...
17  661973 gtk+ reacts on F10 press incorrectly with xkeyboard-c...
18  672046 Issues with widget state propagation
19  672431 the alt+tab app switch makes mnemonics flash
20  676787 Update printing demo to use new print setting
21  679144 Gdk doesn't properly find the child area with alpha
22  681617 radio button text isn't centered when draw indicator ...
23  682129 Print Dialog / Improving "Print to file" option
24  682291 GtkMenuButton .ui issues
25  682552 Improve the layout of the mount operations dialog
26  682662 GtkAspectFrame: vertical alignment should be top/bott...
27  682724 Fix a typo in the the comments
28  682825 Also compile gtkdbusgenerated.c on non-UNIX environme...
29  682919 Crash in GTK+-3.x (3.0.x-3.5.12+) on Windows with CJK...
30  683001 Make headings bold in message dialogs by default
31  683168 Make spinbutton orientable
32
33 * Translation updates
34  Assamese
35  French
36  Galician
37  Greek
38  Indonesian
39  Japanese
40  Kazakh
41  Latvian
42  Lithuanian
43  Norwegian bokmål
44  Persian
45  Polish
46  Punjabi
47  Spanish
48  Vietnamese
49
50
51 Overview of Changes in GTK+ 3.5.12
52 ==================================
53
54 * GtkApplication:
55  - Add gtk_application_get_active_window to get the active window
56  - Add gtk_widget_insert_action_group to allow more flexibility
57    when associating widgets with actions
58
59 * GtkMenuButton:
60  - The gtk_menu_button_set_menu function is getting renamed
61    to gtk_menu_button_set_popup. The old name is still available
62    for now, but will be removed before 3.6
63
64 * GtkToolbar:
65  - use CSS properties instead of style properties for padding
66
67 * Input method support:
68  - GtkEntry and GtkTextView now have input-purpose and input-hints
69    properties that let applications provide useful hints to
70    input methods, like 'this entry is for a phone nr'.
71
72 * Bugs:
73  373279 Toggling a GtkToggleButton emits "clicked", not "toggled"
74  651244 Add a "purpose" tag for GtkEntries
75  673478 Chain up notify implementations
76  681577 Missing mnemonic in "Find applications online"
77  681591 Masked string for password fields is not exposed to accessibility
78  681613 icon view doesn't emit selection changed when the model changes
79  682193 404 in GTK+ docs for duplicated "stable" URL suffix to ATK link
80  682235 gtkmenubutton: repurpose set_menu for GMenuModel
81
82 * Translation updates:
83  Assamese
84  Esperanto
85  Galician
86  Lithuanian
87  Marathi
88  Portuguese
89  Serbian
90  Spanish
91  Traditional Chinese
92
93
94 Overview of Changes in GTK+ 3.5.10
95 ==================================
96
97 * Wayland:
98  - Add keyboard handling
99  - Improve clipboard handling
100  - Add default settings implementation
101
102 * GDK thread support has been deprecated
103
104 * Bugs fixed:
105  679910 GtkTreeModelFilter: Fix _iter_previous() when iter...
106  679978 Optimize gtk_widget_path_copy() by preallocating "...
107  680754 deprecate gdk thread functions
108  680803 menubutton: Clear references in dispose, not finalize
109  680822 Document return value of GtkWidget::draw
110  680901 GTK+: The chinese translations of "even sheet" and...
111  680949 GtkColorButton documentation seems self-contradictory
112  680988 GtkMenuButton down direction positioning suboptimal
113  681005 [IconView] wrong transfer annotation for get_toolt...
114  681006 Escape should cancel DnD operation
115  681064 container: restyle queue leaks
116
117 * Updated translations
118  Galician
119  German
120  Greek
121  Gujarati
122  Japanese
123  Kazakh
124  Norwegian bokmål
125  Persian
126  Serbian
127  Slovenian
128  Spanish
129  Telugu
130  Traditional Chinese
131
132
133 Overview of Changes in GTK+ 3.5.8
134 =================================
135
136 * gtk-launch: A new commandline utility to launch an application
137   from its desktop file
138
139 * GtkStrengthBar: A new widget for displaying the strength
140   or level or some quantity
141
142 * Wayland: Updates for changes in the Wayland protocol
143
144 * Bugs fixed:
145  667808 Accept -1 as the position where insert an element...
146  671437 GtkStyle background color regression
147  671817 GTK+ doesn't create ~/.local/share (path) and ~/.local...
148  675990 gtk_tree_column_set_visible badly interact with the a1...
149  677347 he accessible name of the 'Lock'/'Unlock' button is al...
150  677491 'toolkit-accessibility' default value should be 'true'...
151  678828 gtk_application_add_accelerator() (and remove) missing...
152  678829 Bloatpad example application has "parse" action instea...
153  679092 gtkstyle: add a gtkstyle-fallback style class for RC c...
154  679166 modelmenu: set the accel group on the GtkMenu
155  679228 signal parameter names are not valid C identifiers
156  679409 docs: link against libgdk-3.la
157  679449 menubutton: set DROPDOWN_MENU hint on the menu topleve...
158  679454 modelmenu: listen for toplevel changes on the attach w...
159  679537 Crash in GtkEntry gtk_entry_get_icon_pixbuf()
160  679705 Using NULL with gtk_application_set_menubar causes seg...
161  677892 Add a GtkStrengthBar widget
162  679342 Add a gtk-launch utility
163
164 * Translation updates:
165  Bulgarian
166  Greek
167  Norwegian nynorsk
168  Telugu
169  Vietnamese
170
171 Overview of Changes in GTK+ 3.5.6
172 =================================
173
174 * GtkSearchEntry is a subclass of GtkEntry that is set up to be
175   used as a search entry
176
177 * GtkMenuButton is button that pops up a menu. The menu can be
178   generated from a GMenu or provided manually
179
180 * The GtkMountOperation code will now use gnome-shell to present
181   a system-modal mount dialog when available
182
183 * The accessibility bridge code that exports accessible objects
184   on the bus is used by default (atk-bridge has been converted into
185   a library that GTK+ links against). To avoid the linking, you can
186   pass --without-atk-bridge when configuring GTK+.
187
188 * Bugs fixed:
189  613561 single quote missing in translation of gtk-2-18.kn.po
190  652809 Add "search" entry
191  668013 Add menu button
192  669986 Some keyboard navigation breakage with GtkNotebook
193  670369 gdk: annotate the attributes_mask type for gdk_window_new
194  674963 GtkMountOperation should proxy to the Shell for modal dial...
195  676077 Windows: Weird characters appearing when using certain key...
196  677491 'toolkit-accessibility' default value should be 'true' for...
197  677551 a11y: fix a typo leading to a crash
198  677649 gtk[list,tree]store: fix transformation of GValues upon set
199  677774 gdk: add missing annotations to gdk_event_get_scroll_deltas
200  677809 Regression: gtkiconview changes in 3.4.2 / master break ch...
201  677915 entry-completion: don't move to leftmost character with in...
202  677941 Gtk.ListStore doesn't have the method "reorder" as its doc...
203  677943 DnD of notebook tabs lead to Gtk-WARNING
204  678175 Memory leak in GtkImage
205  678407 GtkImage: fix get_property('stock')
206  678418 Lacks a way to get the position of an item in the icon view
207
208 * Translation updates:
209  Arabic
210  Galician
211  Greek
212  Spanish
213  Telugu
214
215
216 Overview of Changes in GTK+ 3.5.4
217 =================================
218
219 * GtkIconView size allocation has been rewritten to support
220   height-for-width and work better.
221
222 * The theming code now supports multiple backgrounds and
223   transitions
224
225 * Bug fixes:
226  162865 F1 should be the shortcut for Help/Contents, not ...
227  460908 gtk_paper_size_get_[width|height] doesn't support...
228  478344 GtkTreeRowReference falsely said to auto-subscrib...
229  531319 "weight-set" cellrenderertext attribute misbehave...
230  571254 Constructing a pixel value from components
231  587873 Documentation should explain MessageDialogs don't...
232  643490 gtk-style-context-add-provider () documentation n...
233  645514 Add placeholder-text property to GtkCellrendererText
234  646798 Add a tip about "cloning contexts"
235  647779 Doesn't mention GtkDialog replacements
236  649569 GDK_THREADS_ENTER in file_print_cb@modules/printb...
237  652304 themingengine: don't hardcode the slider lines in...
238  657322 GtkPrintSettings requires every application to wo...
239  659613 GtkLockButton docs are inaccurate
240  663072 GtkSelectionData is incorrectly documented
241  663991 _XOPEN_SOURCE 500 causes error in Solaris Studio ...
242  664646 dnd pointer lock when dragging tab between two ge...
243  665243 settings: Add support for disabling middle click ...
244  670449 Splash screen stays
245  671025 Constants and identifiers starting with a number ...
246  671249 GApplication: Allow a null application_id?
247  672947 GtkEntryCompletion sizing/position fixes
248  673237 window: Remove needless call to ensure_state_flag...
249  673749 Error Message When Creating Tray Icon
250  674192 out-of-tree build failure: demos/widget-factory/w...
251  674409 need a way to identify GtkApplicationWindows remo...
252  674549 widget receives leave event when button released
253  675365 immulticontext: Always check if the global contex...
254  675421 GtkFileChooser should set its role
255  675423 [Patch] doc: Add missing CDATA around a XML progr...
256  675501 gtkquartz.h is not the gtk+-3.5.2.tar.xz archive
257  675535 GtkScale in GtkToolbar: strange behaviour with do...
258  675809 Crash when clicking xrefs
259  675895 Docs for certain functions are built unconditionally
260  675899 Infobar not loadable by GTKBuilder (using python ...
261  675951 gdkx.h inclusion breaks OotSD builds
262  676087 gtk+ fails to build against uclibc due to isnan/i...
263  676196 range: use a CSS margin to shrink the trough comp...
264  676198 current color of a GtkColorButton should be set t...
265  676243 Document removing of accelerators
266  676329 GDK_SMOOTH_SCROLL_MASK lacks "Since"
267  676356 icon-theme: Allow symbolic GFileIcons
268  676429 no way to force showing icons in buttons
269  677055 gtkmenutoolbutton bug fixes
270  677109 Fixes for interactions between background-repeat ...
271  677127 Misc annotation fixes
272  677202 docs: Add section for new 3.6 symbols
273  677203 docs: Fix duplicate declarations in sections
274  677293 GtkFontSelectionDialog partially broken on gtk 3.4
275  677363 grid: Add missing guard to gtk_grid_get_child_at()
276
277 * Translation updates:
278  Dutch
279  French
280  Galician
281  German
282  Greek
283  Hebrew
284  Italian
285  Norwegian bokmål
286  Slovenian
287  Spanish
288
289
290 Overview of Changes in GTK+ 3.5.1
291 =================================
292
293 * Wayland:
294  - Allow the wayland backend to be used without cairo-gl
295  - Expose GdkWaylandDisplayManager for runtime checks
296
297 * Theming:
298  - Optimizations to style invalidation
299  - Support CSS animatable properties
300
301 * Bugs fixed
302  563688 GtkScale (GtkRange) should jump to clicked position
303  668931 Scrolling down via PageDown/PageUp keys impossible ...
304  669989 gtk_grid_attach(): Documentation doesn't mention mu...
305  670373 modules/printing/cups/gtkprintbackendcups.c won't b...
306  672361 Remove cairo-gl dependency from wayland backend
307  672789 gtk_builder_add_objects_from_file() crashes on GtkU...
308  672993 print dialog overrides default cups number-up settings
309  673259 The gdk/gdkkeysyms-update.pl script and the keysym ...
310  673644 Scroll not working in document overview
311  673650 Evince 3.4: adding new annotation is not possible (...
312  674050 Free image->priv->icon_helper in gtk_image_finalize...
313  674102 Defaults to wayland over x11 backend
314  674118 application-window: Desktop file handling improvements
315  674200 ./configure gives wrong error message if -lXext is ...
316  674286 "Delete confirmation" dialog has wrong padding
317  674326 Use localizations of option names and values contai...
318  674468 Add GTK_STYLE_CLASS_DIM_LABEL
319  674577 Non static variable in GtkStyleProviderPrivate
320  674587 treemodelsort: allow iter_previous() to go past the...
321  674806 icontheme: search first in all themes if the reques...
322  674807 spinbutton: port to GtkIconHelper
323  674808 themingengine: render a frame in gtk_render_handle()
324  674809 themingengine: simplify render_extension() default ...
325  674890 Fix the colord support in GtkPrinterCups when the P...
326  646631 GTK should use XDG base dir spec instead of home
327
328 * Translation updates
329  Bulgarian
330  Crimean Tatar
331  Czech
332  Galician
333  German
334  Hebrew
335  Norwegian bokmål
336  Russian
337  Serbian
338  Simplified Chinese
339  Slovenian
340
341
342 Overview of Changes in GTK+ 3.4.1
343 =================================
344
345 * Win32 fixes:
346  - Fix wintab support
347  - Fall back to Raleigh with th eclassic theme
348
349 * OS X fixes:
350  - Fix manual resizing of windows
351
352 * Bugs fixed:
353  672961 Custom theme can crash apps with GtkEntryCompletion
354  587441 Window expands horizontally rather than the text entry growing...
355  672133 conflict between srcdir != builddir and generated enum types
356  672358 Wayland and X11 backends simultaneously enabled is broken
357  672544 Anchored widgets inside GtkTextView are drawn out of place...
358  673090 gtk file-chooser: Autocompletion - Dropdown-list: selection fails
359  673125 windows draw as unfocused/backdrop on window managers that do...
360  673139 URL to mailing lists in README incorrect
361  673200 gactionmuxer: Fix list_actions
362  673328 After clicking empty parts of a toolbar/menubar the next mouse...
363  673440 shouldn't set GDK_SOURCE_TOUCHSCREEN based on the name
364  673441 GtkTreeView should not handle extra mouse buttons
365  673458 GdkEventButton contains wrong buttons in modifier mask...
366  673693 entrycompletion: set_property() should use property setter...
367  673882 application-window: try to use the desktop name in the fallback...
368         Deal more gracefully with a flood of scroll events
369
370 * Translation updates:
371  Catalan
372  Czech
373  German
374  Marathi
375  Odia
376  Swedish
377  Ukrainian
378
379
380 Overview of Changes in GTK+ 3.4.0
381 =================================
382
383 * Bugs fixed:
384  658875 Should limit Num Lock warning to notebooks
385  671006 keygrab: don't translate Alt+Print to SysRq
386  672163 GtkWindows (comboboxes, menus, etc.) do not show up...
387  672587 regression in about dialog credits spacing
388  672763 Floating point exception in Gtk.Grid() if grid emptied
389
390 * Translation updates:
391  Arabic
392  Czech
393  Hebrew
394  Hindi
395  Japanese
396  Kannada
397  Latvian
398  Simplified Chinese
399  Telugu
400
401
402 Overview of Changes in GTK+ 3.3.20
403 ==================================
404
405 * Theming:
406  - Reduced memory consumption in the css parser
407  - Fixed Windows theme rendering under XP
408  - Support for background-position
409
410 * Build requirements:
411  - cups 1.2 is now required for the cups print backend
412  - X11 pre-R6 is no longer supported
413  - XI2 is a build requirement
414
415 * Bug fixes
416  657385 gtk_menu_popup() not introspected
417  662023 gnome-panel crashes with multiple screens
418  670176 Warning when removing a child from a box if the child has...
419  671065 gtk: Prefer group-0 keycodes
420  671453 Improve the configure check for XInput 2.2
421  671488 smooth-scroll support for textview
422  671659 generates too many scroll events with a delta of 0
423  671819 Crash (stack overflow) in gtk_range_grab_notify
424  671898 Collate should be enabled by default
425  672009 gtk 3.3.18, missing "enter" events with pads devices, le...
426  672117 Link from stable gtk reference to unstable broken
427  672125 gtk_enumerate_printers() doesn't call the destroy notify...
428  672173 shell window: category view broken with gtk+ 3.3.19+
429  672182 Commit 66c99016 breaks building if cups 1.2 is not available
430  672367 Toggle-able table cells lack the 'toggle' action
431  671588 selectable labels loose the selection too easily
432         x11: Avoid spurious focus events on grabs
433
434 * Translation updates
435  Arabic
436  Assamese
437  Basque
438  Brazilian Portuguese
439  British English
440  Bulgarian
441  Catalan
442  Catalan (Valencian)
443  Danish
444  Esperanto
445  French
446  Galician
447  German
448  Gujarati
449  Hungarian
450  Latvian
451  Lithuanian
452  Norwegian bokmål
453  Portuguese
454  Punjabi
455  Russian
456  Serbian
457  Spanish
458  Traditional Chinese
459
460
461 Overview of Changes in GTK+ 3.3.18
462 ==================================
463
464 * Add support for touch devices
465  - New device types GDK_SOURCE_TOUCHSCREEN and
466    GDK_SOURCE_TOUCHPAD for direct and indirect
467    touch devices
468  - New event GdkEventTouch and GDK_TOUCH_MASK
469  - New signal GtkWidget::touch-event
470
471 * Add support for smooth scrolling
472  - Scroll events can contain scroll deltas,
473    obtainable via gdk_event_get_scroll_deltas()
474  - Scroll direction for such events is GDK_SCROLL_SMOOTH
475  - To receive scroll events, widgets must now
476    set either GDK_SCROLL_MASK or GDK_SMOOTH_SCROLL_MASK
477
478 * GtkScrolledWindow will do kinetic scrolling
479   with touch devices
480
481 * XInput2 is now required for building the X11
482   backend, support for XInput1 has been removed
483
484 * Deprecations are now versioned, and new API is
485   marked with the version it was introduced.
486   Use these with GDK_VERSION_{MIN,MAX}_REQUIRED
487
488 * Theming:
489  - Memory consumption of the CSS parser has been reduced
490  - CSS selectors of the form "a + b" and "a ~ b" work now
491
492 * Bug fixes:
493  650693 Drawing errors in column headers when adding...
494  655065 Build failure on OS X 10.7 Lion
495  668141 button: don't be active when holding the mouse...
496  669335 Render a background in the scrollbars junction area
497  669342 overlay: add left/right/top/bottom style classes...
498  670555 I can't change GtkInfoBar text color via the theme
499  670881 Deactivate the menu if the window is withdrawn
500  671057 colorchooser can't remove palette
501  671070 Correct GroupSwitch mask
502  671170 GtkTable and GtkGrid alignment problem
503
504 * Translation updates:
505  Basque
506  Belarusian
507  Brazilian Portuguese
508  Bulgarian
509  Estonian
510  Finnish
511  Galician
512  Hungarian
513  Kazakh
514  Korean
515  Polish
516  Persian
517  Punjabi
518  Serbian
519  Slovenian
520  Swedish
521  Telugu
522  Spanish
523  Ukranian
524  Vietnamese
525
526
527 Overview of Changes in GTK+ 3.3.16
528 ==================================
529
530 * The widget-factory theme test is now installed
531   as a demo named gtk3-widget-factory
532
533 * The Raleigh theme is now a pure fallback theme
534   that doesn't share any CSS with other themes
535   anymore
536
537 * GtkColorSelectionDialog has been deprecated in
538   favor of a new color chooser widget named
539   GtkColorChooserDialog
540
541 * The GtkApplication session support has been simplified
542
543 * Bug fixes:
544  612283 Clarification for GtkListStore::gtk_list_store_insert_with_values
545  668114 odd spacing in about dialog credits
546  669116 GtkNotebook's child-notify::position not always emitted...
547  669208 x11: Cancel _NET_WM_MOVERESIZE if we get a matching ButtonRelease
548  669511 gtkcsstypes.c: variable is declared at middle of block
549  669636 gtkactiongroup: clarify set_translation_domain docs
550  669638 gtkbuilder-menus: translation-domain can be NULL
551  669794 Orca + Trees/Tables == incorrect cells presented, crashes...
552  669947 gtkuimanager: clarify @pos of insert_action_group
553  670077 license text has poor alignment with close button
554  670078 no stroke around credits scrollable area
555  670400 First shortcut capture is broken
556
557 * Translation updates:
558  Belarusian
559  Bulgarian
560  Danish
561  Estonian
562  Galician
563  Hebrew
564  Italian
565  Japanese
566  Kazakh
567  Lithuanian
568  Norwegian bokmål
569  Spanish
570  Traditional Chinese
571
572
573 Overview of Changes in GTK+ 3.3.14
574 ==================================
575
576 * Theming
577  - Fixes for border handling in GtkEntry,
578    GtkCellRendererText, GtkComboBox
579  - Parse values more carefully, supporting
580    percentages, angles
581  - Implement CSS linear-gradient syntax
582  - Support background-size
583  - Support a gtk.gresource file in themes
584
585 * Bugs fixed
586  543520 Cups custom options are not sent properly
587  649121 Crash in GtkAppChooserDialog packagekit button
588  669176 Regression: atk-add-key-event-listener doesn't work
589
590 * Updated translations
591  Galician
592  Norwegian bokmål
593  Spanish
594
595
596 Overview of Changes in GTK+ 3.3.10
597 ==================================
598
599 * GtkApplication:
600  - Move application menu handling over from GIO
601  - Fix resize grip positioning in GtkApplicationWindow
602
603 * Wayland:
604  - Make combo boxes work
605  - Make key modifiers work like on X11
606  - Make mouse buttons work correctly
607
608 * Quartz:
609  - Make key modifiers work more like they do on X11
610
611 * Printing:
612  - Fix handling of custom cups options
613
614 * Accessibility:
615  - Bring key snooping support back for now
616
617 * Translation updates:
618  Spanish
619
620
621 Overview of Changes in GTK+ 3.3.8
622 =================================
623
624 * GtkApplication:
625  - Supports logout notification and inhibiting
626  - Buttons, toolbuttons and switches can now be connected
627    to GActions
628
629 * GtkSpinButton no longer allows to change the value
630   when not editable
631
632 * GtkLabel link support has been rewritten to be be
633   more robust
634
635 * GtkBuilder:
636  - Supports the 'id' in GtkComboBoxText
637  - Can parse GVariant-valued properties
638  - Support loading from a GResource
639
640 * GtkImage:
641  - Support loading from a GResource
642
643 * GtkUIManager:
644  - Support loading from a GResource
645
646 * Accessibility:
647  - key snooping support has been removed
648
649 * Wayland backend:
650  - Cursor handling updates
651  - Look for cursors in the 'weston' directory
652  - Make resize grips work
653  - Implement device grabs
654  - Implement window geometry hints
655  - Set surface type based on window type hint
656  - Add basic clipboard and selection implementations
657  - Implement client-side keyboard repeat
658  - Update GdkWindow focus state to match reality
659
660 * Theming:
661  - Improved CSS compliance for selector matching
662  - Improved CSS compliance for value resolution,
663    including full support for 'inherit', 'initial',
664    'currentColor', 'none'
665  - Support border-style properties
666  - 'window-unfocused' has been renamed to 'backdrop'
667
668 * New deprecations:
669  - GdkColor
670  - GtkButton::inner-border
671
672 * Miscellaneous:
673  - Turn default theme css files and dnd cursors into
674    GResources
675
676 * Bugs fixed:
677  543520 Cups custom options are not sent properly
678  612396 ...default of entry-text-column for GtkComboBoxText
679  613728 Rationalize GtkTreeView focus
680  620240 GNOME Drag & Drop broken for remote X sessions
681  629878 Missing "Back" and "Forward" icons for Firefox
682  631414 Add symbolic constants for event emission control
683  639875 crashes when unparenting a tab from a window...
684  657367 GtkAction: Hold a reference to proxy widgets
685  659516 gtk_css_provider_to_string lacks "since" tag
686  660139 GtkGrid gives Gtk-Warnings about negative sizes when empty
687  660309 check x11 backend when create xim module
688  663479 "Finishing" ("Completion") and "Advanced" tabs are empty
689  665015 "Widget (%s) has more than one label" unwanted warnings
690  666103 Should be able to match the parent where a dropdown menu...
691  666600 allocate the CSS border and deprecate GtkButton-inner-border
692  666685 SIGSEGV in _gtk_tree_selection_internal_select_node
693  666710 Fix compose sequences disabling other sequences
694  666842 [patch] "sticky" window state reported wrongly on X11
695  667018 Fix compilation on Windows
696  667229 gtkspinbutton: Respect value of inherited 'editable' property
697  667394 Gtk(Tool)Button: add an 'action-name' property
698  667473 gdk_rgba_free (NULL)
699  667485 gdk_rgba_parse error checking
700  667534 Non-XInput2 build fix
701  667546 GApplication doc mentions g_application_set_app_menu
702  667628 GtkWindow:application property should have G_PARAM_CONSTRUCT
703  667695 GAction leaked in examples/plugman.c
704  667705 fix up GtkApplication on OS X
705  666921 Fix the _NET_SUPPORTING_WM_CHECK window fetch to be spec...
706
707 * Translation updates:
708  Arabic
709  Bulgarian
710  Finnish
711  Hebrew
712  Norwegian bokmål
713  Spanish
714
715
716 Overview of Changes in GTK+ 3.3.6
717 =================================
718
719 * GtkApplication has grown support for exporting application
720   menus and menubars on the bus, as a GMenuModel. The
721   new GtkApplicationWindow toplevel automatically
722   displays these menu models when needed.
723
724 * GtkSpinButtons have received a long-overdue face-lift
725   to make them easier to use with both mouse and touch.
726
727 * GtkScale has gained a has-origin property to request
728   filled-in drawing of the trough.
729
730 * GtkWindow can now request that the window manager hide
731   the titlebar when the window is maximized.
732
733 * The GtkTreeView accessibility support and the core
734   treeview code have been extensively refactored;
735   performance should be much improved. But watch out
736   for regressions.
737
738 * The GtkFileChooser entry completion code has been
739   extensively refactored; it now uses GtkEntryCompletion
740
741 * Excessive dependencies have been culled from Requires:
742   lines in pc files. Dependent modules may have to declare
743   dependencies that they were getting 'for free' in the past.
744
745 * Theming improvements:
746  - The background-clip and background-origin CSS properties
747    have been implemented
748
749 * Win32 improvements:
750  - Theming of column headers, radio buttons and menuitems,
751    notebook tabs, etc has been fixed
752  - Menus, tooltips, and other popups show above the task bar
753
754 * Wayland:
755  - The Wayland backend has been updated to the current Wayland API
756
757 * Bugs fixed:
758  603823 Print to File suggests ".ps" as filename...
759  640317 gtk_draw_insertion_cursor should be moved to gtk_render
760  646461 Leak in gtkfilechooserbutton.c: model_free_row_data
761  650943 Clicking resize grip causes strange mouse grabbing beh...
762  661428 Allow themes to know when a toplevel window appears un...
763  662814 Request for way to tell gtk_recent_manager_add_item_qu...
764  664137 Crash in Audacious audio player when browsing the add ...
765  664456 segfault on arrow keypress in empty GtkIconView
766  664467 prop-editor is broken for GdkColor properties
767  664469 color button doesn't notify "color" and "alpha" when c...
768  664537 GtkCssProvider: don't segfault when CSS file is not found
769  664640 CUPS authentication does not work
770  665140 Draw the scale split
771  665326 FTBFS: missing Xi/Pango/Fc for gtk-query-immodules-3.0
772  665616 Add hide-titlebar-when-maximized setting
773  665741 Crashes in treeview when pressing End key.
774  665999 Introspection wrong for GDK_INPUT_ONLY vs GDK_INPUT_OUTPUT
775  666242 Separators in menuitem are not vertically aligned
776  641999 Consider adding a workarea API
777  657578 Toggling the state of a GtkCheckButton causes accessible...
778  659445 Accessible event.any_data is incorrect for text-removed...
779  663573 Rework GtkFileChooserEntry
780  666392 widget: Flip the sensitive flag even if the state doesn't...
781  666552 Layered region is leaked in GdkWindow
782
783 * Updated translations
784  Breton
785  Kazakh
786  Russian
787  Slovak
788  Spanish
789
790
791 Overview of Changes in GTK+ 3.3.4
792 =================================
793
794 * The beagle search backend has been dropped
795
796 * Stop using GDK/GTK_DISABLE_DEPRECATED guards for deprecated
797   functions; instead use function attributes
798
799 * Make GtkCellRendererAccel support naked keyvals, so it can
800   be used in gnome-control-center
801
802 * GDK changes
803  - Make the Mod1 == Alt assumption official
804  - The Broadway backend has initial support for V7+ websockets
805
806 * GtkApplication no longer uses gtk_main internally
807
808 * GtkNotebook now destroys its action widgets, instead of leaking them
809
810 * Theming improvements:
811  - Background images can now be tiled instead of stretched,
812    using the background-repeat CSS property
813  - Unfocused windows can be themed differently, using
814    the 'window-unfocused' state flag
815
816 * Accessibility improvements:
817  - Much better treeview performance
818  - Completely ignore invisible columns in treeviews
819  - Many a11y/treeview-related crashes fixed
820  - Combo box keybindings are reported again
821  - Textview respects display lines again
822
823 * OS X improvements:
824  - Improved handling of motion events and event state
825  - Handle recursive CFRunLoops
826  - More fixes to accel handling
827
828 * Win32 improvements:
829  - Many fixes, making this the first version of GTK+ 3 that
830    works well on Windows
831
832 * Bugs fixed:
833   84314 gdk_display_sync() and gdk_flush()
834  142874 use of SetWindowLong in gdkwindow-win32.c causes incorrect...
835  169811 configure_event and window-state-event are not emitted con...
836  171456 "Keep Above" option in Gimp broken on Win32
837  324254 Realizing a top-level window widget early positions it at 0,0
838  516822 gtk_window_fullscreen does not resize correctly if removing...
839  542777 Scroll-Wheel doesn't scroll (Win)
840  552041 Windows' System Menu from taskbar is buggy
841  603559 gtk should handle missing immodules better
842  604156 gtk_window_set_modal() freezes application completely
843  606727 Can't bind keys on numerical keypad with numlock on
844  612359 Dialog positioning hints fail on Windows 7
845  616544 win32 drag and drop (DnD) broken for GTK+ 3
846  628049 Native windows don't work very well
847  631384 Images pasted from clipboard are shifted/wrapped
848  647460 typo in msw_style.c?
849  652239 win32: resurect Windows clipboard selection notification
850  658841 Ensure native window in gdk_win32_drawable_get_handle()...
851  658842 Fix win32 _gdk_windowing_window_at_pointer - port to gtk3
852  659151 Cannot obtain accessible keybinding for comboboxes
853  659257 Gtk-WARNING **: GtkRecentChooserWidget 0x80da890 is mapped...
854  661858 Add annotations for some GtkRadio* constructors
855  661859 Add annotations for some GtkSymbolicColor constructors
856  661997 Gtk crashes when changing the TreeView model while rubber...
857  662160 gtk_print_operation_cancel fails
858  662628 Add keyboard brightness to keyname-table.h
859  662670 Pressing "Enter" in print dialog box will not cause printing
860  662691 menuitem: Always treat submenus as popup
861  662755 Keycode support in GtkCellRendererAccel broken
862  662839 Fix XIGrabKeycode usage
863  662870 Fix introspection annotations for GtkRadioToolButton
864  662953 x11: Fix window manager change detection
865  663073 gtk_dialog_new_with_buttons should be G_GNUC_NULL_TERMINATED
866  663138 iconview: layout items immediately when setting a GtkTreeModel
867  663182 Dragging any item on OS X crashes Banshee
868  663345 'from gi.repository import Gtk' fails in jhbuild
869  663396 With multiple master devices, right clicking may show popup...
870  663522 css: start background-repeat
871  663605 Fix event->state of many event types on quartz
872  663694 GtkTreeViewAccessibleCellInfo are leaked
873  663761 gtk: Fix GtkCellRenderer ignoring keycodes
874  663825 calling gtk_progress_bar_set_fraction with a fraction > 1.0...
875  663856 Make option-foo accelerators use the right symbol
876  663994 GtkTextView no longer reports the correct line text to ATs...
877  664021 GtkSpinButton: Clarify clamping behavior in gtk_spin_button...
878  664027 Build fails with undefined reference to `gdk_keymap_get_mod...
879  664132 gdk_cairo_region_create_from_surface broken on PPC...
880
881
882 Overview of Changes in GTK+ 3.3.2
883 =================================
884
885 * GtkCellRendererAccel can show virtual modifiers
886
887 * Theming improvements:
888  - CSS: 'transparent' can be used a color
889  - Improved notebook tab rendering
890  - Support opacity and rounded corners for tooltips
891
892 * OS X improvements:
893  - Disable mnemonics
894  - Make Option work as a modifier
895  - Cleanup of modifiers: Alt/Option is MOD1, Command is MOD2
896  - Fix keyval <> Unicode and lowercase/uppercase mapping
897
898 * Improvements of cross-platform key and button event handling:
899  - Support '<Primary>' in accelerator strings
900  - Use approprivate modifiers for extending and modifying
901    selections, depending on the platform
902  - Use the appropriate button for triggering context menus,
903    depending on the platform
904
905 * Bugs fixed:
906  628936 gtk build fails because of objective-c elements
907  653289 GtkCellRendererText "edited" signal not emitted...
908  655057 rendering issues with map plugin
909  657770 Write to released memory in gtkdnd-quartz.c
910  658767 Drag and Drop NSEvent capture is racy
911  658772 Directory paths for resource directories are hard-coded
912  659022 gtk_tree_model_filter_clear_cache_helper: assertion failed
913  659655 3 errors in Spanish translation of gtk+
914  660687 roxterm X crashes with accessibility enabled
915  660730 Use of "struct stat" breaks Windows
916  659602 Provide an abstraction for the platform's use...
917  659406 Abstract what triggers a context menu
918  660619 __SIZEOF_INT__ and __SIZEOF_POINTER__ may not be defined
919  599617 a modern tooltip look
920  628936 gtk build fails because of objective-c elements
921  631167 GtkComboBox with has-entry=true should not require...
922  651818 Crash in gtk_app_chooser_refresh()
923  659672 gtk_tree_view_column_dispose() does not remove from tree...
924  660139 GtkGrid gives Gtk-Warnings about negative sizes...
925  660833 all: add an 'only-child' pseudo-class selector
926  661032 out-of-tree builds result in broken gtk-doc documentation
927  661089 gtkfontbutton.c will not compile on Solaris
928  661780 GTK_STOCK_INDENT references wrong images
929  661835 GMountOperation on OpenBSD: remove the need for kvm(3)
930  662024 tests/css/parser/selector.errors missing from EXTRA_DIST
931  662132 --sync
932  662177 Toolbar returns invalid paths for toolbar items
933  662230 treemodel: document gtk_tree_path_free() as allow-none
934  662308 Scrollbars seem to unconditionally reserve a space...
935  662467 tooltip: only update shape if the window is realized
936  662481 Clean up the gtkprivate directory redefinition mess
937  662629 notebook: update tab area allocation when switching page
938
939 * Translation updates
940  Brazilian Portuguese
941  British English
942  Catalan (Valencian)
943  Czech
944  Dutch
945  Esperanto
946  Japanese
947  Galician
948  Latvian
949  Serbian
950  Spanish
951  Simplified Chinese
952  Traditional Chinese
953  Vietnamese
954
955
956 Overview of Changes in GTK+ 3.2
957 ===============================
958
959 * GtkFontChooser:
960  - More speed ups. The font chooser will now load
961    instanteously, even if you have thousands of fonts
962
963 * Bug fixes
964  659826 new broadband connection weirdness in assistant
965  659966 Fix module blacklisting
966  640741 Fix return value fo gtk_tree_view_column_cell_get_position
967         Assertion in the treeview accessible code
968         Fix erroneous beeping in textview keynav
969
970 * Translation updates
971  Assamese
972  Basque
973  Brazilian Portuguese
974  Bulgarian
975  Catalan
976  Czech
977  Danish
978  French
979  Galician
980  German
981  Hungarian
982  Japanese
983  Korean
984  Latvian
985  Lithuanian
986  Oriya
987  Polish
988  Portuguese
989  Russian
990  Slovenian
991  Spanish
992  Swedish
993  Telugu
994
995
996 Overview of Changes in GTK+ 3.1.92
997 ==================================
998
999 * GtkIconView:
1000  - Cells will now be prelighted, if you set the
1001    GtkCellRendererPixbuf::follow-state property.
1002
1003 * GtkFontChooser:
1004  - Speed up population of the font list somewhat.
1005    More speedups are expected in 3.2
1006
1007 * Bugs fixed:
1008  615501 GtkIconView does not support prelight cells
1009  658981 Inability to effectively clear string indicator in stf imp...
1010  659241 GtkPaned initially allocates space for separator, even if...
1011  659247 link-button: Reset the mouse cursor when destroyed
1012
1013 * Translation updates:
1014  Asturian
1015  Belarussian
1016  Brazilian Portuguese
1017  British English
1018  Bulgarian
1019  French
1020  Galician
1021  German
1022  Latvian
1023  Portuguese
1024  Punjabi
1025  Russian
1026  Serbian
1027  Slovenian
1028  Swedish
1029
1030
1031 Overview of Changes in GTK+ 3.1.90
1032 ==================================
1033
1034 * GtkAppChooserButton: A new function has been added
1035   that makes it possible to have the button select the
1036   default app (as opposed to the most-recently-used app).
1037
1038 * A lot of feedback on the the tree model refactoring has
1039   been incorporated via new test cases and bug fixes
1040
1041 * The filechooser search has been ported to tracker 0.12
1042   and is using the tracker DBus API directly now.
1043
1044 * The new fontchooser API has been reworked a bit to make
1045   it follow the same pattern we use else where. GtkFontChooser
1046   is now an interface that is implemented by GtkFontChooserButton,
1047   GtkFontChooserDialog and GtkFontChooserWidget (to which the
1048   original GtkFontChooser has been renamed).
1049
1050 * Bugs fixed
1051  514843 gtkfilechooser should be more robust to malformed URIs...
1052  617583 Dead accents keys don't work in GTK+ applications on OSX
1053  642706 No way to select the default entry
1054  657353 GtkTreeModelFilter hangs when filtering
1055  657627 new font chooser API inconsistent
1056  658272 Port gtksearchenginetracker.c to tracker 0.11/0.12
1057  658379 Disabled devices still added to list on startup
1058  658398 Use of uninitialized variable reported by Valgrind
1059  658507 better comboboxes for right to left languages
1060  658600 Geany crashes when reopening file chooser dialog
1061  658696 Crash when inserting a new node
1062  658774 Regression: GtkFileChooserButtons do not expand
1063
1064 * Translation updates:
1065  Belarusian
1066  British English
1067  French
1068  Galician
1069  Indonesian
1070  Italian
1071  Latvian
1072  Norwegian bokmål
1073  Persian
1074  Polish
1075  Portuguese
1076  Punjabi
1077  Simplified Chinese
1078  Slovenian
1079  Spanish
1080  Swedish
1081  Tamil
1082
1083
1084 Overview of Changes in GTK+ 3.1.18
1085 ==================================
1086
1087 * GtkFileChooser:
1088  - It is no possible to go to the containing folder of a
1089    selected file in recent files or search results.
1090
1091 * Bugs fixed
1092  530253 typo ifaces under gtk_tree_view_set_reorderable
1093  566202 GTK_SELECTION_MULTIPLE description unclear
1094  581435 gtk_tree_view_set_drag_dest_row() needs more documentation
1095  655631 Description of x and y parameters in gtk_render_arrow is in...
1096  657793 Support NULL sibling in gtk_grid_attach_next_to
1097  657882 gtk_css_provider_propagate_error's signature not updated...
1098  657963 themingengine: remove xthickness FIXME from gtk_render_line()
1099  657985 reeview: add GTK_STYLE_CLASS_SEPARATOR for tree view separators
1100  658008 Centered text alignment in GtkAssistant is wrong
1101  658077 Add theming support to GtkPathBar
1102  658111 gtk_label_set_pattern() is reset by a call to gtk_box_pack_...
1103  658168 Gtk-Message: Failed to load module "gail"
1104  658200 gtk_toolbar_finalize() does stuff it shouldn't
1105         Fix colord support in the print dialog
1106
1107 * Translation updates
1108  Belarusian
1109  Brazilian Portuguese
1110  Esperanto
1111  Galician
1112  Korean
1113  Lithuanian
1114
1115
1116 Overview of Changes in GTK+ 3.1.16
1117 ==================================
1118
1119 * Make distcheck work again, and fix errors that crept in by
1120   lack of a working distcheck.
1121
1122 * Bugs fixed:
1123  656223 GtkToolShell: Move vfunc default results to default impl...
1124
1125
1126 Overview of Changes in GTK+ 3.1.14
1127 ==================================
1128
1129 * GtkTreeView:
1130  - The GtkTreeModelFilter and GtkTreeModelSort implementations
1131    have been improved and a comprehensive test suite has been added.
1132
1133 * GtkFileChooser:
1134  - The selected file(s) can now be copied to the clipboard
1135
1136 * Bugs fixed:
1137  656851 Allow use of GVariant in GtkListStore
1138  344858 gtk_menu_item_new_with_label() created widget with refcount 2
1139  349502 option to copy full path in "Save AS"/"Open file" dialogs
1140  621076 GtkTreeModelFilter does not emit all signals in some situations
1141  634136 GtkTable::children accessor
1142  649588 crash when sending a notification: "Gdk-CRITICAL **: gdk_visual_...
1143  650762 gtk_misc_set_alignment replacement with the new API functions
1144  651827 Crash in check_application()
1145  656986 GtkSwitch is unusable when added to primary toolbar.
1146  657146 Missing files in POTFILEs.in
1147  657260 Gtk should use AtkWindow and remove that hack on GailUtil
1148  657359 Crash when specifying data length in gtk_css_provider_load_...
1149  657384 missing accessors for GdkEvent structures
1150
1151 * Translation updates:
1152  Galician
1153  German
1154  Gujarati
1155  Indonesian
1156  Norwegian bokmål
1157  Persian
1158  Russian
1159  Serbian
1160  Spanish
1161  Swedish
1162  Traditional Chinese
1163  Uighur
1164
1165
1166 Overview of Changes in GTK+ 3.1.12
1167 ==================================
1168
1169 * GtkFontChooserDialog: A newly designed font selection dialog
1170   that is intended to replace GtkFontSelectionDialog
1171
1172 * Drawing of focus rectangles is now optional; it can be turned
1173   off altogether, or until actual keyboard interaction happens,
1174   with the gtk-visible-focus setting.
1175
1176 * OS X: Fixes for 10.7 (Lion)
1177
1178 * Bugs fixed:
1179  407885 A new GtkFontSelectionDialog
1180  508601 Copying from GTK+ applications causes crash
1181  599664 The print dialog should not block while looking for an...
1182  645258 Add gtk_text_iter_assign API
1183  649567 hide focus rectangles when not keynavigating
1184  652991 Remove local copy of introspection.m4
1185  653817 Would like GtkGrid methods to insert rows/columns
1186  653964 Installing MinGW32 build misses gdk/win32 headers
1187  655074 Fix crash with undecorated windows on MacOS Lion
1188  655122 Crash when resizing window on MacOS Lion
1189  655173 small memory leak in GtkStyleProperty
1190  655495 Make X11-specific functions introspectable
1191  655496 X11-specific objects methods are introspected as static functions
1192  655545 condition can never be true in gtk_tree_view_real_set_cursor
1193  655822 Removal of GSettings key causes crash on upgrades
1194  656098 Tweak GtkAppChooser's short description
1195  656421 3.1.10: G_DISABLE_DEPRECATED detection breaks compilation
1196
1197 * Translation updates
1198  Brazilian Portuguese
1199  Bulgarian
1200  Russian
1201  Spanish
1202  Swedish
1203  Traditional Chinese
1204
1205
1206 Overview of Changes in GTK+ 3.1.10
1207 ==================================
1208
1209 * Assorted file chooser improvements/redesign:
1210  - Remove the expander in Save mode
1211  - Move the path bar up in Save mode
1212  - Remember the last opened directory
1213  - Start in recently-used mode when no folder is set
1214  - Update recent-files when confirming in the file chooser
1215
1216 * Accessibility:
1217  - Gail has been merged into GTK+ and is no longer a module
1218  - A testsuite for a11y functionality has been added
1219
1220 * Theming:
1221  - Icon view cells can now have a border
1222
1223 * GtkMountOperation can now show processes on OpenBSD
1224
1225 * Gdk input devices now expose their XInput2 device ID
1226   via gdk_x11_device_get_id()
1227
1228 * Bugs fixed:
1229  653450 gtkfilechooser crashes when adding favorite
1230  653705 GtkAssistant doesn't notice destroyed pages
1231  653947 Crash in gdk/x11/gdkdevicemanager-xi2.c:get_event_window
1232  654125 gdkoffscreenwindow set any impl handlers to null...
1233  654179 iconview: make it possible for selected cells to render...
1234  654428 focusable labels are emitting inappropriate object:text-sel...
1235  654678 Message dialog's primary text font increases on every call...
1236  654695 Memory corruption in gtk_theming_engine_register_property()
1237  654720 void return issues cause compile issues for GTK 3.1.8
1238  655009 Clamp border radius following CSS specs
1239  654266 No longer possible to set empty text on a GtkProgressBar
1240
1241 * Translation updates:
1242  Galician
1243  German
1244  Hebrew
1245  Latvian
1246  Lithuanian
1247  Norwegian bokmål
1248  Persian
1249  Polish
1250  Slovenian
1251  Spanish
1252  Uighur
1253
1254
1255 Overview of Changes in GTK+ 3.1.8
1256 =================================
1257
1258 * Theming improvements:
1259   - Multiple colors are now supported
1260   - Support CSS font properties like font-size, font-family, etc
1261   - nth-child works for toolbars too
1262
1263 * Bug fixes:
1264  652506 Improve GtkAssistant button labels
1265  652618 themingengine: shrink the background size to the padding-box
1266  652769 Reordering/removing hidden children in GtkBox results in 100% CPU
1267  653053 Avoid GApplication being released twice...
1268  653191 uninitialized variable in completion_match_func
1269  653333 Assigned value is garbage or undefined in gtktoolpalette.c:565
1270  653512 GtkEntryCompletion: Use a PAGE_STEP macro instead of a magic number
1271  653785 GtkStyleContext ignores style classes when getting style properties
1272
1273 * Translation updates:
1274  Belarusian
1275  Dutch
1276  Galician
1277  Hebrew
1278  Norwegian bokmål
1279  Persian
1280  Slovenian
1281  Spanish
1282
1283 Overview of Changes in GTK+ 3.1.6
1284 =================================
1285
1286 * GtkOverlay is a new container that allows to place one or more
1287   'overlay' widgets on top of another widget. This can be used
1288   for 'floating statusbars' and similar interfaces.
1289
1290 * GtkLockButton has been simplified in appearance to look like
1291   a normal button
1292
1293 * GtkNotebook now supports height-for-width layout
1294
1295 * Accessibility for menuitems and combo boxes has been restored
1296
1297 * The horizontal and vertical subclasses of GtkBox, GtkPaned,
1298   GtkSeparator, GtkScrollbar, GtkScale and GtkButtonBox have
1299   been deprecated
1300
1301 * The print dialog can now display color profile information
1302
1303 * Many enhancements and fixes to CSS theming
1304  - The CSS parser has been rewritten with the goal of better
1305    CSS compliance and improved error handling
1306  - A testsuite for the parser has been added
1307  - Attributes can be inherited from parent widgets
1308  - Shorthand properties are supported
1309  - Color and font attributes are now inherited
1310  - Borders and padding are now handled much more consistently,
1311    and border-radius support is more complete
1312  - text-shadow, box-shadow and icon-shadow attributes are now
1313    supported
1314  - nth-child works for boxes
1315
1316 * Bug fixes:
1317  353712 allow reducing selection in GtkLabel
1318  576492 GtkBuilder does not respect G_PARAM_CONSTRUCT properties
1319  624539 Keep track of last focused window
1320  634491 gtk_tree_path_append_index() is linear in the number of indices
1321  634994 Explicitly declare internal reserved bits in GdkModifierType
1322  641087 Wish: GtkApplication::window-added signal
1323  642768 Make tracker search backend a bit less verbose
1324  642773 Make file search non-case sensitive
1325  642929 GtkFileChooserDialog with GTK_FILE_CHOOSER_ACTION_CREATE_...
1326  644906 gtkimcontextime.c: NULL pointer reference
1327  646859 GtkCssProvider.load_from_data introspection
1328  649314 Add support for the text-shadow property
1329  649779 Add missing gtk_widget_override_* annotations
1330  649972 Crash when loading an ui file with an empty GtkGrid
1331  649979 Argument count TypeError from Gtk.TreeView.enable_model_drag_...
1332  650012 GtkAppChooser* documentation does not document the content_type
1333  650110 Add sanity check in GtkEntryCompletion
1334  650114 gtk_entry_set_completion does not destroy idle source
1335  650167 Unused variable in GtkEditable example code
1336  650202 Optimization in theme_subdir_load (gtkicontheme.c)
1337  650302 Combo box menu items should expose their displayed text
1338  650382 GtkButton uses wrong values in grab
1339  650418 menu: don't use the border as a padding value
1340  650420 all: avoid boxed structs copying where possible
1341  650424 treeview: theming-related fixes
1342  650530 GtkAssistant beautification patches
1343  650664 gtkstatusbar: gtk_misc_set_alignment () function replacement
1344  651194 Should support border-image as a shorthand property
1345  651706 gdk: Update keysyms list from latest X.org headers
1346  651707 Move private functions to private headers
1347  651734 GtkLockButton: symbolic icon is fuzzy
1348  651979 compose-parse.py can not work with the newest gdkkeysyms.h...
1349  652045 file open dialog refuses to open or complete non-local files
1350  652102 Issues when redrawing multiple GdkWindows
1351  652103 Add a GtkPrinterOptionWidget type of label to just show info...
1352  652282 build: fix win32 configure checks
1353
1354  * Updated translations
1355  Catalan (Valencian)
1356  Esperanto
1357  Galician
1358  Hebrew
1359  Norwegian bokmål
1360  Slovenian
1361  Spanish
1362
1363
1364 Overview of Changes in GTK+ 3.1.4
1365 =================================
1366
1367 * GtkAssistant has received a visual refresh; as a side-effect,
1368   the various image properties are no longer used
1369
1370 * GtkTextView can now handle RGBA colors
1371
1372 * GtkFileChooser now remembers the last opened directory
1373
1374 * GtkLockButton is a new widget to control dialogs with
1375   PolicyKit (or other) permissions
1376
1377 * Size allocation changes:
1378  - GtkPaned and GtkMenuBar now do height-for-width
1379  - GtkAccelLabel is smarter about hiding the accel if too small
1380  - GTK+ now warns if widgets are under-allocated; this
1381    may cause considerable noise, it will be turned off
1382    before the next stable release
1383  - Label size allocation has been reworked, check your labels
1384  - No longer try to guess the size of labels; this makes
1385    it more important to give windows reasonable default
1386    sizes or set width-chars/max-width-chars on labels
1387  - The computation of initial window size has been reworked,
1388    check your windows
1389
1390 * A test framework for mozilla-style reftests has been added
1391
1392 * GDK Broadway backend changes:
1393  - Improved key event handling
1394  - Make resize grips work
1395  - Make window close buttons work
1396  - Stream data over websocket
1397
1398 * Bugs fixed:
1399  618815  mnemonics aren't displayed when Alt is already pressed...
1400  626457  Add a lock button widget
1401  626503  Critical warning in GtkTreeView
1402  642214  GTK+ 3.0 fails to compile caused by linking with libuuid...
1403  644426  GNOME-wide default to remember last folder
1404  646517  "Sending message (completed)" ellipsized in French
1405  646876  Free MenuPopulateData struct in all the cases.
1406  647284  GtkLabel does not honor width-chars anymore.
1407  647790  GtkMenuShell: don't leak a GSList
1408  647806  gtk_combo_box_set_active_id() nit picks
1409  647962  Desensitize "Select All" when GtkEntry is empty
1410  648136  design refresh for gtkassistant
1411  648419  crash in remove_capslock_feedback at gtkentry.c...
1412  648570  Mnemonics don't show under some letters
1413  648943  Drop the last remaining translated g_warning/g_error calls
1414  649295  gtkdnd: Add API that takes GIcon
1415  649313  gdk_window_set_cursor() sets cursor for random set of devices
1416  649457  probable leak in icon theme
1417  649593  GtkProgressBar theming fixes
1418
1419 * Translation updates:
1420  Galician
1421  Greek
1422  Lithuanian
1423  Luganda
1424  Spanish
1425  Uighur
1426
1427
1428 Overview of Changes in GTK+ 3.1.2
1429 =================================
1430
1431 * Theming fixes and enhancements
1432  - GtkNotebook has an initial-gap style property
1433  - GtkNotebook tab drawing fixes
1434  - Fix problems with transparent backgrounds in panel applets
1435  - Style classes for 'inline' and 'primary' toolbars and sidebars
1436  - Dark theme information is made available to window managers via
1437    the _GTK_THEME_VARIANT property
1438  - Improved rendering of insensitive text
1439  - Support non-uniform border withs in the default engine
1440  - Fix prelight on treeview expanders
1441  - Make it possible to give combo boxes, buttons, entries a
1442    uniform height
1443
1444 * GtkEntry supports 'hinting'
1445
1446 * GtkExpander can resize toplevel windows when expanding
1447
1448 * GtkGrid supports RTL flipping
1449
1450 * GtkStatusIcon reads the _NET_SYSTEM_TRAY_ICON_SIZE property
1451   to get information about the preferred icon size
1452
1453 * To help with debugging of rendering problems, GDK consults
1454   the GDK_RENDERING environment variable. Possible values include
1455   'similar', 'image' and 'recording'
1456
1457 * Fix some problems with XI2 and input methods
1458
1459 * New, experimental GDK backends:
1460  - broadway, which targets HTML5
1461  - wayland, which targets the wayland display server
1462  To build these backends, use the --enable-broadway-backend
1463  and --enable-wayland-backend configure options.
1464  To use them at runtime, set the GDK_BACKEND environment variable
1465  to 'broadway' or 'wayland'. Other backend-specific setup may
1466  still be required, such as running a wayland server.
1467
1468 * Bugs fixed:
1469  440963 Add hinting to GtkEntry
1470  635254 Check whether a resolution is set in GtkPrintSettings...
1471  639584 initial emission of GtkWidget:style-set is not happening
1472  640692 GtkNotebook has wrong background colour when border and...
1473  642712 improve the file chooser design
1474  642918 Sensitivity of buttons sometimes screws up
1475  643805 Allow GtkExpander to resize the toplevel upon expanding...
1476  643841 Make initial gap before the first tab of the notebook...
1477  644276 paned: don't set the "pane-separator" style class...
1478  644348 notebook: make GtkNotebook respect the focus-padding...
1479  644353 Missing annotations in Gtk/Gdk Window...
1480  644355 credits toggle inconsintency
1481  644570 handles with a background image don't work
1482  644777 range: allow stepper-spacing > 0 and trough-under-...
1483  644836 gdk_keyval_to_unicode returns incorrect value...
1484  644847 GdkDeviceManagerXI2: process send_event core events
1485  644925 widget: reset widget style after applying style classes...
1486  644975 styleproperties: make sure to merge the font...
1487  644976 Fix "backspace", "enter", "escape" input.
1488  645057 ./configure fails on gtk+3.0 git head
1489  645134 switch: fix boundaries for the switch motion
1490  645172 radiobutton: don't forget to set the insensitive state...
1491  645176 Closing display causes segfault
1492  645232 symbolic status icons are the wrong size
1493  645234 Leaky calls to gdk_device_manager_list_devices()
1494  645235 Free the motion hint infos in GdkDisplay
1495  645236 Don't leak translate queue in GdkDisplay
1496  645341 pre dialog set CAPSLOCK is ignored.
1497  645354 window: Export theme variant to X11
1498  645405 themingengine: don't hardcode white to draw insensitive...
1499  645458 styleproperties: don't replace when merging...
1500  645937 Drawing model docs are outdated
1501  645960 GtkTreeSelection has no property to set mode
1502  646338 gdk_x_io_error() should call _exit(), not exit()
1503  646446 gtkprintunixdialog.c: set_cell_sensitivity_func leaks badly
1504  646457 Leak in gtkfilechooserdefault.c: search_selected_foreach...
1505  646458 Leak in gtkfilechooserdefault.c: list_row_activated
1506  646460 Weirdness in gtkfilechooserbutton.c: set_info_get_info_cb
1507  646461 Leak in gtkfilechooserbutton.c: model_free_row_data
1508  646462 Leak in gtkappchooserbutton.c: select_application_func_cb
1509  646500 GTK+ 3.1 causes terminals to start up with 0 height
1510  646815 Ref leak in gtk_color_button_clicked
1511  646882 Theming fixes for GtkButton and GtkCombobox
1512  646886 Do not leak list when drawing notebook.
1513  647086 Mismatched style_context_[save/restore] calls
1514  647152 Assertion `GTK_IS_PRINTER (printer)' failed...
1515  647244 Toggling the 'Deletable' option under the general...
1516  647275 Opening messages in Evolution and Empathy...
1517  647278 Small cleanup in statusbar
1518  647594 README link to mailing list is broken
1519  554057 Calling gtk_menu_shell_select_item() on GtkMenuBar...
1520
1521 Updated translations:
1522  Afrikaans
1523  Assamese
1524  Bengali
1525  Brazilian Portuguese
1526  British English
1527  Bulgarian
1528  Catalan
1529  Czech
1530  Danish
1531  Dutch
1532  French
1533  Galician
1534  German
1535  Greek
1536  Hindi
1537  Hungarian
1538  Indonesian
1539  Japanese
1540  Korean
1541  Kurdish
1542  Portuguese
1543  Romanian
1544  Russian
1545  Serbian
1546  Simplified Chinese
1547  Slovenian
1548  Spanish
1549  Swedish
1550  Traditional Chinese
1551  Uighur
1552  Ukrainian
1553
1554
1555 Overview of Changes in GTK+ 3.0.2
1556 =================================
1557
1558 * GtkSettings have been made multi-backend-safe
1559
1560 * Many improvements to themability and the default theme
1561  - GtkScale slider theming can adjust to scale marks, using style classes
1562  - A new style class for 'primary' toolbars
1563  - Widget style classes can now be specified in GtkBuilder files
1564  - Improved scrollbar drawing
1565  - Improved combobox drawing
1566  - Improved spinbutton drawing
1567  - Improved switch drawing
1568  - Improved checkbutton drawing
1569  - Improved menu drawing
1570  - Improved notebook tab drawing
1571
1572 * Bugs fixed:
1573  643041 Gtk-CRITICAL **: gtk_render_slider: assertion `height > 0'...
1574  643131 gtk_tray_icon_dispose
1575  643170 gtk_file_chooser_set_filename does not work if "Show hidden...
1576  643216 Extraneous emits of GdkScreen::monitors-changed
1577  643321 Keypresses in window contextual menu go through to app
1578  643347 consider allowing style data in builder data
1579  643370 gtk_style_context_get_font return NULL
1580  643440 gdkconfig.h included in tarball
1581  643496 GtkDialog does not use separators any more. Description is...
1582  643543 App Chooser classes abort if no content-type is given
1583  643584 crash in gdk_event_free()
1584  643630 Tabs disappear from notebook on scrolling back and resizing...
1585  643685 Normalise marks positions internally in GtkScale
1586  643911 Inactive tab content allocation should respect tab-overlap
1587  643912 Tab allocation should respect tab-curvature
1588  643925 Mouse wheel is following URLs
1589  643967 Add a style property to flip rendering order
1590  644089 treeview: propagate the selected state from the row
1591
1592 * Translation updates:
1593  Esperanto
1594  German
1595  Latvian
1596  Portuguese
1597  Russian
1598  Simplified Chinese
1599  Slovenian
1600  Spanish
1601  Ukrainian
1602
1603
1604 Overview of Changes in GTK+ 3.0.1
1605 =================================
1606
1607 * A autoconf macro, GTK_CHECK_BACKEND, has been added
1608   to allow easy checking for certain gdk backends
1609
1610 * A number of memory leaks and segfaults involving accessibility
1611   have been fixed
1612
1613 * Bugs fixed:
1614  586201 GtkLinkButton doesn't implement neither HyperLink nor...
1615  599907 Gail implementation of atk_add_key_event_listener return...
1616  626730 Check menu item does not set indeterminate state
1617  630971 gailstatusbar attempts to cast a GtkHBox to a GtkBin
1618  633291 Handle Shift-keys in X11 gdk_test_simulate_key()
1619  642213 gtk_widget_render_icon_pixbuf fails with non-standard...
1620  642263 undefined reference to "GTK_IS_SOCKET" and "GTK_IS_PLUG"
1621  642541 Missing semi-colon in gtkseparatormenuitem.c
1622  642677 "migrating" guide not in sync with GTK+ 3.0
1623  642681 gtk_combo_box_text_get_active_text doesn't work as stated
1624  642751 Typo in migrating-2to3.xml
1625  642771 Fix tiny leak in tracker backend
1626  642772 GTK does not correctly process input sent via SendInput...
1627  642778 TextView broken for large files
1628  642782 gail_misc_buffer_get_run_attributes doesn't set background-gdk...
1629  642791 Fix a typo in gtk_socket_notify
1630
1631
1632 * Translation updates:
1633  Bengali India
1634  British English
1635  Bulgarian
1636  Hebrew
1637  Hungarian
1638  Korean
1639  Norwegian bokmål
1640  Punjabi
1641  Spanish
1642  Uighur
1643  Ukranian
1644  Vietnamese
1645
1646
1647 Overview of Changes in GTK+ 3.0.0
1648 =================================
1649
1650 * Library sonames have been changed from libgdk-3.0 and libgtk-3.0
1651   to libgdk-3 and libgtk-3.
1652
1653 * Bugs fixed:
1654  632775 Back / Forward button's icons don't respect RTL settings
1655  639846 GdkEventScroll events are sent twice
1656  639945 Gtk.Widget does not have drag_* methods (but in pygtk it did)
1657  640801 Crash gtk_tree_view_reset_header_styles at gtktreeview.c:11871
1658  641196 Fix another GtkFixed regression, in gtk_fixed_forall()
1659  641302 show something nicer than XF86AudioMute etc
1660  641367 [region] gnome-applications ignore layout switching
1661  641409 not chaining up in ::style-updated
1662  641429 Errors creating a GtkWidget without a display
1663  641431 Apply button goes grey after two mode switching
1664  641517 "Migrating from libunique to GtkApplication" examples do not do...
1665  641558 GtkCssProvider leaks path string
1666  641621 Use faster new G_VALUE_COLLECT_INIT variant instead...
1667  641640 Update autotools configuration
1668
1669 * Translation updates:
1670  Arabic
1671  English
1672  Galician
1673  Hebrew
1674  Korean
1675  Norwegian bokmål
1676  Polish
1677
1678
1679 Overview of Changes in GTK+ 2.99.3
1680 ==================================
1681
1682 * This release adds some forgotten padding to class structs,
1683   and thus breaks ABI for a last time before 3.0
1684
1685 * Many Introspection annotation improvements
1686
1687 * We no longer build the gtk-update-icon-cache utility, and
1688   use a preexisting one, if --enable-gtk2-dependency is passed
1689   to configure
1690
1691 * GtkBuilder can now fill GtkComboBoxText and GtkMenToolButton
1692   widgets with data, as well as GtkFileFilters and GtkTextTagTables
1693
1694 * GtkImage now has a ::use-fallback property to allow generic
1695   fallback with GIcons and icon-names (e.g. for symbolic icons)
1696
1697 * There's a new gtk_text_view_get_cursor_locations() to enable
1698   popup-at-cursor functionality
1699
1700 * The application chooser widgets can now set a custom
1701   dialog heading
1702
1703 * The file chooser and application chooser widgets have received
1704   minor visual improvements
1705
1706 * gtk-auto-mnemonics is now backed by an XSetting
1707
1708 * Defaults for GtkSettings, as well as theme-specific settings,
1709   are now read from key files
1710
1711 * Key themes are now supported again, their syntax has been changed
1712   to be CSS-like
1713
1714 * More objects use GtkStyleContext directly now:
1715   GtkTreeView
1716   GtkIconView
1717   GtkCellArea
1718   GtkCellRendererText
1719   GtkCellRendererPixbuf
1720   GtkCellRendererAccel
1721   GtkCellRendererProgress
1722
1723 * GtkPlug and GtkSocket have been reduced to X11-specific API, and
1724   using them requires including the <gtk/gtkx.h> header, and uses
1725   of GdkNativeWindow in their APIs have been replaced by the X11
1726   Window type.
1727   A number of other API changes were necessary in GDK to ensure
1728   that multiple GDK backends can coexist:
1729   - GdkNativeWindow has been dropped
1730   - The GdkEventOwnerChange owner field is a GdkWindow now
1731   - The GdkEventSelection requestor field is a GdkWindow now
1732   - The GtkWidget::client_event vfunc is gone
1733   - GdkEventClient is gone, together with related API:
1734     gdk_add_client_message_filter
1735     gdk_display_add_client_message_filter
1736     gdk_screen_broadcast_client_message
1737     gdk_event_send_client_message
1738     gdk_event_send_client_message_for_display
1739     gdk_event_send_clientmessage_toall
1740   - gdk_drag_get_protocol_for_display has been changed to
1741     gdk_window_get_drag_protocol
1742
1743 * Migration guide and tutorial and other documentation improvements
1744
1745 * Bug fixes
1746  322926 FileChooser: Alt-Shift-Down should work like Alt-Down
1747  351755 GTK_RANGE (range) -> round_digits should be exposed...
1748  586635 gtk_info_bar_add_button() should return GtkButton*
1749  590459 Text is sometimes not pasted at the right location
1750  598952 Implement object attribute to expose toolkit/source
1751  626336 Warning when activating GtkButton outside of an event...
1752  634677 assertion in finalize assuring that buffer is NULL...
1753  635287 Specify packages when generating GIR
1754  636691 Rendering icons with prelight state doesn't...
1755  638920 gail should provide toolkit as an AtkAttribute
1756  639139 Subclassing GtkIconView broken lately in master
1757  639186 gtk_paper_size_new fails to recognize valid name
1758  639325 Generated introspection broken
1759  639380 Critical warnings when detaching tab
1760  639455 accel cell renderer critical warning
1761  639520 Update docs about colormap to use visual instead.
1762  639531 No error is given when attempting to save to "nonexistent...
1763  639625 Crashes on dereferencing a NULL GtkBorder.
1764  639750 Support css3 colors
1765  639754 Must widget class names begin with uppercase letter?
1766  639767 password not accepted in gnome-screensaver dialog
1767  639792 Regional panel: "Add" dialog: combos not sorted
1768  639822 Synthesized button2/button3 does not transfer source_device
1769  639845 insensitive and separator items in comboboxes not working...
1770  639931 gtk_application_add_window() docs should mention window destr...
1771  639949 pygobject leaks references on GtkWindows
1772  640005 removable media dialog should use app names
1773  640006 choose app dialog shows other apps by default
1774  640011 Selects application on cancel
1775  640105 Crash showing a offscreen window with a textview inside
1776  640161 GtkFileChooserWidget 0xbbf6c0 is mapped but visible=1...
1777  640188 gdk_pixbuf_get_from_drawable missing from migration guide
1778  640195 gdk_cairo_create gets cairo context with badly clipped...
1779  640282 insensitive, active check button becomes sensitive
1780  640313 BadDevice X error when ungrabbing a SLAVE device
1781  640391 Display lines between rows when window is focused
1782  640487 crash on gtk_statusbar_remove_all()
1783  640698 Incompatibility in 'matched-selected' signal invocation
1784  640712 GtkAssistant fonts are too big
1785  640744 mount-operation: don't show the dialog until the tree...
1786  640902 X11 headers included by default in public headers
1787  640965 XCompose does not work with GTK+ 2.99.x
1788  640983 GtkSettings: Fix theme not updating for dark theme
1789  640999 GtkSpinner Class check macro is invalid
1790  641023 assertion `hash_table != NULL' failed in gtkplug.c
1791  641039 Cannot expand/collapse nodes by mouse
1792  641042 assertion `G_IS_OBJECT (object) in gdkevents.c
1793  641059 Fix several bugs handling GtkTrayIcon symbolic colors
1794  641073 Please be consistent with GtkEntryCompletion
1795  641176 Fix crash in gtk_fixed_remove()
1796
1797 * Translation updates
1798  Arabic
1799  Basque
1800  Catalan
1801  Chinese
1802  Esperanto
1803  Estonian
1804  Galician
1805  German
1806  Greek
1807  Hebrew
1808  Italian
1809  Kazakh
1810  Norwegian bokmål
1811  Persian
1812  Punjabi
1813  Spanish
1814  Uighur
1815
1816
1817 Overview of Changes in GTK+ 2.99.2
1818 ==================================
1819
1820 * More widget are using GtkStyleContext directly:
1821  GtkToolItemGroup, GtkMenuItem, GtkImageMenuItem, GtkMenu,
1822  GtkTearoffMenuItem, GtkCheckMenuItem, GtkMenuShell
1823
1824 * gtk-builder-convert now accepts a --target-version option
1825
1826 * Bug fixes:
1827  637965 GtkTreeCellDataFunc called with a wrong column arguments
1828  639127 Misc Win32 GDK building problems
1829  639157 GtkOrientable should add/remove "horizontal" and "vert...
1830  639209 Allow toggling the GtkSwitch by clicking the handle
1831  639286 include gtk/gtktextattributes.h not installed
1832  639327 gtk-builder-convert needs to convert gtkcomboboxentry...
1833
1834 * Translation updates:
1835  Arabic
1836  Basque
1837  Hebrew
1838
1839 Overview of Changes from GTK+ 2.99.0 to 2.99.1
1840 ==============================================
1841
1842 * More widgets are using GtkStyleContext directly:
1843   GtkColorButton, GtkColorSelection, GtkHSV,
1844   GtkFontSelection, GtkPrintUnixDialog, GtkImage,
1845   GtkLayout, GtkViewport, GtkTextDisplay, GtkTextUtil,
1846   GtkCalendar
1847
1848 * GtkBuilder support has been added for setting menus
1849   on GtkMenuToolButtons and for adding tags to
1850   GtkTextTagTable as well as adding items to
1851   GtkComboBoxText
1852
1853 * Bug fixes:
1854  350618 start rubber banding on "white space"
1855  612918 Support disabling X11 extensions
1856  635687 problem with pygtk or gtk with gtk.Plug and gtk.Socket...
1857  638017 GtkTextView: Crash in gtk_text_view_set_tabs()
1858  638119 GtkSpinner animation not correctly stopped...
1859  638880 Need a setter for has_user_ref_count
1860  639030 Small cleanup in gailtextview code.
1861  639047 Fix remaining usage of g[dk]ktargetlib.
1862  639079 Obtain the fg color from the renderer
1863  639105 Port GtkTextDisplay to StyleContext.
1864  639106 New CSS style misses distinction between "selected focused"...
1865  639127 Misc Win32 GDK building problems
1866  639157 GtkOrientable should add/remove "horizontal" and "vertical"...
1867
1868 * Translation updates:
1869  British English
1870  Galician
1871  Hebrew
1872  Indonesian
1873  Spanish
1874
1875
1876 Overview of Changes from GTK+ 2.91.7 to 2.99.0
1877 ==============================================
1878
1879 * Deprecations and removals:
1880  - Long-obsolete linuxfb-related GtkWindow APIs have been dropped
1881  - All remaining G_SEALed struct members have been removed
1882  - GtkThemeEngine has been removed
1883  - gdk_display_get_window_at_device_position() has been renamed to
1884    gdk_device_get_window_at_position()
1885  - gdk_display_get_device_state() has been renamed to
1886    gdk_device_get_position()
1887  - gdk_device_set_source() has been dropped
1888  - gdk_set_pointer_hooks(), gdk_display_set_pointer_hooks() and
1889    gdk_display_set_device_hooks() have been removed
1890  - The deprecated GtkNotebook:tab-pack child property has been removed
1891  - The deprecated gtk_quit_add() functions have been removed
1892  - The GtkRange update-policy facility has been removed
1893
1894 * The gtk-update-icon-cache and gtk-builder-convert utilities have
1895   been renamed back to their un-suffixed names. Distributions will
1896   have to resolve the conflict between GTK+ 2.x and 3.0 packages
1897   by dropping one set of the utilities and adding a dependency.
1898
1899 * It is now possible to include multiple GDK backends in a single
1900   library. The --with-gdk-backend option has been split into separate
1901   --enable-{x11,win32,quartz}-backend options.
1902
1903 * The GDK Quartz backend has been ported to the new GDK backend API
1904
1905 * A number of widgets have been ported to use GtkStyleContext directly:
1906   GtkAccelLabel, GtkArrow, GtkSeparator, GtkSpinButton, GtkMessageDialog,
1907   GtkFrame, GtkEventBox, GtkScrolledWindow, GtkProgressBar, GtkEntry,
1908   GtkFileChooserEntry, GtkSwitch, GtkHandleBox, GtkToolbar, GtkFixed,
1909   GtkToolPalette, GtkAboutDialog, GtkAssistant, GtkTrayIcon, GtkPaned,
1910   GtkToolButton, GtkSocket, GtkRecentChooser, GtkTooltip, GtkPathBar,
1911   GtkWin32EmbedWidget, GtkCellView, GtkDialog, GtkDrawingArea, GtkPlug,
1912   GtkEntryCompletion, GtkFileChooserButton, GtkFileChooser, GtkHandleBox,
1913   GtkLinkButton, GtkOffscreenWindow
1914
1915 * Various problems with width-for-height geometry management have been
1916   fixed in GtkAlignment, GtkCheckButton, GtkBin
1917
1918 * The GtkComboBox, GtkIconView and GtkCellView widgets have been ported
1919   to use GtkCellArea for their cell layouts
1920
1921 * The cups print backend can now send print jobs directly in PDF if
1922   cups supports it
1923
1924 * GtkNumerableIcon is a variant of GEmblemedIcon for using numbers
1925   as emblems
1926
1927 * Bugs fixed:
1928  144324 Leaking dnd contexts with XDnD
1929  165987 unsets DESKTOP_STARTUP_ID
1930  307963 GtkSpinButton clamps value with the wrong maximum.
1931  321958 gtk.Calendar Notes should also say the format of year
1932  533745 Segfault on gdk.DragContext.drag_get_selection()
1933  553404 Out-of-date comment in gtk_text_view_add_child_in_window()
1934  559503 Description should mention gregorian
1935  560177 Applications should send print jobs to CUPS in PDF format...
1936  562182 gtk_init() docs inaccurate
1937  599130 Ending a drag using space or enter doesn't always cause a...
1938  617312 Move documentation to inline comments: GtkDialog
1939  617315 Move documentation to inline comments: GtkDrawingArea
1940  617322 Move documentation to inline comments: GtkEntryCompletion
1941  617327 Move documentation to inline comments: GtkExpander
1942  617471 Migrate API docs from templates to source files...
1943  621720 Use $(AM_V_GEN) to silent the build a bit.
1944  622125 Note that gtk_show_uri needs gvfs to spawn URLs
1945  629955 Deprecate/remove gtk_main and gtk_init_add/remove* API
1946  633795 gdk_event_get_state wrongly extracts GDK_PROPERTY_NOTIFY...
1947  634711 Xlib warning when RANDR is missing
1948  635299 add gtk_selection_data_get_data_with_length API...
1949  637691 Eating events breaks proxied DND
1950  637721 gtk 2.91.6 issue with gtkcellrendererprogress
1951  637736 [GtkAboutDialog] Newlines are ignored in translator-credits
1952  637763 [GtkAboutDialog] no longer display contact link
1953  637834 gtk_widget_verify_invariants: relax toplevel checks
1954  637849 Shell segfaults when unicode characters after U+00FF...
1955  637895 gdk_pointer_grab() deprecated comment is not helpful enough
1956  637907 gtkwindow.h includes a private header
1957  637910 GtkSpinner - does not animate
1958  637958 print dialog doesn't fit on netbook screen size
1959  637974 Gtk+ 2.91.7 build of introspection fails
1960  638179 in draw signal handle call gtk_style_context_add_provider...
1961  638193 GtkSpinButton documentation out of date
1962  638231 GtkSwitch states translation
1963  638386 gdk_x11_display_init_input careless
1964  638580 'application' window's property released too late
1965  638608 gtkenums: add GTK_STATE_FLAG_NORMAL = 0
1966
1967 * Updated translations:
1968  Estonian
1969  Kurdish
1970  Norwegian bokmål
1971  Punjabi
1972  Spanish
1973  Swedish
1974  Uighur
1975
1976
1977 Overview of Changes from GTK+ 2.91.6 to 2.91.7
1978 ==============================================
1979
1980 * The treeview-refactor branch has been merged, bringing more
1981   flexible cell arrangement with GtkCellArea, GtkCellAreaBox, etc
1982
1983 * The gdk-backend branch has been merged. This branch cleans up the
1984   internal frontend/backend separation in GDK, with the ultimate goal
1985   of allowing to build a single gdk library that contains multiple
1986   backends (interesting combinations are x11+wayland or quartz+x11).
1987
1988   For now, GDK is still restricted to a single backend, but
1989   as a first step, the libraries no longer include the backend name
1990   in their soname, but are just libgdk-3.0.so and libgtk-3.0.so.
1991
1992   Only the x11 backend has been kept up to date with this cleanup
1993   work, other backends are broken in this release.
1994
1995 * Deprecations and removals:
1996  - G_SEALed struct members have been removed from GtkWindowGroup,
1997    GtkDrawingArea, GtkTreeStore, GtkTreeModelSort, GtkTreeSelection,
1998    GtkSocket, GtkPrintJob, GtkSelectionData
1999  - Input device handling:
2000    - gdk_display_list_devices, gdk_display_get_core_pointer,
2001      gdk_input_set_extension_events, gtk_widget_set_extension_events,
2002      gdk_devices_list have been removed
2003    - gdk_display_warp_device has been replaced by gdk_device_warp
2004    - gdk_enable_multidevice has been replaced by gdk_disable_multidevice
2005  - Drag-and-Drop:
2006    gdk_drag_context_new, gdk_drag_find_window and gdk_drag_get_protocol
2007    have been removed
2008  - Property handling:
2009    Functions that deal with X11-specific encodings such as Compound Text
2010    have been moved to backend-specific API:
2011    gdk_string_to_compound_text[_for_display],
2012    gdk_utf8_to_compound_text[_for_display], gdk_free_compound_text,
2013    gdk_text_property_to_text_list[_for_display], gdk_free_text_list,
2014    gdk_text_property_to_utf8_list
2015  - Foreign windows:
2016    Functions for dealing with GdkWindow wrappers around foreign
2017    windows have been moved to backend-specific API.
2018  - Application launching:
2019    The gdk_spawn_* APIs have been removed, since they were trivial
2020    wrappers around g_spawn_* on most platforms and can be replaced
2021    by GIO GAppInfo APIs.
2022  - Misc. other functions: gdk_net_wm_supports, gdk_set_locale,
2023    gdkx_visual_get have been either removed, gdk_set_sm_client_id
2024    has been moved to backend-specific API.
2025
2026 * A number of GTK+ widgets have been ported to use GtkStyleContext
2027   directly for rendering
2028
2029 * The tracker search backend for the file chooser has been updated
2030   to work with libtracker-sparql as available in tracker >= 0.9
2031
2032 * The GtkAboutDialog has been given a facelift. It no longer
2033   opens second-level dialogs
2034
2035 * The GDK X11 backend now uses XI2 (including multi-device capabilities)
2036   by default. Use gdk_disable_multidevice() to switch back to the
2037   XI1/Core implementation
2038
2039 * Bug fixes:
2040  629923 Consider always calling unmap() when unsetting MAPPED flag
2041  634657 Dynamically attached calendar does not respond to mouse clicks
2042  635401 Setting conflict warning does not disappear when conflict is fixed
2043  636732 Gtk+ fails to build
2044  636777 Leak in gtk_css_provider_get_named
2045  637018 Add checks for id-column/entry-text-column >= 0
2046  637069 Custom print settings set in custom-widget-apply are lost
2047  637155 Remove vestiges of support for themes using XSHAPE
2048  637156 Optimize gtk_widget_shape_combine_region (widget, NULL, ...)
2049  637189 gtk_cell_renderer_spin_start_editing uses g_ascii_strtod but...
2050  637243 docs: fix link failure on gtk-doc scanner binaries
2051  637256 gtkstylecontext: fix typos in annotations
2052  637464 Fix GdkWindowFilter internal refcounting
2053  637471 GTK2_RC_FILES should be renamed to GTK3_RC_FILES
2054  637520 Gtk+ seems to have broken Mutter
2055  637606 Missing out annotations for gtk_accelerator_parse and...
2056  637608 Problems with the new AboutDialog
2057
2058 * Translation updates:
2059  Estonian
2060  Hebrew
2061  Kazakh
2062  Norwegian bokmål
2063  Persian
2064  Spanish
2065  Vietnamese
2066
2067
2068 Overview of Changes from GTK+ 2.91.5 to 2.91.6
2069 ==============================================
2070
2071 * Deprecations, cleanups and API changes:
2072  - GdkDrawable and some X11-specific APIs have been removed
2073  - GtkStyle and GtkRcStyle have been deprecated
2074  - The GdkWindowClass enumeration is now GdkWindowWindowClass
2075  - gdk_window_get_geometry lost its depth argument
2076  - The old, unused gtk_decorated_window_... functions have
2077    been removed.
2078
2079 * GtkComboBox has gained an 'active id' property that is
2080   intended for easy binding to settings
2081
2082 * GtkAppChooser: A new family of widgets that allow choosing
2083   an application to open a file. This is strongly based on
2084   the corresponding nautilus dialog, which it is replacing.
2085
2086 * The GtkStyleContext branch has been merged, changing the APIs
2087   that are used to do themed drawing, and the theme engine interfaces.
2088   Among the new classes are GtkStyleContext (replacing GtkStyle) and
2089   GtkCssProvider (replacing the gtkrc parser). The migration guide
2090   contains a chapter about porting from GtkStyle to GtkStyleContext.
2091
2092 * Bugs fixed:
2093  549720 Add a way to hide GtkScale's slider
2094  582557 need open with dialog box to use with IBM's Lotus Notes...
2095  619148 "active ID" properties (GtkComboBox)
2096  636060 use ATK_DEFINE_TYPE where possible
2097  636129 invalid uninstantiatable type `(null)' in cast to `GtkSpinner'
2098  636388 gtk3-demo craches (segfault) when pressing a key in the textarea...
2099  636511 New style override functions do not work on textview
2100
2101 * Updated translations:
2102  Estonian
2103  Galician
2104  Hebrew
2105  Persian
2106  Slovenian
2107  Spanish
2108
2109
2110 Overview of Changes from GTK+ 2.91.4 to 2.91.5
2111 ==============================================
2112
2113 * GtkSwitch: a new widget that provides switch-like on/off functionality
2114
2115 * Deprecations and cleanups:
2116  - GtkCallbackMarshal and GtkFunction have been deprecated
2117  - gtk_init_add has been removed
2118  - The ::size-request signal has been removed
2119  - GtkRuler has been removed
2120
2121 * The default value for the GtkBox::fill property has been changed
2122   back to TRUE
2123
2124 * Bugs fixed:
2125  613942 Deprecate GtkRuler, GtkVruler and GtkHRuler
2126  629955 Deprecate / remove gtk_main and gtk_init_add / remove* API
2127  633324 Stop invoking size-request completely
2128  633896 Printing: Use XDG_DOCUMENTS_DIR as the default location...
2129  634474 infinite loop in gtk_icon_view_accessible_set_adjustment
2130  634558 Selecting "Search" should focus text box for keyboard entry
2131  634592 GtkNotebook doesn't expand (in a typical GtkDialog)
2132  634697 gdk: Add XSetting for "gtk-cursor-blink-timeout"
2133  634821 Fix a BadMatch when create an icon pixmap for an ARGB visual
2134  634987 add a switch widget
2135  635175 Leak in gtk_plug_realize
2136  635253 GtkRadioButton constructors don't mark group as "allow-none"
2137  635307 iconcache: Ensure we don't lose data on power loss
2138  635380 gdk_event_apply_filters is unsafe against changes in filter list
2139  635588 clicking URL to be opened freezes the application for 3-5 seconds
2140  635693 Bad pointer grab bug with GtkMenu/GtkComboBox
2141  635879 Change the gdk_rgba_parse() function to be usable from bindings
2142
2143 * Updated translations:
2144  Arabic
2145  British English
2146  Catalan
2147  Czech
2148  German
2149  Hungarian
2150  Indonesian
2151  Norwegian bokmål
2152  Romanian
2153  Thai
2154  Uyghur
2155
2156
2157 Overview of Changes from GTK+ 2.91.3 to 2.91.4
2158 ==============================================
2159
2160 * Bugs fixed:
2161  609622 disappearing statusicon
2162  631331 window icons don't work anymore
2163  632894 Only show Desktop in file chooser button if there is one
2164  633670 Child minimum/natural size is not respected by GtkScrolledWindow
2165  633762 Correctly convert colors to CSS and deal with librsvg limitations
2166  633915 gtk_button_box_child_requisition() mishandles size allocations
2167  634060 Support for GIcon pixbufs
2168  634338 Move GtkPaned documentation to inline comments
2169  634339 Move GtkProgressBar documentation to inline comments
2170  634340 Move GtkPageSetup documentation to inline comments
2171
2172 * Translation updates
2173  Japanese
2174  Estonian
2175
2176
2177 Overview of Changes from GTK+ 2.91.2 to 2.91.3
2178 ==============================================
2179
2180 * The scrollable interface has gained some extra properties
2181   to influence scrolling behaviour: [hv]scroll-policy
2182
2183 * The size_request vfunc and signal have been deprecated and
2184   are no longer used inside GTK+ itself
2185
2186 * GtkAssistant has added a custom page type that gives full
2187   control of button visibility
2188
2189 * The homogeneous parameter has been removed from gtk_box_new
2190
2191 * Bugs fixed:
2192   61852 GtkTextBuffer needs a case insensitive search
2193  576498 GtkAssistant seals members without adding accessors
2194  612611 auto-mnemonics breaks menu scrolling
2195  633050 need gtk_combo_box_new_with_model_and_entry
2196  633216 Make gdk_rgba_to_string() take a const GdkRGBA
2197  633274 Add error trap around call to XFixesChangeSaveSet()
2198  633374 Port tests to GtkScrollable API...
2199  633500 statusbar labels behind resize grip on startup
2200
2201 * Updated translations:
2202  Catalan (Valencian)
2203  Estonian
2204  Galician
2205  Hebrew
2206
2207
2208 Overview of Changes from GTK+ 2.91.1 to 2.91.2
2209 ==============================================
2210
2211 * GtkApplication has been rewritten. It mostly relies on GApplication
2212   API now. Remaining functions include gtk_application_new() and
2213   gtk_window_set_application()
2214
2215 * A GtkScrollable interface has been added and implemented by all
2216   scrollable widgets. GtkScrolledWindow has ::min-display-width/height
2217   properties to control the minimal size of the content area.
2218
2219 * GtkComboBox changes:
2220  - Popups can be wider than the combo box itself
2221  - The deprecated GtkComboBoxEntry subclass has been removed
2222  - The deprecated combo box text convenience API has been removed
2223
2224 * GtkRecentManager changes:
2225  - Store xbel file in XDG_USER_DATA
2226  - Add gtk_recent_info_create_app_info()
2227  - Add gtk_recent_info_get_gicon()
2228  - Coalesce multiple changes
2229
2230 * GtkIconView allows tree models (ignoring anything below the root level)
2231
2232 * GtkProgressBar, GtkSpinButton, GtkEntry and GtkCalendar no longer have
2233   their own input-output window
2234
2235 * gtk_widget_hide_all() has been removed
2236
2237 * GtkGrid: A legacy-free, height-for-width grid container
2238
2239 * GDK gained a GdkRGBA color struct containing 4 doubles, and various
2240   GdkColor APIs have GdkRGBA counterparts now.
2241
2242 * Bugs fixed:
2243  324899 GtkComboBoxText needs API to remove all items
2244  438318 Deprecate and remove hide_all()
2245  524304 Use XDG_USER_DATA to store the recent files
2246  617174 gtkrecentinfo & GIcon
2247  632381 gtk_combo_box_text_new_with_entry() adds two text cell renderers
2248  632538 Move setting property registration in gtksettings.c
2249  632539 Do not install gtkprivate.h
2250  632677 restore copyright header
2251  632736 change the window class of entry from INPUT_OUTPUT to INPUT_ONLY
2252  632936 gtkcellrenderer gdkrgba changes not correct
2253
2254 * Translation updates:
2255  Arabic
2256  Galician
2257  Hebrew
2258  Japanese
2259  Norwegian bokmål
2260  Spanish
2261  Telugu
2262
2263
2264 Overview of Changes from GTK+ 2.91.0 to 2.91.1
2265 ==============================================
2266
2267 * GTK+ can now add a resize grip to any window. The resize
2268   grip functionality in GtkStatusbar has been removed.
2269
2270 * A very old bug in the handling of geometry widgets has
2271   been fixed, and a way to set geometry in terms of the
2272   geometry widget has been added: gtk_window_resize_to_geometry()
2273
2274 * The GtkFileChooser now uses GSettings to store its settings
2275   instead of the keyfile ~/.config/gtk-2.0/gtkfilechooser.ini
2276
2277 * GtkWrapBox has been dropped from GTK+ again. The widget
2278   will be available in libegg until clear use cases have
2279   been established.
2280
2281 * GtkWidget now has horizontal and vertical expand flags, in
2282   the form of ::hexpand and ::vexpand properties. These flags
2283   are intended to obsolete most custom container-specific
2284   expand child properties, over time.
2285   Expandability is inherited up the widget hierarchy.
2286
2287 * GtkComboBoxEntry has been deprecated in favor of a
2288   ::has-entry property on GtkComboBox.
2289
2290 * The GtkComboBox text convenience API (gtk_combo_box_new_text(), etc)
2291   has been deprecated in favor of a new GtkComboBoxText class.
2292
2293 * GtkLinkButton has gained a ::activate-link signal that
2294   can be used to suppress the default behavior.
2295
2296 * The very outdated tutorial has been dropped from the GTK+ distribution,
2297   and a new 'Getting started' section has been added to the API
2298   documentation that will accumulate tutorial material over time.
2299
2300 * Bugs fixed:
2301   68668 Fix handling of geometry widget
2302  313350 Return type of gtk_accelerator_get_default_mod_mask...
2303  351247 GtkScrolledWindow is mis documented
2304  423201 gtk_combo_box_entry_active_changed does not transform...
2305  563002 Doesn't call 'update-preview' on set_filename
2306  612396 Implement GtkComboBoxText subclass to supersede "text"...
2307  613728 Rationalize GtkTreeView focus
2308  628902 use expand flags to determine window resizability
2309  629722 save_entry_get_info_cb() doesn't behave correctly
2310  629778 Scrolled window does not behave properly with height-for...
2311  629955 Deprecate / remove gtk_main and gtk_init_add / remove* API
2312  630850 Use GSettings for the filechooser settings
2313  630900 GtkCellRendererClass: unify const of GdkRectangle args
2314  631203 Scrolling in GtkTextView can use 100% cpu
2315  631311 Obvious fix for nasty crash in menu code
2316  631473 Fix GTK+3 documentation
2317  631475 Two old GDK_foo key macros left in gdk/quartz/gdkkeys-quartz.c
2318  631599 Allow to use arbitrary surfaces for offscreen windows
2319  631719 Action-based menu accelerators don't synch with GtkMenuItem
2320  631794 Warn when calling gtk_window_parse_geometry() on an empty...
2321  631976 Remove GtkWidgetAuxInfo from GtkScrolledWindow
2322  632059 Move the introduction of the tutorial in the reference
2323  632095 GtkTargetEntry: Add boxed type and constructor
2324  632140 optionally take hotspot coordinates from the pixbuf...
2325  632218 BadMatch when starting gnome-shell
2326
2327 * New or updated translations:
2328  Catalan
2329  Estonian
2330  Galician
2331  Greek
2332  Kazakh
2333  Kikongo
2334  Lithuanian
2335  Punjabi
2336  Slovenian
2337  Spanish
2338
2339
2340 Overview of Changes from GTK+ 2.90.7 to 2.91.0
2341 ==============================================
2342
2343 * The rendering cleanup work has landed. This is a large change that
2344   affects many APIs.
2345   - All gtkstyle functions have been changed to take a cairo_t argument
2346     instead of a window + area.
2347   - GdkPixmap is gone. APIs that took pixmaps are being replaced by ones
2348     that take pixbufs or cairo surfaces, or regions (where pixmaps were
2349     used as masks). In background handling, pixmaps have been replaced
2350     by cairo patterns, see gdk_window_set_background_pattern().
2351   - GdkColormap is gone. It is replaced by visuals, see
2352     gtk_widget_set_visual().
2353   - The ::expose-event signal on GtkWidget has been replaced by a
2354     ::draw signal.
2355   - gtk_widget_get_snapshot() has been removed. Instead, gtk_widget_draw()
2356     can render a widget onto an cairo_t.
2357
2358 * The GtkSizeRequest interface has been merged into GtkWidget, and
2359   GtkCellSizeRequest has been merged into GtkCellRenderer. The wrapper
2360   functions have been renamed to include 'preferred', e.g
2361   gtk_size_request_get_width() is now gtk_widget_get_preferred_width()
2362   and gtk_cell_size_request_get_width_for_height() is now
2363   gtk_cell_renderer_get_preferred_width_for_height().
2364
2365 * GtkObject has been removed. The ::destroy signal has been moved
2366   to GtkWidget. At the same time, GtkWidgetFlags have been removed,
2367   they already had getters and setters anyway.
2368
2369 * GtkWidget has gained generic alignment and padding properties:
2370   halign, valign, margin-left, margin-right, margin-top, margin-bottom
2371   These can be used instead of container-specific child properties or
2372   GtkMisc and GtkAlignment widgets.
2373
2374 * Container widgets can now let GTK+ handle border-width for them, using
2375   gtk_container_class_handle_border_width()
2376
2377 * The GtkEditableClass struct has been renamed to GtkEditableInterface
2378
2379 * Mouse wheel scrolling has been removed from GtkNotebook
2380
2381 * The default policy for scrolled windows has been changed to 'automatic'
2382
2383 * Global url hooks have been removed from GtkAboutDialog and GtkLinkButton
2384
2385 * The global window creation hook has been removed from GtkNotebook
2386
2387 * The error handling in GDK has been modernized and avoids synchronizing
2388   X requests as much as possible
2389
2390 * Fixed Bugs:
2391  323904 GtkEditable header is slightly incorrect
2392  339745 Return value of gtk_link_button_set_uri_hook not usable
2393  468672 GTK_POLICY_AUTOMATIC should be the default policy...
2394  486839 Filechooser 'Places' items should not move up and down...
2395  601731 Drag and Drop from Workspace to Activities Overview
2396  617316 Move documentation to inline comments: GtkEditable
2397  621590 Add length to gtk_tree_path_get_indices
2398  623664 Missing accessors for gtk_menu_get_position_func{,_data}
2399  628829 Chain get_width_for_height default impl to vfunc...
2400  629177 Do not use deprecated gtk_widget_get_child_requisition()
2401  629277 Hanging because do_syntheszie_crossing_event is called...
2402  629387 Use gint16 for GtkBorder
2403  629598 Do not use deprecated gtk_widget_size_request()
2404  629608 Revamp and modernize X error traps
2405  629733 There is a misprint in the description of the gtk_check_...
2406  629748 Fails to build without XComposite
2407  629785 Do not use deprecated gtk_cell_renderer_get_size()
2408  630033 Improve tests for X error traps, fix two bugs
2409  630226 Removing tab scrolling from GtkNotebook
2410  630520 Don't try to unref event->dnd.context unconditionally...
2411  630521 Remove some remaining API warts from tab dnd api
2412  630532 invalid drop point in drag-data-received callback
2413
2414 Updated translations:
2415 Catalan
2416 Czech
2417 Danish
2418 Dutch
2419 German
2420 Gujarati
2421 Japanese
2422 Simplified Chinese
2423
2424
2425 Overview of Changes from GTK+ 2.90.6 to 2.90.7
2426 ==============================================
2427
2428 * Various deprecated APIs have been removed:
2429  - the GtkWidget::draw-border style property
2430  - the GtkEntry::state-hint style property
2431  - the GtkTreeView::row-ending-details style property
2432  - the GtkRange::trough-side-details style property
2433  - the GtkRange::stepper-position-details style property
2434  - the GtkRange::activate-slider style property
2435  - the GTK_CALENDAR_WEEK_START_MONDAY option
2436  - the GtkFrame::shadow and GtkHandleBox::shadow properties
2437  - the GtkTextView::page-horizontally signal
2438  - the GDK_WINDOW_DIALOG window type
2439  - the GTK_SELECTION_EXTENDED selection mode
2440  - the GtkProgressBarOrientation, GtkAnchorType and GtkVisibility
2441    enumerations
2442  - GtkDialog separators, including the GtkDialog::has-separator
2443    property, including setter/getter, the GTK_DIALOG_NO_SEPARATOR
2444    flag and the GtkMessageDialog::use-separator style property
2445  - gtk_status_icon_set/get_blinking
2446  - gdk_window_et_deskrelative_origin
2447  - The GtkItem class has been removed. Its functionality has
2448    been merged into is sole subclass, GtkMenuItem
2449
2450 * The GtkIconView::orientation property has been renamed
2451   to 'item-orientation'
2452
2453 * GtkProgressBar and GtkCellRendererProgress implement GtkOrientable
2454   now, and their 'orientation' property have been split into
2455   a 'orientation' property of type GtkOrientation and a boolean
2456   'inverted' property
2457
2458 * GDK no longer exports variables: gdk_threads_lock, gdk_threads_unlock,
2459   gdk_threads_mutex and gdk_display are no longer available
2460
2461 * GTK no longer exports variables: gtk_major_version, gtk_minor_version,
2462   gtk_micro_version, gtk_binary_age, gtk_interface_age have been
2463   converted to functions. gtk_debug_flags has a getter and a setter.
2464   Misc. variables that had been exported by the semi-private text
2465   API have been removed.
2466
2467 * All GDK keysym names have been changed from GDK_keysym to GDK_KEY_keysym;
2468   the previous names are still available in gdkkeysyms-compat.h.
2469
2470 * GtkWrapBox is a new container, which distributes its children
2471   over multiple rows/columns
2472
2473 * GTK+ now uses standard icon names when looking up stock icons
2474
2475 * More widgets and cell renderers have been converted to support
2476   width-for-height: GtkCellRendererText, GtkAccelLabel, GtkCellView,
2477   GtkComboBox, GtkMenu, GtkMenuItem
2478
2479 * Button boxes are now semi-homogeneous.
2480
2481 * The directfb backend has been removed
2482
2483 * Bugs fixed:
2484   77669 GtkWrapBox for gtk itself, not gimp?
2485   84188 "Dialogue" button widths should not be homogenous
2486  414712 gtk_container_set_focus_child leaks widget
2487  527499 FileFilter combo becames too wide
2488  528257 File selector and stock string problems
2489  605186 Use G_DEFINE_INTERFACE macro
2490  614006 File chooser crashes when creating a new folder...
2491  616401 Noneffective gdk_keymap_map_virtual_modifiers in early use
2492  626710 GailScaleButton calculates wrong value for minimum increment
2493  627028 Marked state of calendar day is not accessible
2494  627139 gtkfilechooserentry shows completion progress tooltip on first show
2495  627445 Removal of GtkWidget::draw-border breaks gtk_widget_queue_draw()
2496  627580 GtkFontSelection: don't notify the non-existent "font" property
2497  627643 gtkaboutdialog gettext problem
2498  627828 Drag and drop between treeviews in different window groups broken...
2499  627843 set_active_iter doc: remove restriction on path length
2500  627867 tests/testsocket is broken
2501  627912 misprint in the desc. of "hover-expand" and "hover-selection"...
2502  628160 introspection: Update to new scanner API
2503  628308 docs referencing non existing icons
2504  628656 _gdk_windowing_get_startup_notify_id memory leak
2505  628807 Add more "reserved for expansion" fields to GtkWidgetClass
2506  628808 Warn if a widget requests minimum size > natural size
2507  628884 Use a bitfield for Widget::private_flags, ::state, ::saved_state
2508  628935 add gtk_radio_button_join_group method for bindings
2509  629110 gtk_spinner_accessible_get_type always returns null
2510
2511 * Translation updates
2512  Arabic
2513  Armenian
2514  Brazilian Portuguese
2515  British English
2516  Bulgarian
2517  Danish
2518  Estonian
2519  French
2520  Galician
2521  Hebrew
2522  Hungarian
2523  Indonesian
2524  Kazakh
2525  Norwegian bokmål
2526  Norwegian Nynorsk
2527  Portuguese
2528  Serbian
2529  Slovenian
2530  Spanish
2531  Telugu
2532  Traditional Chinese
2533
2534
2535 Overview of Changes from GTK+ 2.90.5 to 2.90.6
2536 ==============================================
2537
2538 * All drawing done by GTK+ itself has been ported from
2539   GDK drawing APIs to cairo
2540
2541 * GtkExpander and GtkFrame now implement GtkSizeRequest
2542
2543 * GtkExpander gained a ::label-fill property to make the label
2544   fill the entire horizontal space
2545
2546 * Allow windows to be dragged by clicking on empty
2547   areas in menubars and toolbars
2548
2549 * GtkAboutDialog can now refer to licenses using a ::license-type
2550   enumeration instead of embedding the license text
2551
2552 * Deprecations and cleanups:
2553  - Remove GtkNotebookPage
2554  - Remove public struct members in many classes
2555  - Remove the GtkRecentManager::limit property
2556  - Remove all GDK drawing functions, ie gdk_draw_*. Use cairo instead
2557  - Remove all GdkGC functions. Use cairo instead
2558  - Remove all of GdkImage. Use cairo instead
2559  - Remove all of GdkRGB. Use cairo instead
2560  - Remove gdk_{bit,pix}map_create_from_data
2561  - GDK no longer depends on the render X extension
2562
2563 * New accessors:
2564  - gdk_cursor_get_cursor_type
2565  - gdk_device_get_n_axes
2566  - gdk_display_is_closed
2567  - gtk_notebook_get_tab_[hv]border
2568
2569 * New cairo-related APIs:
2570  - gdk_window_create_similar_surface
2571  - gdk_window_get_background_pattern
2572
2573 * Bugs fixed:
2574   90935 GtkIMContextClass inheritance ...
2575   97414 gtkaccellabel: s/seperator/separator/
2576  336225 Support for common licenses in about dialog
2577  554926 gtk_init_with_args: not setting translation domain...
2578  557263 Notebooks return 1 selection even if they have no pages
2579  579583 GtkStatusIcon's scroll-event documentation missing "Since: ..."
2580  580291 Gail does not work with custom treemodels
2581  596125 Property string fixes
2582  604391 Gtk-CRITICAL when switching between tab
2583  605190 Should delete the description of xim related options...
2584  609264 gtk_(tree/list)_store_set documentation unclear about ownership
2585  611313 Window dragging from menubars/toolbars
2586  612919 crash in System Monitor: I was moving up-down wit...
2587  614049 Allow packing options for GtkExpander label widgets
2588  614443 Doxygen 'forgets' #define documentation under certain conditions
2589  615474 gtk_widget_set_has_window() documentation is not correct
2590  618327 GtkNotebookPage should be deprecated
2591  621571 Fix damage events on offscreen windows
2592  622658 GTK_STOCK_FILE Stock Label
2593  623603 meld built with pygtk-2.16.0 giving warnings
2594  623865 gtkdnd: pointer grab may never finish (ungrab before grab)
2595  624087 Missing accessor for GdkCursor.type
2596  624224 Missing accessor for GdkDisplay.closed
2597  624270 crash in gtk_entry_completion_default_completion_func
2598  624333 Deprecate GtkRecentManager:limit
2599  624362 access an invalid ActionGroup
2600  624367 GtkButtonBox is broken
2601  624397 Move GtkBoxChild from public .h to gtkbox.c
2602  624432 GtkRadioMenuItem is broken
2603  624540 GtkRadionAction loop in its activate handler
2604  624687 switch-page bug when activated from menu
2605  624707 warnings when showing gnome-terminal menus on gtk master
2606  624779 GtkCalendar padding/margin/spacing/border/whatever is hard-coded
2607  625104 Don't try and use the child of a GtkSeparatorMenuItem
2608  625235 Tooltips cause warnings
2609  625300 Buttons order in dialogs broken in gtk+3
2610  625416 gtk_file_chooser_default_map should not reload directory
2611  625650 Add annotations to gtk_tree_model_iter_next() and...
2612  625655 win32 compile failure due to G_SEAL
2613  625715 comment string in GtkAboutDialog is not centered
2614  625953 GailAdjustment does not implement get_minimum_increment...
2615  626052 Activating a file in GtkFileChooserDialog activates action...
2616  626276 gtk_tree_selection_set_select_function() should allow...
2617  626514 License dialog doesn't take into account long copyrights
2618
2619 * Translation updates:
2620  Asturian
2621  Galician
2622  German
2623  Hebrew
2624  Indonesian
2625  Norwegian bokmål
2626  Punjabi
2627  Romanian
2628  Simplified Chinese
2629  Slovenian
2630  Spanish
2631  Swedish
2632  Traditional Chinese
2633
2634
2635 Overview of Changes from GTK+ 2.90.4 to 2.90.5
2636 ==============================================
2637
2638 * Support NOCONFIGURE in autogen.sh to avoid running configure
2639
2640 * The cairo dependency has been bumped to 1.9.10
2641
2642 * Drop aliasing hacks instead use -Bsymbolic-funtions.
2643
2644 * Bugs:
2645  589904 Certain drawing in some widgets does not pass on...
2646  610346 Confusion between GtkWindow:allow-grow and GtkWindow:resizable
2647  613284 Replace GdkRegion with cairo_region_t
2648  617386 Migrate API docs from templates to source files (GtkButton)
2649  617389 Migrate API docs from templates to source files (GtkCalendar)
2650  617392 Migrate API docs from templates to source files (GtkCellEditable)
2651  621414 Can't select file on file browser popup after choosing to sort...
2652  622677 Remove GdkWindowObject public structure
2653  623239 also show num-lock warning
2654  623307 Annotate gdk_display_manager_list_displays return value
2655  623389 [iconview] Fix segfault when using rubberband selection
2656  623476 [windows] gdk fails to compile
2657  623520 gtk+ 3 fails to build from outside git source tree
2658  623845 Use -Bsymbolic
2659  461618 use GSlice for gtkrequisition
2660
2661 * Deprecations and cleanups:
2662  - GdkRegion has been removed, and region-using code has been ported
2663    to cairo_region_t and cairo_rectangle_int_t.
2664  - The deprecated GdkFont has been removed, together with vestigial
2665    uses in GTK+, including the GdkFontSel::font property and a GdkFont
2666    member in GtkStyle.
2667  - The GdkWindowObject structure has been removed from public headers.
2668  - The GdkWindow::allow-grow and ::allow-shrink properties have been removed.
2669
2670 * Quartz:
2671  - Misc fixed to clipping and color handling
2672  - Update the DND code for GdkDevice changes
2673
2674 * Translation updates:
2675  Breton
2676  Czech
2677  Estonian
2678  Galician
2679  Hebrew
2680  Kazakh
2681  Norwegian bokmål
2682  Slovenian
2683  Simplified Chinese
2684  Spanish
2685
2686
2687 Overview of Changes from GTK+ 2.90.3 to 2.90.4
2688 ==============================================
2689
2690 * GSEAL is now enabled by default
2691
2692 * gdk-pixbuf has been moved into a separate module
2693
2694 * The GtkExtendedLayout interface has been renamed to
2695   GtkSizeRequest
2696
2697 * gtk_init warns if it detects GTK2.x and GTK3 being used
2698   in the same process
2699
2700 * Misc new API:
2701  gtk_accessible_set_widget
2702  gtk_message_dialog_get_message_area
2703  gtk_font_selection_dialog_get_font_selection
2704  gtk_window_group_get_current_grab
2705  gtk_table_get_size
2706  gtk_button_get_event_window
2707  gdk_device_manager_get_client_pointer
2708  gdk_image_get_pixels
2709
2710 * Bugs fixed:
2711  522756 gnome-appearance-properties crashed with SIGSEGV...
2712  620832 make _gtk_window_group_get_current_grab() public
2713  621250 Missing accessors for GtkRange has_stepper_X
2714  621685 Add gdk_device_manager_get_client_pointer() ...
2715  621690 Enable per-device events on gtk_widget_realize()
2716  621927 Bug in gtk/Makefile.in: affects gtktypefuncs.c
2717  622011 Don't handle "connecting-to-device" state reason
2718  622581 [GSEAL] GtkButton has no accessor for event_window
2719  622765 Duplicate symbols in Gdk on OSX
2720  622827 test/testapplication.c doesn't build in quartz
2721
2722 * Translation updates:
2723  Arabic
2724  Armenian
2725  Galician
2726  Slovenian
2727  Spanish
2728
2729
2730 Overview of Changes from GTK+ 2.90.2 to 2.90.3
2731 ==============================================
2732
2733 * GtkProgress has been removed. It was entirely deprecated for
2734   a long time
2735
2736 * GtkApplication has been updated to match the GApplication API
2737   as of GLib 2.25.9
2738
2739 * XI2:
2740  - Device grabs now take precedence over GTK+ grabs
2741  - Various other bug fixes
2742
2743 * Extended Layout:
2744  - Prevent negative allocations (as seen in emacs and gedit)
2745
2746 * Win32: XP theming is back !
2747
2748 * Misc new API:
2749  - Add an accessor for GtkViewport->view_window
2750  - Add an accessor for GdkDragContext->source_window
2751  - gtk_icon_theme_load_symbolic_for_style a variant of
2752    gtk_icon_theme_load_symbolic taking a GtkStyle
2753
2754 * Introspection:
2755  - Misc annotation fixes
2756
2757 * Cleanups:
2758  - GTK_OBJECT_FLAGS and GtkObjectFlags have been depreated
2759
2760 * Bugs fixed:
2761  620618 get rid of GtkProgress
2762  615666 GTK_OBJECT_FLAGS() should be deprecated
2763  617444 GNU emacs warnings with extended layout GTK+
2764  621631 Non-consistent style in GtkUIManager docs
2765  621136 GtkCalendar: Some functions always return TRUE
2766  621003 GtkApplication] Update for GApplication API changes
2767  621683 gtk_menu_attach_to_widget() should emit an "attach-widget"...
2768  621479 typo in GTK docs on library.gnome.org
2769  621081 GtkViewport missing accessor for view_window.
2770  620440 Combo-boxes loose focus
2771  621775 Space symbol missed in Resources chapter
2772  621578 Symbolic color cut-and-paste mess
2773  621111 gtk_init_with_args()'s GOptionEntry argument should be const
2774  602289 gdk_spawn_on_screen(_with_pipes) uses gint for pid
2775
2776 * Updated translations:
2777  Galician
2778  Norwegian bokmål
2779  Spanish
2780
2781
2782 Overview of Changes from GTK+ 2.90.1 to 2.90.2
2783 ==============================================
2784
2785 * GtkApplication: an application class, based on GApplication. Currently,
2786   this is fairly minimal, but it is good enough already to replace libunique.
2787   Future work:
2788   - Add a way to say "This is my application menubar", which gets
2789     put into all toplevel windows on non-OS-X, and into the top
2790     on OS X
2791   - Support session management
2792   - Maybe support application settings
2793
2794 * Misc new api:
2795  - gtk_window_has_group: determines if a window is part of a window group
2796  - gtk_status_bar_remove_all: removes all messages from a statusbar
2797
2798 * DND on offscreen windows works now
2799
2800 * GtkIconView:
2801  - arrow keynav can now be connected over adjacent icon views
2802
2803 * GtkAssistant:
2804  - gtk_assistant_commits: prevents going back beyond a certain
2805    point in the page sequence, adjust shown buttons appropriately
2806  - It is now officially supported to have a progress page at the
2807    end of the page sequence
2808
2809 * Introspection:
2810  - Many annotation fixes
2811  - gdkx.h api is exported in a separate typelib, GdkX11-3.0
2812
2813 * Cleanups:
2814  - the draw_string function has been removed from GtkStyle
2815  - gdk_get/set_use_xshm have been removed
2816  - Deprecated gdk_color api has been removed
2817
2818 * Documentation related to GTK+ 1.2, etc has been removed. Instead
2819   there is an initial GTK+ 3 porting guide now.
2820
2821 * Bugs fixed:
2822  620509 Progress bar rendering is broken
2823  607628 DnD operation doesn't work when using offscreen.
2824  619838 kill off references to gtk 1.2 in docs/comments
2825  608218 GtkOffscreenWindow causes bad window with GtkEntry
2826  619649 Remove deprecated code from GdkColor
2827  619080 text-inserted events should not be emitted unless text...
2828  620511 Use g_source_set_name for all custom GSources in GTK+
2829  603637 gtk printer dialog does not show remote printer
2830  618271 Add gtk_window_has_group()
2831  617863 Actually expose the X11 funcs through introspection
2832  620244 misprint in the description of the function gtk_widget_list_...
2833  549127 Print error dialog not shown
2834  611709 gseal hides GtkStatusBar->messages but doesn't give anything...
2835  596428 GtkAssistant: Support ending with a progress page
2836
2837 * Translation updates:
2838 Esperanto
2839 Hebrew
2840 Irish
2841
2842
2843 Overview of Changes from GTK+ 2.90.0 to 2.90.1
2844 ==============================================
2845
2846 * Printing: The list of locales using US Letter papersize has
2847   been updated to match the CLDR 1.8.1
2848
2849 * The default location for the 'module cache' files (ie the files
2850   produced by gdk-pixbuf-query-loaders and gtk-query-immodules) has
2851   been changed to $libdir/gtk-3.0/3.0.0/{loaders,immodules}.cache.
2852   This should avoid multilib problems with the previous location.
2853
2854   Additionally, the query utilities accept an --update-cache argument
2855   to update the cache file directly, instead of writing to stdout
2856
2857 * gtk_radio_action_join_group: A binding-friendly way to manage
2858   radio actions.
2859
2860 * GtkAdjustment enforces values to the range [lower, upper - page_size]
2861
2862 * GDK has been GSEALed, with the addition of suitable accessors
2863
2864 * The XI2 branch with better support for multiple input devices has
2865   been merged, together with backends for XInput, XInput2, win32 and
2866   Quartz, and corresponding updates to input-device handling code
2867   in GTK.
2868
2869 * A number of orientable widgets are no longer abstract: GtkBox,
2870   GtkButtonBox, GtkPaned, GtkRuler, GtkScale, GtkScrollbar, GtkSeparator.
2871   All of these can now be instantiated and flipped between horizontal
2872   and vertical orientation at runtime. Their H/V subclasses are still
2873   available, as convenience API.
2874
2875 * More deprecated API has been removed
2876
2877 * Bugs fixes:
2878  613132 GtkBoxChild should probably be deprecated
2879  592580 GDK needs sealing
2880  618870 GTK+ uses wrong pkg-config to reveal the CAIRO_PREFIX
2881  616817 Remove code to support deprecated GtkToolbar api
2882  619114 undefined reference to `XkbBell'
2883  617863 Actually expose the X11 funcs through introspection
2884  613302 GtkWidget not emitting the unmap signal
2885  565559 Incorrect leave-notify signals for treeview
2886  533946 GtkHScale does not update correctly
2887  618000 Sync paper size fallbacks with CLDR 1.8.1
2888  614581 Gtk print dialog freezes on start up
2889  551322 configure does not use -lm in jasper (JPEG2000) testing
2890  619474 Fixes for GtkAdjustment for GTK+ 3
2891  555087 Shouldn't the return type of gtk_entry_completion_get_model...
2892  619385 Fix compilation warning: Do not break strict-aliasing rules
2893  596725 Add XInput2 support
2894
2895 * Updated translations
2896  Arabic
2897  Estonian
2898  Galician
2899  Italian
2900  Indonesian
2901  Oriya
2902  Shavian
2903
2904
2905 Overview of Changes from GTK+ 2.20.x to 2.90.0
2906 ==============================================
2907
2908 * GtkExtendedLayout: Width-for-height geometry management.
2909   This change is known to currently cause minor problems in
2910   some applications, see
2911   617444 GNU emacs warnings with extended layout GTK+
2912   617556 inkscape toolbars broken with extended layout
2913
2914 * gtk_icon_theme_load_symbolic: Support for 'symbolic' icons
2915
2916 * Applications can indicate their preference for a dark theme
2917   variant by setting GtkSettings::gtk-application-prefer-dark-theme
2918
2919 * GtkTreeModelFilter can be more usefully subclassed
2920
2921 * Tooltip positioning has been changed to make it less likely
2922   that the tooltip covers up the widget that it relates to
2923
2924 * Deprecated functions have been removed (though some more work
2925   remains to be done in GDK)
2926
2927 * This release is parallel installable with GTK+ <= 2.22, by renaming
2928   .pc files, libraries, include paths, module paths, gtkrc files, etc
2929   to include a '3.0' in its name.
2930
2931 * Updated translations:
2932  Basque
2933  Bengali
2934  Bengali India
2935  Catalan
2936  Catalan (Valencian)
2937  Crimean Tatar
2938  Danish
2939  Dutch
2940  Galician
2941  Greek
2942  Indonesian
2943  Kannada
2944  Kazakh
2945  Latvian
2946  Marathi
2947  Norwegian bokmål
2948  Spanish
2949  Thai
2950  Ukrainian
2951
2952
2953 Overview of Changes from GTK+ 2.19.7 to 2.20.0
2954 ==============================================
2955
2956 * Support the tracker 0.8 api in the file chooser search code
2957
2958 * Bug fixes:
2959  609929 Dragging between two windows cause the menu widget...
2960  613241 entry sends extra notify::text with "" on destroy
2961  610946 error during gtk+ build + nonsense error messages
2962  610176 Some cups1.2 feature use not shielded by API version-check
2963  612574 GtkMenuItem does not emit notify::label when label...
2964  612505 Entry layout not updated when underlying buffer changes
2965  612346 gdk_window_set_icon_name doesn't work
2966  612308 GTK+ Build error: redefinition of 'struct IPrintDialogCallback'
2967  611118 Set APPLICATION_ID when launching desktop app
2968  612768 DND cause crash in VNC environment
2969  612575 Improve docs of gtk_notebook_set_tab_label_packing
2970  605333 Confusing error in documentation
2971  613028 Do not get a GtkSettings for size lookup if...
2972
2973 * Translation updates:
2974  Basque
2975  Brazilian Portuguese
2976  Catalan
2977  Dutch
2978  Estonian
2979  Finnish
2980  Galician
2981  Gujarati
2982  Italian
2983  Punjabi
2984  Romanian
2985  Spanish
2986  Swedish
2987  Traditional Chinese
2988  Vietnamese
2989
2990
2991 Overview of Changes from GTK+ 2.19.6 to 2.19.7
2992 ==============================================
2993
2994 * Bug fixes:
2995  611707 Move documentation from templates to inline comments
2996   69872 GTK_WIDGET_SET_FLAGS should be deprecated
2997  612066 empathy hangs when clicked on information about contact...
2998  557420 Some compose sequences don't work anymore...
2999  569042 gailbooleancell does not seem to attend to changes...
3000  600992 File chooser reference counting issues
3001  610905 gtk_drag_source_set need instrospection hint
3002  611051 Search Entry Clear Icon not accessible
3003  611217 Incorrect translator comment
3004  611317 Document targets in drag and drop
3005  611319 gtk_window_set_transient_for undocumented NULL value for parent
3006  611658 Update documentation for gtkvscrollbar
3007  611662 Update documentation for gtkvseparator
3008  611686 focus_in/focus_out in gailtreeview.c should return FALSE...
3009  611831 Move documentation to inline comments: GtkVBox
3010  612119 Do not scroll when middle pasting
3011
3012 * Translation updates:
3013  Afrikaans
3014  Arabic
3015  Basque
3016  British English
3017  Bulgarian
3018  Czech
3019  Danish
3020  French
3021  Galician
3022  German
3023  Greek
3024  Hungarian
3025  Lithuanian
3026  Low German
3027  Norwegian bokmål
3028  Polish
3029  Portuguese
3030  Russian
3031  Slovenian
3032  Swedish
3033
3034
3035 Overview of Changes from GTK+ 2.19.5 to 2.19.6
3036 ==============================================
3037
3038 * Bugs fixed:
3039  610701 gnome-shell crashes frequently
3040  604799 Crash when button is pressed.
3041  609744 crash at parse_data_for_row_pseudocolor
3042  600789 gdk/gdkwindow.c "find_native_sibling_above" will crash
3043  610141 gtk_assistant_get_nth_page() function fails to deliver...
3044  609952 destroying a notebook window when the last tab got dragged...
3045  603923 [annotations] gtk_tree_store_newv/set_column_types
3046  610474 [annotations] Add allow-none
3047  609650 GtkPlug Embedded signal is not emitted when plug...
3048  610381 More space between toolbar icon and label
3049  548026 No accessor for GtkWidget.requisition
3050  609514 fix introspection comments for gtk_tree_view_get_path_at_pos
3051  610235 msgid in bad English
3052  607697 GDK_META_MASK always set on Alt-Enter with gtk+ 2.19.x
3053  610632 gtk_info_bar_set_default_response problem
3054  609172 gdk/directfb: little cleanups
3055  610184 gtk_assistant_set_current_page() segfaults...
3056
3057 * Updated translations
3058  Bulgarian
3059  Czech
3060  Estonian
3061  German
3062  Japanese
3063  Korean
3064  Lithuanian
3065  Norwegian bokmål
3066  Oriya
3067  Polish
3068  Romanian
3069  Slovenian
3070  Spanish
3071
3072
3073 Overview of Changes from GTK+ 2.19.4 to 2.19.5
3074 ==============================================
3075
3076 * GSEAL work:
3077  - Add accessors for GtkPaned members
3078  - Add gtk_widget_style_attach
3079  - Seal GtkTextTag
3080  - Deprecate GtkCurveType
3081  - More GtkWidget flags accessors
3082
3083 * Bugs fixed:
3084  403485 Move docs from tmpl/* to the source files
3085  556263 Deprecate GtkCurve
3086  554420 Seal GtkTextTag
3087  561816 Optimize gtk_paned_set_position notifications
3088  606288 Not using GtkOptionMenu deprecated symbols in test file
3089  607061 GtkPlug socket window is sometimes incorrectly unref'd
3090  607344 GtkCalendar: crash when using tooltips via glade
3091  607885 GtkPaned::handle lack accessor
3092  608162 gtktoolbutton doesn't create right proxy menu item...
3093  608345 wrong reference on gdk_keymap_translate_keyboard_state
3094  608370 dnd drag-dest signal handlers don't get correctly disconn...
3095  608410 GOK types backwards in text entry fields
3096  608615 DnD events sent to wrong window
3097  608807 Marks on GtkScale widgets can overlap
3098  609188 gdk/directfb: compiler warning in _gdk_windowing_pointer_grab()
3099  609191 gdk/directfb: use G_DEFINE_TYPE in gdkcolor-directfb
3100  609199 gdk/directfb: use G_DEFINE_TYPE in gdkgc-directfb
3101  609201 gdk/directfb: max cursor size is artificially limited
3102  591186 GTK Menu Bar is unreadable under Windows 7
3103
3104 * Updated translations
3105  Bengali
3106  Brazilian Portuguese
3107  Czech
3108  Estonian
3109  French
3110  Norwegian bokmål
3111  Slovak
3112  Spanish
3113  Thai
3114
3115
3116 Overview of Changes from GTK+ 2.19.3 to 2.19.4
3117 ==============================================
3118
3119 * GSeal:
3120  - New accessors for GtkEntry windows
3121  - New accessors for GtkRange members
3122
3123 * Bugs fixed:
3124  607082 Add accessors for sealed GtkRange members
3125  567729 Add GtkToolPalette
3126  591102 gdk_pixbuf_save() creates a zero-size file...
3127  600865 gnome-panel crashed with "BadPixmap...
3128  601412 action area presence makes gnome-terminal window grow...
3129  603144 Suspected wrong builtin page size: Chinese PRC6 and...
3130  606009 weirdness with clipping in abiword - csw
3131  606698 Misplaced declaration of gtk_print_job_set_status
3132  606761 pixops.c: variables are declared at middle of block
3133  607217 Mixing calls to _set_markup and _set_text causes...
3134  607269 gtk_label_set_attributes with empty list no longer...
3135  607322 Double-click doesn't work if the item is selected...
3136  607687 f-spot crashes when using themes using the pixmap...
3137  607778 Add accessors for GtkEntry's windows
3138  607770 Leak in GtkTreeView with HildonPannableArea
3139  603245 drawing artifacts with action widgets and long tab...
3140
3141 * Updated translations:
3142  Arabic
3143  Asturian
3144  Basque
3145  Bengali
3146  Bulgarian
3147  Burmese
3148  Norwegian bokmål
3149  Slovenian
3150  Spanish
3151  Swedish
3152
3153
3154 Overview of Changes from GTK+ 2.19.2 to 2.19.3
3155 ==============================================
3156
3157 * GSeal:
3158  - Deprecate widget flag macros
3159    GTK_WIDGET_STATE
3160    GTK_WIDGET_SAVED_STATE
3161    GTK_WIDGET_FLAGS
3162    GTK_WIDGET_TOPLEVEL
3163    GTK_WIDGET_NO_WINDOW
3164    GTK_WIDGET_COMPOSITE_CHILD
3165    GTK_WIDGET_APP_PAINTABLE
3166    GTK_WIDGET_CAN_DEFAULT
3167    GTK_WIDGET_CAN_FOCUS
3168    GTK_WIDGET_DOUBLE_BUFFERED
3169    GTK_WIDGET_HAS_DEFAULT
3170    GTK_WIDGET_HAS_GRAB
3171    GTK_WIDGET_RECEIVES_DEFAULT
3172  - Also deprecate the type macros
3173    GTK_WIDGET_TYPE
3174    GTK_OBJECT_TYPE_NAME
3175    GTK_OBJECT_TYPE
3176
3177 * GtkOffscreenWindow: A new toplevel container widget to manage
3178   offscreen rendering of child widgets
3179
3180 * OS X:
3181  - Memory leak fixes and other improvements
3182
3183 * Bugs:
3184  604901 Provide generic offscreen rendering container
3185  597100 There is a misprint in the documentation...
3186  598383 GtkWidget::state-changed signal should be documented
3187  602284 Need a way to retrieve the preedit string in a GtkTextView
3188  605090 Fix some compilation warnings
3189  605199 Contradiction in the description of function...
3190  606068 Setup libjpeg error handling earlier...
3191  606230 gtk_combo_box_set_active_iter & unsetting the active item
3192  606291 Fix some issues in "Migrating from GtkOptionMenu...
3193  606434 prop-editor should support GdkColor
3194
3195 * Translations:
3196  Asturian
3197  Basque
3198  Kannada
3199  Norwegian bokmål
3200  Slovenian
3201  Spanish
3202  Swedish
3203  Thai
3204  Ukrainian
3205
3206
3207 Overview of Changes from GTK+ 2.19.1 to 2.19.2
3208 ==============================================
3209
3210 * Introspection:
3211  - Introspection data for gdk-pixbuf, gdk and gtk is now
3212    included in GTK+ itself. As a consequence, the atk dependency
3213    has been bumped to 2.29.2, and a gobject-introspection dependency
3214    has been added. configure with --disable-introspection in order
3215    to not build introspection data.
3216
3217 * Client-side windows:
3218  - Fix some issues with handling of button and motion events
3219  - Fix damage reporting for drawing on offscreen windows
3220  - Fix problems with handling of input extension events
3221
3222 * Printing:
3223  - Add api to handle printer hard margins
3224
3225 * Simple IM Context:
3226  - Sync with Xorg compose file
3227  - Make Compose-vowel-minus combinations consistent
3228
3229 * GDK:
3230  - gdk_screen_get_primary_monitor: New function to get the
3231    'primary' monitor in a multi-monitor setup
3232
3233 * gdk-pixbuf has gained the ability to store and retrieve embedded
3234   ICC color profiles in png and tiff images
3235
3236 * Keyboard handling:
3237  - Mnemonic underlines can now optionally be hidden until the Alt key
3238    is pressed, this can be turned on with the gtk-auto-mnemonics setting
3239  - Using the Super, Meta and Hyper modifiers in accelerators is working
3240    more reliably
3241
3242 * Bugs fixed:
3243  603652 Sporadic crashes with GtkSocket
3244  605008 the region of damage event doesn't be copied in gdk_event_copy
3245  588554 only show the accelerator when pressing alt
3246  601473 GDK_BUTTON?_MOTION_MASK appears to be broken
3247  601712 Add API for determining primary monitor
3248   50942 selection/arrow key improvement
3249  427409 editing shortcut always fails with super key
3250  468989 need a way to get the printer's hard margins
3251  502266 gtk_tree_selection_get_selected_rows free example produces...
3252  592279 Introspection support
3253  597386 Cannot click buttons more than once without moving the mouse...
3254  599213 Use GtkCellEditable:editing_canceled property instead...
3255  599397 Button stuck at pressed look after screen rotation
3256  601383 gtk_icon_view_get_selected_items: example code gives...
3257  602099 Actions can be activatable too
3258  603619 the colormap of offscreen's pixmap doesn't inherit...
3259  603904 gdk_draw_line doesn't have expose area.
3260  604117 Add info about single includes when compiling GTK+ apps
3261  604289 Please permit progress pages to be final in a dialog
3262  604462 gtktoolitem.c: return-value is different type
3263  604747 Using gdk_draw_line, the expose area of damage event is wrong
3264  604787 property-notify-event is not delivered to a non-toplevel...
3265  604881 GtkCellEditable::editing-cancelled should be writable
3266  591085 GtkBuilder object ID bounded to GtkWidget "name" property
3267
3268 * Updated translations:
3269  Arabic
3270  Estonian
3271  Hebrew
3272  Low German
3273  Norwegian bokmål
3274  Slovenian
3275  Spanish
3276  Telugu
3277  Vietnamese
3278
3279
3280 Overview of Changes from GTK+ 2.19.0 to 2.19.1
3281 ==============================================
3282
3283 * Client-side windows:
3284  - Avoid some unnecessary exposes
3285  - Avoid unnecessary redraws related to clearing windows
3286
3287 * GtkNotebook gained an 'action area'
3288
3289 * GtkStatusbar gained a 'message area'
3290
3291 * GtkToolPalette is a new container to show tool items
3292   in collapsible groups in a grid
3293
3294 * gdk-pixbuf can now handle compressed TIFF images
3295
3296 * GSEAL work:
3297  - New accessor: gtk_window_get_window_type()
3298
3299 * Bugs fixed:
3300  590017  Does not compile under MinGW32 + Wine
3301  569430 Gail should include a reciprocal relationship for NODE_CHILD_OF
3302  598758 Need context for a propper translation
3303  594535 No accesor for GtkStatusbar->label and ->frame
3304  602725 fix setting icon-size on GICON images
3305  599402 Landscape and Reverse Landscape icons need to be swapped
3306  588740 JPEG images open with blur effect?
3307  601337 Only use gdk_input_select_events() if XINPUT_NONE is defined
3308  598050 Flickering in a gtk_socket
3309  600158 Do not use static GTypeInfo and GInterfaceInfo
3310  561973 Problem dragging images from Firefox to GTK+ app on Windows
3311  601512 Remove unnecessary check in GtkTreeModelFilter
3312  600222 Check for existence of cairo-svg.h in configure.in
3313  595498 No accesor for GTK_WINDOW ()->type
3314  116650 "action area" for GtkNotebook (e.g. for tab close button)
3315  600150 GtkColorSelection tooltip issues
3316  480065 wrong tree collapsed (or expanded) after having scrolled
3317  596473 Second double-click of GtkTreeView row doesn't emit...
3318  601869 GtkUIManager assumes too much about popup menus
3319  581145 Wrong positioning for fullscreen gedit toolbar animation
3320  602724 gailimage doesn't handle GTK_IMAGE_{GICON,ICON_NAME}...
3321  561130 get_monitor_geometry segfaults if called with non-existant...
3322  597026 Missing include for memset()
3323  585383 Segfault in gdk_pixbuf__ico_image_save
3324  597865 Move documentation from templates to inline comments
3325  123569 Catch contents being reparented out of socket
3326  561334 Incorrect named constant in documentation of two GtkButton...
3327  601611 gtk_selection_data_get_targets() reads X Atom data as GdkAtoms
3328  601409 action area presence modifies notebook behaviour
3329  603268 wrong Since: markers in toolpalette merge
3330  603271 wrong toolbar style
3331  601959 must release compose key before continuing compose sequence
3332  603302 Incorrectly warn about links on text with color and underline
3333  603201 gtk_about_dialog_set_url_hook has no effect anymore
3334  591438 dfb_events_dispatch is not thread safe
3335  589842 GtkAction API to have its menu item proxies have always-show...
3336  584700 TIFF pixbuf loader should support compression
3337  603128 Adding new UI that was recently removed may cause wrong order
3338  601682 Print preview should use gtk_show_uri by default
3339  596083 Deprecate notebook label packing functionality
3340
3341 * Updated translations:
3342  Estonian
3343  Galician
3344  Japanese
3345  Low German
3346  Norwegian bokmål
3347  Punjabi
3348  Slovenian
3349  Spanish
3350  Swedish
3351
3352
3353 Overview of Changes from GTK+ 2.18.x to 2.19.0
3354 ==============================================
3355
3356 * A throbber widget and cell renderer have been added: GtkSpinner and
3357   GtkCellRendererSpinner
3358
3359 * GtkFileSystemModel has been reimplemented, for major speedups and
3360   other improvements
3361
3362 * Synchronize compose sequences with the current X.org Compose file
3363
3364 * Win32:
3365  - The GDI+ image loader works again
3366  - XP themes have been disabled since they don't work currently
3367
3368 * OS X:
3369  - Fix crashes due to unimplemented GdkWindowImplIface methods
3370  - Use standard Mac keyboard shortcuts (Cmx-X, Cmd-C instead of
3371    Ctrl-X, Ctrl-C, etc)
3372  - Add a pixbuf loader for the QTIF format
3373  - Improve multi-monitor handling
3374
3375 * GSEAL work:
3376  - New accessor for GtkDialog buttons: gtk_dialog_get_widget_for_response
3377  - New accessor for GtkViewport bin_window: gtk_viewport_get_bin_window
3378  - Add a GtkCellEditable::editing-canceled property
3379
3380 * Deprecations:
3381  - GtkInputDialog has been deprecated
3382  - GtkCurve and GtkGammaCurve have been deprecated
3383  - The tab-packing feature in GtkNotebook has been deprecated
3384
3385 * Bugs fixed:
3386  594644 Cannot compile GTK+ with MinGW 4.4.0
3387  581150 GtkIconView tries to paint items with invalid sizes
3388  598881 Unimplemented GdkWindowImplIface methods crash gimp on OSX
3389  598218 Substitute deprecated gtk_*_ref/unref calls
3390  381371 Print margins not correct in WIN32 - not allowing for...
3391  597596 Toolbar button accessible objects don't have label name
3392  599118 Translators comment for "Finishing" labels
3393  598261 Add support to GtkTooltip to handle GIcons
3394  530351 Use standard mac shortcuts
3395  597865 Move documentation from templates to inline comments
3396  596083 Deprecate notebook label packing functionality
3397  594903 Deprecate GtkInputDialog
3398  599403 Avoid using accel group internals in GtkSocket
3399  590800 The window content is not updated correctly when scrolling
3400  598515 Do not assign the GtkSpinner parent class twice
3401  552678 gdi+ pixbuf loaders fail on "large" images
3402  598217 Substitute deprecated gdk_*_ref/unref calls
3403  596238 Make Quartz backend properly implement the GdkScreen...
3404  599446 atk_object_set_name () assertion in gtk_tool_button_set_label
3405  592582 Print preview doesn't reflect the printout
3406  563010 GtkFileChooserButton cannot have none file selected again
3407  596019 No accesors for GtkDialog buttons
3408  366217 Add QTIF image support
3409  594962 No accessor for GTK_ENTRY (entry)->editing_canceled
3410
3411 * Updated translations:
3412  Arabic
3413  Brazilian Portuguese
3414  Bulgarian
3415  Catalan
3416  Finnish
3417  Greek
3418  Norwegian bokmål
3419  Oriya
3420  Punjabi
3421  Romanian
3422  Russian
3423  Serbian
3424  Shavian
3425  Slovenian
3426  Spanish
3427  Swedish
3428  Slovenian
3429  Vietnamese
3430
3431
3432 Overview of Changes from GTK+ 2.18.1 to 2.18.2
3433 ==============================================
3434
3435 * GTK+ now ignores SIGPIPE in gtk_init(). Previously
3436   this was done deep in the lpr printbackend.
3437
3438 * Fix compilation of the DirectFB backend.
3439
3440 * Bugs fixed:
3441  597386 Cannot click buttons more than once...
3442  588059 sometimes notification icons are not visible with csw
3443
3444 * Updated translations:
3445  Italian
3446  Japanese
3447  Serbian
3448
3449
3450 Overview of Changes from GTK+ 2.18.0 to 2.18.1
3451 ==============================================
3452
3453 * Client-side Windows:
3454  - Fix a problem with the F-Spot screensaver
3455  - Request native events that are necessary for grab emulation
3456  - Fixes for input device and extended input event handling
3457  - Allow up to 255 buttons in extended input events
3458
3459 * OS X:
3460  - Improve handling of multi-monitor setups
3461  - Basic DND works
3462  - Other improvements
3463
3464 * Filechooser:
3465  - Support Tracker 0.7 in the search code
3466
3467 * Bugs fixed:
3468  596423 Landscape pages are the wrong way around
3469  588449 DnD doesn't work on GDK/Quartz
3470  596080 Mention "gtk-tooltip" in gtk_widget_set_tooltip_window
3471  596580 Blank rows in entry autocompletion
3472  588649 extended input events sent to widgets that didn't...
3473  596081 Update tracker support for version 0.7
3474  596345 clicking empty space in backgrounds...
3475  596494 New property "cursor" in 2.18's GdkWindow with wrong...
3476  596012 popup menu position is horribly off on gdk quartz...
3477  596250 Gdkcursor-quartz.c doesn't implement GDK_BLANK_CURSOR
3478  586207 Printing dialog with a CUPS printer connected...
3479
3480 * Translation updates:
3481  Assamese
3482  British English
3483  Czech
3484  Estonian
3485  French
3486  Galician
3487  German
3488  Hungarian
3489  Slovenian
3490  Spanish
3491  Swedish
3492
3493
3494 Overview of Changes from GTK+ 2.17.11 to 2.18.0
3495 ===============================================
3496
3497 * Add GtkTreeModelFilter testsuite and fix multiple bugs
3498
3499 * Client-side windows:
3500  - Fix issues around recursion and gdk_window_process_updates
3501  - Fix issues with grabs and cursors
3502  - Handle window hierarchy and geometry changes in expose handlers
3503  - New function, gdk_window_flush, that may be needed in certain
3504    situations
3505  - Automatically flush windows when doing non-double-buffered exposes
3506
3507 * Quartz backend:
3508  - Fix various 'stuck UI' issues
3509  - Fix the size of the root window
3510
3511 * Bugs fixed:
3512  588455 run application broken when setting background color...
3513  346800 Rework sort/filter models to use indices to parents
3514  593678 select "Manage Custom Sizes" from print dialog hangs gedit
3515  594652 gtk printer dialog does not understand boolean printer options
3516  594668 Add new Xorg keysyms
3517  591583 Padre (a wxPerl+Gtk IDE) hangs when editing Perl code...
3518  594600 Windows only allows 64-character system-tray tooltips
3519  594679 Fix warning in testwindows.c
3520  594880 Drawing issues in ExoIconView
3521  593507 AbiWord's main drawing area not exposed properly
3522  594913 is_composited race ...
3523  594738 Windows often do not respond to events on dual-head
3524  503776 crash when trying to print to non-existent lpr printer
3525  595599 Don't focus unmapped radio buttons
3526  595790 Segfault in gtkiconfactory.c on NULL GError
3527  588649 extended input events sent to widgets that didn't...
3528  550939 GtkFileChooser listbox does not refresh selection
3529
3530 * New deprecation:
3531  gdk_event_get_graphics_exposes has been deprecated
3532
3533 * Updated translations:
3534  Afrikaans
3535  Assamese
3536  Bengali India
3537  Brazilian Portuguese
3538  British English
3539  Catalan
3540  Danish
3541  Dutch
3542  German
3543  Greek
3544  Gujarati
3545  Hindi
3546  Italian
3547  Japanese
3548  Lithuanian
3549  Maithili
3550  Malayalam
3551  Marathi
3552  Norwegian bokmål
3553  Oriya
3554  Polish
3555  Romanian
3556  Simplified Chinese
3557  Slovenian
3558  Traditional Chinese
3559  Ukrainian
3560
3561
3562 Overview of Changes from GTK+ 2.17.10 to 2.17.11
3563 ================================================
3564
3565 * Client-side windows:
3566  - Add gdk_cairo_reset_clip that lets you get back the original
3567    drawable clip
3568  - Add gdk_window_restack to more conveniently restack child windows
3569  - Add gdk_window_is_destroyed as a replacement for GDK_WINDOW_DESTROYED
3570  - Deprecated GDK_WINDOW_OBJECT and GdkWindowObject
3571
3572 * GSEAL:
3573  - Add gtk_widget_set_receives_default and gtk_widget_get_receives_default
3574    accessors for GTK_RECEIVES_DEFAULT
3575
3576 * GtkTreeView:
3577  - Correctly propagate insensitive state to cell renderers
3578
3579 * GtkTextView:
3580  - Merge a number of scrolling-related fixes from Maemo
3581
3582 * Bugs fixed:
3583  564160 gtk_combo_box_entry_set_text_column too restrictive
3584  593868 gtk_im_multicontext_set_client_window recreate a new slave...
3585  593644 gdk_x11_screen_get_window_manager_name should not cache...
3586  594178 gdk-pixbuf-query-loaders segfault in write_loader_info
3587  567124 proposal to delay doing something related to immodule...
3588  588788 GTK+ compilation should work with automake1.10
3589  584638 Build of gtkupdateiconcache without NLS breaks
3590  593788 misprint in the returning value of gdk_selection_property_get
3591  593606 Missing include in gtk/gtkcellrendereraccel.c
3592  593877 Undefined symbols while compilation
3593
3594 * Translation updates:
3595  French
3596  Hebrew
3597  Hungarian
3598  Norwegian bokmål
3599
3600
3601 Overview of Changes from GTK+ 2.17.9 to 2.17.10
3602 ===============================================
3603
3604 * Client-side windows:
3605  - Regression fixes continue
3606  - Multiple clipping issues have been fixed
3607  - gdk_window_beep() works again
3608  - gtk-demo now has a few offscreen window demos
3609
3610 * GSEAL:
3611  - Several more getters and setters have been added:
3612    gtk_widget_is_toplevel(), gtk_widget_is_drawable(), gtk_widget_set_window()
3613
3614 * Bugs fixed:
3615  592752 aisleriot card drag start makes card appear behind...
3616  592901 Crash in JPEG pixbuf loader instead of error
3617  592263 redraw problem in text view
3618  593011 Cannot move applet with middle click
3619  592624 BadAccess from gdk_window_x11_set_events
3620  592606 Activate the default button in a respose-request callback
3621  593249 emacs and acroread don't work properly
3622  592883 Spin cell rendererer problem with double click
3623  588199 GtkTreeView rendering glitch while using a default...
3624  543310 set_enable_tree_lines doesn't work when a cellrenderer...
3625  589636 csw broke DND from panel menus
3626  593595 broken clip handling in GtkLabel
3627  590921 NULL should not be a valid return value for gdk_window_new()
3628  590861 cups_printer_create_cairo_surface() sets a fallback resolution...
3629  544724 delete new line requires two keystrokes
3630  593001 Emit 'update-custom-widget' on page setup change
3631  593317 gtkwindow leaks startup ID
3632  593080 mem leak
3633  593481 GtkEntryCompletion action-activated signal is emitted...
3634  593135 gtk_entry_set_icon_from_pixbuf only works one time
3635  593012 configure doesn't handle --enable-{cups,papi} correctly
3636  592862 There is a misprint on the returning value of gdk_pixmap_lookup()
3637  586466 GtkPrintOperation printing fails if it is the only event source
3638  434318 printer detail acquisition needs events
3639  593712 configure fails to to check properly for cups...
3640
3641 * Translation updates:
3642  Asturian
3643  Basque
3644  Bengali India
3645  Czech
3646  Finnish
3647  Hindi
3648  Kannada
3649  Oriya
3650  Polish
3651  Serbian
3652  Tamil
3653  Telugu
3654
3655
3656 Overview of Changes from GTK+ 2.17.8 to 2.17.9
3657 ==============================================
3658
3659 * Client-side windows:
3660  - Add a compatibility mode that falls back to always using native windows,
3661    triggered by the GDK_NATIVE_WINDOWS environment variable
3662
3663 * Bugs fixed:
3664  589367 gedit crashed with SIGSEGV in IA__g_list_last()
3665  478519 GtkTooltip segfaults on NULL gdk-display-current-tooltip.
3666  592461 preserve errno and use g_strerror
3667  592403 crash when close the second terminal...
3668  591549 Default printer in a network
3669  526149 GtkCellRendererAccel editing conflicts with mnemonics
3670  528283 Problems when using PageUp & PageDown to navigate Playlists pane
3671
3672 * Updated translations:
3673  Bengali
3674  Brazilian Portuguese
3675  Breton
3676  Bulgarian
3677  Catalan
3678  Estonian
3679  Galician
3680  Irish
3681  Korean
3682  Norwegian bokmål
3683  Portuguese
3684  Punjabi
3685  Spanish
3686  Swedish
3687  Thai
3688
3689
3690 Overview of Changes from GTK+ 2.17.7 to 2.17.8
3691 ==============================================
3692
3693 * Client-side windows:
3694  - various fixes to expose handling
3695  - fix memory leaks
3696
3697 * Minor API additions:
3698  - New setter as part of the GSEAL effort: gtk_widget_set_allocation
3699
3700 * Bugs fixed:
3701  585211 Add accessor function for GtkWidget->allocation
3702  588437 gtk 2.17.3 causes dragging in firefox bookmarks sidebar t...
3703  589367 gedit crashed with SIGSEGV in IA__g_list_last()
3704  589877 Client side windows leak gdk regions
3705  590959 Set child_has_focus flag properly
3706  591432 There is incomplete information on the returning value of...
3707  591434 firefox-3.5 crashed with SIGSEGV in _gdk_window_process_u...
3708  591526 Accelerator keys with <super> modifier also triggered by ...
3709  591751 bad memory access with duplicated id
3710  591998 Support silent build rules with automake 1.11
3711  592003 Shift+click should always modify selection
3712
3713 * Updated translations:
3714  Brazilian
3715  Bulgarian
3716  Irish
3717  Swedish
3718
3719
3720 Overview of Changes from GTK+ 2.17.6 to 2.17.7
3721 ==============================================
3722
3723 * Client-side windows: a number of regressions related to embedding
3724   have been fixed
3725
3726 * Printing: The file backend supports SVG output
3727
3728 * Minor API additions:
3729  - GtkIconView gained an icon-padding property that can be used to fine-tune
3730    how much space each column needs
3731  - GtkTreeViewColumn grew a sort-column-id property that can be used to set
3732    up sort columns in GtkBuilder files
3733  - GdkWindow gained a cursor property and associated getter
3734  - GtkFileChooser has a create-folders property to allow disabling the
3735    "New Folder" button
3736  - gtk_print_operation_get_n_pages_to_print: returns the number of pages
3737    that are being printed
3738  - New getters and setters as part of the GSEAL effort:
3739    gtk_widget_get_allocation, gtk_widget_get_visible, gtk_widget_set_visible
3740
3741 * Bugs fixed:
3742  589336 Add GtkTreeViewColumn:sort-column-id property
3743  534462 Disable interactive search in the file chooser's shortcuts pane
3744  161489 n the file chooser, let the left/right arrow keys switch focus...
3745  514260 Better filtering for "Recently Used" files
3746  509650 ATK_STATE_SHOWING state is not set properly on menu items
3747  586374 code does not follow documentation (-> carshes when using...
3748  590442 csw broke gvim x11 embedding
3749  498010 gtk_tree_view_set_cursor fails if model!=NULL
3750  555109 Synthesized crossing events should have proper coordinates
3751  570516 Can't disable folder creation
3752  573321 additional check in gtk_tree_model_filter_convert_child_i...
3753  576601 Double clicking prints to the wrong printer
3754  586100 ITEM_PADDING breaks vertical icon views
3755  588438 awn uses 100% cpu with gtk+ 2.17.3 (csw)
3756  589732 behavior change of gdk_window_get_type_hint
3757  589745 Apply message in GtkAssistant
3758  590084 print to FILE with multiple pages per sheet has bad results
3759  590086 configure.in is broken on non-X platforms
3760  590309 Default cover pages for CUPS printers incorrectly set
3761  590448 [win32] build fails because gdk-pixbuf manges a path
3762  590959 Set child_has_focus flag properly
3763  591288 compat problem with draw_drawable being NULL
3764  539377 Unnecessary warnings when GtkTreeView is not realized.
3765  546005 priv->tree is not created for unrealized (I think) treeview
3766  564695 Pressing enter key in print to file "Name" box does not p...
3767  591218 Remove some unused variables
3768  357655 "Print to SVG file" for GtkPrintOperation
3769  591462 gdk_window_set_cursor doesn't work on the root window
3770
3771 * Updated translations:
3772  Basque
3773  Brazilian Portuguese
3774  Breton
3775  Estonian
3776  Galician
3777  Hebrew
3778  Norwegian bokmål
3779  Spanish
3780  Swedish
3781
3782
3783 Overview of Changes from GTK+ 2.17.5 to 2.17.6
3784 ==============================================
3785
3786 * Client-side windows:
3787  - Several optimizations, such as client-side tracking of
3788    viewable windows
3789  - Clipping for drawing pixbufs on windows has been fixed
3790  - Rendering to large subwindows has been fixed
3791
3792 * Changes that are relevant for translators:
3793  - Markup has been removed from several strings
3794
3795 * Bugs fixed:
3796  588398 Leak with testgtk::preview_(color|gray) and more
3797  588943 set correct selection before emitting cursor-changed...
3798  588076 Gnumeric fonts stopped working on upgrading gtk+ 2.17.2 -...
3799  574674 GtkMenuItem gets Selected and Focused states when SelectC...
3800  582674 Menu item and menu accessibles retain "showing" state aft...
3801  588553 [csw] gdk_draw_pixbuf doesnt draw outside expose events s...
3802  588897 Strange include x11/gdkx.h
3803  588958 Typo in startup-id window property
3804  589035 Context needed for a propoer translation
3805  589275 [csw] Trying to destroy NULL regions
3806  588964 Remove markup from translatable string in gtkfilechooserd...
3807  587337 Suggest to use Glade instead gtk-builder-convert script
3808
3809 * Updated translations:
3810  Estonian
3811  French
3812  Spanish
3813  Swedish
3814  Thai
3815
3816
3817 Overview of Changes from GTK+ 2.17.4 to 2.17.5
3818 ==============================================
3819
3820 * Client-side windows:
3821  - Quite a few fixes have happened for the win32 and directfb backends
3822
3823 * GSEAL:
3824  - Accessors have been added for sealed members in GtkCellRenderer and
3825    GtkWidget
3826
3827 * Changes that are relevant for distributors:
3828  - The jpeg2000 pixbuf loader is now optional. Pass --with-libjasper
3829    to configure to build it
3830
3831 * Bugs fixed
3832  588373 Menus broken by client-side-windows
3833  588379 testgtk::panes does not change the cursor on mouse over
3834  588388 shape rendering is back
3835  588461 gtk_editable_get_chars() behaviour change in 2.17.4
3836  588666 Incorrect clamping of max_length
3837  588665 insert-text signal is not emitted
3838  588395 Crash when opening a GtkBuilder file
3839  524066 Mandatory jpeg2000?
3840  527583 GtkAssistant should set buttons as default widget
3841  588694 Missing % in C code
3842  588484 Iconview DnD fails when Destination is empty
3843  583522 Trivial error in GtkBuilder migration documentation
3844  150951 collapsed save dialog needs to indicate filesystem...
3845
3846 * Updated translations:
3847  Brazilian Portuguese
3848  Norwegian bokmål
3849  Spanish
3850  Traditional Chinese
3851
3852
3853 Overview of Changes from GTK+ 2.17.3 to 2.17.4
3854 ==============================================
3855
3856 * GtkEntry now has model-view separation, with GtkEntryBuffer.
3857   One intended use case for this is to support 'secure memory'
3858   for password entries.
3859
3860 * The print dialog can now optionally include the page setup
3861   controls, avoiding the need for a separate page setup dialog
3862   in many applications.
3863
3864 * Coloring of visited links in GtkLabel can now be turned off, with
3865   the ::track-visited-links property.
3866
3867 * Support for clipmasks in gdk_draw_pixbuf now works, this will
3868   introduce visual changes in code that uses clipmasks when drawing
3869   pixbufs. However, since this never worked that is unlikely to happen.
3870   Old code using gdk_pixbuf_render_threshold_alpha masks when rendering
3871   pixbufs will now produce truncated results at the edges.
3872
3873 * A number of regressions from the client-side window merge have
3874   been fixed.
3875
3876 * The directfb GDK backend has been fixed to build with csw.
3877
3878 * Bugs fixed:
3879  569393 gtk calendar localization YM note is wrong
3880  587559 Popup closes immediately
3881  551409 Print dialog should include page size and orientation
3882  588115 gvim clipboard broken
3883
3884 * Updated translations:
3885  Dutch
3886  Estonian
3887  Spanish
3888  Ukrainian
3889  Vietnamese
3890
3891
3892 Overview of Changes from GTK+ 2.17.2 to 2.17.3
3893 ==============================================
3894
3895 * GtkFileChooser:
3896  - Shows the size column by default now
3897
3898 * GtkStatusIcon:
3899  - Has a title property, which can be used by ATs when they
3900    read status icons
3901
3902 * GtkInfoBar:
3903  - The default theme now includes color definitions for infobars
3904  - The ::use-tooltip-style style property has been removed
3905
3906 * GtkMountOperation now supports interaction during unmount operations.
3907
3908 * The client-side windows branch has been merged; GDK now maintains
3909   its own window hierarchy client-side, and only uses X windows where
3910   unavoidable. Some of the benefits of this change are
3911   - Reduced flicker
3912   - The ability to do transformed and animated rendering of widgets
3913   - Easier embedding of GTK+ widgets e.g. into Clutter scene graphs
3914   This is a fundamental change to the way GDK works, so watch out for
3915   regressions.
3916
3917 * Bugs fixed:
3918  586315 Crash in GTK+ 2.14 when calling gtk.FileChooser.list_shor...
3919  461944 pressing the volume icon in full screen shuts down the sound
3920  490724 iconview item's height would be changed event with same m...
3921  564063 regression: Left margin in popup menus
3922  582025 Accelerators fail for submenus
3923  585626 Setting widget tooltip hammers X11 server on any TCP/IP X...
3924  585802 Add API to make GtkStatusIcon accessible with a name
3925  585858 right-click Add-to-Booksmarks is sometimes greyed out
3926  586330 GtkButton ignores user_underline when an image is set
3927  318807 Offscreen windows and window redirection
3928  587716 GtkInfoBar broken on resize
3929  587485 GMountOperation::show-processes support
3930
3931 * Updated translations
3932  Brazilian Portuguese
3933  Estonian
3934  Hebrew
3935  Spanish
3936  Swedish
3937  Vietnamese
3938
3939
3940 Overview of Changes from GTK+ 2.17.1 to 2.17.2
3941 ==============================================
3942
3943 * GtkInfoBar: A new widget to show a transient 'message area'
3944   inside a content pane. The API is similar to GtkDialog and
3945   supports theming for different message types (warnings,
3946   errors, etc)
3947
3948 * GtkFileChooser:
3949   - Improve path bar by ellipsizing long names and preventing
3950     vertical size changes
3951   - Backup files are now hidden by default
3952   - GTK+ remembers the file chooser sorting state now
3953
3954 * GtkButtonBox: Implements the GtkOrientable interface now.
3955
3956 * Printing:
3957  - GTK+ supports printing an application-defined 'selection' now,
3958    in addition to usual page ranges.
3959
3960 * Changes that are relevant for theme authors:
3961  - The new GtkInfoBar widget uses symbolic colors for theming
3962    its background color depending on the message type. By default,
3963    it uses the same background color as tooltips. This can be turned
3964    off with style property.
3965  - The GTK+ file chooser (as well as nautilus and other users of GIO
3966    icon information) can now show different icons for xdg user dirs.
3967    The icon names are folder-documents, folder-download, folder-music,
3968    folder-pictures, folder-publicshare, folder-templates, folder-videos,
3969    with an automatic fallback to the standard folder icon.
3970
3971 * Bugs fixed:
3972  584021 titchy leak
3973  579590 gtk_entry_set_icon_from_stock should warn when invalid st...
3974  584125 GtkAssistant asserts if last page is GTK_ASSISTANT_PAGE_C...
3975  171416 Resume editing if name of new folder is "Type name of new...
3976  420335 Page assignment when printing 4 pages to a sheet
3977  161670 Bad behaviour from gtk_file_chooser_set_filename
3978  327152 Long names in the FileChooserDialog directory buttons sho...
3979  355851 File Dialog shows Backup Files
3980  390312 Gtk grabs keyboard on DND
3981  486839 Filechooser 'Places' items should not move up and down th...
3982  562335 Deprecate gtk_tree_view_column_get_cell_renderers and gtk...
3983  565317 Resulting image of GtkCellRendererPixbuf depends on order...
3984  565998 configure script doesn't check for cairo-xlib.pc
3985  580079 Better configure detection of Xinerama on Solaris
3986  580511 gdk_x11_atom_to_xatom_for_display translates GDK_NONE as ...
3987  580560 Backspace key does not go to the parent directory
3988  584598 GtkButtonBox silently ignores gtk_orientable_set_orientation
3989  584637 Missing conditionals for X11 shape extension in GdkWindow
3990  584805 GtkEntryCompletion selection reset when calling gtk_entry...
3991  584832 Duplicate the exec string returned by gtk_recent_info_get...
3992  585024 some gtksettings properties need extra initialisation
3993  585371 Add additional sizes to the font selector
3994  585791 use g_*gettext instead of *gettext directly
3995  562579 [Patch] Remove error dialog when directory does not exist
3996  344519 custom print ranges
3997  484922 Should remember the sort state of columns
3998  555344 consider adding a message area widget
3999
4000 * Updated translations:
4001  Danish
4002  Brazilian Portuguese
4003  Estonian
4004  Oriya
4005  Bengali India
4006  Norwegian bokmål
4007  Hindi
4008  Spanish
4009
4010
4011 Overview of Changes from GTK+ 2.17.0 to 2.17.1
4012 ==============================================
4013
4014 * GtkLabel:
4015  - GtkLabel can show embedded URLs, much like SexyUrlLabel
4016
4017 * Printing:
4018  - GTK+ includes a print backend that works with the PAPI
4019    printing service.
4020  - The file and lpr backends can print multiple pages per sheet.
4021
4022 * Changes that are relevant for theme authors:
4023  - The URL support in GtkLabel uses the link-color / visited-link-color
4024    style properties
4025
4026 * Bugs fixed:
4027  576091 GtkTooltip destroy the custom widget
4028  315462 GtkButton doesn't center its child when the child is too ...
4029  390331 "Pages per sheet" does not work for LPR printing
4030  531490 gdk_window_set_events (0) will _ADD_ events to the root w...
4031  574386 Remove deprecated call to gtk_status_icon_set_tooltip in ...
4032  576678 cups printbackend doesn't list printers on NetBSD
4033  579366 gtkbuilderparser leaks RequiresInfo objects.
4034  579884 casting problem in gmodule
4035  580511 gdk_x11_atom_to_xatom_for_display translates GDK_NONE as ...
4036  581876 Remove deprecated call to gtk_action_connect_proxy in tes...
4037  581878 Remove deprecated call to gtk_scale_button_get_orientatio...
4038  582003 Calling gdk_window_get_events() changes the event mask, b...
4039  582488 GtkNotebook behaves poorly when allocated less than reque...
4040  582950 Use number of pages to print when showing printing progress
4041  582963 Crash when printing from a thread
4042  583050 unclear disposition of function gtk_combo_box_get_active...
4043  583522 Trivial error in GtkBuilder migration documentation
4044  535557 gdk_window_set_icon_name should accept NULL to unset
4045  549859 "file" printer doesn't support n-up
4046
4047 * Updated translations:
4048  Arabic
4049  British English
4050  Catalan
4051  Czech
4052  Danish
4053  Estonian
4054  French
4055  German
4056  Greek
4057  Hungarian
4058  Irish
4059  Italian
4060  Kannada
4061  Portuguese
4062  Russian
4063  Slovenian
4064  Spanish
4065  Ukrainian
4066  Simplified Chinese
4067
4068
4069 Overview of Changes from GTK+ 2.16.x to 2.17.0
4070 ==============================================
4071
4072 * GtkBuilder:
4073   - Scale marks can now be specified in builder markup
4074   - GtkAssistant action widgets can be added in builder markup
4075
4076 * Changes that are relevant for theme authors
4077  - GtkEntry now has a ::invisible-char style property that allows
4078    themes to set the preferred invisible character
4079
4080 * Printing:
4081  - GTK+ supports authentication of users against CUPS servers now.
4082
4083 * Bugs fixed:
4084  578634 gtkdial example fails to compile
4085  580678 Minor improvement to GTK+ mediaLib code
4086  580511 gdk_x11_atom_to_xatom_for_display translates GDK_NONE...
4087  581110 Handlebox widget uses static variables, crashes in multi...
4088  553385 gtk-builder-convert creates untranslated combobox models
4089  580814 GtkTextLayout incorrectly assumes pango iterates in logi...
4090  579366 gtkbuilderparser leaks RequiresInfo objects
4091  579741 gailcombox should emit property-changed:accessible-name...
4092  574386 Remove deprecated call to gtk_status_icon_set_tooltip...
4093  384940 handle rejecting jobs and authentication meaningfully
4094
4095 * Updated translations
4096  Arabic
4097  Brazilian Portuguese
4098  British English
4099  Catalan
4100  Czech
4101  Estonian
4102  Italian
4103  Kannada
4104  Oriya
4105  Simplified Chinese
4106  Slovenian
4107  Spanish
4108  Ukrainian
4109
4110
4111 Overview of Changes from GTK+ 2.16.0 to 2.16.1
4112 ==============================================
4113
4114 * GtkBuilder:
4115  - Accessible action names can now be marked as translatable.
4116  - gtk-builder-convert correctly handles response ids in all dialogs.
4117  - gtk-builder-convert warns about duplicate ids.
4118
4119 * GDK:
4120  - GDK no longer refuses to work on 30-bit visuals
4121
4122 * Win32:
4123  - The appearance of GTK+ menus on Vista has been improved.
4124
4125 * Bugs fixed:
4126  575700 Crash when moving a GtkWindow
4127  574283 unused assignment and dead code in gtk_widget_set_tooltip_window
4128  538840 [Win32] GTK menu theming could be improved
4129  576254 <object> requires attribute "id"
4130  576306 gdkscreen.c: get_nearest_monitor too simple...
4131  437533 Implement draw_shape PangoRenderer method
4132  577224 crash when setting new icon after setting icon...
4133  576150 Doc bug for GtkMenuPositionFunc
4134  562863 GtkVscrollbar is hardly documented
4135  575644 Cygwin gail build patch
4136  571374 Add 30-bit visuals to the list of supported depths
4137  577650 gtkitemfactory.h fails to compile
4138  578094 ProcessIdToSessionId needs to be declared as WINAPI
4139  518642 Custom tags and translatable content
4140  532858 segv setting GBoxed subclass <property>
4141  557629 Response ID not converted for GtkFileChooserDialog
4142  577789 about dialogue doesn't linkify licence text
4143  577824 empathy_chat_window_init: GClosure is leaked
4144  577964 Page Range entry is not accessible
4145  578221 Assertion warning `GTK_IS_TEXT_LAYOUT (layout)' failed
4146  578271 PageSetup should be sent to the previewer
4147  578276 gtk-builder-convert improperly converts GtkComboBox
4148  578290 two memory leaks
4149  578354 Memory leak in gdkscreen-x11
4150  578365 GtkMountOperation does not allow passwordless mount of sf...
4151  578366 file descriptor leak
4152  573922 Using NET_WM_USER_TIME even if startup notification times...
4153  561345 Title of Print Preview window should not be previewXXXXXX...
4154  577868 about dialogue changes appearance on style-set (change th...
4155  572797 GtkCellRendererAccel display string i18n in OTHER mode
4156
4157 * Updated translations:
4158  Arabic
4159  Assamese
4160  Basque
4161  Bulgarian
4162  Crimean Tatar
4163  Danish
4164  Galician
4165  German
4166  Greek
4167  Gujarati
4168  Japanese
4169  Kannada
4170  Malayalam
4171  Marathi
4172  Oriya
4173  Pashto
4174  Russian
4175  Spanish
4176  Telugu
4177  Turkish
4178
4179 Overview of Changes from GTK+ 2.15.5 to 2.16.0
4180 ==============================================
4181
4182 * The new function gtk_style_get_property was renamed to
4183   gtk_style_get_style_property to avoid binding problems.
4184
4185 * Bugs fixed:
4186  574059 search button not available in some cases
4187  574622 GtkEntry: Should we wrap icon-press and icon-release signals?
4188  574561 gtk_style_get "shadows" g_object_get
4189  574794 Can not resize shaped windows on Windows
4190  570896 gdkevents-win32.c(2947) : error C4053: one void operand for '?:'
4191  573067 Intra-app dnd of text behavior on Windows is wrong
4192  572455 GtkEntry window layed out wrong if the widget has focus
4193
4194 * Updated translations:
4195  Assamese (as)
4196  Bengali (bn_IN)
4197  Czech (cs)
4198  Gujarati (gu)
4199  Hindi (hi)
4200  Japanese (ja)
4201  Kannada (kn)
4202  Lithuanian (lt)
4203  Malayalam (ml)
4204  Polish (pl)
4205  Romanian (ro)
4206  Tamil (ta)
4207  Telugu (te)
4208
4209
4210 Overview of Changes from GTK+ 2.15.4 to 2.15.5
4211 ==============================================
4212
4213 * GtkAction:
4214  - Rename gtk_activatable_reset to gtk_activatable_sync_action_properties
4215    to make it easier to bind
4216
4217 * GDK:
4218  - The DirectFB backend has been restored to basic function
4219  - The RANDR support in the X11 backend has been made more robust
4220
4221 * Changes that are relevant for theme authors:
4222  - GtkEntry now has a ::progress-border property and use fg/bg[SELECTED]
4223    for drawing progress
4224
4225 * Bugs fixed:
4226  457086 numpad does not work when the Thai-Lao input method is used
4227  554407 directfb backend does not implement GdkWindowImpl
4228  543710 Dead keys do not work anymore with DirectFB
4229  560671 the client_message API doesn't work in DirectFB
4230  513422 Unknown meaning of translatable messages
4231  533456 Memory leak when window is destroyed
4232  572387 gdm crashes after gtk 2.15.4 upgrade
4233  565199 Ellipsize text in Places list
4234  495320 GtkRange does not use gdk_event_request_motions
4235  572904 GtkRadioAction broken in trunk
4236  573383 Setting a textview's buffer to NULL doesn't do a complete job
4237  573416 GtkMountOperation fixes for ask_password()
4238  572968 GtkIconView: image_description setter function strdups wrong...
4239  572972 GtkRecentChooserDefault: memory leak in copy_activated_cb
4240  572996 crash in Home Folder: Trying to open the sidebar
4241  573069 Gdk-CRITICAL warnings with Gtk 2.14 when dragging GtkNotebook...
4242  573113 Can't build tests due to testfilechooserbutton.c
4243  573211 Setting screen for popup windows
4244  573287 Warning on startup
4245  572273 No replacement documented for gtk_action_connect_proxy
4246  573515 po-properties/ special Makefile.in.in handling causes failure...
4247  552619 File Chooser no longer automatically enters newly created dir...
4248  573087 gdkwindow.c: {x,y}_offset used uninitialized
4249  573688 Don't steal update region in gtk_text_view_paint
4250  546285 Allow GtkEntry to draw progress
4251  569671 gdk_pixbuf_new_from_file() can't open image/x-portable-pixmap
4252  573393 Deprecated functions in gdk-Threads example code snippet
4253  571001 STATE_SHOWING missing on table items
4254  520395 event.any_data incorrect with spin buttons and combo boxes...
4255  325809 getAccessibleAtPoint for tables does not seem to take column...
4256  561631 gailbutton.c:571:idle_do_action: code should not be reached
4257  519090 Add accessibility support to GtkScaleButton
4258
4259 * Updated translations:
4260  British English (en_GB)
4261  Estonian (et)
4262  Hungarian (hu)
4263  Japanese (ja)
4264  Korean (ko)
4265  Kurdish (ku)
4266  Maithili (mai)
4267  Dutch (nl)
4268  Oriya (or)
4269  Swedish (sv)
4270  Traditional Chinese (zh_HK)
4271  Traditional Chinese (zh_TW)
4272
4273
4274 Overview of Changes from GTK+ 2.15.3 to 2.15.4
4275 ==============================================
4276
4277 * GtkAction:
4278  - More compatibility fixes to make PolicyKit-gnome work
4279
4280 * GtkFileChooserButton:
4281  - Don't emit file-set when the dialog is canceled. But emit it
4282    when a file is received via DND
4283
4284 * GDK
4285  - Use Xrandr 1.3 for tracking monitor information, if available
4286
4287 * Bugs fixed: 
4288  538439 tooltip may appear in upper left corner...
4289  571015 libprintbackend-cups has unlocalized strings
4290  353196 Add a file-set signal to GtkFileChooserButton
4291  571249 Icons are not drawn properly when initial widget...
4292  571196 gtk_binding_entry_add_signall deprecated without alternative
4293  508545 No way to identify terminal classes from documentation
4294  570824 TreeView is not keyboard (re)focusable after selecting a cell...
4295  568571 Asian am/pm format on cups print backend's time parsing
4296  571576 gdk_pixbuf_save_to_stream() broken
4297  571873 Compile error with gdk/win32/gdkselection-win32.c
4298  572041 Focus should change when advancing forward in GtkAssistant
4299  572040 GtkAssistant does not expose page titles
4300  570406 gailutil.def is in srcdir, but used from builddir
4301
4302 * Updated translations:
4303  Belarusian Latin (be@latin)
4304  Bulgarian (bg)
4305  Catalan (ca)
4306  Danish (da)
4307  Spanish (es)
4308  Basque (eu)
4309  Finnish (fi)
4310  French (fr)
4311  Gujarati (gu)
4312  Hungarian (hu)
4313  Japanese (ja)
4314  Korean (ko)
4315  Latvian (lv)
4316  Norwegian bokmål (nb)
4317  Polish (pl)
4318  Brazilian Portugese (pt_BR)
4319  Slovak (sk)
4320  Albanian (sq)
4321  Serbian (sr)
4322  Swedish (sv)
4323  Thai (th)
4324  Vietnamese (vi)
4325
4326
4327 Overview of Changes from GTK+ 2.15.2 to 2.15.3
4328 ==============================================
4329
4330 * Keyboard shortcut handling has been changed, to help with a longstanding
4331   complaint about the way GTK+ handles multiple layouts. GTK+ now only uses
4332   keys from groups other than the current group if they are not present in
4333   the current group. Feedback on this change is appreciated.
4334
4335 * Bugs fixed:
4336  569336 change in gtkbutton klass is causing crash...
4337  569435 make maintainer-clean removes non-generated sources
4338  145058 Inputting "^^" requires four keystrokes on Win32...
4339  559408 Transparency lost when images are copied...
4340  359288 Toolbar items are not shown after hiding
4341  569918 64bit portability issue in gtkrecentchooser.c
4342  162726 Multiple Latin layouts in XKB break keyboard shortcuts
4343  569635 fontchooser should reload list of families/styles on...
4344
4345 * Updated translations:
4346  Norwegian bokmål (nb)
4347  Oriya (or)
4348  Brazilian Portugese (pt_BR)
4349  Thai (th)
4350  Traditional Chinese (zh_HK)
4351  Traditional Chinese (zh_TW)
4352  
4353
4354 Overview of Changes from GTK+ 2.15.1 to 2.15.2
4355 ==============================================
4356
4357 * GtkAction:
4358  - Make toolitems pick up icon names from actions
4359  - Draw proxies of radio actions properly
4360  - Make menu proxies of recent actions work
4361  - Avoid accidental activations when changing actions on proxies
4362  - Make derived button classes work as proxies
4363
4364 * Input methods:
4365  - Avoid an assertion due to early use of input methods
4366
4367 * GtkScale:
4368  - Avoid a segfault in the marker drawing code
4369
4370 * GtkImageMenuItem:
4371  - Add a property to override the show-menu-images setting
4372
4373 * Bugs fixed:
4374  566628 gdk_display_close always asserts on win32 and quartz
4375  569240 Crasher when using markers
4376  569104 Toggle menu entries showed as check menu entries...
4377  322932 Always show icons on panel menus
4378
4379 * Updated translations:
4380  Finnish (fi)
4381  German (de)
4382
4383
4384 Overview of Changes from GTK+ 2.15.0 to 2.15.1
4385 ==============================================
4386
4387 * GtkFileChooser:
4388  - Remember the file chooser's size across invocations
4389  - Handle uris that are entered in the entry
4390  - Improve autocompletion, in particular for uris
4391
4392 * GtkEntry:
4393  - New property "im-module" for selecting input methods per-widget
4394  - New icon-related API got renamed for consistency
4395  - Added properties and setters for icon tooltips
4396
4397 * GtkTextView:
4398  - New property "im-module" for selecting input methods per-widget
4399  - New signal "paste-done" to allow better handling of async pasting
4400
4401 * GtkScale:
4402  - New api to add annotated marks: gtk_scale_add_mark.
4403
4404 * GtkAction:
4405  - Rework the way actions and proxies interact, to make the
4406    interaction less ad hoc, more extensible, and better suited
4407    for support in GUI builders like glade.
4408
4409    To be used as a proxy, a widget must now implement the
4410 `  GtkActivatable interface, and GtkActivatable implementations
4411    are responsible for syncing their appearance with the action
4412    and for activating the action.
4413
4414    All the widgets that are commonly used as proxies implement
4415    GtkActivatable now.
4416
4417    This is a big change, and it is not unlikely to break some
4418    current users of GtkAction, so feedback about problems caused
4419    by this is appreciated.
4420
4421  - Add a "gicon" property to specify the icon with a GIcon
4422
4423 * GDK:
4424  - On X11, GDK now caches cursors to avoid cursor theming overhead
4425  - New cursor type for blank cursors: GDK_BLANK_CURSOR
4426
4427 * New deprecations:
4428    gtk_scale_Button_get_orientation()
4429    gtk_scale_button_set_orientation()
4430    gtk_action_connect_proxy()
4431    gtk_action_disconnect_proxy()
4432    gtk_widget_get_action()
4433    gtk_action_block_activate_from()
4434    gtk_action_unblock_activate_from()
4435    direct access to "gtk-action" object data
4436
4437 * Changes that are relevant for translators:
4438  - Navigation and Media stock labels have separate message contexts now
4439  - The caps lock warning string has been changed
4440
4441 * Bugs fixed:
4442  566083 Icon pixmap hardcoded during DnD
4443  566334 compile failure for gtk+ on Mac OS X
4444  565998 configure script doesn't check for cairo-xlib.pc
4445  566391 gtk_about_dialog_set_url_hook should activate...
4446  566568 gtk_tree_model_get_value docs typo
4447  566628 gdk_display_close always asserts on win32
4448  566733 Add GIcon to GtkAction, GtkToolButton
4449  567024 gtktoolbutton doesn't create right proxy menu item...
4450  523554 Copy from GIMP to Word broke
4451  567468 no check for trailing != NULL in gtk_text_layout_get..
4452  492794 Pasting external text at end of view yields wrong...
4453  164002 query scripts don't work uninstalled on windows
4454  566532 GtkScaleButton implementation of GtkOrientable
4455  450716 New API to change global IM
4456  562701 GtkEntryCompletion popup sizes its rows wrong...
4457  567944 [Win32] Sorted treeview columns can be unreadable
4458  567655 gtk_status_icon_set_tooltip_text/markup should use...
4459  567887 gtk_entry_get_storage_type() should be...
4460  568196 Please change context of Forward stock label
4461  563280 stock items & translation context
4462  568233 Wrong statement about GtkEntry's "activate" signal
4463  568263 gtk can't recognize the wrong X Selection TARGETS...
4464  565656 Add marks to scales
4465  567413 GtkComboBoxEntry doesn't emit "changed" signal...
4466  545980 GtkFileChooserEntry should handle URIs
4467  566862 pixbuf_new_from_file does not autodetect format
4468  568552 gtk_combo + gtk entry in invisible mode takes 100% cpu
4469  561801 "scheduled printing" doesn't function as expected
4470  566535 gtk_widget_get_snapshot does not work if double buff...
4471  567021 gtkimage accessors docs
4472  567761 Spellfixes in GTK+ documentation
4473  568744 Spellfixes in GtkTreeView's documentation
4474  536965 GtkPlug: crash on theme change
4475  567124 proposal to delay doing something related to immodule...
4476  568305 gdk-pixbuf mishandles BI_BITFIELDS bmps
4477
4478 * New and updated translations:
4479  Crimean Tatar (crh)
4480  Spanish (es)
4481  Hebrew (he)
4482  Hungarian (hu)
4483  Italian (it)
4484  Korean (ko)
4485  Lithuanian (lt)
4486  Norwegian bokmål (nb)
4487  Norwegian Nynorsk (nn)
4488  Swedish (sv)
4489  Thai (th)
4490  Simplified Chinese (zh_CN)
4491
4492
4493 Overview of Changes from GTK+ 2.14.x to 2.15.0
4494 ==============================================
4495
4496 * GtkFileChooser
4497  - Optionally shows file sizes
4498  - Mounts volumes when necessary
4499  - Picks better mime icons
4500
4501 * GtkEntry
4502  - Can show icons at either side of the entry, which can be made
4503    clickable, drag sources, etc
4504  - Can show progress information
4505  - Picks the best available placeholder character for invisible entries 
4506    unless it is explicitly set. See the invisible-char-set property
4507  - Input methods work again in invisible entries
4508  - Invisible entries can optionally display a caps-lock warning. This
4509    can be turned off with the caps-lock-warning property
4510
4511 * GtkStatusIcon
4512  - Uses an extension of the tray icon spec to negotiate RGBA support.
4513    This is also supported by the GNOME panel. For details, see the
4514    section on "Visual and bckground pixmap handling" in the System
4515    Tray Protocol Specification.
4516  - Supports scroll events, middle clicks and rich tooltips
4517
4518 * GtkLinkButton
4519  - Respects user-defined tooltips 
4520  - Has a default url hook
4521
4522 * GtkBuilder
4523  - Can construct menus
4524  - Can associate accel groups with windows
4525  - Child properties can now be translatable, e.g. GtkAssistant::page-title
4526
4527 * GtkOrientable
4528  - A new interface implemented by all widgets that have horizontal and
4529    vertical variants
4530
4531 * Printing support
4532  - Print-to-file can save to non-local files
4533  - Page rendering can be deferred to a thread to avoid blocking the mainloop
4534
4535 * GDK
4536  - GdkKeymap emits a state-changed signal when the caps lock state changes
4537
4538 * Newly deprecated functions:
4539   gdk_window_get_toplevels(),
4540   gtk_font_selection_dialog_get_apply_button(),
4541   gtk_status_icon_set_tooltip(),
4542   gtk_toolbar_set_orientation()
4543
4544 * Changes that are relevant for theme authors
4545  - The GtkMenu::arrow-placement style property allow more space efficient
4546    layout of scrolling menus
4547  - Submenu arrows can be scaled relative to the font size, with the
4548    GtkMenuItem::arrow-scaling style property
4549  - Themes can set the GtkDialog::content-area-spacing style property to 
4550    change the spacing between elements of the content area
4551  - The GtkEntry::state-hint style property can be used to request that
4552    GTK+ should pass the correct state when drawing the background of entries
4553  - The GtkEntry::prelight style property can be used to suppress prelighting
4554    of icons in entries on mouseover
4555  
4556 * Changes that are relevant for translators
4557  - GTK+ has been switched to use the two-argument C_() macro
4558    instead of Q_() for messages with context
4559
4560 * Bugs fixed:
4561  434987 MS Windows style should use pango_win32_font_description_from_logfont
4562  325095 show a 'size' column
4563  552837 mem leak in gtkimmulticontext
4564   83935 GtkEntry's default invisible char should be U+25CF
4565  553000 incorrect i18n header in gtkfilesystem.c
4566  552789 Show size column in the search and recently used files modes
4567  553135 eog crash: assertion failed. 
4568  382544 GtkIconView: Selection/focus should be painted around the items
4569  541391 Unfocussable Treeview swallows focus
4570  408244 add GtkDialog::content-area-spacing
4571  538782 Make GtkMenu's arrow size themable
4572  553385 gtk-builder-convert creates untranslated combobox models
4573  553241 double freed pointer in lpr_write cause firefox3 crash
4574  553917 Typo in gdkwindow-win32.c
4575  553133 GtkFileChooser won't ask to mount a volume
4576  553211 GtkFileChooserButton unsets filter after first use
4577  553578 tabs are not drawn correctly
4578  553803 eventually call XCloseDevice on XOpenDevice results
4579  552956 Should check composite extension version
4580  552959 GtkTrayIcon: _NET_SYSTEM_TRAY_VISUAL and real transparency
4581  553575 Only draw focus when navigating with the keyboard
4582  339367 Incorrect spotlocation
4583  554141 uninitialized data use/free in gtkclipboard-quartz.c
4584  371908 Password Entry broken
4585  317002 Disable input method completely in GtkEntry when it...
4586  487624 Tooltips doesn't get updated if ther's no mouse motion...
4587  107000 Add signals to GdkKeymap for monitoring caps_lock, etc
4588  530568 Entries with visibility=FALSE should warn for caps-lock on
4589  553086 hard to see current immodule
4590  541009 Get rid of separate subclasses for horizontal and vertical...
4591  344522 support non-local destination files (GtkPrint)
4592  553582 Add orientation API to GtkSeparator
4593  554506 combining diacritics broken, became deadkeys
4594  553585 Add orientation API to GtkRuler
4595  554690 mem leak in filechooser
4596  554691 mem leak in filechooser
4597  554696 invalid free function used
4598  554698 mem leak in filechooser
4599  554701 filechooser spams console with useless warnings
4600  554704 gtkfilesystemmodel does too much work
4601  530575 GtkEntry with invisible chars has a confused cursor in overwrite mode
4602   96431 Can't cut and paste / DND within invisible entry
4603  132501 Make utility window translate to tool window in win32
4604  539464 gtk_cell_view_get_model is missing in GtkCellView
4605  553573 Add orientation API to GtkBox
4606  555387 Changing the sensitivity of a statusbar mistakenly requires a display
4607  436533 Allow more space efficient scroll arrows placement
4608  555270 Allow unsetting a MessageDialog's image
4609  554702 gtkfilesystem leaks GError
4610  554192 double press on the "circumflex" dead key...
4611  516425 Optionally display accelerators in popups
4612  550342 Splash screens have a caption
4613  555578 GtkTable propertiy maxima are wrong
4614  555523 gtk_scale_button_set_adjustment should accept NULL
4615  555573 gtk_font_selection_set_font_name shouldn't require a screen
4616  555676 gtk_widget_real_grab_focus assumes toplevel == window
4617  555000 Wrong treatment on non-spacing marks dead keys in GtkIMContextSimple
4618  551355 Make glib build with libtool 2.2
4619  555186 Setting gtk-toolbar-icon-size with custom icon_size
4620  555625 Updated gtk_compose_seqs_compact table
4621  555386 format not a string literal and no format arguments
4622  552318 menubar mnemonics consumed even when gtk-enable-mnemonics=false
4623  555779 GtkCellRendererPixbuf crashed on failed GIcon lookup
4624  556150 gtk 'object' property test fixing
4625  556527 The current page property is not passed to GtkPrintUnixDialog
4626  556578 GIMP windows stay on top of other windows
4627  557059 crash when compositing emblems with icon
4628  557266 Window Management Problem
4629  555920 gtkentry.c passes wrong enum to pango_layout_set_alignment
4630  528320 Incorrect icons displayed for files with custom mimetype icons
4631  557524 "va_end(args);" should be added into gtk_text_buffer_insert_with_...
4632  556835 gtkentry.c: variable is declared at middle of block
4633  556954 gtk+/gtk/gtkrecentchooserdefault.c: mismatching allocation...
4634  557315 stale clipboard target cache
4635  530454 Clarify page_nr when printing
4636  557065 gtkcellrendererpixbuf spams console over and over...
4637  557894 Wrong return value for gdk_pointer_grab_info_libgtk_only
4638  558397 gtk_widget_error_bell undefined without a screen
4639  557762 Misleading error message in GDK DirectFB
4640  557316 GtkLinkButton should consider user-defined tooltip
4641  339714 Set printer dpi on cairo ps/pdf surfaces when printing
4642  558522 scroll arrow painted insensitive even though there are pages...
4643  347230 testicontheme shortcomings
4644  558323 glitches when popping up combos in treeviews
4645  558667 gtk_font_selection_dialog_get_apply_button - deprecate
4646  412134 Add API to query style properties from the style
4647  322934 Replace menu's proxy icons with empty space hiding icons
4648  409435 GtkStatusIcon enhancements: scroll events, middle click, rich tooltips
4649  558278 Crash when calling a callback set by gdk_add_client_message_filter()
4650  558929 gtkstatusicon.c: 'event' is a member of the structure
4651  558001 gtk_icon_view_enable_model_drag_[source|dest] problem
4652  557212 Problem with which window gains focus and is visible
4653  559404 gtk_editable_insert_text counts length in bytes
4654  558586 handling of keyboard under darwin (quartz)
4655  558409 GtkLabel::use-underline doesnt work with GtkLabel::attributes
4656  553586 Add orientation API to GtkPaned
4657  560135 Print when the user double clicks a printer
4658  553765 Add orientation API to GtkRange
4659  550942 Rework of gdkeventloop-quartz.c
4660  525550 GTK+ 2.13.0 GtkCurve test fails
4661  559619 invisible-char default cannot be tested
4662  560139 GtkEntry doesn't paint with the right state
4663  560602 Wrong GtkMenuItem default value (test fails)
4664  377699 realizing gtk.Progress() causes SEGV
4665  561335 Fix typos in GtkToolItem documentation
4666  561539 Alignments miscalculate dimensions when allocated less...
4667  559947 Unchecked dependency on python>=2.4
4668  561504 testgtk should load rc file from sub folder
4669  539263 Deprecate gdk_window_get_toplevels
4670  554076 eventually release g_new-ed supported_atoms
4671  559622 GdkDevice test segfaults
4672  554453 "typeahead find" widget of GtkTreeView appears on wrong monitor...
4673  562817 GtkDialog: typo
4674  555334 connected server feature
4675  562878 password save incorrectly set in gtkmountoperation
4676  559914 eog doesn't apply paper setup
4677  562998 GtkFontButton documentation improvements
4678  557420 Some compose sequences don't work anymore (or only in specific order)
4679  546285 Allow GtkEntry to draw progress
4680  563547 Update gdkx11 atom precache table
4681  563285 test print backend does not compile
4682  559325 documentation for gdk_display_get_window_at_pointer() is wrong
4683  554274 Add default hook for GtkLinkButton
4684  546378 GtkAssistant page title is not translatable
4685  563991 gtk_file_chooser_button_new_with_backend is deprecated...
4686  563994 Input method module interface not documented
4687  564066 Crash in gtk_rc_parse_default_files
4688  563835 Typo in gtk_widget_has_screen() docs
4689  564212 gtk_icon_view_accessible_model_rows_reordered explain new_order...
4690  563751 xatom cache is prefilled too late
4691  556839 Crash when opening a link
4692  549251 GTK icon view accessible issue
4693  558306 Cannot build gdk (gtk+ 2.14.4) on Solaris 8
4694  555560 gtk_combo_box_set_active fails with no model
4695  563158 CellRendererProgress pulsing and progressing rows can not...
4696  556233 local-only causes G_IS_FILE warning
4697  562579 Remove error dialog when directory does not exist
4698  561494 FileChooser network browsing and authentication support
4699  339318 Allow page rendering to (optionally) happen in a thread
4700   85292 add an icon to gtkentry
4701  564881 gtkstatusicon.c: 'event' bug again
4702  552545 leaks GpImage
4703  553374 gdk_pixdata_from_pixbuf fails for some images with use_rle set to TRUE
4704  555791 Natuilus Crashes when opening USB MP3 Player Contents
4705  561186 GdkPixbuf API type checking needs cleanup
4706  559009 gtk_radio_button_get_group documentation needs to say...
4707  523264 Update GTK+ reference documentation screenshots
4708  563876 [Regression] GTK_MODULES env var is no longer relevant
4709  554950 gail must make itself resident
4710  555953 libferret missing link against libgtk-x11
4711  554002 Orca App-Preferences dialog page tabs are "off" by one...
4712  353088 gtk_expander_get_label should return the full label text
4713  512743 Applications with lists crash in libgail
4714  564555 synaptic cannot be started...
4715  565203 icons are misplaced when horizontal gtkiconview is...
4716  549251 GTK icon view accessible issue 
4717  558694 Paned window splitter keynav broken
4718  565846 va_end(args) should be added into gtk_tree_store_new
4719
4720 * New and updated translations:
4721  Arabic (ar)
4722  Asturian (ast)
4723  Catalan (ca)
4724  Danish (da)
4725  German (de)
4726  British English (en_GB)
4727  Spanish (es)
4728  Finnish (fi)
4729  Galician (gl)
4730  Hebrew (he)
4731  Japanese (ja)
4732  Georgian (ka)
4733  Malayalam (ml)
4734  Marathi (mr)
4735  Portugese (pt)
4736  Brazilian Portugese (pt_BR)
4737  Romanian (ro)
4738  Russian (ru)
4739  Slovak (sk)
4740  Serbian (sr, sr@latin)
4741  Swedish (sv)
4742  Thai (th)
4743
4744
4745 Overview of Changes from GTK+ 2.14.1 to 2.14.2
4746 ==============================================
4747
4748 * Don't use XRRGetScreenResources, since it doesn't work well
4749
4750 * Bugs fixed:
4751  551063 deprecated marking without a link to what new code should use
4752  319849 gtkcalendar look in RTL locales
4753  550989 gdk_display_put_event should call g_main_context_wakeup
4754  550062 Small update in gdk/gdkkeysyms.h
4755  551325 Reference to wrong parameter in gtk_editable_insert_text
4756  551386 gtk_printer_set_is_default() always sets TRUE
4757  550676 Memory leak, update keyboard layout data structure
4758  551699 gtk_scrolled_window_destroy() is broken
4759  551567 DND mark broken
4760  551378 Print dialog: should try UDS when fetching PPD for localhost
4761  536542 gtk_list_store_set() documentation doesn't say whether...
4762  552153 GtkModules loading with XSettings doesn't work...
4763  552001 gtkimcontextsimple.c: variable is declared at middle...
4764  551987 GtkPaned redrawing problem
4765  551722 gtk_widget_set_scroll_adjustments() should check...
4766  552107 Small libtool fixes
4767  552500 GtkPrintSettings API doc not precise enough
4768  408154 Change GtkEntryCompletion max-items to style property
4769  329593 Entering characters on a line very cpu intensive and slow
4770  552667 gtkimage containing gicon leaks memory
4771  552668 format not a string literal and no format arguments...
4772  346903 gtk_enumerate_printers needs events to complete
4773  550969 fix a typo which breaks the static build
4774  517233 Calling gdk_pixbuf_loader_close causes "GError set over...
4775  551063 deprecated marking without a link to what new code should use
4776  540967 docs build slowly because of entities
4777
4778 * Updated translations:
4779  Afrikaans (af)
4780  Arabic (ar)
4781  Assamese (as)
4782  Bulgarian (bg)
4783  Bengali India (bn_IN)
4784  Catalan (ca)
4785  Finnish (fi)
4786  French (fr)
4787  Gujarati (gu)
4788  Croatian (hr)
4789  Italian (it)
4790  Lithuanian (lt)
4791  Malayalam (ml)
4792  Marathi (mr)
4793  Dutch (nl)
4794  Oriya (or)
4795  Brazilian Portugese (pt_BR)
4796  Portugese (pt)
4797  Telugu (te)
4798  Thai (th)
4799  Turkish (tr)
4800
4801
4802 Overview of Changes from GTK+ 2.14.0 to 2.14.1
4803 ==============================================
4804
4805 * Fix a deadlock in pixbuf loader initialization
4806
4807 * Updated translations:
4808  Ukrainian (uk)
4809
4810
4811 Overview of Changes from GTK+ 2.13.7 to 2.14.0
4812 ==============================================
4813
4814 * Bugs fixed:
4815  548354 Remove repeated code in gtk_cell_view_size_allocate
4816  548346 gtk_color_selection_dialog_get_color_selection always...
4817  535158 can't rearrange the order of multi pages per side
4818  545875 evo crashed when trying to print pages 6-7 of a 1 page...
4819  549236 missing Since 2.14 in gtk_file_chooser_get_file
4820  549354 Crash trying to open a file on a remote folder
4821  549734 gtk_selection_data_get_data prototype is wrong
4822  549262 GtkScrolledWindow should not accept focus unless...
4823  549810 Memory leaks in printing code 
4824  437791 Animation is played at the wrong speed
4825  549943 gtk_tool_shell_get_relief_style() always returns...
4826  547449 Entry/Combo popup misplaced after resize
4827  550528 IconView DND interface does not work if only used as source
4828  548993 regression: gdk 2.13 leaves stray windows in certain cases
4829  520165 typeahead find (interactive search) only accepts one char...
4830  528091 Arrows for scrollable notebooks don't work with unset GTK...
4831  528975 Can not maximize the window
4832  543308 FileChooser size problems since gtk+-2.13.x 
4833  549322 Typo in gdk_pixbuf_save_to_buffer docs
4834  549711 Race condition when loading gdk-pixbuf image modules
4835
4836 * Updated translations:
4837  Czech (cs)
4838  German (de)
4839  Spanish (es)
4840  Estonian (et)
4841  British English (en_GB)
4842  Finnish (fi)
4843  French (fr)
4844  Irish (ga)
4845  Galician (gl)
4846  Japanese (ja)
4847  Hebrew (he)
4848  Hungarian (hu)
4849  Korean (ko)
4850  Maithili (mai)
4851  Norwegian bokmål (nb)
4852  Polish (pl)
4853  Pashto (ps)
4854  Brazilian Portugese (pt_BR)
4855  Albanian (sq)
4856  Swedish (sw)
4857  Telugu (te)
4858  Thai (th)
4859  Vietnamese (vi)
4860
4861
4862 Overview of Changes from GTK+ 2.13.6 to 2.13.7
4863 ==============================================
4864
4865 * Bugs fixed:
4866  545031 list of recently used files is created world-readable
4867  535573 Deadlock in gdkeventloop-quartz.c:poll_func()
4868  546771 Add writable property "visited" to GtkLinkButton
4869  546756 gnome-panel crashed with SIGSEGV in g_type_check_...
4870  547027 menus are broken
4871  544863 gtkquartz.h not included in released 2.13.5 package
4872  547211 Duplicated mnemonic
4873  547270 Make GtkHSV public
4874  546616 CUPS print backend uses 1.2 API without guards
4875  546754 2.13.6 update create rendering issue in the evo...
4876  546730 gtk_status_icon_get_gicon() should use a return...
4877  526234 make shift+ctrl+del delete till the end of line
4878  547456 gdk/x11/gdkscreen-x11.c : init_solaris_xinerama doesn't...
4879  547516 Add comments for translators in gtkprintbackendcups.c
4880  547673 Accessors for GtkFileSelection.font_entry and...
4881  547775 Documentation of gtk-button-images is not correct
4882  547846 gtktestutils functions lack Since: tags
4883  547655 gio_can_sniff configure test can fail...
4884  547944 Self-reference in gtk_page_setup_load_file's docs
4885  547680 fontconfig monitoring can crash apps
4886  546549 Better Type Checking
4887  532644 TIFF loader need to exclude CR2 files
4888
4889 * Updated translations:
4890  Arabic (ar)
4891  Spanish (es)
4892  Basque (eu)
4893  Finnish (fi)
4894  Galicican (gl)
4895  Japanese (ja)
4896  Kannada (kn)
4897  Marathi (mr)
4898  Norwegian bokmål (nb)
4899  Portugese (pt)
4900  Brazilian Portugese (pt_BR)
4901  Swedish (sv)
4902  Thai (th)
4903
4904
4905 Overview of Changes from GTK+ 2.13.5 to 2.13.6
4906 ==============================================
4907
4908 * Fix problems on 64-bit Windows
4909
4910 * Fix a long-standing, well-known problem with the handling
4911   of insensitive buttons, bug 56070
4912
4913 * Fallback to Xinerama if the Xrandr implementation
4914   is just a stub
4915
4916 * gdk_threads_add_timeout_seconds[_full]: New functions with
4917   second-granularity to complete the set of gdk_threads_ timeout
4918   functions
4919
4920 * Support rendering icons with emblems specified as GEmblemedIcon
4921
4922 * GtkFileChooser has a GFile-oriented API now, functions
4923   for creating filechoosers with specific backends have been
4924   deprecated, since GIO is used directly.
4925  
4926 * GtkAdjustment has been sealed, adding getters and setters
4927   for all struct fields.
4928
4929 * Bugs fixed:
4930  544265 GDK assumes XFIXES extension
4931  543915 "Sole completion" translation issue
4932  544510 SetTimer callback signatures has the wrong type
4933  544390 evince crashes after clicking print
4934  361561 StatusIcon signals not documented as definitely public API.
4935  368234 Incorrect tabs rendering during reorder with rounded themes
4936  545976 Deprecate gtk_file_chooser_*_with_backend
4937  545978 Make filechooser GFile API public 
4938  544863 gtkquartz.h not included in released 2.13.5 package
4939  424207 printing hangs on unreachable cups server
4940   56070 Can't click button after setting it sensitive
4941  545931 small documentation typos
4942  344383 use po/LINGUAS
4943   65818 rename gtk_window_set_default() and add getter for it
4944  539733 No way to control treeview separator height
4945  523950 GtkTreeModelFilter's visible function may get an empty...
4946  526575 Missing return type in gtk_ui_manager_get_toplevels...
4947  429411 add style properties to set minimum progressbar w...
4948  429427 Add "arrow-spacing" style property to GtkRange
4949  544302 GtkStatusIcon should support GIcon
4950  339699 implement gtk_print_operation_set_show_dialog for...
4951  538686 gtkprintoperation-win32.c: devmode_from_settings
4952  540379 gtk_tree_view_enable_model_drag_dest and ...
4953  544684 Win64 issue, window handles are assumed to be 32-bit
4954  540834 Insensitive widgets cannot be grabbed
4955  515596 GtkUIManager's embedded UI definition example is invalid
4956  534979 GtkImageMenuItem is a bin but has two children
4957  382291 Automatically dim the combobox when the model is empty
4958  545982 missing braces cause bogus warnings when using GtkBuilder
4959  544858 Seal GtkAdjustment
4960
4961 * Updated translations:
4962  Spanish (es)
4963  Galician (gl)
4964  Japanese (ja)
4965  Korean (ko)
4966  Norwegian bokmål (nb)
4967  Portugese (pt)
4968  Brasilian Portugese (pt_BR)
4969  Albanian (sq)
4970  Swedish (sv)
4971
4972
4973 Overview of Changes from GTK+ 2.13.4 to 2.13.5
4974 ==============================================
4975
4976 * gdk-pixbuf:
4977  - Use GIO for mime type sniffing when possible
4978
4979 * Printing:
4980  - Handle paused printers and printers that don't accept jobs
4981
4982 * GtkBuilder:
4983  - Support building parts of the XML tree with the new functions
4984    gtk_builder_add_objects_from_file, gtk_builder_add_objects_from_string
4985
4986 * Bugs fixed:
4987  540917 deprecate pack_start_defaults()
4988  541645 gtkfilechooserdefault segfaults when bookmark does not contain ://
4989  493008 gdk_screen_get_window_stack is not 64-bit-compatible
4990  539248 gtk_calender_query_tooltip calls ->detail_func with invalid dates
4991  327582 Incomplete docs for GtkSettings::gtk-icon-sizes
4992  343663 source-buffer highlighting highlights "char" in gtk_text_iter_...
4993  541811 g_return_if_fail (widget->parent == container)
4994  541540 Dead link to pkg-config site in GTK+ online FAQ
4995  513580 Broken link in GTK+ FAQ
4996  531129 gtk_style_copy() does not include a return value or description
4997  510225 gtk_widget_get_composite_name retval should be freed
4998  507953 gtk_tree_view_set_tooltip_column() shows markups
4999  469068 clarify gdk_cairo_create()
5000  528845 segv from GtkBuilder on attempting <accelerator> under GtkCellView
5001  540994 [Win32] Some windows don't appear at the top when created
5002  541964 [Win32] Setting modal hint to current value might confuse the stack
5003  541950 Removing recently-added accelerator UI causes a wrong g_warning
5004  542234 iconview a11y implementation segfaults
5005  541399 Widget tooltips: treat "" same as NULL
5006  334418 Support easy input of ellipsis
5007  321896 Synch gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
5008  316087 Resizing columns is chaotic
5009  542853 jasper test fails due to incomplete library arguments
5010  507394 mem leak from gtk_selection_add_targets
5011  488766 GtkFileChooserButton doesn't clear icon after gtk_file_chooser_...
5012  479780 Bookmarks in left pane of FileChooser cannot be renamed
5013  542523 GtkTextTag should handle setting properties to NULL
5014  384940 handle rejecting jobs and authentication meaningfully
5015  339591 Detect list of availible cover pages
5016  543244 crashes when renaming a bookmark
5017  447998 GtkBuilder does not support building parts of the xml tree
5018  543217 GTK application crashed with directfb backend
5019  543545 GtkAssistant crashes when gtk_widget_hide() is called inside ...
5020  401985 Documentation improvement for the gdk_pixbuf_new_from_file_at_...
5021  543085 gdk_pixbuf_saturate_and_pixelate may corrupt memory
5022  488019 Mention bind_textdomain_codeset in gettext related FAQ
5023  528822 typo in GtkCombo docs
5024  540967 docs build slowly because of entities
5025  537430 label pango attributes & i18n
5026  543989 Crash in gtk_tree_view_size_allocate_columns
5027  535223 gbookmark file inefficiency ...
5028
5029 * Updated translations:
5030  Assamese (as)
5031  Czech (cs)
5032  German (de)
5033  Spanish (es)
5034  Galician (gl)
5035  Hebrew (he)
5036  Polish (pl)
5037  Pashto (ps)
5038  Traditional Chinese (zh_HK)
5039  Traditional Chinese (zh_TW)
5040
5041
5042 Overview of Changes from GTK+ 2.13.3 to 2.13.4
5043 ==============================================
5044
5045 * Merge the GSEAL branch (see http://live.gnome.org/GTK+/3.0/Tasks)
5046
5047 * GtkScaleButton has an orientation property 
5048
5049 * Bugs fixed:
5050  538519 GtkCellRendererPixbuf doesn't allow unsetting the icon anymore
5051  538362 Get Win32 icons back in the file chooser
5052  538182 pango_cairo_context_update_layout is not noop after...
5053  508751 gnome-terminal crashed with SIGSEGV after keypress
5054  419737 The file chooser clears the filename entry in SAVE/CREATE_FOLDER...
5055  538784 Don't change the filename in the name entry in CREATE_FOLDER...
5056  538395 gtk_combo_box_append_text() on non-compliant model segfaults
5057  539363 Segfault when creating GtkPlugs
5058  539466 GtkMenuShell API/ABI break in trunk
5059  442042 GtkScaleButton is too limited
5060  540318 Invalid URL
5061  530255 GtkAboutDialog cuts off comments label
5062  540310 Avoid unnecessary repaints when resizing GtkWindow
5063  434535 printoperation's create_surface doesn't check temp file...
5064  539790 [PATCH] Please add three new settings to GtkSettings
5065  539164 Windows' System Menu blocks main loop
5066  541162 [Win32] Update for the new GdkWindowImpl stuff
5067  455268 Add gtk-enable-tooltips GtkSetting
5068  537591 Don't hardcode minimum width of menuitems
5069  541249 [Win32] Fix some internal static methods
5070  541305 [Win32] Scrolling was broken after GdkWindow refactoring
5071  540529 Remove all GIMP references
5072  538547 Update doc-shooter in gtk documentation
5073  535498 Printing demo broken
5074  539944 Add GtkScaleButton API so struct fields can be marked...
5075  540915 GtkBuilder sets properties in reverse order
5076  538863 Fixes assertion on entering empty folder
5077  540861 invalid UTF-8 in input device name
5078  540612 mem leak in filechooser
5079  540618 gtk_menu_shell_select_first prints warning on GtkMenubar...
5080  539944 Add GtkScaleButton API so struct fields can be marked...
5081  536966 Paper selector crashes
5082  378158 gdk_win32_selection_add_targets uses uninitialized hwnd v...
5083  516092 use gtk_drag_*_add_*_targets instead of hardcoded target ...
5084  536430 Libs and Cflags paths in gail-uninstalled.pc.in are out o...
5085  538378 GtkFileSystemError should be public
5086  539095 directfb functions need to be renamed due to the offscree...
5087  539470 Fix critical warnings when the GIcon can't be found for a...
5088  539732 Warnings on destruction of GtkDialog.
5089  540235 Getting the current folder fails
5090  537639 complete the gtk_clipboard_request/wait_for/is_available_... 
5091
5092 * Updated translations:
5093  Catalan (ca)
5094  Spanish (es)
5095  Estonian (et)
5096  Hungarian (hu)
5097  Korean (ko)
5098  Norwegian bokmål (nb)
5099  Occitan (oc)
5100  Swedish (sv)
5101  Thai (th)
5102
5103  
5104 Overview of Changes from GTK+ 2.13.2 to 2.13.3
5105 ==============================================
5106
5107  * Support runtime font configuration changes
5108  
5109  * Use GIO for mime information
5110
5111  * Use GIO directly for the file chooser, do not load filesystem
5112    implementation modules. This change causes some regressions on Win32, 
5113    which will be addressed by improved Win32 support in GIO.
5114
5115  * GTK+ no longer uses translations when the application is not
5116    translated to the current locale
5117  
5118  * Bugs fixed: 
5119  520874 Should use gio directly
5120  536185 monitor font configuration
5121  536757 openoffice.org menus are placed at wrong position
5122  536990 updateiconcache.c: 'close ()' is redundant 
5123  535608 do not string-copy accel paths in the menu code
5124  488119 critical warnings from gtk_tree_view_get_visible_range
5125  536730 memory corruption in gtktreeview
5126  131920 gtkNotebook sends incorrect switch_page value
5127  526987 GtkCellRendererCombo should allow model to be NULL
5128  536765 GtkComboBox should set COMBO type hint for its menu
5129  503071 Application direction changes to right to left even if...
5130  517706 Connecting GtkButton with "use-stock" == FALSE to a...
5131  519092 Add accessibility support to GtkVolumeButton
5132  524222 GtkToolbar with mix of buttons with and without icons...
5133  537985 gtk_init_with_args() doesn't open a display after...
5134  531960 crash in eog-image.c:1154: (priv->image != NULL)
5135  408154 Change GtkEntryCompletion max-items to style property...
5136  506853 gtk_tree_view_enable_model_drag_[source|dest] problem
5137  536430 Libs and Cflags paths in gail-uninstalled.pc.in are out o...
5138  537685 print to file crashes when the target can not be written 
5139
5140 * Updated translations:
5141  Arabic (ar)
5142  Czech (cs)
5143  Estonian (et)
5144  Hebrew (he)
5145  Norwegian bokmål (nb)
5146  Thai (th)
5147
5148
5149 Overview of Changes from GTK+ 2.13.1 to 2.13.2
5150 ==============================================
5151
5152  * Fix an oversight in the header cleanup that went into 2.13.1, which
5153    removed gtkmarshal.h from the set of headers pulled in by gtk.h
5154  
5155  * Add a function to retrieve the XID of a status icon, to allow
5156    notification bubbles to follow the icon
5157  
5158  * Bugs fixed:
5159  533108 leak of GDI region in function 'handle_wm_paint'
5160  530146 Setting non-string tooltip with gtk_tree_view_set_tooltip_column...
5161  535830 wrong content type adding an item
5162  536126 gtk.h don't include gtkmarshal.h
5163  535497 Print preview doesn't work
5164  535862 gtk_action_create_icon can't create icons from the icon themes
5165  536092 GtkEntryCompletion's popup window should set type hint
5166  535303 add _get_implementation to GtkStatusIcon
5167
5168  * Updated translations:
5169  Estonian (et)
5170  Galician (gl)
5171  Italian (it)
5172  Vietnamese (vi)
5173
5174
5175 Overview of Changes from GTK+ 2.13.0 to 2.13.1
5176 ==============================================
5177
5178  * Add GtkMountOperation, a subclass of GMountOperation that
5179    can show password dialogs when mounting volumes
5180
5181  * Add GDI+-based pixbuf loaders for bmp, emf, gif, ico, jpeg, tiff, wmf
5182
5183  * Add support for pixmap redirection, new api includes the 
5184    gtk_widget_get_snapshot() function and the GtkWidget::damage-event 
5185    signal and the lower-level gdk_window_redirect_to_drawable() and
5186    gdk_window_remove_redirection() functions
5187
5188  * Add gtk_show_uri(), a replacement for gnome_vfs_url_show() and
5189    gnome_url_show()
5190
5191  * Add a "changed" signal to GtkCellRendererCombo
5192  
5193  * Sync keysyms and compose sequences with recent X.org 
5194
5195  * GtkBuilder
5196    - supports custom stock icons 
5197    - supports Pango attributes in labels
5198  
5199  * GtkRecentManager
5200    - uses GIO to monitor .recently-used.xbel
5201    - limits the growth of .recently-used.xbel with a 
5202      gtk-recent-files-max-age setting
5203
5204  * Filechooser autocompletion has been reworked
5205
5206  * The cups print backend displays printer status information
5207  
5208  * On OS X, accelerators are displayed using Unicode characters,
5209    matching the native behaviour
5210
5211  * GtkIconTheme and GtkImage support GIcon
5212
5213  * Bugs fixed: too many to list here
5214  
5215  * New and updated translations:
5216  Arabic (ar)
5217  Valencian-Catalan (ca)
5218  German (de)
5219  Canadian English (en_CA)
5220  British English (en_GB)
5221  Spanish (es)
5222  Estonian (et)
5223  Galician (gl)
5224  Hebrew (he)
5225  Hungarian (hu)
5226  Kannada (kn)
5227  Norwegian bokmål (nb)
5228  Dutch (nl)
5229  Norwegian Nynorsk (nn)
5230  Occitan (oc)
5231  Slovak (sk)
5232  Albanian (sq)
5233  Swedish (sv)
5234  Telugu (te)
5235  Vietnamese (vi)
5236
5237
5238 Overview of Changes from GTK+ 2.12.x to 2.13.0
5239 ==============================================
5240
5241  * gdk-pixbuf:
5242   - Support loading the OS X icns format
5243   - Support loading of JPEG2000 images
5244   - Support loading from and saving to GIO streams
5245
5246  * GDK:
5247   - Add GdkAppLaunchContext, to provide startup notification
5248     with g_app_info_launch()
5249   - Use RandR 1.2 instead of Xinerama when available, and expose
5250     more monitor information
5251
5252  * Accessibility:
5253   - The gail module is now shipped as part of GTK+
5254   - GtkStatusIcon supports keyboard navigation 
5255
5256  * GtkCalendar:
5257   - Support displaying details for each day
5258
5259  * GtkBuilder:
5260   - gtk-builder-convert has been improved
5261   - Translation-domain works properly
5262   - Support accessibility
5263
5264  * Testing support:
5265   - Add utilities for testing GTK+ applications
5266   - Add some unit tests for GTK+ 
5267
5268  * New settings:
5269   - for disabling display of accelerators and mnemonics
5270   - for position of vertical scrollbars in scrolled windows
5271   - for the default input method 
5272
5273  * GtkToolShell: new interface for containers of GtkToolItems
5274
5275  * Bug fixes:
5276  - too many to list here
5277
5278  * Updated translations:
5279   Arabic (ar)
5280   Assamese (as)
5281   Belarusian (be)
5282   Belarusian Latin (be@latin)
5283   Czech (cs)
5284   German (de)
5285   Greek (el)
5286   Estonian (et)
5287   Finnish (fi)
5288   French (fr)
5289   Irish (ga)
5290   Hebrew (he)
5291   Indonesian (id)
5292   Kurdish (ku)
5293   Marathi (mr)
5294   Norwegian bokmål (nb)
5295   Occitan (oc)
5296   Brazilian Portugese (pt_BR)
5297   Slovenian (sl)
5298   Swedish (sv)
5299   Telugu (te)
5300   Russian (ru)
5301
5302
5303 Overview of Changes from GTK+ 2.12.0 to 2.12.1
5304 ==============================================
5305
5306  * Bugs fixed: 
5307  472965 a small improvement for scrolling behavior with PgUp/PgDown
5308  460194 Gtk tooltips + swt crash
5309  478803 Segfault in gtk_print_operation_run when no range specified
5310  480123 Crash from GTK's new search feature
5311  483223 im-xim.so leaves callbacks connected to display "closed" ...
5312  476342 Icon cache validation causes severe page-in
5313  484008 configure fails during CUPS version tests on some platforms
5314  327243 GtkFileChooserButton emits two "selection-changed" signal...
5315  465380 gtkfilechooser cannot show the modified date on none UTF-...
5316  467269 Inkscape Flickers horribly
5317  476686 gtkrecentchooser select-multiple property
5318  478173 GTK's Tracker search engine does not work anymore
5319  478371 totem volume slider appears on all workspaces
5320  482089 GtkPrintOperation check for null default signal handler b...
5321  482504 Missing locale to UTF-8 conversion for modification time ...
5322  482841 critical warnings on gdk_display_close after _gtk_tooltip...
5323  483563 remains of gtk_widget_ref() in gtkdnd.c
5324  483730 Keyboard navigation of mutiple-selecting gtk.TreeViews im...
5325  484650 Typo in docs for GdkGrabBroken
5326  484730 In MS-Windows theme, GtkBorder freed with g_free() instea...
5327  486360 Failed to convert Empathy Glade files
5328  389358 print dialog: unit selection dialog can't be closed
5329  448343 File chooser should maintain sort state during folder swi...
5330  477447 GtkPaned documentation doesn't mention behaviour with onl...
5331  482034 GtkMenuPositionFunc push_in parameter description
5332  482837 duplicate declaration of gtk_notebook_create_window()
5333  478637 Notebook tab labels not correctly centered in ms-windows ...
5334  484132 gtk_recent_info_get_icon docs
5335  486636 "Cannot open display" message doesn't include display whe...
5336  455284 Ctrl+L should work depending if it has focus or not
5337  478377 10x speed up for window motion/scroll (gdk-quartz)
5338  485301 Filename is garbled in print dialog on none UTF-8
5339  485437 Fix testxinerama.c to not query current monitor by default
5340  486155 Docs for gtk_text_iter_forward_line()
5341  339877 pixbuf loader incorrectly returns wbmp
5342  456137 Pidgin will crash in fail-safe session due to a NULL poin...
5343  456676 Critical warning in gtk_drag_drop_finished()
5344  352643 crash in gtk_entry_completion_default_completion_func
5345  477280 volume button docs fix
5346  477704 Add docs for GtkTreeModelForeachFunc
5347  476920 Move GtkFileSelection to the deprecated section
5348
5349  * Updated translations:
5350  - Arabic (ar)
5351  - Assamese (as)
5352  - Belarusian Latin (be@latin)
5353  - Catalan (ca)
5354  - Estonian (et)
5355  - Basque (eu)
5356  - Hebrew (he)
5357  - Ido (io)
5358  - Italian (it)
5359  - Japanese (ja)
5360  - Georgian (ka)
5361  - Kannada (kn)
5362  - Korean (ko)
5363  - Lithuanian (lt)
5364  - Dutch (nl)
5365  - Polish (pl)
5366  - Romanian (ro)
5367  - Slovenian (sl)
5368
5369
5370 Overview of Changes from GTK+ 2.11.6 to 2.12.0
5371 ==============================================
5372
5373  * GtkTooltips
5374  - All widgets have been ported to the new tooltips code
5375  - Tooltips are disabled in touchscreen mode 
5376
5377  * GtkBuilder
5378  - Support custom tabs in GtkPrintUnixDialog
5379
5380  * Bugs fixed:
5381  459561 critical warnings with custom tooltips
5382  461648 GdkWindowQueueItem::serial overflow
5383  463773 Openoffice and flash run into a deadlock when used with KDE
5384  468801 thunar segfaults when selecting targa image
5385  473441 [patch] Ungrab windows when gdk_window_destroy() is calle...
5386  473954 gnome-background-properties: crash on drag-n-drop to "Add...
5387  461945 totem outputs errors in terminal
5388  348493 _gdk_quartz_copy_to_image needs implementing for pixmaps
5389  405868 Missing implementation of gdk_window_get_geometry()
5390  441219 Do not allow moving cursor to separators
5391  447214 rename the tips_data_list field back
5392  451202 New tooltips API has too long default timeout
5393  451397 Use new tooltip API in gtk+
5394  452225 check and option mark drawing is a mess of inconsistency
5395  457642 tooltips on notebook's tab labels
5396  458088 Improve mouse cursor for paned widgets
5397  458102 GtkScrolledWindow doesn't redraw when gtk-scrolled-window...
5398  458280 remove set-toolip handler from menutoolbutton
5399  458298 broken cursor movement with inline selection
5400  459459 Missing implementation of gdk_window_set_decorations() an...
5401  459515 gtk_menu_key_press() buglets
5402  459566 update testtooltips
5403  459667 Missing implementation of gdk_window_set_keep_above and g...
5404  460272 GtkFrame publishes incorrect defaults for "label-xalign"
5405  460534 No expose events if input swamps main loop with scrolled ...
5406  461225 gtk_tree_view_set_tooltip_cell() documentation: cell
5407  463907 'Recent Documents' is broken in gnome-panel 2.19.5
5408  464528 gdk_rectangle_union() and gdk_rectangle_intersect() shoul...
5409  465039 "keynav-failed" signal not emitted when treeview has just...
5410  467003 tooltips do not pick up theme changes
5411  467117 Documentation for the GtkPaned key binding signals
5412  467414 gtkcupsutil.c won't build with cups 1.3
5413  468055 Incorrect compose mapping for capital U with macron
5414  468245 Tooltip timer doesn't get reset when mouse leaves into ot...
5415  469214 Recently used blocks side-panel browsing until loaded
5416  469374 menu accelerators don't work
5417  469395 make dist failure
5418  471132 Highlighting a suggestion with the keyboard changes the U...
5419  471215 Cursor drawing broken
5420  472974 gtk-builder-convert doesn't set correctly the tab label f...
5421  472981 make gtk-builder-convert not remove some empty properties
5422  356630 Print to file dialog suggests "output.pdf" even for ps ou...
5423  447883 PATCH Documentation about SVN in HACKING and README.cvs-c...
5424  459340 GtkContainer API documentation refers deprecated gtk_widg...
5425  459732 build system: cups detection with only cups-config might ...
5426  460207 there are still references to deprecated gdk_pixbuf_rende...
5427  461483 Wrong check in gtk_window_group_remove_window
5428  472643 gtk_builder_add_from_file: *filename marked as constant b...
5429  474696 ToolbarContent should use GSlice
5430  459313 A few functions that don't appear in 2.12 new symbols
5431  468832 crash while reading ANI file
5432  470033 MS-Windows Theme doesn't apply styling to gtknotebooks wh...
5433  473340 gtk_print_operation_get_error() is listed twice
5434  473463 GtkButton doesn't have a GdkWindow like the docs say it does
5435  474282 Dead code in gtkmisc.c
5436  472951 gtkprintunixdialog should support custom tabs as buildable
5437  383003 Dragging text including non-ascii chars from epiphany to ...
5438  449371 Open with menu has no effect
5439  404541 GtkIconView crashes when I select icons with rubberband w...
5440  467324 Iter swapping causes segmentation fault
5441  475158 Random crash while scrolling trough notebook tabs
5442  450032 GtkRecentAction should have defaults
5443  458283 wrong tooltip on menutoolbutton
5444  467717 Extra trailing comma after last enum definition
5445  467719 config.h should always be included first if using AC_SYS_...
5446  474897 rendering problem with latest gtk+
5447  475400 Fix a typo in gtkentry.c
5448  436576 GtkFileChooserButton title from supplied dialog
5449  475439 gtk/gtksearchenginesimple.h is missing a G_BEGIN_DECLS
5450  105895 Please add common keybindings for the TreeView
5451  306445 stock icon for the "open recent" menu
5452  449371 Open with menu has no effect
5453  426246 "Spurious" expose events during asynchronous GtkWindow re...
5454  436576 GtkFileChooserButton title from supplied dialog
5455  474897 rendering problem with latest gtk+
5456  475400 Fix a typo in gtkentry.c
5457  476688 scale button uses wrong value type in getter
5458  476665 gtkcellrendereraccel missing property getter
5459  476689 gtktreeview tooltip column property getter uses wrong val...
5460
5461  * Updated translations
5462  - Bulgarian (bg)
5463  - Bengali (bn_IN)
5464  - Danish (da)
5465  - German (de)
5466  - Canadian English (en_CA)
5467  - Spanish (es)
5468  - Estonian (et)
5469  - Basque (eu)
5470  - Finnish (fi)
5471  - French (fr)
5472  - Irish (ga)
5473  - Gujarati (gu)
5474  - Hungarian (hu)
5475  - Italian (it)
5476  - Japanese (jp)
5477  - Kannada (kn)
5478  - Macedonian (mk)
5479  - Malayalam (ml)
5480  - Norwegian bokmål (nb)
5481  - Dutch (nl)
5482  - Oriya (or)
5483  - Polish (pl)
5484  - Portugese (pt)
5485  - Brazilian Portugese (pt_BR)
5486  - Russian (ru)
5487  - Albanian (sq)
5488  - Serbian (sr, sr@Latn)
5489  - Swedish (sv)
5490  - Telugu (te)
5491  - Thai (th)
5492  - Ukrainian (uk)
5493  - Vietnamese (vi) 
5494
5495
5496 Overview of Changes from GTK+ 2.11.5 to 2.11.6
5497 ==============================================
5498
5499  * GtkBuilder:
5500  - The gtk-builder-convert script is more versatile
5501  - GtkBuilder suppports GdkPixbuf properties
5502  - GtkBuilder parses, but doesn't yet implement <accessibility> 
5503  - Support for accelerators in actions has been added
5504
5505 * GtkTooltips:
5506  - The old tooltips API has been deprecated
5507  - The has-tooltip property has getter and setter
5508
5509 * GtkTreeView: 
5510  - Convenience API to set tooltips: gtk_tree_view_set_tooltip_row(),
5511    gtk_tree_view_set_tooltip_cell(), gtk_tree_view_get_tooltip_context(),
5512    gtk_tree_view_set_tooltip_column()
5513
5514 * GtkIconView:
5515  - Convenience API to set tooltips: gtk_icon_view_set_tooltip_item(),
5516    gtk_icon_view_set_tooltip_cell(), gtk_icon_view_get_tooltip_context(),
5517    gtk_icon_view_set_tooltip_column()
5518
5519 * Bug fixes:
5520  452598 crash in Evolution: Added an Evolution attac...
5521  447966 Add builder support for GdkPixbuf properties
5522  453033 gnome-panel crashed with SIGSEGV in idle_populate_func()
5523  453365 gdk_pixbuf_get_file_info crashes on tif files
5524  361781 GtkViewport size request includes xthickness/ythickness f...
5525  427899 GtkFrame's label may exceed the frame area
5526  430049 gtk_selection_data_set_text() ignores length argument
5527  436965 Add files to /po[-properties]/POTFILES.in
5528  437281 gtk_button_set_image destroyes the old image
5529  448604 gtk+ printbackends build fix
5530  449311 GtkVolumeButton should use new tooltip API
5531  451164 I translate gnome-desktop. But i have no svn account and ...
5532  451575 (API) Changes needed for GtkTooltips deprecation
5533  452425 Setting "tooltip-text" property to NULL has bad effects
5534  452861 gtk_label_set_pattern() is not working anymore
5535  452988 error handling in GtkCellLayout custom parser
5536  453411 Button state not included in key events
5537  453413 Key event state is not right for modifier keys
5538  454654 Accelerator support for actions
5539  454700 Minor update for gdk_threads_enter
5540  454703 gdk_window_invalidate_rect accepts NULL
5541  454830 gtk-builder-convert not converting menus
5542  452056 GtkComboBox doesn't emit 'changed' signal when active row...
5543  452278 GtkBuilder API Documentation
5544  453316 small documentation fix in GtkDrawingArea API documentation
5545  453673 small doc quirk in gtk/gtktreeview.c
5546  453930 small doc quirk in gtk/gtktooltip.c
5547  454596 [patch] gdkpixbuf-scale slight api doc improvement
5548  454835 [patch] example in gdk-pixbuf-scaling using deprecated gd...
5549  457384 critical warning from entrycompletion
5550  112404 Problem with focus when closing transient window
5551  172424 Most GtkWidget events have no documentation
5552  408327 Improving tooltip positioning
5553  439480 translations
5554  439715 GtkFileChooser - recent files option takes up 100% CPU.
5555  455482 remove old tooltips work-around from uimanager
5556  455721 mem leak when adding shortcut
5557  455901 mem leak in path bar
5558  455984 need a way to convert to bin_window coordinates
5559  457720 assertion `G_IS_VALUE (value)' failed progmatically "tabb...
5560  458298 broken cursor movement with inline selection
5561  456258 GtkScaleButton: value parameter of signal "value-changed"...
5562  457774 GtkTreeView::test_expand_row and test_collapse_row
5563  455645 intern action names 
5564
5565 * Updated translations:
5566  Bengali (bn_IN)
5567  Greek (el)
5568  Spanish (es)
5569  Estonian (et)
5570  Finnish (fi)
5571  Galician (gl)
5572  Gujarati (gu)
5573  Hungarian (hu)
5574  Japanese (ja)
5575  Lithuanian (lt)
5576  Norwegian bokmål (nb)
5577  Dutch (nl)
5578  Swedish (sv) 
5579  Thai (th)
5580  Vietnamese (vi)
5581  
5582
5583 Overview of Changes from GTK+ 2.11.4 to 2.11.5
5584 ==============================================
5585
5586 * OS X port:
5587  - Many improvements
5588
5589 * Win32 port:
5590  - Inconsistent checkboxes are drawn correctly now
5591
5592 * GtkBuilder:
5593  - Ship a Python script, gtk-builder-convert, to 
5594    convert glade files to GtkBuilder syntax
5595
5596 * GtkFileChooser:
5597  - Improved display of the time column
5598  - Support search on OS X, using Spotlight
5599
5600 * GtkTreeView:
5601  - New function gtk_tree_view_is_rubber_banding_active() to
5602    check whether rubber banding is active
5603
5604 * GtkVolumeButton uses the range 0.0 to 1.0, and
5605   correctly adapts tooltips to display percentages
5606
5607 * Bugs fixed:
5608  447967 Improve reference counting
5609  447995 Add a script that converts libglade files
5610  451428 GtkBuilder API changes
5611  449862 gdk_x11_display_get_xdisplay doesn't check pointers befor...
5612  451303 Crashes on empty property
5613  164809 Checkboxes with inconsistent status are not drawn properl...
5614  426987 Panel freezes after upgrading gtk icon cache
5615  439567 Add functions to transform pixbufs based on orientation tags
5616  448313 Block cursor problem on one-character line
5617  449016 Prevent C++ keyword clashes
5618  449167 faulty enter-leave compression
5619  450469 Draw no bevel when "GtkToolbar::shadow-type" is "none"
5620  451070 Broken CUPS SSL printing in gtk 2.10.13
5621  451345 gtk-demo does not open GtkBuilder example twice
5622  451353 Parsing properties broken
5623  451484 Miscalculation in GtkButtonBox CENTER_MODE
5624  451866 GtkVolumeButton range
5625  452046 some fixes for gdk composited window support
5626  452463 type-func attribute on wrong element ?
5627  452464 inconsistent handling of booleans
5628  452465 error handling in gtk_builder_value_from_string_type()
5629  452954 GtkBuilder documentation fixes/improvements
5630  446532 [patch] Improve performance of gtk_recent_manager_get_items
5631  451314 Warning message is wrong for delayed property assigning
5632  392283 GtkNotebook tabs drawn incorrectly with the Wimp theme
5633  449492 debug spew on toolbar focus move
5634  324543 GtkFileChooser: show file 'modified' TIMES, not just DATES
5635  327912 Many mouse cursors are not supported
5636  353805 Detecting Bidi Keyboard Layouts
5637  451527 Confusing GtkRadioButton variable names in some functions
5638  393579 Need tree view API for querying whether rubberbanding is ...
5639
5640 * Updated translations
5641  Spanish (es)
5642  Estonian (et)
5643  Hungarian (hu)
5644  Japanese (ja)
5645  Korean (ko)
5646  Norwegian bokmål (nb)
5647  Russian (ru)
5648  Sinhala (si)
5649  Vietnamese (vi)
5650
5651
5652 Overview of Changes from GTK+ 2.11.3 to 2.11.4
5653 ==============================================
5654
5655 * The multipress input method correctly handles control keys
5656
5657 * The memory management of GtkRecentManager has been
5658   changed, deprecating the screen-related functions in favour
5659   of gtk_recent_manager_get_default().
5660
5661 * Bugs fixed: 
5662  448928 Some GtkBuildable methods named too generically
5663  448193 gtkbuilder.h causes compile error with C++
5664  354887 GtkFileChooserButton displays unnecessary authentication ...
5665  440450 GTK font selection minimum size is too large for 150dpi s...
5666  447214 gtk_tooltips_widget_remove() is slow
5667  448299 dgettext arguments interchanged
5668  448321 Drawing problems with block cursor
5669  448341 There is no GtkTooltip documentation in the gtk+ reference
5670  448484 GtkAccelGroup forgets to remove closure invalidate notifi...
5671  448544 Refcount issues in GtkCellRendererSpin
5672  412357 GtkMenuShell not defined as an abstract base type
5673  403717 print preview operation should pass settings to preview p...
5674
5675
5676 Overview of Changes from GTK+ 2.11.2 to 2.11.3
5677 ==============================================
5678
5679 * GtkBuilder: GTK+ supports constructing user interfaces 
5680   from XML descriptions now, similar to libglade.
5681
5682 * The new tooltip code now has convenience api to set
5683   text tooltips: gtk_widget_set_tooltip_text(),
5684   gtk_widget_set_tooltip_markup()
5685  
5686 * GtkTextView, GtkEntry:
5687  - gtk_widget_modify_cursor() is a new function in the 
5688    gtk_widget_modify family to override the style-provided 
5689    cursor colors
5690  - Use a block cursor in overwrite mode
5691
5692 * GtkFileChooser:
5693  - Use xdg-user-dirs to find the Desktop directory
5694  - gtk_file_system_create() is now public API
5695
5696 * GtkMenu:
5697  - GtkMenuItem gained a submenu property
5698  - GtkMenuShell obtained a move-selected signal 
5699
5700 * OS X port:
5701  - Many improvements
5702
5703 * Bugs fixed:
5704  445691 Crash when spawning a new process
5705  447163 Implicit pointer conversion gdk_font_ref()
5706  420249 deadlock on print operation
5707  440918 out-of-bound access on loading pnm
5708  142494 treeview coordinate systems need documentation/auditing
5709  343012 RC parser rejects lower-case identifiers.
5710  350460 Popup windows (esp. menus) misbehave wrt focus
5711  410815 Icon view gets confused when scaling down the pixbuf column
5712  435471 small GtkComboBox cleanup
5713  435840 GTK_WIDGET_SAVED_STATE inconsistency
5714  442617 gdk_spawn overrides envp, breaking child setup funcs whic...
5715  443913 When .recently-used.xbel is empty, recently-used uses %10...
5716  444097 Cannot compile gtksearchenginesimple.c
5717  444310 update_buttons_state on a bare assistant causes gtk+ to c...
5718  444734 Compact file-chooser folder selection not working with gt...
5719  444786 Error loading 'gtk-select-color' in Stock icons and Items
5720  445054 GtkScrolledWindow::scrollbars-within-bevel is drawing wrong
5721  445284 Custom (pixbuf etc.) cursor reverts to default cursor on ...
5722  445539 Unititialized var in gtkrc.c trunk
5723  445855 gtk_scale_button_new() uses private API.
5724  446138 Tiny doc update for gdk_window_get_pointer()
5725  446513 gtknotebook.h: create_window is wrong declaration
5726  446616 glib requirement insufficient
5727  447065 GtkMenuItem: add "submenu" property and some cleanup
5728  426192 Symbolic colors are not working under "engine" sections o...
5729  446107 tiff load dialogue has unreadable text
5730  447396 Typo in documentation of gtk_widget_modify_cursor
5731  79585  API to change cursor color
5732  80378  Visible (Cursor-shape) indicator for Overtype mode
5733  158008 Stock button for Dont Save, Discard Changes, Do Not Save
5734  334576 GtkCellRendererProgress ignores xalign attribute
5735  344836 Add orientation property to CellRendererProgress
5736  172535 Add support for UI builders in gtk+
5737  446833 gtk_menu_shell_move_selected should be a vcall
5738  447586 gtknotebook.c: decreasing unknown size pointer
5739
5740 * Updated translations
5741  Spanish (es)
5742  Swedish (sv)
5743
5744
5745 Overview of Changes from GTK+ 2.11.1 to 2.11.2
5746 ==============================================
5747
5748 * The GtkListStore and GtkTreeStore have new API
5749   to set values using vectors of columns and values
5750
5751 * Bugs fixed:
5752  389603 GtkFileChooserWidget crashes when the window is too narrow
5753  444351 metacity cores on startup
5754  379213 gtkaboutdialog.h causes warnings with GCC and -Wshadow
5755  442888 problem with GTK+ medialib integration
5756  444236 gtk-demo says invisible text doesn't work
5757  444457 Segfault in gdk_window_set_opacity when opacity < 1.0
5758  399071 add gtk_tree_store_set_with_valuesv
5759  434021 crash on startup with jhbuild
5760
5761 * Updated translations:
5762  Spanish (es)
5763
5764
5765 Overview of Changes from GTK+ 2.11.0 to 2.11.1
5766 ==============================================
5767
5768 * GtkTextView:
5769  - Marks can be created independent from buffers
5770  - Cursor color follows text color
5771
5772 * OS X port:
5773  - Many improvements
5774
5775 * GDK:
5776  - Add support for composited child windows
5777
5778 * Bugs fixed:
5779  347883 do-overwrite-confirmation does nothing in 2.10
5780  440890 Crash in gtktooltip.c (GTK+ 2.11.0)
5781  440982 crash in gtk due to missing stock icon gtk-clear
5782  418047 GtkIconView sizing is very broken
5783  438440 All tests for Gtk2 failing when installing from CPAN
5784  314172 gtk_toolbar_set_icon_size() should be 'undeprecated'
5785  348493 _gdk_quartz_copy_to_image needs implementing for pixmaps
5786  398414 Printing to file with multiple pages per sheet
5787  412882 gdkwindow should support the concept of "composited"
5788  430218 Some file names are being cut unnecessarily with RTL Inte...
5789  435405 text view recreates pangolayouts all the time
5790  439565 Crash in GtkIconView a11y code
5791  440040 Reference counting in GtkPrintOperation goes awry
5792  440511 xcursors.h: illegal initializing
5793  440780 GtkAction set_short_label might be broken
5794  441443 jpeg loader does not set error upon abortion
5795  442172 Small cleanup in gtk_notebook_set_current_page and fix ty...
5796  442183 Updated gdk/gdkkeysyms-update.pl
5797  443247 Two GtkNotebook cleanups
5798  441767 Icon cache isn't validated properly
5799  442326 Overview navigator traps mouse on wrong screen in dual mo...
5800  79585  GtkTextView API to change cursor color
5801  132818 Allow GtkTextMark subclasses to be used in GtkTextBuffer
5802  348065 [PATCH] Remove automagic status of xinerama dependency
5803  441443 jpeg loader does not set error upon abortion
5804  386935 gtk_notebook_set_window_creation_hook only allows one...
5805  414947 Move "move-focus" signal to GtkWidget
5806
5807
5808 * Updated translations:
5809  Thai (th)
5810  Spanish (es)
5811  Norwegian bokmål (nb)
5812
5813
5814 Overview of Changes from GTK+ 2.10.x to 2.11
5815 ============================================
5816
5817 * Printing support:
5818  - Cups backend: Work with "BrowseShortNames Off"
5819  - Cups backend: Fix handling of multi-valued options
5820  - Cups backend: Work with raw printers
5821  - Cups backend: don't lock up when met with larger numbers of printers 
5822  - Improved sensitivity handling of controls in the unix dialog
5823  - Support half-open ranges
5824  - Add a test print backend for easier debugging
5825  - Add API to list paper sizes
5826  - Add API to serialize and deserialize page setups and print settings
5827  - Print settings can be passed to the preview command 
5828  - Make more GtkPrinter public
5829
5830 * GtkFileChooser:
5831  - Improve file chooser dialog size logic
5832  - Add a GtkFileChooserButton::file-set signal
5833  - Add a search mode with backends for Beagle, Tracker and simple search
5834  - Add recent files support
5835
5836 * New tooltips API, that allows complex tooltips (markup, images),
5837   tooltips on insensitive widgets, tooltips on treeviews, etc
5838
5839 * GtkScaleButton, GtkVolumeButton: new widgets for volume controls 
5840   frequently seen in multimedia applications
5841
5842 * Input Methods:
5843  - New Thai and Lao input method
5844  - New multipress input method for phone pads
5845
5846 * Recent files:
5847  - GtkRecentChooserMenu supports custom menu items
5848  - GtkRecentAction was added
5849
5850 * Keyboard navigation improvements:
5851  - Infrastructure for notification of failed keyboard navigation
5852  - Better support for restricted sets of keys
5853  - Only handle keys for notebook tab reordering and scrolledwindow 
5854    scrolling if it make sense
5855  - Add settings gtk-enable-accels and gtk-enable-mnemonics to disable  
5856    the display of accelerators and mnemonics
5857  - Popup/popdown of comboboxes is keybindable
5858
5859 * Windows port: 
5860  - Windows 9x/ME is not supported anymore 
5861  - Many ms-windows theme improvements
5862  - The file chooser uses native icons
5863  - Support drop shadows 
5864  - Use native cursors
5865
5866 * OS X port:
5867  - Many improvements
5868
5869 * Icon theme support:
5870  - Add api to list contexts of an icon theme 
5871  - The builtin stock icons have been replaced by a new set of icons 
5872    which are visually compatible with Tango
5873  - Support fallback to more generic icon names 
5874  - Validate icon caches when they are created and before they are used
5875
5876 * GtkRange has gained support for fill levels
5877
5878 * GtkEntry:  
5879  - inline-selection mode for entry completion that is closer to what 
5880    web browsers need
5881  - Add gtk_entry_set_cursor_hadjustment() to support automatic scrolling
5882
5883 * GtkTextView:
5884  - Support accumulative and negative margins
5885  - GTK_JUSTIFY_FILL works
5886
5887 * GtkLabel:
5888  - GTK_JUSTIFY_FILL works
5889
5890 * GtkStatusIcon: 
5891  - Multiscreen support
5892  - gtk_status_icon_position_menu() works on Windows
5893  - Don't take up space when invisible
5894
5895 * GtkCellRendererProgress:
5896  - Respect themes 
5897  - Support activity mode
5898
5899 * GtkNotebook: 
5900  - Support scrolling during tab DND
5901  - Allow dropping tabs anywhere
5902  - Deprecate numeric group-ids in favour of a more flexible group property
5903
5904 * GtkTreeView:
5905  - Lots of scrolling fixes
5906  - Add a gtk-alternative-sort-arrows setting for drawing sort arrows
5907    according to platform conventions
5908
5909 * GtkButtonBox:
5910  - Can center buttons now
5911
5912 * GtkComboBoxEntry 
5913  - Can add an arbitrary child widget
5914
5915 * GtkAboutDialog:
5916  - The "name" property has been replaced by "program-name" to avoid
5917    a clash with the preexisting "name" property on GtkWidget
5918
5919 * GDK changes:
5920  - Add gdk_event_request_motions() which works with input devices
5921  - Add API for changing startup notification id on a window
5922  - Add API for sending startup notification messages
5923  - Don't deadlock with xcb-based libX11
5924  - The handling of _NET_WM_USER_TIME has been changed to reduce
5925    the amount of root window property changes
5926  - New gdk_threads api() to allow fully threadsafe handling of idles 
5927    and timeouts
5928
5929 * gdk-pixbuf changes: 
5930  - Optional support for Sun mediaLib hardware acceleration
5931  - Support exif rotations in tiffs and jpegs
5932  - Allow arbitrary split between builtin vs modular loaders
5933  - Support v5 and OS/2 bmps
5934  - Support scaling animations
5935
5936 * Miscellaneous GTK+ changes:
5937  - New function gtk_window_set_opacity(), to set the opacity
5938    of toplevel windows
5939  - Allow to restrict drags within an application or widget 
5940  - Support opening/closing of submenus on click
5941  - Configurable cursor blinking timeout
5942  - Insensitive widgets don't install cursors
5943
5944 * Bug fixes:
5945  - too many to list here
5946
5947 * New and updated translations:
5948  Arabic (ar)
5949  Assamese (as)
5950  Belarusian Latin (be@latin)
5951  Bulgarian (bg)
5952  Bengali (bn)
5953  Catalan (ca)
5954  Czech (cs)
5955  Welsh (cy)
5956  German (de)
5957  Greek (el)
5958  Canadian English (en_CA)
5959  British English (en_GB)
5960  Esperanto (eo)
5961  Spanish (es)
5962  Estonian (et)
5963  Finnish (fi)
5964  French (fr)
5965  Gujarati (gu)
5966  Hebrew (he)
5967  Hindi (hi)
5968  Hungarian (hu)
5969  Indonesian (id)
5970  Italian (it)
5971  Kurdish (ku)
5972  Lithuanian (lt)
5973  Latvian (lv)
5974  Macedonian (mk)
5975  Malayalam (ml)
5976  Marathi (mr)
5977  Norwegian bokmål (nb)
5978  Nepali (ne)
5979  Oriya (or)
5980  Brazilian Portugese (pt_BR)
5981  Romanian (ro)
5982  Russian (ru)
5983  Slovenian (sl)
5984  Serbian (sr) 
5985  Serbian Latin (sr@Latn)
5986  Swedish (sv)
5987  Tamil (ta)
5988  Thai (th)
5989  Turkish (tr)
5990  Ukainian (uk)
5991  Vietnamese (vi)
5992  Walloon (wa)
5993  Simplified Chinese (zh_CN)
5994  Chinese (Hong Kong) (zh_HK)
5995  Chinese (Taiwan) (zh_TW)
5996
5997
5998 Overview of Changes from GTK+ 2.10.1 to 2.10.2
5999 ==============================================
6000
6001
6002 * Many fixes and improvements for the OS X backends
6003
6004 * Revert to using gtk modules with global binding,
6005   since the local binding that was introduced in 
6006   2.10 breaks the accessibility support of current 
6007   OpenOffice.org releases.
6008
6009 * GtkRecenManager 
6010  - Poll for changes to the XBEL file
6011  - Fix initial bad placement of recent files menu
6012  - Show nonexisting resources by default, and do 
6013    not mark them as insensitive
6014  - Allow adding a filter to GtkRecentChooserMenu
6015
6016 * GtkFileChooser
6017  - Improve the fallbacks for icons
6018  - Make  / and ~ activate the location entry again
6019
6020 * Bugs fixed:
6021  348828 Segmentation Fault in gtk_combo_box_menu_setup 
6022         when removing combobox child
6023  349552 problem with parsing (enum) style properties
6024  351581 API Documentation issues with 2.15 release
6025  348652 reorder() from ComboBoxEntry produces Gtk+ assert 
6026         error
6027  349128 Fix docs about GtkTreeModel::row-deleted
6028  350605 Crash caused by the recent menu
6029  348096 GtkStyle leaks GtkRcContext
6030  348145 Background images not working with Quartz backend
6031  329752 Problem with has_selection notification when 
6032         deleting the selection
6033  347856 gtk_recent_chooser_add_filter not implemented 
6034         for GtkRecentChooserMenu
6035  348245 Disabling pdf printing doesn't hide option
6036  348278 textview doesn't update on hinting setting change
6037  348289 Filechooser is blocked by higher priority idle
6038  348478 entry completions needs to reset the IM context 
6039         before emitting action-activate signal
6040  348538 Remove old email addreses from the tutorial
6041  348626 drag-to-child should not work
6042  348634 IconView does not update background
6043  348706 don't allow dnd onto arrows
6044  348740 configure script does not honour PKG_CONFIG variable
6045  348787 Segfault in gtk_font_button_update_font_info()
6046  348824 test attached calendar-sane-timer patch in head
6047  348971 gtk_status_icon_get_geometry returns bogus data
6048  349382 valgrind uninitialized memory warnings setting 
6049         partly uninitialized X properties
6050  349570 notebook arrow PRELIGHT drawing doesn't work
6051  349834 Memleak from gtk_tree_view_set_enable_tree_lines
6052  349858 Leak of ShmPixmapInfo from get_shm_pixmap_for_image
6053  349859 gtk_paint_tab doesn't work when widget is now 
6054         option menu
6055  349997 Indirect leak from XkbGetMap
6056  350039 GtkFileChooserEntry leaks sources
6057  350050 GdkGC leak from GtkRuler
6058  350139 Should use evince preview mode
6059  350258 Memory leak in gtk_entry_drag_data_received()
6060  350329 The CUPS printer backend in GTK+-2.10.1 fails 
6061         with CUPS 1.1.
6062  350517 reset_style_idle() interferes with application 
6063         idles
6064  350860 Balloon messages sent to tray do not have the 
6065         correct window in XEvent
6066  350938 TreeViewColumn rendering off when "spacing" 
6067         property set
6068  351112 gtk_notebook_set_current_page fails when the 
6069         notebook has not yet been shown
6070  351519 Directfb backend fails to build
6071  165714 GtkEntryCompletion doesn't complete on paste
6072  168737 Different button sizes in About dialogs
6073  345666 The icons of file, directory and device at 
6074         GtkFileChooser
6075  349429 spin button does not use correct value for 
6076         inner_border
6077  349501 fix in the documentation of function 
6078         gtk_list_store_insert_with_values()
6079  350072 stdout output from colorselection
6080  351759 Wrong range value in documentation of 
6081         gtk_color_selection_set_current_alpha
6082  349277 Wrong message for problems with serializing 
6083         texts
6084  346800 Rework sort/filter models to use indices to 
6085         parents instead of pointers
6086  349120 Small error in doc
6087  350911 gdk_pixbuf_new_from_file_at_scale() should 
6088         skip when there's enough image data 
6089  348728 GtkTable Row and Column Spacing
6090  351241 swapped argument description
6091  350023 "Running GTK+ Applications" chapter does not 
6092         document new GTK_DEBUG possibilities
6093  351812 file print backend filename encoding issue
6094
6095 * New and updated translations (bg,bn_IN,de,dz,el,es,
6096   et,eu,fi,gu,hu,ko,ku,ja,lt,mk,ml,nb,ne,nl,or,pl,po,
6097   sv,th,tr,tt,uk,zh_HK,zh_TW)
6098
6099
6100 Overview of Changes from GTK+ 2.10.0 to 2.10.1
6101 ==============================================
6102
6103 * Drop Pango requirement 1.12.0
6104
6105 * Many fixes and improvements for the OS X 
6106   and directfb backends
6107
6108 * The printing framework now supports a subset
6109   of the Cups 1.2 custom PPD option spec
6110
6111 * Bug fixes:
6112  348134 box gaps on left and right can be drawn wrong
6113  348014 crash on Epiphany Web Browser
6114  348063 _gtk_icon_cache_get_icon crashes when no 
6115         cache available
6116  348096 GtkStyle leaks GtkRcContext
6117  157439 The "adding to panel" is buggy when switching 
6118         to an rtl environment
6119  346751 symbolic colors can't be use in properties
6120  347976 Context menus appear in strange locations
6121  348001 xid / fid X11 font id's are used intermixed
6122  348049 Tabs "magically" re-order
6123  348094 Adjustment leak from gtkiconview
6124  348115 improve notebook visuals when dragging
6125  348120 gtkentrycompletion leaks action_view
6126  348227 gtkimcontextsimple doesn't terminate a string 
6127         with null
6128  348424 mem leak in GtkPrintSettings
6129  348089 Missing chaining up in gtk_recent_chooser_menu_finalize
6130  348090 Reference leak in gtk_text_layout_set_contexts
6131  348095 gtk_menu_stop_scrolling does work even if we 
6132         were not scrolling...
6133  142582 Add animation xsetting
6134  346427 xbm loader returns false, fails to set error
6135  346733 GList of visuals is always empty and causes 
6136         crashes in gdk_rgb_choose_visual()
6137  347048 crash on using GtkAssistant
6138  164884 GtkTreeView row drag is sometimes started 
6139         spuriously
6140  302127 GtkTreeView gets angry when items deleted 
6141         from a test_expand_row handler
6142  346092 gtk_tooltip_set_delay documentation wrong
6143  346428 Be robust against broken loaders failing to 
6144         set error on failure
6145  346467 gtkwindow state assignments bug
6146  346598 modeline takes too much memory
6147  346603 Context menus only work once
6148  346639 treeview memleak
6149  346668 symbolic colors are broken when specifying 
6150         engine
6151  346713 quartz backend is missing functions that 
6152         pygtk needs
6153  346721 XBM reading in quartz backend is broken
6154  346836 Tabs jump around when opening menus
6155  347018 missing GDK_QUARTZ_ALLOC/RELEASE_POOL calls
6156  347277 gtk_drag_get_ipc_widget() and window groups
6157  347315 SYNC extension check failing
6158  347902 GtkRange doesn't reliably update stepper 
6159         sensitivity
6160  335012 gtkcellrenderertext - gtkeditable: bad 
6161         interaction when ypad is set to hi value
6162  337910 gdk_pango_layout_get_clip_region is inefficient
6163  346605 Modifier-key events are not sent
6164  346970 gtkfilechooserbutton leaks an empty list
6165  347032 documentation of gtk_print_context_get_height() 
6166         has typo
6167  347037 GObject info missing for GtkRecentManager and 
6168         GtkRecentChooser* in gtk-doc API reference
6169  347041 documentation of gtk_paper_size_is_equal() 
6170         has a typo
6171  347043 Reference leaks in GtkFileChooserButton
6172  347066 gimp 2.3.9/2.2.12 GTK+ assertion fails on 
6173         open file dialog
6174  347211 documentation of gtk_print_job_send() has a 
6175         typo
6176  347710 new GtkCellRendererSpin misses a lot of API 
6177         documentation
6178  347711 slight glitches in GtkAssistant API documentation
6179  347065 Fix in-line doc typos
6180  311399 relative to the window string can be better 
6181
6182 * Updated translations (bg,bn_IN,cs,de,dz,es,et,
6183   eu,fi,fr,gu,he,ko,or,th)
6184
6185 Overview of Changes from GTK+ 2.9.4 to 2.10.0
6186 =============================================
6187
6188 * Printing:
6189   - A PREVIEW capability has been added to allow hiding the
6190     preview button
6191
6192 * Bug fixes:
6193  321393 Incorrect size request after changing the font
6194  327164 (GtkRBNode *)node becomes NULL inside GtkTreeView
6195  344074 Feature request: get printer list, and get default print
6196  344876 refcount leak when using ComboBox.set_cell_data_func
6197  345644 gtk+-2.9.4 requires CUPS-1.2.x
6198  345663 gtkaction(group)?.c: using functions without prototype declaration
6199  346079 gtk receives all sorts of events from the X server
6200  343841 Misguided iter assertion in gtk_list_store_insert_with_values()
6201  346113 unix print dialogue always has preview button
6202  346237 Possible leak in gtkprintunixdialog.c
6203  346027 cancelling printer enumeration
6204  346312 gtk 2.9.4 tarball lacks the files gtkwin32embedwidget.h 
6205         and gtkprint-win32.h
6206  346341 Memory leak in gtk_tree_model_sort_finalize: User data not freed
6207
6208 * Updated translations (cs,cy,dz,es,gu,hi,ko,mk,nb,nl,ru,th,ur)
6209
6210 Overview of Changes from GTK+ 2.9.3 to 2.9.4
6211 ============================================
6212
6213 * GtkPrintOperation:
6214  - UI improvements in the print dialog
6215  - Make printing work without a display connection
6216  - Replace "Print to PDF" by "Print to file" that
6217    can generate PDF or PostScript
6218  - Add a function to the low-level API to 
6219    enumerate all printers
6220
6221 * GtkNotebook tab DND has been improved
6222
6223 * GtkProgressbar supports text in activity mode 
6224
6225 * GtkLabel allows to set the wrap mode
6226
6227 * GtkStatusIcon supports transparency
6228
6229 * Bugs fixed:
6230  344850 Dragging a GtkTreeViewColumn segfaults when 
6231         using certain GtkTreeViewColumnDropFunc
6232  342458 Stock menu items without icons are broken in 
6233         recent GTK+ releases.
6234  335873 notebook DND + popup windows
6235  337882 gtk_progress_bar_set_text() does nothing in 
6236         activity mode
6237  339456 unix print dialogue help button bug
6238  339702 Make sure printing works without a display
6239  341571 tabs too easily reordered
6240  344074 New Feature: get printer list, and get default print
6241  344743 gtk_targets_include_text() should initialize atoms
6242  344838 Allow func to be NULL in 
6243         gtk_tree_view_set_search_position_func
6244  344891 GtkPrintOperationPreview signal defs correction
6245  345008 Need updated cairo req
6246  345093 print preview temp file issues
6247  345107 Memory leak in gtk_entry_completion_finalize: 
6248         User data not freed
6249  345194 gdk_window_set_functions() docs need to be updated
6250  345456 grid-lines property is wrongly registered and 
6251         get/set.
6252  314278 strings in gtk-update-icon-cache are not marked 
6253         for translation
6254  344707 size group with widgets in hidden container
6255  344897 Entry completion model NULL handling should be 
6256         documented
6257  345038 gtk_print_job_set_status' status
6258  345106 dialog button box spacings
6259  345176 GtkIconView doc about drag and drop
6260  345275 doc imporovements for gtk_window_move
6261  345320 Two very similiar strings should be made equal
6262  345321 Add meaning of "shortcut" as translator comment
6263  320034 transparency gtkstatusicon
6264  339592 Add print-to-postscript
6265  344867 custom paper file could use keyfile
6266
6267 * Updated translations (cs,de,es,fr,gl,gu,hi,ko,ta,th)
6268
6269 Overview of Changes from GTK+ 2.9.2 to 2.9.3
6270 ============================================  
6271
6272 * GtkPrintOperation: 
6273  - Introduce an allow-async property 
6274  - Introduce a GtkPrintOperationAction enumeration
6275  - Rename pdf_target to export_filename
6276  - Allow to hide "Print to PDF" in the low-level API
6277
6278 * GtkNotebook:
6279  - Add a destroy notify to 
6280    gtk_notebook_set_window_creation_hook.
6281
6282 * GtkTreeView:
6283  - Support grid lines
6284
6285 * GtkRange:
6286  - Add a number of new stle properties which allow more
6287    fexible stepper theming
6288
6289 * Bugs fixed:
6290  153212 Have the Paste kbd shortcut jump to the location in 
6291         the buffer
6292  337491 _gdk_win32_drawable_release_dc: DeleteDC() called on 
6293         a GetDC() handle
6294  339739 gtk/gtkprintoperation-win32.c: 3 compile error
6295  342339 GtkRange::stepper-spacing style property not 
6296         implemented correctly
6297  343945 Buttons of a GtkAssistant are not accessible
6298  344148 Wrong reqs for ATK
6299  344209 gtk_notebook_set_window_creation_hook() has no destroy 
6300         func.
6301  344232 GtkEntry's "Delete" context menu item is sensitive on a 
6302         non-editable GtkEntry
6303  344244 Window resizing not working when keeping the aspect 
6304         fixed
6305  344288 gtk_print_operation_preview_is_selected must return 
6306         a value
6307  344386 gdk-2.0-uninstalled.pc.in and gdkconfig.h
6308  344496 CRLF converting via Clipboard
6309  344504 GtkPrintCapabilities not in gtktypebuiltins.h
6310  344505 Wrong signal registration for create_custom_widget
6311  344512 cvs build issue
6312  344513 pdf print module's print_stream not calling destroy 
6313         notify
6314  344518 NULL unref in page setup dialogue
6315  344543 gtk_progress_bar_pulse calls gtk_progress_bar_paint 
6316         directly
6317  344560 gtk_print_settings_[sg]et_scale shouldn't be in percent
6318  344607 memory leaks in gtkrecentchooserdefault.c and 
6319         gtkrecentchoosermenu.c
6320  344624 Memory leak in gtk_tree_model_filter_finalize: User 
6321         data not freed
6322  337603 Possible off-by-one in 
6323         gdk_pango_layout_line_get_clip_region
6324  344239 Wrong filename for gtk-find stock item.
6325  344528 comma at end of GtkPrintOperationAction enum causes 
6326         mozilla compilation error
6327  344290 horizontal-padding not take into account when placing 
6328         submenus
6329  344558 document print dialogue response codes
6330  339592 Add print-to-postscript
6331  342249 Allow to draw upper and lower sides of GtkRange's 
6332         trough differently
6333  344530 gtk_recent_chooser_widget_new_for_manager and 
6334         gtk_recent_chooser_menu_new_for_manager should 
6335         allow NULL manager arg
6336
6337 * Updated translations (es,fi,gu,ko,th,wa)
6338
6339
6340 Overview of Changes from GTK+ 2.9.1 to 2.9.2
6341 ============================================
6342
6343 * GtkPrintOperation
6344  - Support asynchronous pagination with the ::paginate signal
6345  - Add gtk_print_operation_cancel
6346  - Support application-specific widgets
6347  - Allow disabling features based on application capabilities
6348  - Optionally show progress
6349  - Change some function names in GtkPrintContext to be longer 
6350    and better
6351  - Support preview, the default implementation spawns evince,
6352    but the api allows for an internal preview implementation
6353
6354 * GtkCellView
6355  - Add a model property
6356
6357 * GtkStatusIcon
6358  - Allow to obtain screen geometry 
6359
6360 * GtkTreeView
6361  - Many bug fixes, in particular for RTL handling
6362  - Separate sensitive and selectable properties of rows
6363  - Optionally allow rubberband selection
6364
6365 * GtkButton
6366  - Add image-spacing style property
6367  - Add image-position property 
6368
6369 * GtkToolButton
6370  - Add icon-spacing style property
6371
6372 * Make GTK+ work as an untrused X client
6373
6374 * Bugs fixed:
6375  343838 gtkprintoperationpreview.h guards
6376  305530 Crashes while creating source code w/GtkFontSelection
6377  341327 Memory corruption inside glib
6378  341734 cursor blocked to dnd mode after using shift and 
6379         dnd on a GtkCalendar
6380  343453 G_DEFINE_TYPE messes up internal typenames of 
6381         GdkWindow and GdkPixmap
6382  136571 Problems running as untrusted client
6383  168105 the right edge tab does not appear when switching tab
6384  172535 Add support for UI builders in gtk+
6385  302556 GtkTreeView widget signals are badly documented
6386  324480 Selecting first item with keyboard is difficult
6387  340428 small cleanup
6388  340444 don't run the custom page size dialogue
6389  340839 Critical warnings in GtkTreeModelFilter
6390  341898 gtk_tree_view_insert_column_with_attributes doesn't 
6391         work with fixed_height_mode
6392  342003 DnD: Conditional jump or move depends on uninitialised value
6393  342072 Wrong drop location in GtkEntry
6394  342096 GtkImage animation CRITICALS on switching themes
6395  342513 widget class style property with type module
6396  342529 gdk should set resolution on PangoCairoFontmap, 
6397         not PangoCairoContext
6398  342535 Add documentation for new GtkWidget style properties 
6399         (including Since tags)
6400  342543 can't compile gtk+ on opensolaris using sun cc
6401  342569 Typo in decl of gdk_color_parse
6402  342752 Need a way to specify custom tab label for custom page 
6403         in Print dialog
6404  342754 print-editor: font button dialog doesn't get focus if 
6405         main window has a window group
6406  342781 GtkPrintUnixDialog: Collate should be insensitive unless 
6407         Copies is > 1
6408  342783 GtkPrintUnixDialog: Range textinput area should be 
6409         insensitive unless range radiobutton is selected
6410  342894 Use after free inside gtk_text_view_set_buffer
6411  342930 GtkButton should offer a way to position the image 
6412         relative to the text
6413  343088 Some typos in the PO file
6414  343425 "grab-notify"-signal is not correctly propagated for 
6415         internal children
6416  343438 gtk_color_button_set_color() doesn't emit "color-set" 
6417         signal
6418  343475 page setup unix dialog confusion
6419  343625 allow to get only some info from gtk_status_icon_get_geometry
6420  343677 GtkWindow chains key-release to key-press
6421  320431 Text too close when using East/West in a GtkToolButton
6422  321523 GtkTreeView's test_expand_row signal emitting impractical 
6423         on row expand all
6424  342007 Warning in gtk_paned_compute_position
6425  343233 gdk_rectangle_intersect doc
6426  333284 expander animation not working in RTL mode
6427  343444 change color of gtk-demo source-buffer comment color 
6428         from red to DodgerBlue
6429  343630 Small inconsistence in migration documentation
6430   80127 Rubberbanding for GtkTreeView
6431  341450 status icon + libnotify
6432  341679 Allow absolute filenames in the options entries
6433
6434 * Updated translations (bg,cy,de,el,es,et,eu,gl,gu,it,ja,
6435                         nb,nl,pt_BR,th,vi)
6436
6437
6438 Overview of Changes from GTK+ 2.9.0 to 2.9.1
6439 ============================================
6440
6441 * GtkPrintOperation
6442  - Many user interface improvements in the unix dialogs
6443  - gtk-demo has a printing demo
6444  - Don't unload print backends for now, since that has
6445    deadlock issues
6446  - Asynchronous page rendering is done in an idle
6447
6448 * GtkImage has an image property 
6449
6450 * GtkTextBuffer has a cursor-position property
6451
6452 * Arrow sizes in scrolled menus and notebooks are themable
6453
6454 * GDK keysyms have be synced with Xorg 7.1
6455
6456 * Bugs fixed:
6457  340676 print backend type modules not correctly re-registering 
6458         their types
6459  340870 gdk_window_get_toplevels docstring error
6460  323956 Unwanted accelerate key in the action-based toolbar
6461  340527 Tooltips not shown for toolbar buttons created with 
6462         uimanager/actions
6463  340516 status icon property getter assertions
6464  341091 a couple of spelling errors in gtk+
6465  335707 notebook DND with event boxes in tab labels
6466  337306 Add a GtkMessageDialog::image property
6467  139628 GtkLayout In GtkScrolledWindow does not receive the 
6468         scroll_event
6469  334412 Add cursor-position property for getting notified 
6470         about cursor movement
6471  341217 langinfo.h #include'd unconditionally stops build
6472  333632 use GtkMenu::scroll-arrow-height instead of 
6473         MENU_SCROLL_ARROW_HEIGHT
6474  325282 Add GtkNotebook::tab-overlap style property
6475  341247 possible crash with tab_label = NULL
6476  321896 Sync gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
6477  341416 Save FileChooserDialog doesn't response
6478  336774 gtk_recent_manager_add_full
6479  340401 critical warnings when using window groups
6480  341661 misplaced g_assert in gtk_text_view_allocate_children
6481  341692 Semicolons after G_DEFINE_TYPE
6482  341665 several misplaced g_assert
6483  341578 reverse page order issues
6484  341332 Unset background in more places
6485  341896 gtktreeview has RTL problems with toggle buttons if using 
6486         gtktreestore as a model
6487  341028 crash in new async code
6488  341035 file chooser crash
6489  340722 GtkToolbar::max-child-expand style property
6490  339589 Tooltips on orientation icons in page setup dialog
6491  340951 faq: How do I internationalize a GTK+ program? doesn't 
6492         mention glib-I18N
6493  341855 Little typo in the Tree and List Widget Overview
6494  153212 Have the Paste kbd shortcut jump to the location 
6495         in the buffer
6496  335729 Invisible rows and 
6497         gtk_tree_model_filter_convert_child_*_to_*
6498  106406 GtkTreeView Grid Lines?
6499  339592 Add print-to-postscript
6500
6501 * Updated translations (de,es,gl,gu,nl)
6502
6503
6504 Overview of Changes from GTK+ 2.8.x to 2.9.0
6505 ============================================
6506
6507 * GtkStatusIcon, a cross-platform "tray icon" API
6508
6509 * GtkAssistant, a widget for creating multi-step wizards
6510
6511 * GtkLinkButton, a widget that displays a clickable hyperlink
6512
6513 * GtkRecentChooser, widgets to display and select recently used files
6514
6515 * GtkPrintOperation, cross-platform printing support
6516
6517 * A framework for rich text copy and paste and DND
6518
6519 * GtkCellRendererAccel, a cell renderer for key combinations
6520
6521 * GtkCellRendererSpin, a cell renderer which edits numeric values 
6522   using a spin button
6523
6524 * GtkAction works with named icons in addition to stock icons
6525
6526 * GtkNotebook supports DND, allowing to reorder tabs, move tabs
6527   between notebooks and drop tabs on the desktop to open a new window
6528
6529 * GtkTreeView:
6530   - Enhanced customizability (e.g. grouping) with the
6531     show-expanders and level-indentation properties
6532   - Allow to embed the search popup
6533   - Better search popup positioning
6534
6535 * GtkFileChooser:
6536   - Communication with backends is now asynchronous to avoid
6537     blocking on file system operations. Due to the required interface
6538     changes, the GTK+ ABI version has been bumped to 2.10.0. Third-party
6539     file system backends have to be ported to the new interface, other
6540     modules, such as theme engines, input method modules or pixbuf loaders 
6541     have to be rebuilt so that they are installed in the right place
6542     for GTK+ to find them.
6543   - The location entry (popped up by C-L) has been integrated in the
6544     main dialog.
6545     
6546 * Reworked hex Unicode input now requires Ctrl-Shift-U
6547
6548 * Animations can now be globally controlled by settings
6549
6550 * The gtk-touchscreen-mode setting controls a number of changes
6551   that make GTK+ work better on touchscreens
6552
6553 * Password entries can optionally show the last entered character
6554   for a short while, controlled by the password-hint-timeout setting
6555
6556 * GTK+ can now consult an additional fallback icon theme before
6557   falling back to hicolor
6558
6559 * Improved themability:
6560   - GTK+ supports symbolic colors, which can be set system-wide
6561     using a setting, and can be modified and used in rc files
6562     and theme engines
6563   - GTK+ sets window type hints on override-redirect windows to 
6564     help compositing managers apply proper bling
6565   - Paths in rc files can now refer to all subclasses of a class 
6566   - GtkRange steppers will appear insensitive when the slider
6567     is at the end; applications which need to handle this case
6568     (e.g. to extend the range) can opt out of this.
6569   - GtkRange::activate-slider style property allows themes
6570     to draw sliders differently while they are being dragged
6571   - GtkNotebook::tab-overlap and GtkNotebook::curvature style
6572     properties allow more flexible notebook theming
6573   - The spacing of buttons around children can be themed with
6574     the GtkButton::inner-border style property. Apps can override
6575     this per-widget using the corresponding inner-border property 
6576   - GtkMenu has acquired a horizontal-padding style property 
6577   - There are style properties for the color of hyperlinks,
6578     GtkWidget::link-color and GtkWidget::visited-link-color
6579   - GtkTreeview row hinting now takes the selection into account
6580   - Scrolling menus can be forced to always display both arrows,
6581     using the GtkMenu::double-arrows style property
6582   - Separators can be themed using the wide-separators, separator-width
6583     and separator-height style properties
6584   - GtkTreeView allows more flexible theming with the row-ending-details
6585     property
6586   - The pixbuf theme engines supports customized drawing of expanders
6587     and resize grips
6588
6589 * GDK changes:  
6590   - OS X backend
6591   - DirectFB backend 
6592   - Closing displays works
6593   - gdk_screen_is_composited to check for running compositing manager
6594   - Support for Super, Hyper and Meta modifiers
6595
6596 * gdk-pixbuf changes: 
6597   - Supports saving tiff 
6598   - Supports loading 16-bit pnm
6599   - Doesn't load entire gif animation to get first frame
6600
6601 * Bug fixes
6602   - Too many to list them here
6603
6604 Overview of Changes from GTK+ 2.8.1 to GTK+ 2.8.2
6605 =================================================
6606 * Fix a crash with custom icon themes, which affected
6607   the gnome-theme-manager. [Kjartan Maraas]
6608 * Make sure font and cursor settings are propagated down
6609   to the screen initially. [Frederic Crozat]
6610
6611 Overview of Changes from GTK+ 2.8.0 to GTK+ 2.8.1
6612 =================================================
6613 * gtk-update-icon-cache no longer stores copies of symlinked
6614   icons, and it has a --index-only option to omit image data
6615   from the cache [Matthias]
6616 * Make large GtkSizeGroups more efficient [Michael Natterer]
6617 * Improve positioning of menus in GtkToolbar [Christian Persch,
6618   Paolo Borelli]
6619 * Make scrolling work on unrealized icon views [Jonathan Blandford]
6620 * Avoid unnecessary redraws on range widgets [Benjamin Berg]
6621 * Make sure that all GTK+ applications reload icon themes
6622   promptly. [Chris Lahey]
6623 * Ensure that gdk_pango_get_context() and gtk_widget_get_pango_context()
6624   use the same font options and dpi value [Michael Reinsch, Owen]
6625 * Multiple memory leak fixes [Kjartan Maraas, Matthias]
6626 * Other bug fixes [Owen, Allin Cottrell, Tor Lillqvist, Jonathan
6627   Blandford, Christian Persch, Jonas Bonn, Brett Atoms, Guillaume 
6628   Cottenceau, Sebastien Bacher, Robin Green, Benoit Carpentier,
6629   Hans Breuer, Kjartan Maraas, Manish Singh, Robert Jeff Mitchell,
6630   Markku Vire, Kristian Rietveld, Tommi Komulainen]
6631 * Documentation improvements [Olexiy Avramchenko, Matthias]
6632 * Updated translations (es,et,hu,ko,lt,ro,uk)
6633
6634 Overview of Changes from GTK+ 2.7.5 to GTK+ 2.8.0
6635 =================================================
6636 * Require cairo 0.9.2 [Matthias]
6637 + Extend ABI checks to cover exported variables [Matthias]
6638 * Bug fixes [Benjamin Berg, Christian Persch]
6639 * Documentation improvements [Matthias]
6640 * New and updated translation (cy,de,el,id,te,zh_TW)
6641
6642 Overview of Changes from GTK+ 2.7.4 to GTK+ 2.7.5
6643 =================================================
6644 * Rename the default theme to "Raleigh" [Thomas Wood]
6645 * Add a performance testing framework [Federico Mena Quintero]
6646 * Catch format errors in translations. This may cause 
6647   "make check" to fail when using older versions
6648   of gettext [Matthias]
6649 * Win32
6650  - Implement the urgency hint [Tor Lillqvist]
6651  - Update ms-windows theme [Dom Lachowicz]
6652  - Improve tablet handling [Robert Ögren]
6653  - Bug fixes [Kazuki Iwamoto, Tor Lillqvist, Tim Evans, 
6654    J. Ali Harlow, Hans Breuer]
6655 * Other bug fixes [Callum McKenzie, Matthias, Kjartan Maraas, 
6656   Elijah Newren, Morten Welinder, Owen Taylor, Johan Dahlin,
6657   Peter Zelezny, Dan Winship, Damien Carbery, Alex Graveley,
6658   Mike Morrison, David Odin]
6659 * Documentation improvements [Fabrice Bauzac, Claudio Saavedra,
6660   Federico Mena Quintero]
6661 * New and updated translation (ar,bg,cs,de,fi,gu,ja,nb,nl,no,
6662   pl,pt,sq,zh_CN,zh_TW)
6663
6664 Overview of Changes from GTK+ 2.7.3 to GTK+ 2.7.4
6665 =================================================
6666 * Make svg icon themes work better [Matthias]
6667 * GtkPlug/GtkSocket: Make these cross-platform
6668   and implement them for Win32 [Tor]
6669 * Make font rendering xsettings work with pangocairo [Owen]
6670 * Fix sporadic segfaults in the GtkTreeModelSort [James
6671   Bramford, Markku Vire, Kristian Rietveld]
6672 * Improve gdk-pixbuf's ability to recognize 
6673   svg images. [William Jon McCann]
6674 * Win32 
6675  - Build fixes [Tor Lillqvist]
6676  - Fix clipping issues [Robert Ögren]
6677  - Bug fixes [Peter Zelezny]
6678 * Other bug fixes [Christian Persch, Arkady L. Shane, 
6679   Matthias, Tommi Komulainen, Alexander Larsson, Owen,
6680   Thomas Vander Stichele, Robert Ögren]
6681 * Documentation improvements [Steve Chaplin, Matthias,  
6682   Federico Mena Quintero]
6683 * New and updated translations (en_CA,fr,hy,lt,nl,sk,th,zh_CN)
6684
6685 Overview of Changes from GTK+ 2.7.2 to GTK+ 2.7.3
6686 =================================================
6687 * Make sure that gtk_window_present() moves the window to the 
6688   current desktop [Elijah Newren]
6689 * GtkFileChooser
6690  - Add overwrite confirmation for SAVE mode [Federico Mena Quintero]
6691 * GtkTreeView
6692  - Add gtk_tree_view_get_visible_range() [Mikael Hallendal]
6693  - Add gtk_tree_view_column_queue_resize() [Morten Welinder]
6694  - Add gtk_tree_row_reference_get_model() [Stefan Kost]
6695  - Make page up/down behave as in the text view [Owen Taylor]
6696  - In typeahead search, allow Ctrl-G to move to the
6697    next match.  [Matt T. Proud]
6698  - Interpret Ctrl-Backspace as "Move focus to parent [Kathy
6699    Fernandes]
6700  - Speed up gtk_tree_selection_selected_foreach [Kristian Rietveld]
6701 * GtkTextView 
6702  - Make double-clicking between words select whitespace [Mike 
6703    Miller, Paolo Borelli]
6704  - Show dragged text in drag icon [Kevin Duffus, Carlos 
6705    Garnacho Parro]
6706  - Make invisible text work well enough to remove the
6707    remove the warning about it being unsupported.  [Matthias]
6708 * GtkEntry
6709  - Make double-clicking between words select whitespace [Matthias]
6710  - Show dragged text in drag icon [Kevin Duffus, Carlos Garnacho Parro]
6711  - Fix the sizing of the entry completion popup [Ross Burton, Kris]
6712 * Win32
6713  - Build fixes [Tor Lillqvist]
6714  - Fix handlink of Aiptek tablets [Robert Ögren]
6715 * Bug fixes [Kris, Jorn Baayen, Billy Biggs, Tomislav Jonjic, 
6716   Owen Taylor, Vincent Noel, Carlos Garnacho Parro, Mark McLoughlin. 
6717   Mikael Magnusson, Luis Villa, Brian Bober, Bernd Demian, Manish 
6718   Singh, Akira Tagoh, Barbie LeVille, Hans Oesterholt]
6719 * Documentation improvements [Torsten Schoenfeld, Rodney Dawes,
6720   Park Ji-In]
6721 * New and updated translations (cs,es,et,he,hu,nb,nl,no,sk)
6722
6723 Overview of Changes from GTK+ 2.7.1 to GTK+ 2.7.2
6724 =================================================
6725 * GtkAboutDialog
6726  - Clean up the "trail" in the path bar when set_current_folder
6727    is called explicitly [Jonathan Blandford, Matthias Clasen]
6728  - Accept dropped files and directories on the file list [Sven 
6729    Neumann, Matthias]
6730 * GtkTreeView
6731  - Make reusing cell renders work as well as it did in 2.6,
6732    but document it as being unsupported. [Kristian Rietveld]
6733 * GtkAboutDialog
6734  - Optionally wrap the license [Christian Rose, Christian Persch]
6735 * Menu
6736  - Make image menu items work in vertical menubars [Matthias]
6737  - Make orientation changes of menubars work [Matthias]
6738 * Win32
6739  - Implement named cursors and other new GDK apis [Hans Breuer]
6740  - Implement getting cursor images [Tor Lillqvist]
6741 * Bug fixes [J. Ali Harlow, Matthias, Diego Gonzalez, 
6742   Kazuki IWAMOTO, Paul Cornett, Sebastien Bacher, Tor]
6743 * Documentation improvements [Benjamin Berg, Matthias,
6744   Steve Chaplin, Peter van den Bosch, Tim-Philipp Müller]
6745 * New and updated translations (en_CA,sr,sr@Latn)
6746
6747 Overview of Changes from GTK+ 2.7.0 to GTK+ 2.7.1
6748 =================================================
6749 * GtkTreeView
6750  - Change the keynav for header reordering and resizing 
6751    to Alt-arrows and Shift-Alt-arrows  [Calum Benson]
6752 * GtkTextView
6753  - Make movement by paragraphs up/down symmetric [Behnam 
6754    Esfahbod]
6755  - Improve invisible text support [Matthias Clasen]
6756 * Some new stock items: GTK_STOCK_INFO, GTK_STOCK_FULLSCREEN,
6757   GTK_STOCK_LEAVE_FULLSCREEN [Kristof Vansant]
6758 * Handle broken grabs in many places [John Ehresman, Matthias]
6759 * GDK
6760  - Add a function to move a region [Søren Sandmann]
6761  - Fix endianness issues in the pixbuf drawing 
6762    code [David Zeuthen, Owen Taylor]
6763  - Add a GrabBroken event that is emitted when grabs
6764    are broken [Simon Cooke, John Ehresman, Matthias]
6765  - Track implicit grabs [Matthias]
6766 * Win32 
6767  - Improve and simplify line segment rendering [Tor Lillqvist] 
6768 * Bug fixes [Georg Schwarz, Fabricio Barros Cabral, 
6769   Benoit Carpentier, Markku Vire, Ryan Lortie, Matthias,
6770   Morten Welinder, Dan Winship, Manish Singh, Tom von
6771   Schwerdtner, Kjartan Maraas, Euan MacGregor, William Jon 
6772   McCann, David Saxton, Padraig Brady]
6773 * Documentation improvements [Matthias, Ross Burton]
6774 * New and improved translations (es,et,nl,sk,th,zh_TW)
6775
6776 Overview of Changes from GTK+ 2.6.x to GTK+ 2.7.0
6777 =================================================
6778 * GtkTreeView
6779  - Kris is back !!!
6780  - Lots of scrolling/validation fixes [Kristian Rietveld]
6781  - Allow to "unsort" columns. [Richard Hult]
6782  - Support wrapping in GtkCellRendererText [Matthias Clasen]
6783  - Support tinting in GtkCellRendererPixbuf [Jorn Baayen]
6784  - Make enable-search control only typeahead search,
6785    not C-f search. [Sven Neumann]
6786  - Make double-click autosize treeview columns again [Matthias]
6787  - Fix insensitive appearance [Billy Biggs, Matthias]
6788 * GtkFileChooser
6789  - Don't select the first item in folder modes [Christian Neumair,
6790    Federico Mena Quintero]
6791  - Make save mode work again [Federico]
6792  - Allow bookmarks to be renamed [Sean Middleditch]
6793  - Ellipsize the preview label [Jeroen Zwartepoorte]
6794  - Use smaller icons [Vincent Noel]
6795  - Avoid a size allocation loop [Milosz Derzynski, Robert Ögren]
6796  - Don't stat children of /afs or /net network directories [Federico]
6797  - Improve sorting of filenames [Matthias]
6798  - Treat backup files like hidden files, and support
6799    .hidden files in the Unix backend [Sean Middleditch, Jan Arne Petersen]
6800  - Improve the re-rooting behaviour of the path bar [Benjamin Otte]
6801 * GtkIconView
6802  - Many fixes for scrolling and selection handling [Mathias Hasselmann]
6803  - Implement GtkCellLayout, use cell renderers [Matthias]
6804  - Support editing [Matthias]
6805  - Support DND [Matthias]
6806  - Add API to determine the visible part of the 
6807    model [Jonathan Blandford]
6808 * GtkAboutDialog
6809  - Visual improvements, HIG compliance [Jorn Baayen]
6810 * GtkCalendar
6811  - Use nl_langinfo() to determine the first day of week,
6812    when it is available [Vincent Untz, Tommi Komulainen, Pierre Ossman]
6813  - Allow localization of the year format [Paisa Seeluangsawat]
6814 * GtkEntry
6815  - Allow completion popups to be wider than the entry [Ross Burton]
6816  - Add a property to suppress the popup for single matches [Matthias]
6817  - Don't blink the cursor if not editable [Nikos Kouremenos]
6818 * GtkTextView
6819  - Add a GtkTextBuffer::text property [Johan Dahlin]
6820  - Allow to set a paragraph background color [Gustavo Carneiro,
6821    Jeroen Zwartepoorte]
6822  - Don't blink the cursor if not editable [Nikos Kouremenos]
6823  - Make invisible text work a bit better [Jeroen]
6824 * GtkAlignment
6825  - Flip padding in RTL mode [Maciej Katafiasz]
6826 * GtkUIManager
6827  - Support invisible, expanding separators [Christian Persch]
6828  - Allow to construct menu tool buttons [Sven Neumann]
6829 * GtkIconCache
6830  - Cache image data and metadata as well [Anders Carlsson]
6831 * GtkMenu
6832  - Support vertical menubars [Matthias]
6833  - Make scrolling more efficient [Jorn Baayen, Søren Sandmann]
6834  - Allow to pop up menus without grabbing the keyboard [Michael 
6835    Natterer]
6836  - Allow setting background images on menus [Benjamin Otte]
6837 * gtk-demo
6838  - Add demos for 2.6 features [Matthias, Mark McLoughlin]
6839 * Allow custom translation function for stock labels. [Funda Wang,
6840   Diego Gonzalez]
6841 * Add 16x16 versions for some some icons which were missing
6842   them [Jakub Steiner, Tuomas Kuosmanen, Vincent Noel]
6843 * Move a lot of constant data to the .rodata section [Matthias]
6844 * Don't copy property names, nicks and blurbs [Matthias]
6845 * Use Cairo for most drawing [Owen Taylor]
6846 * Allow themes to draw outside the widget's allocation [Owen]
6847 * Allow key names to be translated [Christian Rose]
6848 * Make all cursors used by GTK+ themeable [Matthias]
6849 * Support the ICCCM urgency hint [Havoc Pennington]
6850 * GDK
6851  - Work with XRender < 0.4 [Albert Chin, Billy Biggs]
6852  - Add API to warp the pointer [Matthias]
6853  - Support _NET_VIRTUAL_ROOTS [Carsten Haitzler]
6854  - Add API to obtain the last user interaction time [Elijah
6855    Newren]
6856  - Make some large arrays const [Ben Maurer, Tommi Komulainen]
6857  - Support Cairo drawing [Owen, Carl Worth]
6858  - Support Visuals with alpha channel [Owen, Keith Packard]
6859  - Support named cursors and cursor themes [Matthias]
6860 * gdk-pixbuf
6861  - Support saving BMP [Ivan Wong Yat Cheung]
6862  - Allow to specify compression level when saving
6863    in PNG format [Sven Neumann]
6864  - Add a way to construct animations from frames [Dom Lachowicz]
6865  - Accept BMP v4 [Matthias]
6866 * Win32 changes
6867  - Improve keyboard handling [Tor Lillqvist]
6868  - Improve clipboard handling [Ivan Wong]
6869  - Do delayed rendering for transferring images 
6870    through the clipboard [Ivan Wong]
6871  - Improve tablet handling [Robert Ögren]
6872  - Initialize input devices lazily [Robert Ögren]
6873  - Make big windows work on NT [Ivan Wong]
6874  - Implement dashed lines correctly [Ivan Wong, Hans Breuer]
6875  - Handle 16 color display mode [Tor] 
6876  - Support RGBA cursors [Tim Evans]
6877  - Fix DND on multi-monitor systems [Tor]
6878  - Use alternative button order [Tor]
6879  - Build fixes [Hans]
6880  - Bug fixes [Ivan Wong, Dave Neary, Daniel Atallah, Takuro Ashie, 
6881    Robert Ögren, Kevin Stange, Tim Evans]  
6882 * Other bug fixes [Alexander Hunziker, Alexander Larsson, Anders
6883   Carlsson, Andreas Volz, Arjan van de Ven, Billy Biggs, Chris Lee, 
6884   Christian Neumair, Christian Persch, Crispin Flowerday, Damon Chaplin, 
6885   David A. Knight, David Costanzo, Dennis Cranston, Diego Gonzalez, 
6886   Dom Lachowicz, Doug Morgan, Doug Quale, Elijah Newren, Fabricio Barros 
6887   Cabral, Federico, Felipe Heidrich, Felix Riemann, Frank Naumann, 
6888   Frederic Crozat, Gary Kramlich, Gustavo Carneiro, Hans-Wolfgang Loidl, 
6889   Havoc, Hazael Maldonado Torres, Ian Wienand, Ismael Juma, Jaap A. Haitsma, 
6890   Jacob Kroon, Jakub Jellinek, Jean Marie Favreau, Jeff Franks, Jens Finke, 
6891   Jim Evins, Joerg Sonnenberger, John Ellis, John Finlay, Jonathan, 
6892   Jorn Baayen, Kazuki Iwamoto, Kirk Bridger, Kjartan Maraas, Leonard 
6893   Michlmayr, Lorenzo Gil Sanchez, Manish Singh, Marc Meissner, Matthias, 
6894   Michael Natterer, Mikael Hallendal, Milosz Derezynski, Morten Welinder, 
6895   Murray Cumming, Nickolay V. Shmyrev, Niko Tyni, Nguyen Thai Ngoc Duy, 
6896   Olaf Vitters, Olivier Sessink, Owen, Paolo Borelli, Patrick Fimml, 
6897   Peter Bloomfield, Peter Wainwright, Phil Blundell, Philipp Langdale, 
6898   Priit Laes, Reinout van Schouwen, Remus Draica, Richard Hult, Robert 
6899   Staudinger, Rodney Dawes, Rodrigo Moya, Roman Kagan, Ryan Lortie, 
6900   Samuel Hym, Seven Walter, Søren, Stefan Kost, Stepan Kasal,
6901   Stephen Kennedy, Sven Neumann, Theerud Lawtrakul, Thomas Leonard,
6902   Thomas Zajic, Tim-Philipp Müller, Tomislav Jonjic, Tommi Komulainen,
6903   Torsten Schoenfeld, Tristan Van Berkom, Victor Osadci, Vincent Ladeuil, 
6904   Vincent Noel, Vincent Untz, Yury Puzis]
6905 * Documentation improvements [Alex Graveley, Ali Akcaagac, Bill
6906   Haneman, Billy Biggs, Christian Persch, Christian Rose, Dan Winship,
6907   George Kraft IV, Ghorban M. Tavakoly, Hubert Sokolowski, Jeff Franks,
6908   Jianfei Wang, Johan Dahlin, Jon-Kare Hellan, Karel Kulhavy, Ken
6909   Siersma, Maciej Katafiasz, Masao Mutoh, Mathias Hasselmann, Matthias,
6910   Michal Suchanek, Morten Welinder, Murray Cumming, Oliver Sessink, Owen, 
6911   Richard Hult, Roger Light, Sebastian Bacher, Steve Chaplin, Sven Neumann, 
6912   Torsten Schoenfeld, Vincent Untz, Worik Stanton]
6913 * New and improved translations (bg,ca,cs,cy,da,de,el,en_CA,en_GB,es,et,
6914   eu,fa,fi,hu,id,ja,nb,ne,nl,nn,no,pl,pt,pt_BR,ro,ru,rw,sk,sq,sr,sr@Latn,
6915   sv,th,uk,vi,xh,zh_CN,zh_TW)
6916
6917 Overview of Changes from GTK+ 2.6.0 to GTK+ 2.6.1
6918 =================================================
6919 * GtkFileChooser
6920  - Fix some possible threading deadlocks [Matthias Clasen]
6921  - Don't return errors from the private GTK_FILE_SYSTEM_ERROR
6922    domain [Murray Cumming]
6923  - Fix some crashes with unreadable directories [Federico Mena 
6924    Quintero]
6925  - Add an "Open Location" item to the context menu [Federico]
6926 * GtkTreeView
6927  - Make sorting work again in list stores [Marcin Krzyzanowski]
6928  - Restrict column reordering to button 1 [Jonathan Blandford]
6929 * GtkComboBox
6930  - Make the button prelight [Ricardo Veguilla]
6931  - Fix state propagation [Carlos Garnacho Parro]
6932 * GtkMessageDialog
6933  - Don't show secondary label until it is set [Christian Persch]
6934 * GtkMenu
6935  - Make items activate immediately on button release [Søren Sandmann]
6936  - Submenus inherit their cascading direction [Matthias]
6937 * gdk-pixbuf
6938  - Fix a possible threading deadlock when loading
6939    animations [Callum McKenzie]
6940  - Make Hyper interpolation work again [Dennis Nezic]
6941 * Win32
6942   - Improve handling of UNC paths [Tor Lillqvist]
6943   - Show the correct Desktop folder in the file chooser [Tor]
6944   - Bug fixes [Tor]
6945 * Bug fixes [Torsten Schoenfeld, Morten Welinder,
6946   Marcin, Seth Nickell, Jonathan, Owen Taylor, Søren, 
6947   Iñigo Serna, John Finlay, Zeeshan Ali, Robert Ögren,
6948   Billy Biggs, Brian Tarricone, Tor, Christian, Tristan 
6949   Van Berkom, Elijah Newren, Federico, James M. Cape,
6950   Matthias, Arnaud Charlet]
6951 * Documentation improvements [Masao Mutoh, Torsten,
6952   Billy, Alessio Dessi, David Bourguignon, Tommi Komulainen,
6953   Dave Bordoley, Robert Ancell, Kentaro Fukuchi, Matthias,
6954   Christian Biere, Jonathan, Tommi, Stefan Kost]
6955 * New and improved translations (cs,cy,da,de,en_CA,es,ja,lt,nl,sq,sv,zh_CN)
6956
6957 Overview of Changes from GTK+ 2.4.x to GTK+ 2.6.0
6958 =================================================
6959
6960 * New widgets
6961   - GtkIconView
6962   - GtkAboutDialog
6963   - GtkCellView 
6964   - GtkFileChooserButton
6965   - GtkMenuToolButton 
6966
6967 * New cell renderers
6968   - GtkCellRendererCombo 
6969   - GtkCellRendererProgress
6970
6971 * Changes in GtkFileChooser
6972   - Many tweaks to keynav and other behaviour
6973
6974 * Changes in GtkTreeView 
6975   - Hover selection
6976   - Hover expand
6977   - Separators 
6978   - Insensitive rows
6979   - Typeahead
6980
6981 * Changes in GtkComboBox
6982   - Allow trees in combo boxes
6983   - Hover selection
6984   - Hover expand
6985   - Separators 
6986   - Insensitive rows
6987   - Scrolling
6988
6989 * Changes in GtkLabel
6990   - Rotated text
6991   - Ellipsisation
6992   - Dnd from selectable labels
6993   - Selectable labels in the focus chain
6994   - Obey the Pango backspace-deletes-character attribute
6995
6996 * Changes in GtkTextView
6997   - Rotated text
6998   - Obey the Pango backspace-deletes-character attribute
6999
7000 * Changes in Clipboard/Selection/DND handling
7001   - Selection ownership change notification
7002   - API to handle text, image and file targets
7003   - Support text/plain target
7004   - Support clipboard persistence
7005   - Support xdnd v5
7006   - Reduce clipboard timeout to 30 seconds
7007
7008 * Theming
7009   - Follow icon theme specification for directory locations
7010   - Themed window icons
7011   - Themed images in GtkImage
7012   - Allow themes to displace focus rectangles on click
7013   - Various new stock icons
7014
7015 * Window Manager interaction
7016   - Support do-not-focus-on-map hint
7017   - Support _NET_WM_USER_TIME
7018
7019 * gdk-pixbuf:
7020   - License information for image loaders
7021   - Disable loaders
7022   - Simple rotation
7023   - Make thread-safe
7024
7025 * Performance improvements
7026   - Increase chunk size for incremental selection transfers
7027   - Get rid of many PLT entries
7028   - Icon theme caching
7029   - Sync counter mechanism to speed up resizes
7030   - Reimplement GtkListStore on top of a splay tree
7031   - Fix algorithmic problems in GtkUIManager
7032
7033 * Win32-specific changes
7034   - Integrate IME input method module
7035   - Integrate ms-windows (Wimp) theme engine
7036
7037 * Other changes
7038   - API for HIG-conform dialogs
7039   - API for stock-like buttons
7040   - New init API based on GOption
7041   - Setting for alternative button order
7042   - Setting for modules to load
7043   - Integrate pixbuf theme engine
7044   - Change notebook tabs with the scroll wheel
7045   - Ellipsisation in GtkCellRendererText, GtkProgressBar, GtkStatusbar
7046   - Clean up abi and enforce list of exported symbols
7047
7048 Overview of Changes from GTK+ 2.5.6 to GTK+ 2.6.0
7049 =================================================
7050 * GtkListStore
7051   - Emit rows_reordered if the list is reordered [Matthias Clasen]
7052   - Add functions to allow inserting rows with values [Matthias]
7053 * GtkTextView
7054   - Add function which allow to determine the character
7055     at a position [Padraig O'Briain, Matthias]
7056 * GtkFileChooser
7057   - Center select row during typeahead [Federico Mena Quintero]
7058   - Reset filters when necessary [Carlos Garnacho Parro]
7059 * GtkMenu
7060   - Make mnemonics without Alt work in menubars [Owen Taylor]
7061   - Scroll wheel scrolling [Matthias]
7062 * GtkLabel
7063   - Add a max-width-chars property to specify the maximal 
7064     width of a label in characters [Christian Persch]
7065 * GtkIconView 
7066   - Arrange items in a grid [Matthias]
7067   - Convert hard coded spacing constants into properties [Matthias]
7068 * GtkCellRendererText
7069   - Add ::width-chars property [James M. Cape]
7070 * Win32
7071   - Implement keynav for the color picker [Hans Breuer]
7072   - Use GLib stdio wrappers [Tor Lillqvist]
7073 * Bug fixes [Kazuki IWAMOTO, Damon Chaplin, Matthias, Christian, 
7074   Michael Natterer, Jonathan Blandford, Manish Singh, John Finlay, 
7075   Robert Ögren, Mariano Suárez-Alvarez, Marco Pesenti Gritti,
7076   Tommi Komulainen, R. McFarland, Alexander Larsson, Dennis Cranston,
7077   Jorn Baayen]
7078 * Documentation improvements [Matthias, Jay Camp, Paolo Borelli,
7079   David Lodge]
7080 * New and improved translations (bg,nb,no,nso,pt_BR,zh_CN)
7081
7082 Overview of Changes from GTK+ 2.5.5 to GTK+ 2.5.6
7083 =================================================
7084 * GtkFileChooser
7085   - Improve key bindings [Davyd Madeley, Federico Mena Quintero]
7086   - Speed up loading of large directories [Federico]
7087   - Move "Browse for other folders" expander up [Federico]
7088   - Support DND from the path bar [Federico]
7089 * GtkColorSelectionDialog
7090   - Add keynav to the color picker [Frances Keenan, Matthias Clasen]
7091 * GtkButton
7092   - Allow construction of stock-like buttons  [Matthias,
7093     Jonathan Blandford]
7094 * GtkLabel
7095   - Support DND for selectable labels [Matthias]
7096   - Support rotated text [Owen Taylor, Hans Breuer]
7097 * GtkTextView
7098   - Support rotated text [Owen Taylor]
7099   - Make it possible to select the first/last line
7100     when moving by lines  [Paolo Borelli]
7101 * GtkTreeView
7102   - Make sorting of GtkListStore stable again [Søren Sandmann]
7103   - Change the behaviour of gtk_tree_sortable_get_sort_column_id() 
7104     slightly to be more useful [Matthias]
7105 * GtkUIManager
7106   - Make some functions virtual to make deriving 
7107     GtkUIManager easier [Michael Natterer]
7108 * GtkSettings
7109   - Handle changes to gtk-menu-images and gtk-button-images
7110     much more efficiently [Matthias]
7111 * GtkClipboard
7112   - Reduce timeout to 30 seconds [Billy Biggs]
7113 * Add pixbuf theme engine [Owen]
7114 * GDK 
7115   - Compile against X11R5 [Matthias]  
7116   - Add GdkPangoRenderer [Owen]
7117   - Support rotated text [Owen]
7118   - Add dead_hook and dead_horn keysyms [Samuel Thibault]
7119   - Determine direction of XKB groups from their content 
7120     [Behdad Esfahbod, Ilya Konstantinov]
7121 * Win32
7122   - Notice when drives are plugged in or removed [Hans]
7123   - Ms-windows theme improvements: no tearoff menu items,
7124     button order, toolbar and statusbar grips, combobox 
7125     arrows [Dom Lachowicz]
7126   - Fix im module loading [Tor Lillqvist]
7127 * Bug fixes [Vasco Alexandre da Silva Costa, Kazuki IWAMOTO,
7128   Erwann Chenede, Tim Janik, Gavin Romig-Koch, Jonathan,
7129   Manish Singh, Morten Welinder, Billy Biggs, Matthias, Owen,
7130   John Finlay, Christian Neumair, Sven Neumann, Felipe
7131   Heidrich, Martin Jeppensen, Kristian Høgsberg, Olivier 
7132   Andrieu, Jody Goldberg, Søren, Dan Winship, Federico,
7133   Alex Larsson, James Henstridge, James M. Cape, Frederic Crozat,
7134   Dennis Cranston, Marcel Telka, Robert Ögren]
7135 * Documentation improvements [Matthias, Jonathan, Owen, Masao Mutoh,
7136   Billy Biggs]
7137 * New and updated translations (bg,ca,cs,da,de,en_CA,en_GB,es,hu,ja,nb,nso,rw,sq,zh_CN)
7138
7139 Overview of Changes from GTK+ 2.5.4 to GTK+ 2.5.5
7140 =================================================
7141 * gdk-pixbuf
7142   - Make thread safe [Colin Walters]
7143 * GtkFileChooser
7144   - Make tooltips work better [Matthias Clasen]
7145   - Show files (grayed out) in folder modes [Nickolay V. Shmyrev]
7146   - Add predefined filter for image files [Anders Carlsson]
7147   - Support mime subclasses, aliases and superclasses 
7148     like text/* [Tommi Komulainen, David A. Knight, Matthias]
7149 * GtkFileChooserButton
7150   - Remove support for CREATE_FOLDER and SAVE modes 
7151     until a more satisfactory UI for these can be found [Seth Nickell,
7152     Matthias]
7153   - Make file DND work better [Christan Persch]
7154 * GtkAction
7155   - Add a function to obtain the accel path [Michael Natterer]
7156 * GtkUIManager
7157   - Major performance improvement [Dave Neary, Michael, 
7158     Sven Neumann, Soeren Sandmann, Matthias]
7159 * GtkIconView
7160   - Make scrolling work with large icon views [Matthias]
7161 * GtkWindow
7162   - As a last resort, allow to use mnemonics without 
7163     modifier [Pasupathi Duraisamy, Owen Taylor]
7164 * GtkProgressBar
7165   - Support ellipsizing the text [Morten Welinder, Matthias]
7166 * GtkStatusbar
7167   - Avoid resizing if the text of the label changes [He Qiangqiang,
7168     Owen, Christian]
7169   - Draw the resize grip better [Matthias, Christian]
7170   - Ellipsize the text [Matthias]
7171 * GtkClipboard
7172   - Add API for image transfer via copy-and-paste [Matthias]
7173 * DND
7174   - Fix DND to embedded windows (e.g. panel applets) [James Henstridge, 
7175     Matthias]
7176 * Stock icons
7177   - Add RTL variants of the media icons [Bastien Nocera]
7178 * Win32
7179   - Build fixes [Hans Breuer, Tor Lillqvist]
7180   - Implement resize grips [Robert Ögren]
7181   - Bug fixes [Robert, Tor, J. Ali Harlow]
7182 * Bug fixes [Paolo Borelli, Kjartan Maraas, Olivier Andrieu,
7183   Torsten Schoenfeld, Matthias, Philip Langdale, Christian,
7184   Frances Keenan, Owen, Murray Cumming, Christophe Fergeau,
7185   Tristan Van Berkom, Adam Hooper, James M. Cape, Carlos Garnacho
7186   Parro, Mariano Suárez-Alvarez, John Finlay, Jonathan Blandford]      
7187 * Documentation improvements [Masao Mutoh, Matthias, 
7188   Torsten Schoenfeld, Matthew H. Plough, Salvador Fandiño, 
7189   Owen, Vincent Untz, Jonathan, Bastien]
7190 * Updated translations (cs,da,en_CA,es,hu,ja,nl,sq)
7191
7192 Overview of Changes from GTK+ 2.5.3 to GTK+ 2.5.4
7193 =================================================
7194 * GtkFileChooser
7195  - Make path bar arrows larger [Matthias Clasen]
7196  - Make SELECT_FOLDER mode work [Matthias]
7197  - Speed up the completion popup, pop it up
7198    again after Tab [Matthias, Jens Bech Madsen]
7199  - Add some tooltips [Matthias]
7200  - Make path bar scroll [Matthias]
7201  - Improve preview updating [Tommi Komulainen]
7202  - Make the key / pop up the location dialog even
7203    on French keyboards, insert the /. [Frederic Crozat, Warren Togami]
7204 * GtkFileChooserButton
7205  - Show icons next to entry [James M. Cape]
7206  - Improve ellipsisation [James]
7207 * GtkMessageDialog
7208  - API additions to create HIG-conform dialogs [David Bordoley, Carlos
7209    Garnacho Parro]
7210 * Keyboard navigation
7211  - Put selectable labels in the regular tab focus 
7212   chain [David Hawthorne, Matthias]
7213  - Skip selectable labels when looking for the initial 
7214   focus widget in dialogs [Matthias]
7215 * Icon themes:
7216  - Use an mmap()ed cache for directory data. [Martijn Vernooij,
7217    Owen Taylor, Anders Carlsson]
7218 * Clipboard, DND: 
7219  - Add convenience API for image and file transfers. [Matthias]
7220  - Add API for clipboard persistence [Anders]
7221  - Don't loose clipboard contents if a text buffer is
7222    finalized [Anders]
7223 * Add a GtkMenuToolButton widget which displays a
7224  dropdown menu from a toolbar button.  [Paolo Borelli]
7225 * Make menus scroll faster [Soeren Sandmann]
7226 * Allow themes to displace focus rectangles in buttons
7227  on click [Soeren, Matthias]
7228 * Add a public setting for button ordering [Owen Taylor, Matthias]
7229 * GtkImage
7230  - Support named icons [James Henstridge]
7231 * GtkAboutDialog
7232  - Support named icons [James Henstridge]
7233 * Add a function to obtain the string representation of
7234  accelerators used in GtkAccelLabel [John Spray, Matthias]
7235 * Win32 bug fixes [Robert Ögren]
7236  - Fix command line option handling [Tor Lillqvist]
7237  - Make IME input method work better [Tor]
7238 * Other bug fixes [Joel Fredrikson, Darren Creutz,
7239  Manish Singh, Matthias, Tristan Van Berkom, Christian Persch,
7240  Padraig O'Briain, Owen, Jonathan Blandford, 
7241  Michèle Garoche, Milosz Derezynski, Christopher Blizzard,
7242  Paolo, John Austin, Maryn Russell, Ken Harris, Reinout van 
7243  Schouwen, Morten Welinder, Ross Burton, Bernd Demian, Gustavo 
7244  Carneiro, John Finlay, Tim Janik, Damon Chaplin,
7245  Peter Zelesny, Soeren, John Cupitt, Federico Mena Quintero,
7246  Manuel Baena García, William Jon McCann, Olexiy Avramchenko,
7247  Sebastien Bacher, Kazuki IWAMOTO, Dan Williams, Vincent Noel,
7248  Billy Biggs, Olivier Andrieu, Thomas Fitzsimmons]
7249 * Documentation improvements [John Finlay, Billy Biggs, Matthias,
7250  Martyn Russell, Dave Cook, Jonathan, Owen, Shaun McCance, Anders]
7251 * New and updated translations (az_IR,cs,en_CA,en_GB,es,nb,nl,no,pt_BR,
7252   sq,sr,sr@Latn,zh_TW)
7253
7254 Overview of Changes from GTK+ 2.5.2 to GTK+ 2.5.3
7255 =================================================
7256 * GtkFileChooser
7257  - Work better with older version of the gnome-vfs backend [Zack Cerza]
7258  - Keynav improvements [Jonathan Blandford]
7259  - Make position of pathbar down button stable [Jonathan]
7260  - Make autocompletion less annoying in save mode [Owen Taylor]
7261 * GtkFileChooserButton
7262  - Allow mnemonic activation [Dennis Cranston, James M. Cape]
7263 * GtkComboBox
7264  - Work without a model [Mariano Suarez-Alvarez
7265 * GtkTreeView
7266  - Allow sorting of tree models to be turned off [Torsten Schoenfeld]
7267 * GtkRange
7268  - Add a::change-value signal [Thomas Fitzsimmons]
7269 * GtkEntryCompletion
7270  - Improve positioning of popups [Matthias]
7271 * Make input methods respect editability [Noah Levitt]
7272 * Add an setting to specify modules to load [Alex Graveley]
7273 * Use GOption for command line argument parsing [Anders Carlsson]
7274 * Default theme
7275  - Improve drawing of expanders [Matthias Clasen]
7276 * Add a configure option to disable the use of ELF visibility 
7277   attributes for PLT reduction
7278 * Make selection handling robust against invalid UTF-8 [Owen]
7279 * gdk-pixbuf
7280  - Add a variant of gdk_pixbuf_new_from_file_at_size() which 
7281    optionally ignores aspect ratio [Dom Lachowicz]
7282  - Fix saving of pixbufs with alpha-channel as jpeg [Emmanuel Pacaud]
7283  - Security fixes [Chris Evans]
7284 * Win32
7285  - Improve tablet handling [Robert Ögren]
7286  - Make tablets work on multi-monitor systems [Robert]
7287  - Handle screen resolution changes [Arjohn Kampman, Tor Lillqvist]
7288  - Add IME input method [Takuro Ashie, Kazuki IWAMOTO]
7289  - Add ms-windows (Wimp) theme engine [Raymond Penners, Dom Lachowicz,
7290    Havoc Pennington]
7291  - Fix loading of input modules on Win32 [Kazuki IWAMOTO]
7292  - Build fixes [Tor Lillqvist, Robert]
7293 * Other bug fixes [Hans Petter Jonsson, Tim Janik, Manish Singh,
7294  Soeren Sandmann, Bill Haneman, Padraig O'Briain, Olexi Avramchenko,
7295  Jonathan, Frederic Croszat, Matthias, Christian Persch, Felipe Heidrich,
7296  Lorenzo Gil Sanchez, Richard Hoelscher, Owen, Olivier Andrieu,
7297  Morten Welinder, Jean Bréfort, Alexander Larsson]
7298 * Documentation improvements [Matthias, Jonathan]
7299 * New and updated translations (ang,ar,en_CA,es,ne,pt_BR,ro,ru,uk)
7300
7301 Overview of Changes from GTK+ 2.5.1 to GTK+ 2.5.2
7302 =================================================
7303 * GtkFileChooserButton
7304  - New widget to go along with GtkFontButton and GtkColorButton
7305    for use in preference dialogs.  [James M. Cape]
7306 * GtkFileChooser
7307  - Add getter and setter for the ::show-hidden property [Jeff Franks]
7308  - Allow paths to be entered as part of the file name. [Federico Mena Quintero]
7309  - Make separator in bookmarks pane unselectable [Matthias Clasen]
7310  - Improve activation on focus [Federico]
7311  - Avoid warnings when opened on non-default screens [Abel Daniel]
7312  - Fix some memory leaks [Federico]
7313 * GtkEntryCompletion
7314  - Warn if text column has wrong type [Fernando San Martin Woerner,
7315    Gustavo Carneiro]
7316 * GtkTextView
7317  - Obey the Pango backspace_deletes_character 
7318    attribute [Noah Levitt, Teppitak Karoonboonyanan]
7319 * GtkTreeView
7320  - Add hover-expand mode [Matthias]
7321  - Fix fixed height mode [Michael Vogt, Tim-Philipp Müller, Pawel Salek]
7322  - Reimplement GtkListStore on top of a splay tree [Soeren Sandmann]
7323 * GtkEntry
7324  - Track the selection more accurately when dragging and
7325    selecting [Soeren]
7326 * GtkComboBox
7327  - Support trees in combo boxes [Matt Walton, Matthias]
7328  - Optimize non-spanning gridded layouts [Lorenzo Gil Sanchez, Matthias]
7329  - Handle sensitivity changes properly [Matthias]
7330  - Add a ::focus-on-click property [Matthias]
7331 * GtkIconView
7332  - Fix BROWSE selection mode [Matthias]
7333  - Make accessible [Padraig O'Briain]
7334 * GtkAboutDialog 
7335  - Change the API to be more binding-friendly [Oliver Andrieu]
7336 * GtkUIManager
7337  - Accept paths with leading '/' everywhere. [David Malcolm]
7338  - Make GtkActionEntry* arguments const [Mariano Suarez-Alvarez]
7339  - Add a way to suppress overflow menu items [Christian Persch]
7340 * GtkPlug/GtkSocket
7341  - Use the sync counter mechanism to speed up resizes  [Soeren]
7342 * GDK
7343  - Support XDND v5 [Owen Taylor, Matthias]
7344  - Complete the _NEW_WM_USER_TIME implementation [Elijah Newren]
7345  - Update the _NET_ACTIVE_WINDOW implementation [Elijah]
7346 * gdk-pixbuf
7347  - Avoid infinite loops for bad BMPs [Chris Evans, Manish Singh]
7348  - Fix a problem with GDK_INTERP_NEAREST scaling which caused
7349    Nautilus thumbnails to be misdrawn [Christoph Fergeau]
7350  - Avoid segfaults in gdk-pixbuf-csource [Matthias]
7351  - Fix progressive loading of 8bit pcx files [Magnus Bergman]
7352  - Handle edge pixels consistently [Brian Cameron, Matthias]
7353  - Handle OS/2 BMPs [Jon-Kare Hellan]
7354 * Performance 
7355  - Get rid of many PLT entries for internally used exported symbols,
7356    and clean up the ABI at the same time and make make check check the
7357    list of exported symbols.  [Arjan van de Ven, Matthias]
7358 * Look up icon themes in the directories specified in the
7359   icon theme spec  [Matthias]
7360 * Win32 bug fixes [Robert Ögren, Hans Breuer, Tor Lillqvist, Tim Evans]
7361 * Other bug fixes [Matthias, Soeren, Pawel, David, Tor, Gustavo,
7362   Olivier, Manish, Robert, Christian Biere, Markku Vire, Markus Lausser, 
7363   Thomas Leonard, Morten Welinder, Torsten Schoenfeld, Tim Janik, 
7364   Tomislav Jonjic, Tommi Komulainen, Philip Langdale, Rich Wareham,
7365   Christian Persch, Vincent Noel, Christophe Fergeau]
7366 * Documentation improvements [Matthias, Mariano, Axel Simon, 
7367   Jonathan Blandford]
7368 * New and updated translations (ang,br,bs,eu,lt,wa,zh_CN)
7369
7370 Overview of Changes from GTK+ 2.5.0 to GTK+ 2.5.1
7371 =================================================
7372 * GtkTreeView
7373  - Support ellipsisation in GtkCellRendererText [Vincent Untz, 
7374   Jonathan Blandford, Anders Carlsson]
7375  - Add a GtkCellRenderer::editing-started signal [Matthias Clasen]
7376  - Typeahead support [Jonathan]
7377  - Align the entry in GtkCellRendererText [Matthias]
7378  - Make DND work again [Ernst Persson, Matthias]
7379  - Improve appearance of search popup [Matthias]
7380 * GtkFileChooser
7381  - Activate the last focused widget [Federico Mena Quintero]
7382  - Add an "Add to shortcuts" item to the context menu [Federico]
7383 * GtkCombobox
7384  - Support scrolling in list mode [Matthias]
7385  - Add necessary API to make GtkComboBox accessible [Padraig O'Briain]
7386  - Change the API for separators to use a callback function 
7387    instead of a boolean model column [Matthias]
7388 * GtkNotebook
7389  - Ignore scroll events from page content [Gabriel de Perthuis]
7390 * GtkAboutDialog
7391  - Visual improvements [Anders]
7392 * GtkIconView
7393  - Use XRender to draw selection rectangle [Anders]
7394 * GtkLabel
7395  - Support ellipsisation [Tim Van Wassenhove, James M. Cape]
7396 * Expose the menubar accel key as an XSetting [Scott James Remnant]
7397 * Add example code for clipboard handling to gtk-demo [Anders]
7398 * Bug fixes [Peter Zelesny, Guilherme Salgado, John Finlay, 
7399  Tommi Komulainen, Matthias, Crispin Flowerday, Padraig,
7400  Morten Welinder, Olivier Sessink, Dafydd Harries, Soeren Sandmann,
7401  Michael Natterer, Nicolas Deves, Matthew Garrett, Lorenzo Gil Sanchez]
7402 * Documentation improvements [Federico, Matthias]
7403 * Updated translations (gu,hi,pt_BR,ru,sv,uz)
7404
7405 Overview of Changes from GTK+ 2.4.1 to GTK+ 2.5.0
7406 =================================================
7407 * New widgets: 
7408  - GtkIconView [Anders Carlsson]
7409  - GtkAboutDialog [Matthias Clasen]
7410  - GtkCellView [Matthias]
7411 * GtkFileChooser
7412  - change to newly-created folders [Federico Mena Quintero]
7413  - always show icons [Federico]
7414  - bug fixes [Federico, Christian Neumair, Alex Roitman]
7415 * GtkComboBox, GtkComboBoxEntry
7416  - add missing getters and some more convenience API [Matthias, 
7417   Christian Neumeir, Oliver Andrieu]
7418  - improve placement and sizing of popups [Matthias]
7419  - support insensitive items [Matthias]
7420  - support separators [Matthias]
7421  - handle empty or unset models better [Mariano Suarez-Alvarez]
7422  - bug fixes [Matthias, Jonathan Blandford, Oliver Andrieu, Paul 
7423    Pongonyshev, Christian Persch]
7424 * GtkEntryCompletion
7425  - ignore enter events when the window pops up under the 
7426    pointer [Anders]
7427  - bug fixes [Matthias]
7428  - support inline autocompletion [Matthias]
7429 * GtkUIManager
7430  - fix signal registration [Michael Natterer]
7431  - make generated XML parsable [Sven Neumann]
7432  - fix get_widget to return menus [Matthias]
7433 * GtkTreeView
7434  - hover-selection mode [Matthias]
7435  - support insensitive cells [Matthias]
7436  - support separators [Matthias]
7437  - make entry context menu work in editable text cells [Owen Taylor, 
7438   Kristian Rietveld]
7439  - make DND work with treeviews in modal dialogs [Federico]
7440  - make empty treeviews focusable [Federico]
7441  - new GtkCellRendererProgress [Matthias, Tommi Komulainen, 
7442   Christian Persch]
7443  - new GtkCellRendererCombo [Matthias]
7444  - bug fixes [Matthias, Federico]
7445 * GtkNotebook
7446  - allow to change tabs with the mouse wheel [Gabriel de Perthuis]
7447 * GtkWindow
7448  - support named themed window icons [Matthias, Calum Benson]
7449 * New stock icons: file, directory, about, edit, connect, disconnect,
7450   and media player icons for forward, next, pause, play, previous,
7451   record, rewind and stop
7452 * GDK
7453  - support do-not-focus-on-map hint [Elijah Newren]
7454  - fix RGBA cursors [Michael Natterer]
7455 * gdk-pixbuf
7456  - reorganize headers [Matthias, Jeff Franks, Havoc Pennington]
7457  - flag to mark loaded images as scalable [Dom Lachowicz]
7458  - license information for loaders [Matthias]
7459  - simple multiple-of-90° rotation support [Matthias]
7460  - allow to disable loaders [Matthias]
7461  - bug fixes [Kouichirou Hiratsuka, Sven, Brian Cameron,
7462   Manish Singh, Morten Welinder]
7463 * X11 selections 
7464  - make incremental transfer of MULTIPLE work [Matthias]
7465  - don't do incremental transfer in 4k chunks [Matthias]
7466  - add selection ownership change notification [Matthias]
7467  - support text/plain targets [Matthias]
7468 * Win32 
7469  - bug fixes [Hans Breuer, John Ehresman, Tor Lillqvist, 
7470   Robert Ögren, Benoît Carpentier, J. Ali Harlow, Laurent Sansonetti]
7471 * Performance improvements
7472  - predict exposes for override-redirect windows [Søren Sandmann]
7473  - unset the background when mapping or unmapping windows [Søren]
7474  - support the update counter spec for smoother resizing [Søren]
7475 * Misc bug fixes [Matthias, Owen, Søren, Anders, Padraig O'Briain, 
7476   Crispin Flowerday, Michal Pasternak, Scott Tsai, Morten,
7477   Michael Natterer, Dmd Ljungmark, Sven, Billy Biggs, 
7478   Mark McLoughlin, Sam Stephenson, John Finlay, David Hawthorne, 
7479   Kent Sandvik, Davyd Madeley, Alexander Winston, Jean-François Wauthy, 
7480   Jeff Franks, Philip Kendall, Baris Cicek Yevgen Muntyan, 
7481   Bastien Nocera, Tim Janik, John Ehresman, Theppitak Karoonboonyanan, 
7482   Nickolay V. Shmyrev, William Jon McCann, Paolo Maggi, Lorenzo Gil 
7483   Sanchez, Jan-Marek Glogowski, Pawel Salek, Felipe Heidrich, Dmitry 
7484   M. Shatrov, Alex Larsson, Michael Hallendal, Scott Bronson, Kjartan 
7485   Maraas, Damien Carbery, Elke Meier]
7486 * Doc improvements [Matthias, Federico, Owen, Steve Chaplin, Tommi 
7487   Komulainen, Bastien Nocera, Billy Biggs, Sampo Nurmentaus, Steffen 
7488   Röcker, Doug Quale, Oliver Andrieu]
7489 * Updated translations (bg,lt,ne,tk,wa,en_GB)
7490
7491
7492 Overview of Changes from GTK+ 2.4.0 to GTK+ 2.4.1
7493 =================================================
7494 * GtkFileChooser
7495  - bug fixes [Morten Welinder, Federico Mena Quintero]
7496  - pre-fill the location entry [Federico]
7497  - internal api changes to allow setting a busy cursor
7498    while loading [Federico]
7499  - improve pathbar button sizing [Owen Taylor]
7500  - add keybindings for removing bookmarks [Federico]
7501 * GtkComboBox, GtkEntryCompletion
7502  - fix repositioning logic [Niklas Knutsson]
7503  - make keynav wrap around [Matthias]
7504  - improve theme compliance [Matthias, Brian Cameron]
7505 * GtkUIManager
7506  - accept unnamed <separator>s [Anders Carlsson]
7507  - robustify against gtk_widget_show_all() [Murray Cumming]
7508  - warn if an accelerator cannot be parsed  [Jody Goldberg]
7509 * Win32
7510  - fix DND positioning [Hans Breuer]
7511  - update gtkfilesystemwin32 [Tor Lillqvist, J. Ali Harlow]
7512  - make filechooser work on Windows [Tor]
7513  - draw arcs more correctly [Tor]
7514  - disable tables support by support, add --use-wintab to
7515    get it back  [Tor]
7516 * Make color wheel accessible [Padraig O'Briain]
7517 * Support _NET_WM_USER_TIME [Elijah Newren, Soeren Sandmann]
7518 * Doc improvements [Federico, Matthias, Christian Persch]
7519   Olexiy Avramchenko, Tim-Philipp Müller]
7520 * Misc bug fixes [Alex Converse, Owen, Jacques Garrigue,
7521   Jonathan Blandford, Anders Carlsson, Christian, Hans,
7522   Matthias, Morten, Philip Langdale, Brian, Pedro Rodriguez,
7523   Soeren, Torsten Schoenfield, Dongho Shin, Andrew E. Makeev,
7524   Todd Goyen, Tim Gerla, John Finlay, Theppitak Karoonboonyanan,
7525   John Ehresman, Chris Sherlock, Jody]
7526 * Updated translations (af,ar,az,bn,br,ca,cs,cy,da,de,el,en_CA,
7527   en_GB,es,et,eu,fi,fr,ga,gu,he,hr,hu,id,is,it,ja,ko,lt,mi,ml,
7528   mn,mr,ms,ne,nl,nn,no,pa,pl,pt,pt_BR,sk,ru,sq,sr,sr@ije,sr@Latn,
7529   sv,tr,uk,uz,wa,zh_CN)
7530
7531 Overview of Changes from GTK+ 2.3.6 to GTK+ 2.4.0
7532 =================================================
7533 * GtkFileChooser
7534  - Handle icon theme changes [Federico, Jonathan]
7535  - Add reordering bookmarks via DND [Federico]
7536  - Cache filesystem data inside GtkFileSystemUnix backend [Morten Welinder]
7537  - Implement local-only mode so that apps don't get remote paths
7538    they don't expect [Owen Taylor]
7539  - Add Alt-Down keybinding [Mark McLoughlin, Owen]
7540  - Major rewrite of location dialog completion code [Jonathan]
7541  - Bug fixes [Federico, Jonathan, Morten, Mark, Owen, Anders Carlsson, 
7542    Soeren Sandmann, Olivier Andrieu]
7543 * GtkComboBox [Matthias Clasen]
7544  - Handle the case of no-active-row properly
7545  - Improve positioning of popup
7546  - Miscellaneous bug fixes
7547 * Win32 [Tor]
7548  - Handle different install locations for gdk-pixbuf loaders
7549  - Bug fixes [John Ehresman, Bruce Hochstetler, Dave Neary]
7550 * Improve handling of foreign GdkWindows on destruction [Soeren, Owen]
7551 * Require Control-Tab to focus labels [Owen]
7552 * RTL flipping for GtkArrow [Semion Chichelnitsky]
7553 * Support justifcation with wrapping off in GtkTextView [Owen, Felipe Heidrich]
7554 * Change layout algorithm for mixed gridded/non-gridded menus
7555   to fix performance problems [Soeren, Owen, Christian Persch]
7556 * Doc improvements [Matthias, Owen]
7557 * Misc bug fixes
7558 * Updated translations (ar,az,ca,cs,da,de,es,fr,ga,hr,it,ja,lt,no,nl,pt,ro,
7559   ru,sq,uk,zh_CN)
7560
7561 Other contributors: Dave Bordoley, Hans Breuer, David L. Cooper II, 
7562   Dennis Cranston, Dov Grobgeld, Niklas Knuttson, Kjartan Maraas, 
7563   Michael Natterer, Nils O. Selåsdal, Philip K Warren, Dan Winship
7564
7565 Overview of Changes from GTK+ 2.3.5 to GTK+ 2.3.6
7566 =================================================
7567 * GtkComboBox
7568  - Make menu positioning more like GtkOptionMenu [Matthias Clasen]
7569  - Improve keybindings [Matthias]
7570  - Bug fixes [Matthias, Owen, Damon Chaplin]
7571 * GtkFileChooser
7572  - Keep child directories in pathbar when changing to a parent
7573  - Reroot pathbar inside home directory, use icons [Jonathan]
7574  - Make the user actually select a file before hitting OK [Federico]
7575  - Fix folder mode to not have tree [Jonathan]
7576  - Add gboolean return values to operations that can fail [Federico]
7577  - Improve internal error handling [Morten Welinder, Federico]
7578  - Bug fixes [Federico, Jonathan, Morten, Anders Carlsson, Damon,
7579    Alex Larsson]
7580 * GtkTextView bug fixes [Paolo Borelli]
7581 * Win32 
7582  - Implement/stub missing GDK functions [Tor]
7583  - .defs file updates [Tor, J Ali Harlow]
7584  - Misc fixes [Hans Breuer]
7585 * Fix problem with excess symbol exports on Linux [James Henstridge]
7586 * Fix problem with 32-bit BMPs [Matthias]
7587 * Include config.h first everywhere [Morten]
7588 * Fix performance problem destroying menus [Soeren, Marco Pesenti Gritti]
7589 * Doc fixes and improvements [Matthias, Murray Cumming, Henning Nielsen Lund, 
7590   Vitaly Tishkov]
7591 * Updated translations (az,cs,cy,da,de,el,en_CA,es,fi,fr,ga,hu,ja,ko,lt,mn,
7592   nl,no,pl,pt,sq,sr,sr@ije,sr@Latn,sv,th,zh_CN)
7593 * Misc bug fixes
7594
7595 Other contributors: Crispin Flowerday, Mark McLoughlin, Michael Meeks, 
7596   Michael Natterer,Christian Neumair, Padraig O'Briain, Geoff Reedy, 
7597   Olivier Ripoll
7598
7599 Overview of Changes from GTK+ 2.3.4 to GTK+ 2.3.5
7600 =================================================
7601 * GtkFileChooser [Federico Mena Quintero]:
7602  - Enable DND in the shortcuts list [Federico]
7603  - More folder modes [Jonathan R Blandford]
7604  - Resizing toplevel as contents change [Jonathan] 
7605  - Make the backend settable via GtkSetting [Alex Larsson, Owen Taylor]
7606  - Miscellaneous fixes.  [Jonathan, Morten Welinder, Alexander Larsson]
7607  - Add combo box to pick folder in Save mode. [Jonathan, Federico]
7608 * GtkComboBox
7609  - Memory leak/crash fixes [Damon Chaplin, Matthias Clasen]
7610  - Always grab when popping the list up [Damon, Matthias]
7611  - Fixes for dynamic changes to the model [Owen]
7612  - Improve popup positioning [Matthias]
7613 * Implement computation of bidi-base direction from text
7614   in GtkEntry, GtkTextView, GtkLabel [Dov Grobgeld, Owen Taylor]
7615 * Add gtk_entry_set_alignment() [Egon Andersen, Steffen Gutmann,
7616   Owen]
7617 * Fix wrong interpretation of new_order array for
7618   gtk_tree/list_store_reorder() [Owen]
7619 * Improve space allocation in menubars [Soeren Sandmann]
7620 * Improve key bindings in GtkEntryCompletion [Matthias]
7621 * Hide XCursor dependency [Soeren]
7622 * Make mouse wheel scrolling usable [Soeren]
7623 * Use resize cursors for resize grips [Soeren]
7624 * Set the right window group for menu and combo popups [Frederic Crozat,
7625   Jean-Philippe Chancelier, Soeren]
7626 * Add a way to list the mnemonic labels of a widget [Owen]
7627 * Add a group-changed signal to GtkRadioButton [Owen, Padraig O'Briain]
7628 * Export insertion cursor drawing functionality [Alexander Larsson, Owen]
7629 * Support squiggly red underlines in text views [Nicolas Setton, Owen]
7630 * Export GtkWindow key-press-event internals to allow 
7631   custom implementations [Tim Janik]
7632 * Add gtk_drag_source_set/get_target_list() [Mitch Natterer]
7633 * Fix drag-and-drop in GtkTextView to move [Paolo Borelli, Paolo Maggi]
7634 * Memory leak fixes [Owen]
7635 * Win32 fixes [Hans Breuer]
7636 * Misc. fixes [George Bronnikov, Simon Budig, J. Ali Harlow, David Hawthorne, Tim,
7637   Tomasz Lloczko, Mitch, Manish Singh, Owen]
7638 * Documentation improvements [Matthias, Federico, Torsten Schoenfeld]
7639 * Updated translations (ar,cs,da,de,en_CA,es,et,fi,fr,it,ja,ko,nl,pt,ru,sr,sr@ije,
7640   sr@Latn,sq,sv,th,zh_CN)
7641
7642 Overview of Changes from GTK+ 2.3.3 to GTK+ 2.3.4
7643 =================================================
7644 * Fix broken gtk_binary_age setting causing wrong soname [Owen Taylor]
7645 * Add some extra GtkExpander docs [Federico Mena Quintero]
7646 * Misc bug fixes [Matthias Clasen, Damon Chaplin, Owen, Uwe Zeisberger]
7647 * Updated translation (ga)
7648
7649 Overview of Changes from GTK+ 2.3.2 to GTK+ 2.3.3
7650 =================================================
7651 * GtkFileChooser [Federico Mena Quintero]:
7652  - Support bookmarks in GtkFileSystemUnix. [Jan Arne Petersen]
7653  - Correctly handle typed-in filenames in save mode, folder mode, and
7654    multiple-selection mode in all combinations.
7655  - Don't erase the filename in the entry when changing folders.
7656  - Support icons in GtkFileSystemUnix.
7657  - GtkFileChooserDialog now comes up at a reasonable size.
7658  - GtkFileSystemUnix now notifies correctly on ::create_folder().
7659  - Slight GUI reorganization.
7660  - File system module support. [Alexander Larsson]
7661  - Pathbar widget. [Jonathan R. Blandford]
7662  - Miscellaneous fixes. [Christian Persch, Jan Arne Petersen, Anders Carlsson,
7663    Padraig O'Briain, Alexander, Jonathan]
7664  - Win32 fixes, GtkFileSystemWin32 work. [Hans Breuer]
7665  - Memory leak fixes [Morten Welinder]
7666 * GtkTreeView:
7667  - Fix return values. [Federico, R. McFarland]
7668  - Properly cancel the arrow animation. [Michael Zucchi]
7669  - Allow custom icon sizes in pixbuf cell renderer. [Erik Grinaker]
7670  - Don't darken the sort column unless there are three visible columns
7671    [Jonathan]
7672 * GtkToolbar:
7673  - Improve the sliding implementation. [Soeren Sandmann]
7674  - Add writeonly ::group property to GtkRadioToolButton. [Soeren, 
7675    Olivier Andrieu]
7676  - Misc fixes. [Morten, Jeroen Zwartepoorte, Michel Meeks, Soeren]
7677 * Menus:
7678  - Make menus work better on Xinerama [Matthias]
7679  - Fix keynav in RTL mode. [Matthias]
7680  - Fix grid mode, removing of items. [Matthias, Vincent Noel]
7681  - Make tearoff menu items work anywhere in menus. [Matthias]
7682  - Improve popup/popdown behaviour. [Soeren]
7683 * gdk-pixbuf:
7684  - Fix some problems with indexed BMPs [Kazuho Okui, Matthias]
7685  - Work around some libjpeg header file craziness [Manish Singh]
7686 * Assume gravity works. [Soeren]
7687 * Cache GCs for drawing. [Brian Cameron, Soeren]
7688 * Handle focus adjustment correctly for deeply nested focus locations. 
7689   [Matthias, Owen Taylor]
7690 * Use reference counting for shared data in GtkActionGroup. 
7691   [Matthias, Adam Hooper]
7692 * Add a "use-separator" style property to GtkMessageDialog, and make
7693   it not resizable. [Federico]
7694 * Add 'const' to uses of GdkColor that need it. [Federico]
7695 * Put focusable labels in the focus chain. [Federico]
7696 * Make destroying widgets in focus-out-event work. [Owen, Grant Gayed]
7697 * Add properties to GtkAdjustment [Murray Cumming]
7698 * Add change notification to GtkAccelMap [Matthias, Owen]
7699 * Add settings to suppress icons in buttons and menus. [Matthias]
7700 * Add Xft settings for hinting and antialiasing. [Federico, Owen]
7701 * Make size of indicator in menu items themeable. [Bill Hanemann, 
7702   Narayana Pattipati, Matthias]
7703 * Fixes to GtkIconTheme [Torsten Schoenfeld]
7704 * Improve drawing of GtkExpander. [Mark McLoughlin]
7705 * Improve drawing of paned handles. [Soeren]
7706 * Remove broken hangul input module. [Changwoo Ryu]
7707 * Remove C++-style comments. [Damien Carbery]
7708 * Memory leak fixes. [Christian Persch, Richard Hult, Morten, Matthias]
7709 * RTL mode (flipping) fixes. [Mitsuru Chinen, Semion Chichelnitsky]
7710 * Accessibility improvements for tooltips, GtkScale. [Padraig]
7711 * Make the ZOOM_100 and ZOOM_FIT labels HIG-compliant. [Mariano Suarez-Alvarez]
7712 * Win32 fixes. [Tor Lillqvist]
7713 * Documentation:
7714  - New section on how to check for modifier keys correctly. [Federico]
7715  - Miscellaneous improvements.  [Pascal Haakmat, Jan Huelsbergen,
7716    Tim-Philipp Müller, Matthias]
7717 * New and updated translations (ar,az,cs,da,de,en_CA,el,es,fi,fr,ga,hr,it,ja,
7718   ko,mi,mn,ms,nl,nn,no,pl,pt,ru,sq,sr,sr@Latn,sv,ta,th,uz,uz@Latn)
7719 * Other contributors: Christian Biere, Christopher Blizzard, Paolo Borelli, 
7720   Dan Damian, Rodney Dawes, John Ellis, David Hawthorne, Marco Pesenti Gritti,
7721   Felipe Heidrich, Jonas Jonsson, Theppitak Karoonboonyanan, Tommi Komulainen,
7722   Julio M. Merino Vidal, Gregory Merchan, Benjamin Otte, Joshua N. Pritikin,
7723   Yu Shao, Yao Zhang
7724
7725 Overview of Changes from GTK+ 2.3.1 to GTK+ 2.3.2
7726 =================================================
7727 * GdkPixbuf
7728  - Add functions to save pixbufs to non-file locations.  [Tim Evans]
7729  - Add a function to determine the type and size of a file without
7730    loading it completely.  [Matthias Clasen]
7731  - Turn pixbuf attributes into construct-only properties. [Matthias]
7732  - Fix building gdk-pixbuf with --disable-modules --with-included-loaders.
7733    [Matthias, Owen Taylor]
7734 * Fix the logic for changing the toplevelness of a window.  [Soeren Sandmann]
7735 * Do not interpret distant clicks as double clicks, using a
7736   new double-click-distance setting.  [Matthias]
7737 * Improve the GDK API for dealing with group leaders. [Matthias]
7738 * Utility function for application launching in multi-screen scenarios.
7739   [Mark McLoughlin]
7740 * Support big and small and alpha-blended icons under Win32. [Tim Evans]
7741 * Misc Win32 improvements [Tor Lillqvist, Hans]
7742 * GtkFileChooser [Federico]
7743  - Fix new filename entry in Save mode [Jan Arne Petersen]
7744  - Improved the look of GtkFileChooserDefault. [Tuomas Kuosmanen]
7745  - Added support for file system volumes such as CD-ROMs, 
7746    floppies, and network shares.
7747  - Add a "New Folder" button for Save mode in GtkFileChooser.
7748  - Better support for Folder mode.
7749 * GtkTreeView
7750  - Speed up by adding a fixed height mode.  [Kristian Rietveld]
7751  - Add a single-paragraph mode and a language property to 
7752    GtkCellRendererText [Kristian Rietveld]
7753  - Add a editing-canceled signal to GtkCellRenderer [Federico Mena Quintero]
7754  - Misc GtkTreeView bug fixes [Kristian, Soeren, Jonathan Blandford]
7755 * Add a way to list the supported targets of a clipboard. [Dom Lachowicz]
7756 * Add stock icons: harddisk, indent, unindent.  [Hans Breuer, Jody Goldberg]
7757 * Improve the GtkCalendar drawing code.  [Matthias]
7758 * GtkCalendar supports starting the week on any day [Matthias]
7759 * Make GtkToolbar compatible with 2.2 again [Soeren]
7760 * Misc GtkToolbar fixes and API improvements [Christian Persch, 
7761   Olexiy Avramchenko, Jody, Soeren]
7762 * Misc GtkUIManager fixes and API improvements.  [Jody, Matthias, Jeff Franks]
7763 * Add a way to lock individual accelerator paths  [Matthias]
7764 * Add gtk_menu_shell_cancel() to emit the "cancel" signal on 
7765   a menu shell.  [Matthias]
7766 * Fix dynamic menus. [Matthias, Michael Meeks]
7767 * Add xalign, yalign properties to GtkButton. [Jody]
7768 * Implement or improve RTL support in GtkComboBox, GtkCellView, 
7769   GtkViewport [Semion Chichelnitsky, Matthias, Kristian]
7770 * Support for "no focus" windows. [Matthias]
7771 * Documentation improvements [Matthias, Federico, Manish, Murray Cumming, 
7772   Theppitak Karoonboonyanan]
7773 * FAQ updates [Tony Gale]
7774 * Split the translations into two domains: ui strings and
7775   error messages go to gtk20, property nicks and blurbs to 
7776   gtk20-properties. [Matthias]
7777 * New and updated translations (af,ar,bn,br,cs,cy,da,de,es,et,fa,fr,ga,hr,
7778   it,ja,ko,lt,mn,ms,nl,nn,no,pl,pt,pt_BR,ru,sr,sr@Latn,sv,sq,wa)
7779 Other contributors: Olivier Andrieu, Herman Bloggs, Anders Carlsson,
7780   Marco Pesenti Gritti, Bill Haneman, Alexander Larsson, Noah Levitt, 
7781   Kjartan Maraas, Evan Martin, Tim-Philipp Müller, Christian Neumair, 
7782   Joshua N Pritikin, Sebastian Rittau, Daniel Rogers, Manish Singh, 
7783   Torsten Schoenfeld, Alexander Winston, Johannes Weißl,  Morten Welinder, 
7784   Adam Wright
7785
7786 Overview of Changes in GTK+-2.3.1
7787 =================================
7788 * Improve sanity checks on gdk-pixbuf loaders [Matthias Clasen]
7789 * GDK
7790  - Add GDK_DEBUG=xinerama that fakes a 2x2 Xinerama mode [Matthias]
7791  - Make gdk_drawable_copy_to_image public [Matthias, Peter Zelezny]
7792 * Misc Win32 bug fixes [Tor Lillqvist, John Ehresman, Tim Evans]
7793 * Action-based menu/toolbar API [Matthias]
7794  - Add "name" construct-only parameter to GtkActionGroup
7795  - Bug fixes [Marco Pesenti Gritti, Christian Persch]
7796 * Change ranges for Saturation/Value to be 0-100 in GtkColorSelection
7797   [Gregory Merchan, Matthias]
7798 * GtkComboBox [Kristian Rietveld]
7799  - Make model and text_column properties not construct-only [Murray Cumming]
7800  - Fix sizing
7801  - Add mouse wheel support [Matthias]
7802 * Various GtkEntryCompletion bug fixes [Kristian, Piers Cornwell, Marco]
7803 * GtkExpander
7804  - Add a "use_markup" property, gtk_expander_set/get_use_markup
7805  - Fix bugs when unrealizing/destroying [Mark McLoughlin]
7806 * GtkFileChooser [Federico Mena Quintero]
7807  - Add a GtkFileSystemWin32 [Hans]
7808  - Use GtkEntryCompletion in GtkFileChooserEntry 
7809  - Add a render_icon to GtkFileSystemIface to allow the 
7810    GnomeVFS backend to supply appropriate icons
7811  - Improve selection handling in bookmarks list [Federico, Owen Taylor]
7812  - Support drops on the bookmarks list
7813  - Display error dialogs on failed operations
7814  - Many UI tweaks [Federico, Iain Holmes,Hans-Petter Jansson]
7815  - Ignore filters for folders [Dave Malcom]
7816  - Misc file chooser bug fixes [Owen, Christian Persch, Taavi Talvik]
7817 * Menus
7818  - Make torn-off menus transient-for the window they were torn from
7819    [Matthias, Jon-Kare Hellan]
7820  - Fix menu positioning for Xinerama, add gtk_menu_set_monitor()
7821    for use by position functions [Matthias]
7822  - Tweak menu delay parameters, add a default width [Soeren Sandmann]
7823 * Make g_message_dialog_new_with_markup() automatically escape
7824   arguments, add g_message_dialog_set_markup() [Owen]
7825 * Add read-only min-position/max-position properties to GtkPaned
7826 * GtkToolbar [Soeren]
7827  - Support gaps in the toolbar with expand=true/draw=false separators
7828  - Improve drop-location preview handling
7829  - Take a GtkRadioToolButton as the parameter to
7830    gtk_radio_tool_button_new_from_widget [Murray Cumming]
7831  - Many misc toolbar bug fixes [Soeren, Marco]
7832 * GtkTreeView bug fixes [Morten Welinder, David Hampton]
7833 * Add gtk_window_is_active()/gtk_has_toplevel_focus() getters
7834   to go along with properties [Owen Taylor]
7835 * Add gtk_widget_can_activate_accel() / ::can-activate-accel
7836   signal to fix handling of accelerators on insensitive parent
7837   menu-items. [Tim Janik]. (*Note*: the details here will probably
7838   change, since similar problems for mnemonics aren't handled.)
7839 * Implement or improve RTL support in GtkAlignment, GtkCombo, 
7840   GtkNotebook, GtkScrolledWindow, GtkTreeView, GtkViewport.
7841   [IBM L3 NLS Support Team]
7842 * Fix string setters for self-assignment [Matthias, Soeren]
7843 * Finish multi-head handling in gtk-demo [Matthias]
7844 * Fix install rules for generating gdk-pixbuf.loaders [Manish Singh]
7845 * Reference doc improvements [Matthias, Soeren,
7846   Federico Mena Quintero, Michael Natterer, Owen Taylor, Olexiy Avramchenko]
7847 * FAQ updates [Tony Gale]
7848 * New and updated translations (ca,cs,cy,de,el,es,ja,mn,nl,nn,no,pl,pt,sr,
7849   sr@Latn,sv,th)
7850
7851 Other contributors: Jorn Baayen,Damon Chaplin, Jeff Franks, Diego Gonzalez,
7852   Richard Hult, Egmont Koblinger, Thomas Leonard, Ross McFarland, 
7853   Padraig O'Briain, Tomas Ögren, Danilo Segan
7854
7855 Overview of Changes from GTK+-2.2.x to GTK+-2.3.0
7856 =================================================
7857
7858 * New Widgets
7859  - GtkFileChooser: a replacement for GtkFileSelection with 
7860    replaceable backends, many new API features, better user
7861    interface (UI is still a work in progress) [Owen Taylor, 
7862    Federico Mena Quintero]
7863  - New combo box widgets: GtkComboBox, GtkComboBoxEntry [Kristian Rietveld]
7864  - New "disclosure triangle" widget: GtkExpander [Mark McLoughlin]
7865  - "Picker button" widgets based on code from libgnomeui: 
7866    GtkFontButton, GtkColorButton [Matthias Clasen]
7867
7868 * Widget improvements:
7869  - Autocompletion for entries: GtkEntryCompletion [Kristian]
7870  - Add separate padding for all 4 sides of GtkAlignment [Murray Cumming]
7871  - Add input-only event boxes for trapping events [Alex Larsson]
7872  - Support RTL flipping for GtkHPaned, tab navigation [Soeren, Matthias]
7873  - Support up to four scroll arrows on GtkNotebook and make which
7874    ones are displayed themeable. [Matthias]
7875  - GtkCalendar improvements: make the arrows spin, support RTL flipping,
7876    automatic week start selection, DND support, improve API 
7877    for setting options [Matthias]; mousewheel support [Abigail Brady]
7878  - New properties: GtkButton::focus_on_click, GtkCheckMenuItem::draw_as_radio
7879    [Soeren, Matthias]
7880  - New functions: gtk_window_set_default_icon(), 
7881    gtk_message_dialog_add_buttons(), gtk_button_box_get_child_secondary()
7882    [Matthias]
7883  - Add missing "role", "decorated", "gravity" properties for GtkWindow,
7884    "has_resize_grip" for GtkStatusBar. [Matthias]
7885  - Add child properties for GtkPaned [Matthias, Soeren]
7886
7887 * Menus
7888  - New action-based menu API: GtkUIManager, GtkActionGroup, 
7889    GtkAction, etc. [James Henstridge, Matthias, Soeren Sandmann,
7890    Marco Pesenti Gritti, Philip Langdale]
7891  - Support for tabular menus [Kristian]
7892  - New positioning algorithm for popup menus [Soeren]
7893
7894 * GtkTextView [Matthias]
7895  - Add properties "accepts_tab" [Soeren], "overwrite" property 
7896    [Jeroen Zwartepoorte], "buffer"
7897  - Add gtk_text_buffer_select_range()
7898  - Implement drag-selection by words/lines (also for Gtkentry)
7899  - Some fixes to invisible text handling
7900  - Add support for GTK_WRAP_WORD_CHAR [David Brigada]
7901  - Clean up handling of horizontal paging
7902  - Fix scrolling with non-visible cursor
7903  - Add internals documentation [Havoc Pennington]
7904
7905 * GtkToolbar [Soeren]
7906  - Add a more consistent and extensible toolbar API; preserve
7907    old API for backwards compatibility [James, Anders Carlsson, Owen]
7908  - Support for sliding buttons like OS X
7909  - Keyboard navigation
7910  - Support "priority text"
7911  - Overflow menu
7912  - Better handling of really wide buttons [David Bordoley]
7913  - Drawing improvements
7914  - Support context menu
7915
7916 * GtkTreeView [Kristian Rietveld]
7917  - Handle RTL [Matthias, Jonathan]
7918  - Add expand flag to column packing parameters [Jonathan, Kristian]
7919  - gtk_tree_path_free now silently returns on NULL paths
7920  - Move row reference updating code to closures
7921  - Fix TreeView DnD: make TreeStore DnD work, make drops on empty views work,
7922    get rid of gtk-tree-model-drop-append.
7923  - Add a filtering tree model: GtkTreeModelFilter [Kristian]
7924
7925 * gdk-pixbuf
7926  - Add a loader for PCX files [Josh Beam]
7927  - Improve calculation of filter weights for scaling [Brian Cameron, Owen]
7928  - Support TGA files with arbitrary origins [Matthias]
7929  - Add gdk_pixbuf_loader_new_with_mime_type() [Dom Lachowicz]
7930    gdk_pixbuf_new_from_file_at_size() [Dom, Owen, Matthias]
7931  - Add saving support for ICO and CUR
7932  - Improve handling of GIFs with oversized frames [Matthias]
7933
7934 * GDK:
7935  - Support for full-color / alpha-channel cursors [Matthias]
7936  - Remove support for non-X fonts and for pango-1.0; always require Xft2 [Owen]
7937  - Fix handling of recursive calls to gdk_window_begin_paint() [Soeren]
7938  - Many small changes to reduce round trips on startup; 
7939    add gdk_display_flush() [Owen]
7940  - Use Xlib asynchronous APIs to reduce roundtrips on startup
7941    and during DND [Owen]
7942  - Other changes to improve DND for large-latency connections [Owen]
7943  - Add support for EWMH "above" and "below" states [Manuel Clos] (also
7944    in GtkWindow)
7945  - Add Add GDK_MOUSE_DEVICE envvar for linux-fb backend [Marc Welz]
7946  - Other small linux-fb fixes [Eric Warmenhoven]
7947
7948 * Miscellaneous
7949  - Add support for named themable icons; use this facility to 
7950    provide the default stock icon images [Owen Taylor, based
7951    on code by Alex Larsson]
7952  - Add gtk_widget_queue_resize_no_redraw() for more efficient
7953    resizing; use for GtkTextView. Redraw less on focus changes. [Soeren]
7954  - Add gtk_widget_queue_resize_no_redraw() [Soeren]
7955  - Default theme improvements, especially for menus. Add some
7956    more style properties. [Soeren]
7957  - Add authentication stock icon [Matthias, art by Jakub Steiner]
7958  - Allow "none" to be set for input method GtkSettings [Hidetoshi Tajima]
7959  - Convert build system to automake-1.7; many cleanups and
7960    improvements. [James Henstridge, Owen]
7961  - Win32 fixes for new widgets [Hans]
7962  - Add right-to-left variants of some stock icons [Matthias]
7963
7964 * Documentation
7965  - Use XML source for man pages; add man pages for tools that didn't
7966    have them before [Matthias]
7967  - Tutorial improvements [Sebastian Rittau, Tony Gale, Roger Leigh, Matthias]
7968  - FAQ improvements [Tony, Gonzalo Odiard, Owen]
7969  - Misc documentation improvements [Matthias, Frederic Lespez, Tomas Ogren, 
7970    Martin Pool, Mariano Suarez-Alvarez]
7971
7972 * Deprecations
7973  - GtkItemFactory [Replaced by GtkUIManager]
7974  - GtkCombo, GtkOptionMenu [Replaced by GtkComboBox]
7975  - Miscellaneous functions that were renamed in 
7976    GTK+-2.0 and GTK+-2.2 [Matthias, Manish Singh, Soeren]
7977
7978 Other contributors: Krasimir Angelov, Archit Baweja, Sebastien Bacher,
7979   Steve Chaplin, John Darrington, Daniel Elstner, Marco Pesenti Gritti, 
7980   Jody Goldberg, David Hampton, Richard Kinder, Christian Persch, 
7981   Roozbeh Pournader, Christian Reis, Christian Rose, Joe Shaw, 
7982   Vasilis Vasaitis, Morten Welinder
7983
7984 ----------------------------------------------------------------------
7985
7986 Overview of Changes in GTK+ 2.2.4
7987 =================================
7988 * Revert TreeView fix which broke context menus in different applications
7989   [Kristian Rietveld]
7990 * Typo fixes [Kjartan Maraas]
7991 * Make pressing END not put the menu in scrolling mode [Kris]
7992 * Misc bug fixes [Tor Lillqvist, Bruce Hochstetler, Kjartan, Tony Gale]
7993 * New and updated translations (sq, cy, hi, nl, de, es, zh_CN, ja, no, el)
7994
7995 Overview of Changes in GTK+ 2.2.3
7996 =================================
7997 * GdkPixbuf [Matthias Clasen]
7998  - Fix some problems with overflows when scaling down [Tomas Ögren]
7999  - Many GIF bug fixes [Matthias, Federico Mena Quintero]
8000  - Prefer 32-bpp ICOs, fix bugs with them
8001  - Fix problem with absolute filenames and gdk-pixbuf-query-loaders
8002    [Jens Elker]
8003  - Make gdk-pixbuf-csource include alignment magic [Brian Cameron]
8004 * Win32 [Tor Lillqvist]
8005  - Add multiple monitor support
8006  - Major event and key handling rewrite, including IME fixes
8007  - Fix handling of toplevel window positions
8008  - Add support for all window geometry hints (gridded geometry, etc.)
8009  - Fix DND to ignore drag window [Tony M Brown, Herman Bloggs]
8010  - Fix GdkImage memory leak [J. Ali Harlow]
8011  - Remove leftover OwnerGrabButtonMask emulation (fixes lots)
8012  - Misc bug fixes [Many from Hans Breuer, Tim Evans]
8013  - Build fixes and improvements [Peter Zelezny]
8014 * X11
8015  - Fix extremely common crash where we interpreted the timestamp
8016    field of a XKB event as a window ID and found a pixmap that matched.
8017    [Owen Taylor, with essential backtrace from Kjartan Maraas]
8018  - Fix CapsLock and NumLock for non-XKB [Robert Basch]
8019  - Fix problems with, eg. Ctrl-Alt-Backspace hiding Ctrl-Backspace [Owen]
8020  - Workaround Xinerama servers reporting wrong depths [Owen]
8021 * GtkTreeView [Kristian Rietveld]
8022  - Fix scrolling once more [Pedro Gimeno, Michael Natterer, Timo Sirainen]
8023  - Don't get confused by the Control key when handling selection
8024    from an accelerator like <Control>B [Michael Natterer]
8025  - Many misc fixes [Matthias, Marco Pesenti Gritti, Tim Janik, Alex Larsson, 
8026    Tim-Philipp Müller, Michael Natterer, Josh Parsons, Yann Rouillard,
8027    Rene Seindel, Owen Taylor, Alp Toker, Morten Welinder]
8028 * Input methods
8029  - Handle input methods exiting and starting while the 
8030    app is running [Hidetoshi Tajima]
8031  - Fix infinite loop when closing input methods [Owen,
8032    Takuro Ashie, Hidetoshi]
8033  - Add a 'cedilla' input method with c+acute => cedilla and use
8034    as the default for languages that use cedilla. [Gustavo De Nardin,
8035    Owen, Fco. Javier F. Serrador]
8036  - Fix status window for multihead [Owen, James Su]
8037  - Remember imcontext attributes when switching methods [Owen, 
8038    Botond Botyanszki]
8039 * GtkFileSelection [Owen]
8040  - Fix selection of "UntitledN" on initial map [Mark Finlay]
8041  - Fix an annoying bug with cursor positioning on failed completion
8042  - Misc Fixes [Owen, Tor]
8043 * Other widgets
8044  - Fix problem with GtkOptionMenus coming up in the wrong place [Kristian]
8045  - Fix problem with spinbuttons not getting enough space [Morten Welinder,
8046    Kristian]
8047  - Fix an infinite loop when resizing GtkTextView [Owen, Frederic Crozat]
8048  - Don't include menu labels in gtk_notebook_forall [Owen]
8049  - Fix problem with XEMBED (GtkPlug) clients that don't take focus stealing
8050    focus [Owen]
8051  - Accept color drops with wrong format from KDE [Matthias]
8052 * Fix problem from gnome-theme-manager playing tricks and
8053   making event->window a pixmap. [Anders Carlsson]
8054 * Ignore Caps-lock when matching accelerators
8055 * Fix 5-year-old bug where toplevels didn't fully refresh properly
8056   on theme change [Owen, Rajkumar Siva]
8057 * Don't require precompiled gdk-pixbuf-csource when cross-compiling
8058   from a tarball [Owen]
8059 * Documentation improvements [Matthias, Noah Levitt, Tor, Doug Quale, 
8060   Morten Welinder]
8061 * Misc bug fixes [Keith Bissett, Botond Botyanszki, Damien Carbery,
8062   Arno Charlet, Felipe Heidrich, Charles Kerr, George Lebl, Noah, Tor, 
8063   Callum McKenzie, Michael Meeks, Denis Mikhalkin, Thomas Mirlacher,
8064   Kristian, Masahiro Sakai, Soeren Sandmann, Benedikt Spranger, Owen, 
8065   Luis Villa]
8066 * New and updated translations (ar,az,cs,cy,be,de,es,fi,fr,he,hi,hu,id,is,it,
8067   ko,lt,ml,mn,nl,ne,no,pl,pt,pt_BR,ru,sk,sr,sr@Latn,ta,wa,zh_TW,zh_CN)
8068
8069 Overview of Changes in GTK+ 2.2.2
8070 =================================
8071
8072 * GdkPixbuf [Matthias Clasen]
8073  - Fix animation of slow-loading progressive GIFS
8074  - Fix long-standing animated GIF display bug with transparency
8075  - Misc bug and portability fixes [Rick Jones, Tim Mooney, Marijn Ross]
8076 * GDK [Owen Taylor]
8077  - Draw continuous underlines between Pango layout runs when 
8078    possible [Kang Jeong-Hee]
8079  - Fix gdk_pixbuf_from_drawable() for big endian [Christian Petig]
8080    Major rewrite of 16-bit handling for pixbuf_from_drawable()
8081 * X11 backend [Owen]
8082  - Fix build on X11R5 [Albert Chin]
8083  - Fix switching keyboard layouts while running [Egmont Koblinger]
8084  - Work around RENDER extension bugs on certain Sun X servers [Morten Welinder]
8085  - Zero unused fields in client messages we send Lubos Lunak]
8086  - Fix occasional segfault when drawing pixbufs [Hans Petter Jansson]
8087  - Fix wrong initialization that was keeping XShm from being used.
8088 * Win32 backend [Tor Lillqvist]
8089  - Tweak line drawing
8090  - Mouse/cursor fixes [Allin Cottrell]
8091  - Better handling of floppy drives in GtkFileSelection
8092  - Misc fixes [Arnaud Charlet, Cedric Gustin, Martyn Russell]
8093 * Input methods [Hidetoshi Tajima]
8094  - Add rules for Greek accents to GtkIMContextSimple [Vasilis Vasaitis]
8095  - Fix sorting of rules in GtkIMContextSimple [Vasilis]
8096  - Miscellaneous GtkIMContextXIM fixes 
8097  - Fix translation of input context names
8098 * Fix keyboard accelerators/bindings on Numeric Keypad [Owen, Olivier Ripoll]
8099 * Add Delete to GtkEntry context menu, Delete/Select All 
8100   to GtkTextView context menu [Matthias]
8101 * Keynav tweaks in GtkFileSelection, GtkColorSel [Matthias]
8102 * Add C-A-PgUp/Down as alternative notebook page switching keys [Matthias]
8103 * GtkTextView
8104  - Fix redrawing on color-only changes [Owen, Gustavo Giráldez]
8105  - Don't scroll to cursor on focus in [Paolo Maggi]
8106  - Fix spot location reported to input method [Owen, TOKUNAGA Hiroyuki, 
8107    Yao Zhang]
8108  - Miscellaneous bug fixes [Torbjörn Andersson, Matthias, Manual Clos,
8109    Padraig O'Briain, Owen]
8110 * GtkTreeView [Kristian Rietveld]
8111  - Fix prelighting [Sven Neumann]
8112  - Set drag cursor earlier to allow apps to override [Daniel Elstner]
8113  - Speed up insertions into GtkTreeModelSort [Owen, Jonathan Blandford]
8114  - Get background/cell area handling right in GtkTreeViewColumn [Vasco
8115    Alexandre da Silva Costa]
8116  - Bug fixes [Benjamin Bayart, Jonathan Blandford, Peter Bloomfield, 
8117    Dave Cook, Felipe Heidrich, Richard Hult, Markus Lausser, Michael Natterer,
8118    Mariano Suarez-Alvarez, Owen]
8119 * Fix handling of border width for GtkToolbar [Rodney Dawes]
8120 * Rewrite adjustment handling of GtkViewport, fixing many bugs
8121   [Owen, Thomas Leonard, Michael]
8122 * Misc bug fixes [Dennis Björklund, Jonathan, Dave Bordoley, Rich Burridge, 
8123   Anders Carlsson, Arnaud, Matthias, Vasco Alexandre da Silva Costa, 
8124   Tim Evans, Larry Ewing, John Finlay, Jeff Franks, Jody Goldberg, 
8125   Jason D. Hildebrand, Charles Kerr, Alex Larsson, Noah Levitt, Xan Lopez, 
8126   Loban Rahman, Richard Reich, Soeren Sandmann, Charles Schmidt, 
8127   Rajkumar Siva, Owen, Sergey V. Udaltsov, Morten Welinder, Michael Zucchi]
8128 * Code cleanups [Matthias, Glynn Foster, Britton Kerin, Sven Neumann, 
8129   Doug Quale, Manish Singh, Morten Welinder]
8130 * Switch to using libtool-1.5
8131 * Build fixes [Matthias, J. Ali Harlow, Rich Kinder, Jon Nall, Sven, 
8132   Christian Rose]
8133 * Documentation improvements [Matthias, Noah Levitt, Sven Neumann]
8134 * New and updated translations (am,az,be,ca,cs,cy,da,de,el,es,fa,fi,fr,id,
8135   it,ko,li,ml,mn,ms,nl,no,pl,pt,sr,sr@Latn,sv,ta,uk,yi,zh_TW)
8136
8137 Overview of Changes in GTK+ 2.2.1
8138 =================================
8139 * Win32 [Tor Lillqvist]
8140  - Improve setting of window position / decorations
8141  - Implement gdk_pixmap_foreign_new() [Naofumi Yasufuku]
8142  - Fix various file selection bugs
8143  - Improve scheme for locating pixbuf loader modules
8144  - Miscellaneous fixes [Alex Shaduri, Kenichi SUTO, Ed Woods]
8145 * GtkTreeView [Kristian Rietveld]
8146   - made GtkTreeSortable work as the documentation advertises [Jarek Dukat]
8147   - fixed gtk_tree_view_set_sort_column_id so you can disable sorting [Soeren
8148     Sandmann, Jarek Dukat]
8149   - TreeView search now works on all values transformable by GValue and not
8150     just strings [Muktha Narayan]
8151   - _move/_swap fixage in the Stores [Matthew Tuck, Paolo Maggi]
8152   - a lot of misc bug fixes [Alex Duggan, Carlos Garnacho Parro, Hans Petter
8153     Jansson, Kjartan Maraas, Soeren, Dave Camp, Murray Cumming, Dave Cook,
8154     Gaël Le Mignot, Vasco Alexandre da Silva Costa]
8155 * GtkTextView [Matthias Clasen]
8156  - Fix keynav with invisible cursor
8157  - Fix misdrawing of cursor [Owen Taylor] and selection
8158  - Many miscellaneous fixes [Narayana Pattipati, Daniel Elstner]
8159 * Fix problem with accidental inclusion of a main() [Matthias]
8160 * Documentation improvements [Matthias, Havoc Pennington]
8161 * Fix problem with GtkColorsel and pixmap themes [Daniel]
8162 * Fix race condition with GdkRGB in PseudoColor [Shivaram Upadhyayula]
8163 * Warning fixes [Manish Singh]
8164 * configure fixes [Akira Tagoh]
8165 * New and updated translations (ca,de,es,et,ko,mn,pl,pt,vi,zh_CN)
8166 * Miscellaneous bug fixes [Matthias, Daniel, Martin Gansser, Louis Garcia, 
8167   Tommi Komulainen, Thomas Leonard, Ian Peters, Arvind Samptur, 
8168   Soeren Sandmann, Hidetoshi Tajima, Owen]
8169
8170 ----------------------------------------------------------------------
8171
8172 Overview of Changes in GTK+ 2.2.0
8173 =================================
8174 * Fix problem with the DND code and event filters [Bolian Yin, Owen Taylor]
8175 * GtkTreeView bug fixes [Kristian Rietveld, Soeren Sandmann, Matthias Clasen]
8176 * Documentation improvements [Matthias Clasen, Eric Warmenhoven, 
8177   James M. Cape]
8178 * Example portability fix [Sven Neumann]
8179 * Updated translations (es,ja,lv,ms,nl,ru,sk,sv)
8180
8181 Overview of Changes in GTK+ 2.1.5
8182 =================================
8183 * GtkFileSel fixes [Owen Taylor]
8184   - Fix ..<tab> to go up a dir [Francisco Bustamante]
8185   - Fix UTF-8 operation, so that non-ASCII works [Kang Jeong-Hee]
8186   - Use g_utf8_collate() not strcmp for sorting [Gregory Merchan]
8187 * Only close dialogs on Escape if they have a cancel button. [James Willcox]
8188 * Fix problem with resizing gnome-terminal popup [Soeren Sandmann]
8189 * Add Home/End/Page_Up/Page_Down keybindings for menus [Owen,
8190   Narayana Pattipati, Marius Andreiana]
8191 * Xinerama fixes for GtkMenu [Matthias Clasen]
8192 * Fix long-standing problem with Ami and GtkEntry [Owen, Kang Jeong-Hee]
8193 * Documentation additions and fixes [Matthias]
8194 * New and updated translations (am,bg,da,fr,fi,de)
8195 * Miscellaneous bug and build fixes
8196
8197 Other contributors: Johan Dahlin, James Henstridge, Jon Nelson, 
8198    Bastien Nocera, Christian Reis, Arvind Samptur, Anand Subra, Simon Wong
8199
8200 Overview of Changes in GTK+ 2.1.4
8201 =================================
8202 * Improved default color scheme [Soeren Sandmann, with advise from
8203   Tuomas Kuosmanen and Garrett LeSage]
8204 * Make pixmap creation functions take a GdkDrawable not a GdkWindow
8205   [Kristian Rietveld]
8206 * Support move-resize emulation for all edges. [Matthias Clasen]
8207 * Many fixes for X11 gdk_colormap_alloc_colors [Naofumi Yasufuku, Owen]
8208 * Remove extra selections for ButtonRelease in XInput code 
8209   [Garry Osgood, Owen]
8210 * Another attempt at fixing X focus tracking [Owen]
8211 * linux-fb VT switch improvements [Eric Warmenhoven]
8212 * Win32 [Tor Lillqvist]
8213   - Bug and win98 portability fixes for new tile/stipple code [Hans Breuer]
8214   - Improve maximized/minimized tracking
8215   - Bug fixes
8216 * Fix problem with gtk_combo_set_popdown_strings() not changing
8217   the entry text [Owen]
8218 * Support RTL flipping for statusbars [Matthias]
8219 * GtkTreeView bug fixes [Kristian Rietveld, Juri Pakaste, Erik Simonsen,
8220   Richard Hult, Carlos Garnacho Parro]
8221 * Use octal escapes rather than literal UTF-8 in strings [Owen]
8222 * Make a lot of read-only data const. [Matthias, Morten Welinder]
8223 * Misc bug fixes
8224 * New and updated translations (cs,es,el,he,hu,lv,no,ro)
8225
8226 Other contributors: Anders Carlsson, Chris Blizzard, Stephen Brown, 
8227    Erwann Chenede, Jon-Kare Hellan, John Finlay, Jarred Keuch, 
8228    Kjartan Maraas, Christian Neumair
8229
8230 Overview of Changes in GTK+ 2.1.3
8231 =================================
8232
8233 GDK:
8234 * Win32 [Tor Lillqvist]
8235   - fixes to multihead API stubs 
8236   - Comprehensively implement tiles and stipples
8237   - Handle tracking minimized/maximized [Arnaud Charlet]
8238 * linux-fb fixes [Eric Warmenhoven]
8239 * Use g_get_application_name() for default window titles and
8240   for the title of the client leader window [Owen, Havoc Pennington]
8241 * Complete resize-grippy support, move-resize emulation 
8242   [Anders Carlsson, Matthias Clasen]
8243
8244 GTK+ Core:
8245 * On screen change, recreate the widget's Pango context [Owen]
8246 * Fix problems with focus ending up on unmapped widgets [Owen]
8247 * Make g_object_set (gtk_settings_get_default (), ...) to override
8248   settings from XSETTINGS and ~/.gtkrc [Jonathan Blandford]
8249 * Make GtkInputDialog multihead aware [Owen]
8250 * Add a ::screen-changed signal to GtkWidget [Owen Taylor]
8251
8252 Widget improvements:
8253 * Draw/check menu items insensitive [Soeren, Tim Evans]
8254 * Fix color usage for radio/check menu item indicators [Soeren]
8255 * Add ::snap-edge-set-property to GtkHandleBox [Owen, Matthias]
8256 * RTL flipping improvements for GtkHandleBox, GtkMenuItem, GtkOptionMenu,
8257   GtkCheckMenuItem [Matthias Clasen]
8258 * GtkCombo improvements [Owen]
8259   - Don't leave it behind when switching desktops [Matthias Clasen]
8260   - Fix longstanding bug with unwanted moving of selection [Mike Fulbright]
8261   - Don't change entry contents until window is popped back up
8262   - Keynav fixes
8263 * Menu scrolling behavioral improvements [Owen, Ettore Perazzoli]
8264 * GtkNotebook keynav improvements [Owen]
8265 * Handle painting text on dark-colored progressbars [Soeren]
8266 * GtkTreeView  [Kristian Rietveld]
8267   - Privatize gtk_tree_store_move(), add gtk_tree_store_move_before/after()
8268   - Add GTK_CELL_RENDERER_FOCUSED flag
8269   - Keynav fixes, including adding boolean return values for keybinding
8270     signals (API breakage for API that no one should have been using)
8271     [Narayana Pattipati]
8272   - Add gtk_tree_view_column_cell_get_position()
8273   - Add an inconsistent state for GtkCellRendererToggle
8274   - Various bug fixes [Murray Cumming, Daniel Elstner, Vitaly Tishkov,  
8275     Morten Welinder, Robert Kinsella, Soeren]
8276
8277 Input Methods:
8278 * Sort the input method list in the right click popup [Abigail Brady]
8279 * GtkIMContextXIM bug fixes [HideToshi Tajima]
8280
8281 General:
8282 * Make sure that parameters don't shadow system functions [Soeren Sandmann]
8283 * Deprecation cleanups [Manish Singh]
8284 * Don't grab the focus to the default button in a GtkDialog [Daniel Elstner]
8285 * Doc improvements, including adding Since: for 2.2. additions 
8286   [Matthias Clasen]
8287 * Bug fixes, cleanups [Anders Carlsson, Daniel, Vitaly Tishkov, Matthias, 
8288   Iain Holmes, Gregory Merchan, Havoc Pennington, Soeren, Morten Welinder]
8289 * Build fixes [Owen, Jeff Waugh, Dan Mills]
8290
8291 Overview of Changes in GTK+ 2.1.2
8292 =================================
8293
8294 * Fixes for GtkIMContextXIM [HideToshi Tajima, Owen Taylor]
8295 * Remove usage of XLookupString outside of GtkIMContextXIM [Owen]
8296 * Handle Shift/Caps/Num_Lock properly for non-Xkb [Owen]
8297 * Add a --screen option to set default screen [Balamurali Viswanathan, Owen]
8298 * Add simple support for startup notification [Havoc Pennington]
8299 * Handle focus indication for check and radio buttons without children
8300   [Dave Camp, Owen]
8301 * Much work on improve submenu navigation [Soeren Sandmann]
8302 * Add "selected_shadow_type" property for menus [Soeren]
8303 * Add "scrollbar_spacing" style property [Anders Carlsson, Owen]
8304 * Rework GtkPaned keynav [Soeren, Calum Benson]
8305 * Sensitivity and keynav fixes for GtkFileSelection [Muktha Narayan, Owen]
8306 * Removed mnemonics for GtkToolbar Items [Mikael Hallendal]
8307 * Tree view fixes and speedups 
8308   [Kristian Rietveld, Daniel Elstner, Havoc Pennington]
8309 * Allow themes to set GtkTreeView even/odd row colors [Kristian]
8310 * Doc fixes and improvements [Matthias Clasen, Vitaly Tishkov]
8311 * Win32 fixes [Tor Lillqvist]
8312 * Misc cleanups and bug fixes
8313
8314 Other contributors: Phil Blundell, Erwann Chenede, Jeremy Katz, 
8315    Padraig O'Briain, Havoc Pennington, Timo Sirainen, Nam SungHyun,
8316    Matt Wilson,
8317
8318 Overview of Changes in GTK+ 2.1.1
8319 =================================
8320 * Cleanup of use of deprecated functions in GTK+ [Manish Singh]
8321 * Add support for separately installed Pixbuf loaders [Matthias Clasen]
8322 * linux-fb improvements including window maximization. [Eric Warmenhoven]
8323 * Fix to compile again with Xft version 1 [Owen Taylor]
8324 * Fix handling of pointer on multiple screens [Owen]
8325   - Add gdk_event_set/get_screen() via evil hack
8326   - Add GdkDisplayPointerHooks to replace GdkPointerHooks
8327   - gdk_screen_get_window_at_pointer() => gdk_display_get_window_at_pointer()
8328   - Add gdk_display_get_pointer()
8329   - Make drag-and-drop between multiple screens work
8330 * Export gdk_event_new(), discourage stack allocated events [Owen]
8331 * gdk_draw_pixbuf() as better name for gdk_pixbuf_render_to_drawable() [Owen]
8332 * Basic support for RandR extension [Keith Packard, Owen]
8333 * Allow moving paned sliders all the way to the edge [Owen, Darin Adler]
8334 * Add tag_table construct property to GtkTextBuffer [Daniel Elstner]
8335 * gtk_window_set_[default_]icon_from_file [Owen, Havoc]
8336 * Fix handling of GtkSettings set from RC files on reload [Owen]
8337 * GtkTreeView work [Kristian Rietveld]
8338   - Stop editing on a focus out event for GtkCellRendererText 
8339     [Andreas J. Guelzow]
8340   - Don't accept drops on auto-sorted models
8341   - Fix evil bug with insertions to GtkTreeModelSort [Hans Petter Jansson]
8342 * Fixes for GtkIMContextXIM 
8343   [Takuro Ashie, Motonobu Ichimura, Owen, HideToshi Tajima]
8344 * Documentation fixes [Soeren Sandmann, Matthias Clasen; Joost Faassen, 
8345   Alexey A. Malyshev, Ben Martin, Havoc Pennington, Boris Shingarov, Owen, 
8346   Vitaly Tishkov, Dan Winship, Yao Zhang]
8347 * Some performance tweaks [Soeren, Padraig O'Briain]
8348 * Miscellaneous bug fixes
8349
8350 Other contributors: Jacob Berkman, Phil Blundell, Kenneth Christiansen, 
8351   Murray Cumming, Bill Haneman, Jon-Kare Hellan, Hema Seetharamaiah
8352
8353 Overview of Changes from GTK+-2.0.x to GTK+-2.1.0
8354 =================================================
8355
8356 Multihead support: [Erwann Chenede, Owen Taylor]
8357 * Multihead support 
8358 * Add GdkDisplay, GdkScreen structures
8359 * Add _for_display(), _for_screen() variants where needed in GDK and GTK+
8360   (In other cases, make the variants methods on GdkDisplay/GdkScreen
8361 * Adapt GTK+ widgets to be multihead safe
8362 * Allow initialization of GTK+ without opening a display with gtk_parse_args()
8363 * Add multihead support to demos/tests.
8364
8365 GDK:
8366 * Adapt win32 code to multihead reorganization [Hans Breuer, Tor Lillqvist]
8367 * Adapt linux-fb code to multihead reorganization [Eric Warmenhoven]
8368 * Miscellaneous linux-fb improvements [Eric]
8369 * Xinerama support [Erwann Chenede, Matthias Clasen]
8370 * Allow GDK backends to add custom argument parsing [Sven Neumann]
8371 * Add support for some addition NET window manager spec hints [Havoc Pennington]
8372 * Add ::keys-changed signal to GdkKeymap, handle keymap changes for keybindings [Owen]
8373
8374 GtkTreeView: [Kristian Rietveld]
8375 * Support stock pixbufs in GtkCellRendererPixbuf 
8376 * Allow setting the cell background for cell renderers
8377 * Support focusing individual cell renderers and other focus fixes
8378 * Make resizing tree views more efficient [Soeren Sandmann]
8379 * Add gtk_tree_model_get_string_from_iter
8380 * Improve gtk_list_store_remove API
8381 * API additions:
8382   gtk_tree_model_sort_iter_is_valid(), gtk_tree_view_expand_to_path() 
8383   Add gtk_tree_selection_get_selected_rows(),
8384   gtk_tree_selection_count_selected_rows() 
8385   gtk_tree_path_new_from_indices(),  gtk_{list,tree}_store_{reorder,swap,_move} 
8386
8387 GTK+:
8388 * Add style property for drawing menu items without shadow [Soeren]
8389 * gtk_widget_modify_color_component/font(): Allow clearing
8390   current modifications. [Owen]
8391 * Add GtkWidget::is_focus, GtkWindow::is_active properties [Owen]
8392 * Some XEMBED changes for standards compliance and Qt compatibility [Owen]
8393 * Fix menus resizing when popped up or torn off [Owen]
8394 * Improve label behavior when it gets a too small allocation [Soeren]
8395 * Add support for depth 8 StaticColor visuals to gdkrgb [Matthias]
8396 * Theme drawing improvements [Soeren]
8397 * Add types for GtkRowReference, GtkClipboard [Jonathan Blandford, James Henstridge, Owen]
8398 * Use G_TYPE_FLAG_ABSTRACT for abstract types [Matthias]
8399 * Add gtk_menu_shell_select_first() [Owen]
8400 * Add gtk_notebook_get_n_pages() [Havoc Pennington]
8401 * Allow accel_path = NULL for gtk_menu_item_set_accel_path().
8402 * Allow icon sizes to be changed via a GtkSetting [Bill Haneman, Brian Cameron, Owen]
8403
8404 GdkPixbuf:
8405 * Improve gdk-pixbuf loader tests [Soeren Sandmann]
8406 * Use iTXT chunks when necessary in PNG image saver [Matthias]
8407 * Add incremental loading for progressive jpegs [Matthias]
8408 * Add load-at-size functionality [Matthias]
8409 * Add a loader for .ANI animations [Matthias]
8410 * Load hotspot for .ICO files [Matthias]
8411
8412 Docs:
8413 * Convert docs to Docbook XML [Matthias]
8414 * Doc improvements and fixes [Matthias, Soeren, 
8415   Dennis Bj"orklund, Ross Burton, Manuel Clos, Alexey A. Malyshev, Brett Nash,
8416   Brian Tarricone, Owen, Vitaly Tishkov, Yao Zhang]
8417 * Tutorial improvements [Tony Gale]
8418
8419 General:
8420 * Add gtk-im-preedit-style/gtk-im-status-style XSETTINGS [Hidetoshi Tajima]
8421 * Clean up GDK and demos for deprecated functions [Manish Singh]
8422 * Misc fixes [Olexiy Avramchenko, Jacob Berkman, Anders Carlsson, David L. Cooper II, Robin Lu, 
8423   Eric Mader, Mark McLoughlin, Padraig O'Briain, Laszlo Peter, Hidetoshi, Vitaly Tishkov, 
8424   Shivaram Upadhyayula]
8425
8426 Overview of Changes in GTK+ 2.0.9
8427 =================================
8428 * Fix colormap refcounting, which caused frequent metacity crashes
8429   [Christopher James Lahey]
8430 * Lots of work on the Win32 backend [Tor Lillqvist]
8431  - Scrolling fixes
8432  - GdkGC clipping fixes and improvements
8433  - Started implementing all fill styles
8434 * GtkTreeView bug fixes [Kristian Rietveld]
8435  - Make TreeView reordering work on FreeBSD/Solaris [Heiner Eichmann]
8436 * Various bug fixes
8437
8438 Other contributors: Matthias Clasen, Arnaud Charlet, Vitaly Tishkov,
8439    Josh Parsons, Peter Bloomfield
8440
8441 Overview of Changes in GTK+ 2.0.8
8442 =================================
8443 * Fix typo in io-gif.c that broke loading GIFS [Akira Tagoh]
8444 * Improve redraws when scrolling on Win32 [Tor Lillqvist]
8445 * Fix problem with RENDER and XFree86-4.1 [Owen Taylor, Jamie Zawinski]
8446 * Fix problem with GtkImage placement [Owen, Sven Neumann, Soeren Sandmann]
8447 * Updated translation (el)
8448
8449 Overview of Changes in GTK+ 2.0.7
8450 =================================
8451 * Fix some memory leaks in gdk-pixbuf [Sven Neumann]
8452 * Pixbuf loader fixes  [Federico Mena Quintero, Elliot Lee]
8453 * Support depth 8 StaticColor in GdkRGB [Matthias Clasen]
8454 * Win32 fixes and improvements [Tor Lillqvist]
8455  - Keyboard handling fixes [Florent Duguet]
8456  - Fixes for building and running on Cygwin [Masahiro Sakai]
8457  - Fix gdk_window_scroll(), other GdkWindow fixes
8458  - Misc bug and build fixes [Soren Andersen, Florent, Tim Evans,
8459    J. Ali Harlow, Andreas Holzmann, Iwasa Kazmi]
8460 * Improve tracking of toplevel focus state [Owen]
8461 * XIM input method fixes [Takuro Ashie, HideToshi Tajima]
8462 * Fix the longstanding problem with <,> keys and XIM [Owen Taylor]
8463 * Fix GtkIMContextSimple for us-intl keyboards [Alexandre Oliva]
8464 * GtkIMContextSimple updates for Eastern Europe [Stanislav Brabec]
8465 * Fix the "key bindings randomly stop working" problem [Sebastian Ritau]
8466 * GtkTextView fixes [Gustavo Giraldez, Padraig O'Briain, Shivaram Upadhyayula]
8467 * GtkTreeView bugfixes [Jonathan Blandford, Kristian Rietveld]
8468   - Various memleak, ref counting fixes [Jonathan, Jorn Baayen, Daniel 
8469     Elstner, Morten Welinder]
8470   - gtk_tree_selection_selected_foreach now immediately returns if 
8471     the model is being changed [Havoc Pennington]
8472   - Fix evil bug with insertions to GtkTreeModelSort [Hans Petter Jansson]
8473 * GtkCombo fixes [Marco Pesenti Gritti, Zimler Attila, Matthias, Owen]
8474 * Fix 64-bit problem with GtkFundamentalType [Ross Alexander, Manish Singh] 
8475 * New and updated translations (am,be,bg,ca,cs,da,de,el,es,el,fa,fr,hi,hu,
8476   ja,ko,lv,ms,nl,no,pl,pt,pt_BR,ru,sk,sv,vi,zh_TW)
8477 * Many miscellaneous bug fixes
8478
8479 Other contributors: Jacob Berkman, Albert Chin, Chema Celorio,
8480    David L. Cooper II, Brent Fox, Tim Janik, Marco Pesenti Gritti, 
8481    Alex Larsson, Zenith Lau, Thomas Leonard, Gaute Lindkvist, 
8482    Paolo Maggi, Andy Wingo, Jami Pekannen, Joshua N Pritikin, 
8483    Soeren Sandmann, Vitaly Tishkov, Morten Welinder
8484
8485 Overview of Changes in GTK+ 2.0.6
8486 =================================
8487
8488 * GtkTreeView bug fixes [Jonathan Blandford, Kristian Rietveld, 
8489   Josh Green, Matthias Clasen]
8490 * Fix problem with keynav and insensitive menu items [Owen Taylor]
8491 * Fix pixbuf_from_drawable() for LSB -> MSB [Federico Mena Quintero]
8492 * Use GTK2_RC_FILES envvar instead of GTK_RC_FILES [Owen]
8493 * Focus check/radio buttons when activating with a mnemonic [Padraig O'Briain]
8494 * Cycle between multiple menubars with F10, not control-tab 
8495   [Calum Benson, Padraig]
8496 * Misc bug fixes [Jacob Berkman, Matthias Clasen, Manuel Op de Coul,
8497   Bill Haneman, Norihiro UMEDA, Shivaram Upadhyayula, Yao Zhang]
8498 * Build fixes for cross-compiling and portability [Arnaud Charlet, 
8499   J. Ali Harlow]
8500 * Updated translations (bg,ca,da,fr,ja,ko,lv,no,pl,ru,sk,sv,vi)
8501
8502 Overview of Changes in GTK+ 2.0.5
8503 =================================
8504
8505 * Fix a wrong assertion that broke gtk_file_selection_set_filename();
8506   also another fix from testing this function with non-UTF-8 filenames.
8507 * Fix incorrect property notification in GtkTextView. [James M. Cape]
8508
8509 Overview of Changes in GTK+ 2.0.4
8510 =================================
8511
8512 * Fix a number of types which were registered with the 
8513   type system with the wrong names [James Henstridge, Jonathan Blandford]
8514 * Support missing data types in GtkList/TreeStore [Daniel Elstner]
8515 * Misc GtkTreeView bug fixes [Dave Camp, Jonathan, Daniel Elstner, 
8516   Josh Parsons]
8517 * Drag and drop fixes, including a stuck grab. [Dave, Thomas Leonard, 
8518   Owen Taylor]
8519 * Calculate screen size on win32 from the "logical DPI" 
8520   [Joaquin Cuenca Abela, Tor Lillqvist]
8521 * Misc Win32 bug fixes. [Florent Duguet, Tor]
8522 * Fix theme changes for GtkMenu [Soeren Sandmann]
8523 * Fix gdk_pixbuf_from_drawable() for big endian. [Federico Mena Quintero]
8524 * Fix encoding handling for gtk_file_selection_set_filename()
8525   [Sebastian Ritau, Owen]
8526 * Fix crash with DND, Qt and Metacity [Cha Young-Ho, Havoc, Owen]
8527 * Fixes for DirectColor visuals [Shivaram Upadhyayula]
8528 * Memory leak and UMR fixes [Michael Meeks, Matthias Clasen, Valgrind]
8529 * Misc bug fixes
8530 * Updated translations (ca,cs,da,es,et,fr,ms,nl,pl,pt,pt_BR,ru,sv)
8531
8532 Other contributors: Nicholas Allen, Jacob Berkman, Remus Draica, 
8533   Nano Golveia, Tim Janik, Sergey Kuzminov, George Lebl, Garrett LeSage, 
8534   Robin Lu, Timo Meinen, Michel Selten, Boris Shingarov, Jeff Waugh
8535
8536 Overview of Changes in GTK+ 2.0.3
8537 =================================
8538
8539 * GtkTreeView fixes (Jonathan Blandford, Kristian Rietveld, Daniel Elstner)
8540 * Improve GdkRGB support for low color depths (Tor Lillqvist).
8541 * Tweak F10 behavior to focus GtkMenuBar. (Owen Taylor)
8542 * Include internal children when focusing. (Jonathan)
8543 * Win32 fixes (Tor Lillqvist, David Sterba)
8544 * Allow use of a pixmap as the drawable in gdk_pixmap_new(). (Kristian)
8545 * GdkPixbuf fixes (Matthias Clasen, Michael Natterer, Federico Mena Quintero)
8546 * GtkMenu fixes. (Soeren Sandmann)
8547 * Find gdk-pixbuf-csource when cross-compiling. (Michael Natterer)
8548 * Misc input-method related fixes (Yao Zhang, Federico)
8549 * Fix stuck grab during DND. (Dave Camp, Owen)
8550 * Remove in-bevel from scrolled-offscreen menus. (Ettore Perazzoli)
8551 * Various plug/socket fixes (Owen, Padraig O'Briain, Dave Camp, 
8552   Michael Meeks)
8553 * Handle Xlib internal connections (HideToshi Tajima)
8554 * Many miscellaneous bug fixes.
8555
8556 Other contributors: Jacob Berkman, Abigail Brady, Rich Burridge, 
8557 Anders Carlsson, Murray Cumming, Nalin Dahyabhai, James Henstridge, 
8558 David Highley, Ben Liblitt, Tim Janik, Bill Jannsen, Lauris Kaplinski, 
8559 Sergey Kuzminov, Alex Larsson, Sven Neumann, Havoc Pennington, Gareth Pearce, 
8560 Simon Floery, Thomas Leonard, Detlef Reichl, Martin Schulze, Christophe Saout,
8561 Timo Sirainen, Graham Swallow.
8562
8563 Overview of Changes in GTK+ 2.0.2
8564 =================================
8565
8566 * GtkTreeView cursor movement fixes [Kristian Rietveld]
8567 * GtkTreeModelSort iterator stamp fixes [Kristian Rietveld]
8568
8569 Overview of Changes in GTK+ 2.0.1
8570 =================================
8571
8572 * GtkTreeView fixes and performance improvements 
8573   [Kristian Rietveld, Jonathan Blandford, Mike Piepe, Dave Camp]
8574 * GtkTextView fixes [Havoc Pennington]
8575 * Fix problems with accelerators on Solaris [Padraig O'Briain]
8576 * Some fixes for key bindings on keypad keys [Owen Taylor]
8577 * Fix problem with RENDER use on big endian machines 
8578   [Owen Taylor, with help from Tuomas Kuosmanen]
8579 * Win32 fixes, especially dashed line drawing 
8580   [Tor Lillqvist, Hans Breuer]
8581 * Compile with -D_REENTRANT when appropriate [Sven Neumann]
8582 * Compiler warning cleanups [Erwann Chenede]
8583 * Fix handling of font-name XSETTING [Richard Hestilow]
8584 * Make linux-fb backend compile again [Carlo E. Prelz, Alex Larsson]
8585 * Fix problems with inappropriate menu scroll arrows [Owen]
8586 * Stock icon improvements [Jakub Steiner, Tuomas]
8587 * Much work on pixbuf loader robustness [Matthias Clasen]
8588 * Documentation improvements [Matthias, Vitaly Tishkov]
8589 * Fix some crashes in GtkWindow accelerator handling code 
8590   [Dave Camp, Matt Wilson]
8591 * Misc bug fixes
8592
8593 Other contributors: Jacob Berkman, Dennis Björklund, Seth Burgess,
8594   Murray Cumming, Johan Dahlin, John Ellis, Kang Jeong-Hee, 
8595   James Henstridge, Richard Hult, Thomas Leonard, LEE Sau Dan, 
8596   Alexey A. Malyshev, Mark McLoughlin, Michael Meeks, Sven Neumann, 
8597   Andras Salamon, Soeren Sandmann, Dan Winship, Yao Zhang
8598
8599 Overview of Changes in GTK+ 2.0.0
8600 =================================
8601
8602 * GtkTreeView fixes [Jonathan Blandford, Kristian Rietveld, Darin Adler]
8603 * Build fixes [Anders Carlsson, Tor Lillqvist, Manish Singh]
8604 * Bug fixes. [Thomas Leonard, Owen Taylor]
8605
8606 Overview of Changes in GTK+ 2.0.0 rc1
8607 =====================================
8608
8609 * GtkTreeView fixes [Kristian Rietveld, Jonathan Blandford, Richard Hult]
8610 * Text widget fixes [Havoc Pennington]
8611 * Efficiency fixes when using Xft [Owen Taylor]
8612 * Key handling fixes and other fixes for Win32 [Hans Breuer, Tor Lillqvist]
8613 * Try to fix key handling without XKEYBOARD extension [Owen]
8614 * Documentation fixes and improvements 
8615   [Matthias Clasen, Alexey Malyshev, Akira Tagoh, Vitaly Tishkov]
8616 * Widget drawing improvements [Soeren Sandmann]
8617 * Allow cycling between multiple menu bars with <Control>Tab [Owen]
8618 * Try to build libraries with only shared library dependencies on Xft to 
8619   deal with transition to Xft2 [Owen]
8620 * Portability fixes [Owen, Miroslaw Dobrzanski-Neumann]
8621 * Don't use red as the default cursor color [Owen]
8622 * Bug fixes, bug fixes, bug fixes.
8623
8624 Other contributors: Darin Adler, Jacob Berkman, Kevin Breit, Hans Breuer, 
8625   Anders Carlsson, Damon Chaplin, Finlay Dobbie, Jody Goldberg,
8626   Andreas J. Guelzow, Scott Guilbeaux, Vlad Harchev, James Henstridge,
8627   Tim Janik, Satyajit Kanungo, Charles Kerr, Sergey Kuzminov, Miles Lane, 
8628   Alexander Larsson, Paolo Maggi, Skip Montaro, Jan Mynarik, Sven Neumann, 
8629   Padraig O'Briain, Narayani Pattipati, Mark Patton, Havoc Pennington, 
8630   Ettore Perazzoli, Guillermo S. Romero, Manish Singh, Morten Welinder
8631
8632 Overview of Changes in GTK+ 1.3.15
8633 ==================================
8634
8635 * New stock and improved icon images
8636   [Tuomas Kuosmanen, Jakub Steiner, Anders Carlsson]
8637 * Widget drawing improvements for check and radio buttons,
8638   spinbuttons [Soeren Sandmann]
8639 * Clean up module search path algorithm, use GTK_PATH [Owen Taylor]
8640 * Add GtkSetting for font name. [Richard Hestilow]
8641 * Much improved key matching code, accelerators work independent
8642   of group [Owen]
8643 * Make mnemonics work for embedded GtkPlug widgets [Owen]
8644 * Keynav improvements for GtkTreeView [Kristian Rietveld]
8645 * Fix gtk_tree_view_scroll_to_cell() [Jonathan Blandford]
8646 * Rename gtk_tree_view_get_iter_root() and gtk_tree_path_new_root()
8647   to gtk_tree_view_get_iter_first() and gtk_tree_path_new_first(),
8648   add compatibility macros.
8649 * GtkTreeView bug fixes [Kristian, Anders, Damon Chaplin]
8650 * GtkTextView bug fixes [Havoc Pennington]
8651 * Pad class structures for future binary compatibility [Owen]
8652 * Tutorial improvements [Sven Neumann, Matthias Clasen]
8653 * Fixes for MULTIPLE selection target [Gregory Merchan, Owen]
8654 * Fix problems with initial widget size [Owen]
8655 * AIX compilation fixes [Miroslaw Dobrzanski-Neumann]
8656 * Win32 fixes [Hans Breuer, Tor Lillqvist]
8657 * Miscellaneous bug fixes
8658
8659 Other contributors: David L. Cooper, Eric Fischer, Jody Goldberg, 
8660   Satajyit Kanungo, Thomas Leonard, Mark Patton, Manish Singh, 
8661   Nicolas Setton
8662
8663 Overview of Changes in GTK+ 1.3.14
8664 ==================================
8665
8666 * Keyboard focus improvements [Owen Taylor]
8667 * Code cleanup [Matthias Clasen, Manish Singh, Darin Adler]
8668 * Fix accidentally exported variables [Mark McLoughlin]
8669 * GtkTreeView fixes [Jonathan Blandford, Kristian Rietveld, John Harper, Darin]
8670 * Default to yellow tooltips [Owen]
8671 * RC file fixes for reloading, priorities [Owen, Matthias]
8672 * GtkMenu behavior improvements and bug fixes [Owen, Arnaud Charlet]
8673 * GtkTextView fixes [Havoc Pennington, Daniel Elstner, Dennis Bjorklund]
8674 * Improve keynav for paned widgets, tooltips, spin buttons, notebooks, 
8675   scrolled windows [Soeren Sandmann, Padraig, Owen]
8676 * Add Emacs/Default key themes [Owen]
8677 * Win32 fixes [Hans Breuer, Tor Lillqvist]
8678 * Ethiopic input methods [Daniel Yacob]
8679 * Opaque paned window resizing [Soeren]
8680 * Tweak table expansion behavior [Tim Janik]
8681 * Fix GtkCalendar focus drawing [Bill Haneman]
8682 * Allow themeable cursor thickness [Bill]
8683 * Start of fixing of tutorial for GTK+-2.0 [Matthias]
8684 * Add a ::adjust-bounds signal to GtkRange to allow spreadsheet style
8685   scrollbars. [Jody Goldberg]
8686 * Add the ability to turn on multiple selection for GtkFileSel [Manish]
8687 * Bug fixes
8688
8689 Other contributors: Jacob Berkman, Padraig O'Briain, Anders Carlsson,
8690  Johan Dahlin, Richard Hult, Stefan Kost, Alex Larsson, Thomas Leonard,
8691  Paolo Maggi, Alexey Malyshev, Federico Mena Quintero, Skip Montaro,
8692  Sven Neumann, Havoc Pennington, Laszlo Peter, Christian Rose, Joe Shaw,
8693  Kevin Vandersloot,  Morten Welinder, Peter Williams
8694
8695 Overview of Changes in GTK+ 1.3.13
8696 ==================================
8697
8698 * Tree view fixes. [Kristian Rietveld, Jonathan Blandford, Anders Carlsson]
8699 * Tree view support for low-vision themes [Bill Haneman]
8700 * Text view bug fixes. [Havoc Pennington]
8701 * Win32 fixes and improvements.  [Tor Lillqvist, Hans Breuer, 
8702   Archaeopteryx Software]
8703 * Documentation improvements [Matthias Clasen, Havoc Pennington]
8704 * Accelerate alpha compositing using RENDER extension if present,
8705   and optimize the non-RENDER case a lot. [Owen Taylor]
8706 * Add support for "optional keybindings" (action signal returns FALSE) [Owen]
8707 * Fixed the infamous changing directory deletes filename bug 
8708   [Owen and a cast of thousands]
8709 * Add mouse cursor hiding for text widgets [Anders Carlsson]
8710 * Simple Hangul input module [Yusuke Tabata]
8711 * Removed the scary startup warning.
8712 * GdkPixbuf pixel handling fixes [Owen, Michael Hore, Jim Cape]
8713 * Converted GtkFileSelection and GtkFontSelection to use GtKTreeView widgets
8714   instead of the deprecated GtkCList [Owen]
8715 * gtkhsv.h was installed by mistake, fixed that. [reported by Ross Burton]
8716 * gdk_pixbuf_render_to_drawable() now also handles alpha pixbufs.
8717 * Made Gtkimage draw GtkPixmap, GtkImage, GdkPixbuf insensitive, prelighted,
8718   etc. [Havoc, Owen]
8719 * Marked gtk_item_factory_path_from_widget() G_CONST_RETURN. [Matt Wilson]
8720 * gtk_image_menu_item_new_from_stock() now falls back to
8721   new_with_mnemonic, for consistency with gtk_button_new_from_stock()
8722   [Havoc Pennington]
8723 * GdkModifierType is now consistently used for modifier mask parameters
8724   [Mark Patton]
8725 * gtk_widget_set_accel_path() is now publically exported.
8726
8727 Other contributors: Darin Adler, Jeffrey Baker, Damon Chaplin, Brian Cameron, 
8728   Murray Cumming, James Henstridge, Jacob Berkman, Arnaud Charlet, Jeff Franks, 
8729   Jeff Garzik, Jody Goldberg, Diego Gonzalez, Melvin Hadasht, Raja Harinath, 
8730   Tim Janik, Mike Kestner, Mathieu Lacage, Alex Larsson, Ryan Lovett, 
8731   Mark McLoughlin, Sven Neumann, Padraig O'Briain, Xavier Ordoquy, Chris Phelps, 
8732   Detlef Reichl, Guillermo S. Romero, Federico Mena Quintero, Manish Singh,
8733   HideToshi Tajima, Vitaly Tishkov, Jon Trowbridge, Sergey Vlasov.
8734
8735 Overview of Changes in GTK+ 1.3.12
8736 ==================================
8737
8738 * Fix problems with PNG saving [Michael Natterer]
8739 * Cleanups of deprecated usages [Sebastian Wilhelmi]
8740 * Win32 fixes [Tor Lillqvist]
8741 * Documentation improvements [Matthias Clasen, Havoc Pennington, 
8742   Vitaly Tishkov]
8743 * Frame buffer port fixes [Manish Singh]
8744 * GtkTextView bug fixes [Havoc Pennington, Chris Phelps]
8745 * Menu behavior improvements [Kristian Rietveld]
8746 * Make focus line width configurable, focus color work on 
8747   dark themes. [Bill Haneman, Owen Taylor]
8748 * Add state argument to gtk_paint_focus() [Bill]
8749 * Added incremental revalidation to tree view, for better apparent speed 
8750   [Jonathan Blandford]
8751 * Remove useless gtk_tree_view_column_cell_event() [Jonathan]
8752 * Display XIM status in a separate window [HideToshi Tajima]
8753 * Add GDK_DEBUG=nograbs to disable pointer, keyboard grabs [Jacob Berkman]
8754 * Add menu of Unicode control characters to GtkEntry, GtkTextView 
8755   [Dov Grobgeld, Havoc]
8756 * Pass key releases along to input methods [Owen]
8757 * Many bug fixes
8758
8759 Other contributors: Darin Adler, Fabrice Bellet, Chris Blizzard, 
8760   Hans Breuer, Anders Carlsson, Damon Chaplin, Murray Cumming, Jeff Franks, 
8761   James Henstridge, Tim Janik, Alex Larsson, George Lebl, Kjartan, Maraas, 
8762   Sven Neumann, Seth Nickell, Padraig O'Briain, Soeren Sandmann, Manish Singh, 
8763   Matt Wilson
8764
8765 Overview of Changes in GTK+ 1.3.11
8766 ==================================
8767
8768 * Massive rework of accelerator API and implementation (Tim Janik)
8769 * Major fixes to resizing and redrawing to eliminate hysteresis
8770   and optimize. (Owen Taylor, Soeren Sandmann)
8771 * Make many widgets NO_WINDOW to improve appearance and reduce
8772   drawing overhead (Owen)
8773 * Text view fixes (Havoc Pennington)
8774 * Make child widgets in GtkTextView work (Havoc)
8775 * GtkTreeModelSort fixage (Jonathan Blandford, Kristian Rietveld)
8776 * Clean up GtkTreeView drag and drop support (Owen)
8777 * Misc tree view fixes and improvements (Jonathan, Kristian, Anders, Matt Wilson)
8778 * Add gtk_window_get/set_focus(), gtk_window_set_default() as public
8779   functions (Owen, Damian Ivereigh)
8780 * Fixes to GtkPlug/GtkSocket (Michael Meeks, Owen)
8781 * Change button ordering in standard dialogs to correspond to 
8782   GNOME usability project proposal (Gregory Merchan)
8783 * Add support for context sensitivity in input methods (Owen)
8784 * Hook up gtk_im_context_set_use_preedit() (Hidetoshi Tajima)
8785 * Fix gdk_window_scroll() and other aspects of big windows (Owen)
8786 * Remove need for X connection for class initialization (Jacob Berkman)
8787 * Propagate key events to parents of focused widget (Owen)
8788 * Don't export normal GTK+ marshalers, export deprecated compat marshalers (Owen)
8789 * Many Win32 Fixes and improvements (Hans Breuer, Tor Lillqvist)
8790 * Bug and documentation fixing (Matthias Clasen, Anders Carlsson,
8791   Jacob Berkman, others.)
8792
8793 Other Contributors:
8794   Darin Adler, Marius Andreiana, Erwann Chenede, Murray Cumming, Janet Davis, 
8795   Daniel Egger, Daniel Elstner, Jeff Franks, Alex Larsson, George Lebl, 
8796   Sergey Kuzminov, Eric Lemings, Arkadiusz Miskiewicz, Padraig O'Briain, Sven Neumann, 
8797   Kristian Rietveld, Nicolas Setton, Manish Singh,  Vitaly Tishkov, Sebastian Wilhelmi, 
8798   Michael Natterer
8799
8800 Overview of Changes in GTK+ 1.3.10
8801 ==================================
8802
8803 * GtkTextView fixes [Havoc Pennington]
8804 * GtkTreeView fixes and improvements [Jonathan Blandford, Kristian,
8805   Manish Singh, Joshua Pritikin, Oleg Maiboroda, James Henstridge]
8806 * gtkdemo improvements [Kristian Rietveld]
8807 * Drag and drop fixes to generic code and widgets 
8808   [Owen Taylor, Damian Ivereigh]
8809 * Documentation improvement [Havoc Pennington, Matthias Clasen]
8810 * Spelling fixes [Jacob Berkman]
8811 * Move signals to the GtkEditable interface [Kristian]
8812 * Further stock image improvements [Jakub Steiner]
8813 * Support text chunks for the PGN loader, add gdk_pixbuf_get_option()
8814   [Sven Neumann]
8815 * Rename gdk_pixbuf_new_from_stream back to new_from_inline [Owen]
8816 * Automatically call setlocale(), unless explicitly disabled [Owen]
8817 * Property addition to various widgets [Michael Meeks, Owen]
8818 * Support building with automake-1.4 [James]
8819 * Make GtkRadioButton groups act as a single focus point [Owen]
8820 * Move gdk_window_lookup etc. to be cross-platform [Matthias]
8821 * Draw spinbuttons variably sized [Kristian]
8822 * Separate GdkAtom out from X atoms for compatibility with future
8823   multihead changes [Owen]
8824 * Require gdk_threads_init() to be explicitly called instead
8825   of piggybacking off of g_thread_init(). [Owen]
8826 * Improvements to text-view/label/entry popup menus [Damian, Jacob, Owen]
8827 * Bug fixes and cleanup [Matthias, others]
8828
8829 Other Contributors:
8830   Mark McLoughin, Mikael Hermansson, Soeren Sandmann, Anders Carlsson,
8831   Tim Janik, Murray Cumming, Hidetoshi Tajima, Padraig O'Briain, 
8832   Hans Breuer, Vitaly Tishkov, Dov Grobgeld
8833  
8834
8835 Overview of Changes in GTK+ 1.3.9
8836 =================================
8837
8838 * Add editable text cells to GtkTreeView.
8839   Keynav, drawing fixes in GtkTreeView [Jonathan Blandford]
8840 * Text widget no longer always has a \n in it. [Havoc Pennington]
8841 * Text widget bug fixes [Havoc, Dov Grobgeld, Hidetoshi Tajima]
8842 * Allow -1 for width/height in gdk_pixbuf_render_*(). [Matthias Clasen]
8843 * Minor fix for major resizing problems in recent releases [Owen Taylor]
8844 * Restore ability to set _set properties to TRUE for 
8845   GtkCellRendererText, GtkTextTag [Owen]
8846 * Cursor drawing improvements [Owen]
8847 * Win32 fixes [Hans Breuer]
8848 * Mark various functions as deprecated or private.
8849 * Misc bug fixes, portability fixes, and cleanups.
8850
8851 Other Contributors: 
8852  Vitaly Tishkov, Christian Rose, Frank Belew, Jeff Franks, Sven Neumann,
8853  Kristian Rietveld, Vitaly Tishkov, Joshua N. Pritikin, Matt Wilson, 
8854  James Henstridge, Detlef Reichl
8855
8856 Overview of Changes in GTK+ 1.3.8
8857 =================================
8858
8859 * GtkTreeView and GtkTreeModel API cleanups/improvements [Jrb]
8860 * GtkOptionMenu scrollwheel support [Alex]
8861 * GtkModule search paths [Owen]
8862 * Documenatation updates [Havoc,Jrb]
8863 * Major Gdk cleanup [Owen]
8864 * Miscellaneous other fixes/cleanups
8865
8866 Other Contributors:
8867   Joshua N Pritikin, Padraig O'Briain, Jakub Steiner, Matthias Clasen,
8868   Matt Wilson, James Henstridge
8869
8870 Overview of Changes in GTK+ 1.3.7
8871 =================================
8872
8873 * Many Pixbuf (loader) improvements [Matthias Clasen, Soeren Sandmann]
8874 * Added publically installed utility gdk-pixbuf-csource to generate
8875   inlined pixbufs in C source code [Tim Janik]
8876 * Optional movement of button children on press [Soeren, Owen Taylor]
8877 * Interactive searching in GtkTreeView [Kristian Rietveld]
8878 * Sorting/ordering improvements for GtkTreeView [Kris, Jonathan Blandford]
8879 * Animation of expander motion for GtkTreeView [Anders Carlsson]
8880 * Lots of misc GtkTreeView fixes and improvements [Jonathan]
8881 * New/improved stock icons [Jakub Steiner] 
8882 * Code and API rework for window resizing [Havoc Pennington]
8883 * Converted accel groups to GObject [James Henstridge]
8884 * More property support improvements
8885 * Add facility for "secondary" buttons in 
8886   GtkButtonBox/GtkDialog [Gregory Merchan]
8887 * Disentangled child visability from MAPPED state [Owen]
8888 * Plug/Socket improvements and port to the XEMBED protocol [Owen]
8889 * Added priorities for styles in RC files, 
8890   support multiple parse contents [Owen]
8891 * Made GdkVisual and GdkDevice GObjects [Alexander Larsson]
8892 * Key binding improvements [Havoc]
8893 * Added GtkWidget::event-after signal since normal event handling
8894   is now aborted as soon as a handler returned TRUE [Tim]
8895 * Dnd fixes and improved icon support [Owen]
8896 * Removed GtkPacker widget
8897 * Fixing missing paired getters/setters [Kris]
8898 * Nuked remaining GtkArg cruft, implemented container/child properties [Tim]
8899 * Added window grab groups [Owen]
8900 * Many frame buffer improvements [Alex]
8901 * Win32 fixes and improvements [Hans Breuer]
8902 * Warning fixes [Darin Adler]
8903 * Miscellaneous bug and API fixes [Matthias et. al]
8904
8905 Other Contributors:
8906   Joshua N Pritikin, Hidetoshi Tajima, Manish Singh, ERDI Gergo, Jens Finke,
8907   Chema Celorio, Lee Mallabone, Vitaly Tishkov, Sebastian Wilhelmi,
8908   Nicola Girardi, Sven Neumann, Padraig O'Briain, Michael Natterer,
8909   Suresh Chandrasekharan, Jonas Borgström, Jay Cox, Michael Meeks,
8910   Mathias Hasselmann, Peter Williams, Thomas Broyer, Kjartan Maraas,
8911   Joel Becker, Jeff Franks, Brian Cameron, Skip Montanaro
8912
8913 Overview of Changes in GTK+ 1.3.6
8914 =================================
8915
8916 * Properly renders strikethrough text
8917 * win32 fixes
8918 * Added "scale" property to GtkTextTag and GtkCellRendererText to do 
8919   relative font scaling
8920 * Added "format_value" signal to GtkScale to reformat value text
8921 * framebuffer fixes
8922 * Property support added to lots of widgets
8923 * Many GtkTreeView new features and API/implementation fixes
8924 * Lots of new_with_mnemonic() convenience functions
8925 * Change GtkImageMenuItem API to be more consistent/useful
8926 * Added lots of new stock items/icons
8927 * Rewrote GtkRange/GtkScale/GtkScrollbar, includes support for
8928   enabling/disabling extra scrollbar stepper arrows in gtkrc so NeXT
8929   themes won't need broken hacks
8930 * Convenience API for GtkRange similar to the one added to GtkSpinButton
8931   a while back
8932 * Make menubar/toolbar work properly with xthickness/ythickness of 1 or 0, 
8933   and move some attributes from program settings to user settings.
8934   Allows nice 1-pixel-bevel themes.
8935 * Moved ::focus virtual function from GtkContainer to GtkWidget
8936 * Plenty of bug fixes
8937
8938 Overview of Changes in GTK+ 1.3.5
8939 =================================
8940
8941 * New default theme based on Raleigh theme for 1.2.x.
8942 * Dependency on the ATK library added as a step to
8943   providing accessibility-enabling interfaces
8944 * XEMBED-based GtkPlug/GtkSocket now basically works.
8945 * Drag and drop of column headers in GtkTreeView
8946 * GtkColorSelector work: hooks for saving and propagating palette, UI tweaks,
8947   and API sanitation
8948 * Key binding fixes
8949 * Configurable padding/spacing in a lot of places
8950 * Invisible text in GtkTextView fixed
8951 * SHM segments now created with a mode of 0600
8952 * Bug fixes
8953
8954 Overview of Changes in GTK+ 1.3.4
8955 =================================
8956
8957 * Win32 fixes
8958 * GtkTreeView improvements and fixes
8959 * Fix glib-2.0.m4
8960 * Miscellaneous bug fixes
8961
8962 Overview of Changes in GTK+ 1.3.3
8963 =================================
8964
8965 [ 5600 lines of ChangeLog ]
8966
8967 * API cleanups
8968 * Win32 work (Tor, Hans Breuer)
8969 * Focus improvements (Owen)
8970 * Frame buffer improvements (Alex)
8971 * Work on GtkTextView (Havoc)
8972 * Much work on GtkTreeView (Jonathan)
8973 * Selectable labels (Havoc)
8974 * Converted many arguments to properties (Lee Mallabone, John Margaglione)
8975 * Add exact regions to GdkExposeEvent, propagate it. (Alex)
8976 * Added ability to have resize grips in status bars (etc.) using
8977   _NET_WM_MOVERESIZE protocol. (Havoc)
8978 * Added mnemnonic mechanism to make setting underline accelerators
8979   much easier. (Alex)
8980 * Add per-style property mechanism to allow themes to change 
8981   geometry parameters. (Tim)
8982 * Added global settings mechanisms for settings such as double-click
8983   time. (Tim, Owen)
8984 * Various support functions for new and old WM properties (Havoc, Alex)
8985 * Add TRUE-stops-returns for boolean-returning signals (Ron Steinke)
8986
8987 Overview of Changes in GTK+ 1.3.2
8988 =================================
8989
8990 GTK Core:
8991
8992 * New stock-icon and stock-item system. Use themeable pixbufs in
8993   dialogs, buttons, etc. [Havoc]
8994 * Theme engines reworked to use derivation and new object system. [Owen]
8995 * Added GtkClipboard object for simple selection handling. [Owen]
8996 * Make GtkEditable an interface, move implementation to GtkOldEditable for
8997   compat. [Owen]
8998 * Better handling of default directionality. [Robert]
8999 * Use GSignal as backend for GtkSignal and other GObject stuff. [Tim]
9000 * Move theme engines to GTypePlugin. [Owen]
9001
9002 GDK:
9003
9004 * Beginning of implementation of client parts of new window manager spec. [Owen]
9005 * Make gdk_drawable_get_image() work with backing store. [Havoc]
9006
9007 Widgets:
9008
9009 * New text widget [Havoc]
9010   - Adjustable tab handling.
9011   - Ability to have scrolling side areas in new text widget for tabs/line numbers.
9012   - Many cleanups and small improvements.
9013 * Improvements to submenu navigation [Nils Barth/David Santiago] and
9014   scrolling menus. [Alex]
9015 * Simplification of progress bar API. [Havoc]
9016 * Make GtkImage a generic image-display widget. [Havoc]
9017 * New GtkTreeView tree widget. Model/view architecture, flexible rendering,
9018   large datasets, etc. [Jonathan]
9019 * New GtkMessageBox widget for message display. [Havoc]
9020 * Allow labels to have contents set from XML-like markup language. [Havoc]
9021 * Make dialogs derive from GtkDialog and use stock buttons. [Havoc]
9022
9023 Internationalization:
9024
9025 * Proper character set conversion for clipboard/selection. [Owen]
9026 * New input method system via loadable modules; support on-the-spot
9027   preedit in GtkEntry and new text widget; allow switching input methods
9028   on the fly; include modules for XIM and demo Cyrillic-transliteration 
9029   module. [Owen]
9030 * VIQR, Thai, and Inuktitut input methods. [Robert]
9031 * Convert po files to UTF-8. [Robert]
9032
9033 gdk-pixbuf:
9034
9035 * Full-alpha compositing for gdk-pixbuf on drawable. [Havoc]
9036 * Add simple saving to gdk-pixbuf. [David Welton/Havoc]
9037 * Add improved error handling with GError to gdk-pixbuf. [Havoc]
9038
9039 Ports:
9040
9041 * Much work on Win32 Port. [Tor/Hans]
9042 * Much work on Linux-FB Port. [Elliot/Alex]
9043
9044 Misc:
9045
9046 * Start of new gtk-demo demo program. [Owen/Jonathan]
9047 * Bug fixes and more bug fixes.
9048
9049
9050 Overview of Changes in GTK+ 1.3.1:
9051
9052 * GTK+ now uses the Pango library for text manipulation. All
9053   strings in GTK+ now are in Unicode, languages written
9054   from right-to-left, and complex-text languages are now supported.
9055 * The gdk-pixbuf library for image loading and manipulation is 
9056   has been integrated with GTK+.
9057 * The GTK+ object system has mostly been moved to GLib, separating
9058   it from the GUI code. Many significant enhancements have been
9059   made as part of this.
9060 * A new text widget is now included. This started as a port
9061   of the Tk text widget, and includes such features of the Tk
9062   text widget as tags, marks, and unicode text support. It
9063   has been enhanced to support model-view operation and the
9064   full power of Pango.
9065 * The GDK library has been extensively revised to support multiple
9066   windowing systems. The only fully functional backend in 1.3.1
9067   is the X11 backend, however, ports to Win32, Linux-framebuffer,
9068   Nano-X, BeOS, and MacOS exist in various states of completion,
9069   and at least some of these will be finished and integrated in 
9070   before the final GTK+-2.0 release.
9071 * 32-bit coordinates are now supported throughout GDK and GTK+
9072   (they are emulated where not supported by the windowing system.)
9073 * Many minor bug fixes and enhancements. Incompatible changes
9074   are documented in docs/Changes-2.0.txt
9075
9076 Overview of Changes in GTK+ 1.2.8:
9077
9078 * GNU Make 3.79 bug workaround
9079 * FAQ and tutorial updates and improvements
9080 * Miscellaneous bug fixes: CList, Calendar, rc-files, FontSelection
9081
9082 Overview of Changes in GTK+ 1.2.7:
9083
9084 * More header cleanups.
9085 * Fixed activation bug for insensitive widgets.
9086 * Locale fixes to RC file parsing code.
9087 * Miscellaneous bugfixes for Item Factory, CList, CTree, X Selections,
9088   HScale, VScale, Pixmap, Viewport, OptionMenu, Entry and Notebook.
9089 * Upgrade to libtool 1.3.4.
9090
9091 Overview of Changes in GTK+ 1.2.6:
9092
9093 * container queue_resize fixes
9094 * gtk[vh]scale: minor fixups
9095 * rename idle to idle_id in testgtk to avoid conflicts with 
9096   broken libs
9097 * More consistent naming of gtkrc files
9098 * Added language support: ro, uk
9099
9100 Overview of Changes in GTK+ 1.2.5:
9101
9102 * more GtkCTree and GtkWindow bug fixes.
9103 * more redraw/resize queue fixes, better expose event
9104   discarding code.
9105 * more miscellaneous bugs fixed
9106 * new configure.in option --disable-rebuilds to completely disable
9107   rebuilds of autogenerated sources.
9108 * check for 5.002 now, to avoid failing autogeneration build rules due
9109   to old perl versions.
9110 * fonts (and fontsets) are cached now.
9111 * more autogeneration make rules and dependency fixups, we should be
9112   save with autogeneration up to make -j12 now ;)
9113 * new window position GTK_WIN_POS_CENTER_ALWAYS, which will recenter the
9114   GtkWindow on every size change.
9115 * major rework of window manager hints handling code, fixed a bunch of
9116   races with the new resizing code.
9117 * the new wm hints and resizing code is absolutely perfect and bug free now,
9118   it only lacks testing ;)
9119 * fixed up various rc style memory problems.
9120 * gtk_widget_modify_style() now properly changes the style of realized widgets
9121   and references the style passed into it. if people worked around this bug,
9122   this will introduce a slight memory leak in their code.
9123   The code should typically look like:
9124             GtkRcStyle *rc_style = gtk_rc_style_new ();
9125             [...]
9126             gtk_widget_modify_style (widget, rc_style);
9127             gtk_rc_style_unref (rc_style);
9128 * fix problems with positioning menus offscreen.
9129 * GtkText fixes for some crashes and drawing errors.
9130 * Better handling for unexpected window destroys in GDK and GTK+.
9131   This should make it possible to use a GtkPlug and catch the
9132   case where its parent socket is randomly killed.
9133 * FAQ updates.
9134 * FileSelection i18n patches, RadioButton fixups.
9135 * many translation improvements.
9136 * miscellaneous other bugs fixed.
9137
9138 Overview of Changes in GTK+ 1.2.4:
9139
9140 * DnD improvements (drags can be canceled with Esc now).
9141 * suppressed configure event reordering in Gdk.
9142 * rewrite of Gtk's configure event handling.
9143 * major improvements for the object argument system (Elena Devdariani).
9144 * major bugfixes for threading, GtkNotebook, GtkItemFactory, GtkCList and
9145   GtkCTree.
9146 * tutorial/FAQ updates, new file generation.txt on autogenerated sources.
9147 * configure's --with-glib= is "officially" unsupported.
9148 * upgrade to libtool 1.3.3.
9149 * various buglets fixed.
9150
9151 Overview of Changes in GTK+ 1.2.3:
9152
9153 * Upgrade to libtool 1.3
9154 * Check for dgettext (for systems with old versions of GNU Gettext)
9155 * Many bug fixes (see ChangeLog for details)
9156
9157 Overview of Changes in GTK+ 1.2.2:
9158
9159 * Improved Dnd behaviour with Motif applications.
9160 * Bug fixes for the Gtk selection code.
9161 * Minor bug fixes to the Gdk Atom cache and Dnd code (with --display option).
9162 * Bug fixes and leak plugs for the Gdk IM code.
9163 * Added gtk_object_get() facility to retrieve object arguments easily.
9164   The var args list expects ("arg-name", &value) pairs.
9165 * Fixed mapping for GdkInputCondition<->GIOCondition, this should fix
9166   problems where closed pipes were no longer signaling GDK_INPUT_READ on
9167   systems with a native poll().
9168 * Some cleanups to GtkLabel's memory allocation code (shouldn't leak memory
9169   anymore).
9170 * We don't attempt to lookup xpm color "None" anymore, this should prevent
9171   eXodus (commercial X windows server) from popping up a color dialog every
9172   time a transparent pixmap is created.
9173 * Fixed bug where Gtk timeout/idle handlers would execute without the global
9174   Gdk lock being held.
9175 * Other minor bug fixes.
9176
9177 Overview of Changes in GTK+ 1.2.1:
9178
9179 * Many Bug fixes have been applied to the menu and accelerator code.
9180 * GtkItemFactory can "adopt" foreign menu items now and manage their
9181   accelerator installation. This is often required to get GtkItemFactory
9182   like accelerator propagation between different windows with the same
9183   menu hierarchy and for centralized parsing and saving of accelerators.
9184 * GtkCList/GtkCTree buttons should always display correctly now.
9185 * Miscellaneous other bug fixes.
9186
9187 What's New in GTK+ 1.2.0 (since 1.0.x):
9188
9189 * New widgets: GtkFontSelector, GtkPacker, GtkItemFactory, GtkCTree,
9190   GtkInvisible, GtkCalendar, GtkLayout, GtkPlug, GtkSocket
9191 * Many new features and robustness for existing widgets
9192 * Theme support
9193 * New DND implementation
9194 * Internationalization of standard dialogs
9195 * New key binding system
9196 * Tearoff menus and menu accelerators
9197 * Wide character support for entry and text
9198 * Resizing code has been overhauled
9199 * Queued redraws of partial areas
9200 * Far better support for object arguments
9201 * Speed optimizations
9202 * Runtime loading of dynamic modules
9203 * Support for GLib log domains
9204 * Tutorial improvements
9205 * A bug fix or two
9206
9207 Overview of Changes in GTK+ 1.1.16:
9208
9209 * Major fixes and improvements for handlebox
9210 * A change to the way widget->requisition works. Now,
9211   widget->requisition is always what the widget requested,
9212   unmodified by the usize. See Changes-1.2.txt for details.
9213   This correct various bugs with gtk_widget_set_usize().
9214 * Fixes for XIM on X11R5 systems
9215 * Don't allow cut-and-paste of text in password-style entries
9216 * --enable-debug is now on by default for the development release.
9217   (When compiling for "production", use --enable-debug=minimum)
9218 * Handle systems where Helvetica is not present more gracefully
9219 * Fixes for memory leaks
9220 * CList and CTree fixes
9221 * Bug fixes for drawing problems. 
9222 * Miscellaneous bug fixes to GtkLabel, GtkCList, GtkCTree,
9223   GtkColorsel, Focusing, DND
9224 * Tutorial improvements
9225
9226 Overview of Changes in GTK+ 1.1.15:
9227
9228 * Tutorial Updates
9229 * Added --libs gthread to gtk-config 
9230 * Bug fixes
9231
9232 What is new in GTK+ 1.1.14:
9233
9234 * Additions to docs/Changes-1.2.txt
9235 * Just warn when loading theme engine fails
9236 * CLAMP GtkScale digits to a meaningful range
9237 * GTK_LOCALDIR is now defined in a better fashion
9238 * New functions (feature freeze, we know...):
9239     gtk_menu_set_title()
9240     gtk_toggle_button_get_active()
9241 * Some locale fixups in gtkrc code
9242 * Fixes to make gtk_radio_button_set_group() keep only
9243   one radio button in the group active
9244 * Foreign windows are now always treated as viewable; this fixes
9245   a problem where updating didn't occur properly in GtkPlug
9246 * DND fixes for 64 bit architectures, and for specifying operations 
9247   with modifier keys.
9248 * Major revisions to GtkLayout: avoid having to create window
9249   for NO_WINDOW children, adjust allocations of children as 
9250   scrolled so queued draws work, and a resize is queued instead
9251   of allocating directly in a put() or move()
9252
9253 What is new in GTK+ 1.1.13:
9254
9255 * Dnd and selection bug fixes and memory purification.
9256 * Widget sensitivity fixups.
9257 * Tooltips windows are now named "gtk-tooltips" so rc file rules
9258   can match tooltips windows. Fixed interaction of tooltips and NO_WINDOW
9259   widgets.
9260 * Spin buttons now update their values upon value retrieval.
9261 * Overhaul of the resizing vs. redrawing logic to reduce redrawing needs
9262   a lot. Gtk makes full use of the draw_area coalescing code now, which
9263   got minorly improved as well.
9264 * Containers map their Gdk windows after their children now to reduce
9265   expose event generation.
9266 * Gdk event queue fixups, this solves the double-click problems people were
9267   recently having.
9268 * Account for the fact that GSource's are only properly reentrant from
9269   within dispatch(), thus we don't do Gdk event processing from within
9270   check() or prepare() anymore.
9271 * Rc files feature a bg_pixmap value of "<none>" now.
9272 * Improved session management support in Gdk.  
9273 * Automatic disabling of NLS if no gettext is found should work now.
9274 * Removed deprecated functions, docs/Changes-1.2.txt gives an overview.
9275 * Gtk+ development now requires GNU autoconf 2.13, GNU automake 1.4
9276   and GNU libtool 1.2d.
9277 * More bug fixes all over the place.
9278
9279 What is new in GTK+ 1.1.12:
9280
9281 * Korean translation added
9282 * Fixed memory leaks
9283 * A few other bug fixes
9284
9285 What is new in GTK+ 1.1.11:
9286
9287 * Dutch, Japanese, Swedish, Polish, and Norwegian translations
9288 * Removed deprecated _interp variants: gtk_container_foreach_interp, 
9289   gtk_idle_add_interp, gtk_timeout_add_interp, gtk_signal_connect_interp
9290 * Lots of cast corrections
9291 * Many fixes 
9292
9293 What is new in GTK+ 1.1.9:
9294
9295 * Check for broken glibc 2.0 mb functions and avoid them
9296 * Label and Entry display fixes 
9297 * Move main thread back to GDK, for locking when translating events
9298 * Bug fixes
9299
9300 What is new in GTK+ 1.1.8:
9301
9302 * Added support for gettext and the localization of the standard
9303   dialogs.
9304 * Added line-wrapping for the label, and JUSTIFY_FILL
9305 * Support reordering via drag and drop in  CList and CTree.
9306 * Replaced GtkDrawWindow widget with a GTK_USER_DRAW flag
9307 * Extended gtkpaned API to support minimum sizes and proportional
9308   resizing.
9309 * Changed the handling of shared memory segments so as to 
9310   remove the need for GTK+ to set up signal handlers.
9311 * Re-implemented event loop in terms of the event loop
9312   that has been added to GLib 1.1.8
9313 * Added 'grab_focus' signal to allow keyboard accelerators
9314   for entries.
9315 * Load locale specific RC files if present.
9316 * Bug fixes.
9317
9318 What is new in GTK+ 1.1.7:
9319
9320 * Fixed memory mis-allocation in default files code
9321 * Various event handling fixes
9322 * Wide character support for entry and text
9323 * Destroy widgets _after_ propagating unrealize signals through 
9324   widget hierarchy
9325 * Only build XIM-support if available
9326 * Tutorial and examples updates
9327 * Added gtk_drag_source_unset()
9328
9329 What is new in GTK+ 1.1.6:
9330
9331 * The signal system now features emission hooks with special semantics,
9332   refer to the ChangeLog for this.
9333 * Minor? speedups and memory reductions to the emission handling of the
9334   signal system.
9335 * _interp() function variants are deprecated now. the corresponding *_full()
9336   variants are provided for a long time now.
9337 * Dnd abort timeout increased to 10 minutes.
9338 * GtkScrolledWindow inherits from GtkBin now.
9339 * GTK_POLICY_NEVER is implemented for scrolled windows now.
9340 * Lots of API clean ups.
9341 * Incremental freezing abilities.
9342 * Integrated widgets from the GNOME tree: GtkLayout, GtkPlug and GtkSocket.
9343 * New window functions for transient relationship, default size, and 
9344   geometry hints
9345 * Default rc files are now read in (<sysconfdir/etc/gtkrc and ~/.gtkrc)
9346   GTK_RC_FILES environment variable and functions are provided to configure
9347   this behavior
9348 * Read doc/Changes-1.2.txt to properly adapt your code.
9349 * Bug Fixes.
9350
9351 What is new in GTK+ 1.1.5:
9352
9353 * Theme integration
9354 * Widget style modification is now handled through GtkRcStyles
9355 * GtkPixmaps now grey out pixmaps when insensitive
9356 * Notebook enhancements
9357 * Shadow configurability for menubars and handleboxes
9358 * DND enhancements
9359 * gtkfilesel now supports automounters better
9360 * Implementation of expose compression
9361 * Queued redraws of partial areas
9362 * Scrolledwindow (+Viewport) source incompatibilities, children that are added
9363   to a scrolled window don't get an automatic viewport anymore. a convenience
9364   function gtk_scrolled_window_add_with_viewport() is supplied for this task
9365 * Deprecated functions will now issue a message, informing the programmer about
9366   the use of this function. These functions will get removed in future versions
9367 * Non-functional functions got removed entirely
9368 * gtk_widget_new() and gtk_object_new() will now auto-construct new objects.
9369   A new function gtk_object_default_construct() is provided now which should
9370   be called after every gtk_type_new() to perform the auto-construction
9371 * Improved argument support of several widgets
9372 * Bug Fixes
9373
9374 What is new in GTK+ 1.1.3:
9375
9376 * GtkCList/GtkCTree now have the ability to:
9377     - hide/show individual columns
9378     - disable/enable column resizing
9379     - set min and max for column widths
9380     - set expander style of the ctree
9381     - set/get row and cell styles
9382     - set spacing between tree expander and cell contents in ctree
9383     - toggle auto_resize for columns
9384 * Must enhanced DND support, removed old DND code
9385 * Idle functions are now implemented via GHook, giving a slight speed
9386   improvement
9387 * An environment variable GTK_MODULES which takes a colon separated
9388   list of module names GTK+ will now automatically load at gtk_init() startup
9389 * GtkFontSel now has support for an extra 'base' filter
9390 * New function gdk_window_set_root_origin to get the real geometry taking
9391   into account window manager offsets
9392 * New function gtk_text_set_line_wrap to toggle line wrapping
9393 * New function gtk_widget_add_events which safely adds additional
9394   events to a widget's event mask
9395 * New function gdk_event_get_time to get the timestamp from a generic
9396   event
9397 * New widget GtkCalendar
9398 * New widget GtkInvisible - InputOnly offscreen windows used for reliable
9399   pointer grabs and selection handling in DND code
9400 * New functions gtk_object_remove_no_notify[_by_id] to remove a certain
9401   data portion without invocation of its destroy notifier 
9402 * gtk_spin_button_construct is now deprecated, use gtk_spin_button_configure
9403   instead 
9404 * gtk_clist_set_border is now deprecated, use gtk_clist_set_shadow_type 
9405   instead
9406 * Removed functions gtk_object_set_data_destroy[_by_id] 
9407 * Documentation additions/updates 
9408 * HTML and plain text files are now included in the distribution
9409 * Bug fixes, typeness corrections, and general fixups
9410
9411 What is new in GTK+ 1.1.2:
9412
9413 * Gtk+ is now featuring runtime loading of dynamic modules via the
9414   --gtk-modules= command line switch. such modules have to export a
9415   G_MODULE_EXPORT void gtk_module_init (gint *argc, gchar ***argv);
9416   function which will be invoked to initialize the module. since such
9417   modules may create new widget types, they are always resident.
9418 * The tutorial has been updated again.
9419 * Changes to menus including tearoff menus and accelerators.
9420 * Better support for modal dialogs.
9421 * Removed CAN_FOCUS by default from scrollbars and button children of toolbar.
9422 * More improvements and fixes for GtkCList and GtkCTree (i.e. row sorting).
9423 * GtkCTree rows can be unselectable now.
9424 * The GtkCTree API has undergone major renames (see ChangeLog entry from Lars
9425   Hamann on Tue Aug 18 00:29:13 1998).
9426 * A bunch of varargs functions changed to get va_lists working on systems that
9427   implement va_lists as arrays.
9428 * Improvements to the gdkrgb code.
9429 * Improvements to Gdk color handling so we greatly reduce server traffic and
9430   don't leak colors anymore.
9431 * Improved internal widget tree iterators (the GtkContainer::foreach signal
9432   vanished because of this).
9433 * Option menus can have the keyboard focus now.
9434 * More fixups to the text widget.
9435 * GtkFileSelection should behave much more nicely in combination with AFS now.
9436 * Support for label underlining.
9437 * Support for GLib 1.1.3 log domains.
9438 * Documentation improvements.
9439 * Configuration fixes on various platforms.
9440 * Miscellaneous fixes to XInput support.
9441 * Build with shared library dependencies on Linux
9442 * Fix for a major bug in the type systems memory allocation code that could
9443   cause random crashes.
9444 * Libtool update to version 1.2b.
9445 * Lots of bugfixes and cleanups again ;)
9446
9447
9448 What is new in GTK+ 1.1.1:
9449
9450 * Tutorial updates and additions.
9451 * Key binding support for GtkListItems and GtkList.
9452 * Extended selection mode and autoscrolling for GtkLists.
9453 * A GtkCtree now operates on GtkCTreeNode* structures rather than GList*.
9454 * GtkCTreeNodes can now be created from GNode trees.
9455 * Bug fixes for GtkNotebook, GtkCList, GtkCombo and GdkWindow reparentation.
9456
9457
9458 What is new in GTK+ 1.1.0:
9459
9460 * New widget GtkFontSelector.
9461 * New featureful progress bar.
9462 * New container widget GtkPacker.
9463 * New object GtkItemFactory, GtkMenuFactory is deprecated.
9464 * New key binding system, configurable via rcfiles, similar to styles.
9465 * New widget GtkCTree with drag selections and keyboard movement and
9466   and horizontal scrolling. Features also implemented for GtkCList.
9467 * Significant speedups to widget creation and destruction through caching
9468   colormap and visual queries to the XServer.
9469 * Speedups for type creation and especially gtk_type_is_a() checks.
9470 * Speedups in signal lookup, creation and emissions and connection handling.
9471 * Minor speedups with object data allocation and destruction.
9472 * Additions to the signal handling API (e.g. *_emitv).
9473 * Support for rc-file reparsing.
9474 * Resizing logic is now implemented on container widget basis, rather than
9475   for toplevel GtkWindows only.
9476 * Buttons support relief styles now.
9477 * Some widgets are now allocated through memchunks to behave more memory wise.
9478 * Newly included file gtkfeatures.h which defines compatibility macros to
9479   test for certain API features upon program compilation.
9480 * Child arguments support for container widgets.
9481 * Far better support for object arguments, revamp of the underlying
9482   mechanism for speed and reusability. Child/object arguments don't
9483   need to be preceded by the "GtkType::" portion anymore.
9484 * Removed GtkAcceleratorTable in favour of GtkAccelGroup, accelerator display
9485   is now performed by a new widget GtkAccelLabel.
9486 * Overhaul of the resizing code. Resizing behaviour can now be specified
9487   on GtkContainer basis, so the underlying algorithm isn't only available
9488   for GtkWindows.
9489 * GtkTables are now fully resizable.
9490 * The GtkType system now supports an additional base class initialization
9491   function.
9492 * GtkStyles and key bindings can now be looked up depending on the base
9493   types of a widget, through a new keyword `class' in rc files.
9494 * GtkButton derives from GtkBin (finally).  
9495 * More descriptive error messages on rc parsing.  
9496 * Runtime information is available to query enum/flag definition values.
9497 * Upgrade to libtool-1.2
9498 * Legions of bug fixes, memory leaks, segfaults, of-by-something errors...
9499   including those that already went into the 1.0.x branch.
9500 * A big bunch of features and cosmetic fixups that just got lost in
9501   the masses of changesonfigure problem when cross-compiling