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