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