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