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