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