]> Pileus Git - ~andy/gtk/blob - NEWS
Return error instead of showing an error dialog when printing
[~andy/gtk] / NEWS
1 Overview of Changes from GTK+ 2.90.0 to 2.90.1
2 ==============================================
3
4 * Printing: The list of locales using US Letter papersize has
5   been updated to match the CLDR 1.8.1
6
7 * The default location for the 'module cache' files (ie the files
8   produced by gdk-pixbuf-query-loaders and gtk-query-immodules) has
9   been changed to $libdir/gtk-3.0/3.0.0/{loaders,immodules}.cache.
10   This should avoid multilib problems with the previous location.
11
12   Additionally, the query utilities accept an --update-cache argument
13   to update the cache file directly, instead of writing to stdout
14
15 * gtk_radio_action_join_group: A binding-friendly way to manage
16   radio actions.
17
18 * GtkAdjustment enforces values to the range [lower, upper - page_size]
19
20 * GDK has been GSEALed, with the addition of suitable accessors
21
22 * The XI2 branch with better support for multiple input devices has
23   been merged, together with backends for XInput, XInput2, win32 and
24   Quartz, and corresponding updates to input-device handling code
25   in GTK.
26
27 * A number of orientable widgets are no longer abstract: GtkBox,
28   GtkButtonBox, GtkPaned, GtkRuler, GtkScale, GtkScrollbar, GtkSeparator.
29   All of these can now be instantiated and flipped between horizontal
30   and vertical orientation at runtime. Their H/V subclasses are still
31   available, as convenience API.
32
33 * More deprecated API has been removed
34
35 * Bugs fixes:
36  613132 GtkBoxChild should probably be deprecated
37  592580 GDK needs sealing
38  618870 GTK+ uses wrong pkg-config to reveal the CAIRO_PREFIX
39  616817 Remove code to support deprecated GtkToolbar api
40  619114 undefined reference to `XkbBell'
41  617863 Actually expose the X11 funcs through introspection
42  613302 GtkWidget not emitting the unmap signal
43  565559 Incorrect leave-notify signals for treeview
44  533946 GtkHScale does not update correctly
45  618000 Sync paper size fallbacks with CLDR 1.8.1
46  614581 Gtk print dialog freezes on start up
47  551322 configure does not use -lm in jasper (JPEG2000) testing
48  619474 Fixes for GtkAdjustment for GTK+ 3
49  555087 Shouldn't the return type of gtk_entry_completion_get_model...
50  619385 Fix compilation warning: Do not break strict-aliasing rules
51  596725 Add XInput2 support
52
53 * Updated translations
54  Arabic
55  Estonian
56  Galician
57  Italian
58  Indonesian
59  Oriya
60  Shavian
61
62
63 Overview of Changes from GTK+ 2.20.x to 2.90.0
64 ==============================================
65
66 * GtkExtendedLayout: Width-for-height geometry management.
67   This change is known to currently cause minor problems in
68   some applications, see
69   617444 GNU emacs warnings with extended layout GTK+
70   617556 inkscape toolbars broken with extended layout
71
72 * gtk_icon_theme_load_symbolic: Support for 'symbolic' icons
73
74 * Applications can indicate their preference for a dark theme
75   variant by setting GtkSettings::gtk-application-prefer-dark-theme
76
77 * GtkTreeModelFilter can be more usefully subclassed
78
79 * Tooltip positioning has been changed to make it less likely
80   that the tooltip covers up the widget that it relates to
81
82 * Deprecated functions have been removed (though some more work
83   remains to be done in GDK)
84
85 * This release is parallel installable with GTK+ <= 2.22, by renaming
86   .pc files, libraries, include paths, module paths, gtkrc files, etc
87   to include a '3.0' in its name.
88
89 * Updated translations:
90  Basque
91  Bengali
92  Bengali India
93  Catalan
94  Catalan (Valencian)
95  Crimean Tatar
96  Danish
97  Dutch
98  Galician
99  Greek
100  Indonesian
101  Kannada
102  Kazakh
103  Latvian
104  Marathi
105  Norwegian bokmål
106  Spanish
107  Thai
108  Ukrainian
109
110
111 Overview of Changes from GTK+ 2.19.7 to 2.20.0
112 ==============================================
113
114 * Support the tracker 0.8 api in the file chooser search code
115
116 * Bug fixes:
117  609929 Dragging between two windows cause the menu widget...
118  613241 entry sends extra notify::text with "" on destroy
119  610946 error during gtk+ build + nonsense error messages
120  610176 Some cups1.2 feature use not shielded by API version-check
121  612574 GtkMenuItem does not emit notify::label when label...
122  612505 Entry layout not updated when underlying buffer changes
123  612346 gdk_window_set_icon_name doesn't work
124  612308 GTK+ Build error: redefinition of 'struct IPrintDialogCallback'
125  611118 Set APPLICATION_ID when launching desktop app
126  612768 DND cause crash in VNC environment
127  612575 Improve docs of gtk_notebook_set_tab_label_packing
128  605333 Confusing error in documentation
129  613028 Do not get a GtkSettings for size lookup if...
130
131 * Translation updates:
132  Basque
133  Brazilian Portuguese
134  Catalan
135  Dutch
136  Estonian
137  Finnish
138  Galician
139  Gujarati
140  Italian
141  Punjabi
142  Romanian
143  Spanish
144  Swedish
145  Traditional Chinese
146  Vietnamese
147
148
149 Overview of Changes from GTK+ 2.19.6 to 2.19.7
150 ==============================================
151
152 * Bug fixes:
153  611707 Move documentation from templates to inline comments
154   69872 GTK_WIDGET_SET_FLAGS should be deprecated
155  612066 empathy hangs when clicked on information about contact...
156  557420 Some compose sequences don't work anymore...
157  569042 gailbooleancell does not seem to attend to changes...
158  600992 File chooser reference counting issues
159  610905 gtk_drag_source_set need instrospection hint
160  611051 Search Entry Clear Icon not accessible
161  611217 Incorrect translator comment
162  611317 Document targets in drag and drop
163  611319 gtk_window_set_transient_for undocumented NULL value for parent
164  611658 Update documentation for gtkvscrollbar
165  611662 Update documentation for gtkvseparator
166  611686 focus_in/focus_out in gailtreeview.c should return FALSE...
167  611831 Move documentation to inline comments: GtkVBox
168  612119 Do not scroll when middle pasting
169
170 * Translation updates:
171  Afrikaans
172  Arabic
173  Basque
174  British English
175  Bulgarian
176  Czech
177  Danish
178  French
179  Galician
180  German
181  Greek
182  Hungarian
183  Lithuanian
184  Low German
185  Norwegian bokmål
186  Polish
187  Portuguese
188  Russian
189  Slovenian
190  Swedish
191
192
193 Overview of Changes from GTK+ 2.19.5 to 2.19.6
194 ==============================================
195
196 * Bugs fixed:
197  610701 gnome-shell crashes frequently
198  604799 Crash when button is pressed.
199  609744 crash at parse_data_for_row_pseudocolor
200  600789 gdk/gdkwindow.c "find_native_sibling_above" will crash
201  610141 gtk_assistant_get_nth_page() function fails to deliver...
202  609952 destroying a notebook window when the last tab got dragged...
203  603923 [annotations] gtk_tree_store_newv/set_column_types
204  610474 [annotations] Add allow-none
205  609650 GtkPlug Embedded signal is not emitted when plug...
206  610381 More space between toolbar icon and label
207  548026 No accessor for GtkWidget.requisition
208  609514 fix introspection comments for gtk_tree_view_get_path_at_pos
209  610235 msgid in bad English
210  607697 GDK_META_MASK always set on Alt-Enter with gtk+ 2.19.x
211  610632 gtk_info_bar_set_default_response problem
212  609172 gdk/directfb: little cleanups
213  610184 gtk_assistant_set_current_page() segfaults...
214
215 * Updated translations
216  Bulgarian
217  Czech
218  Estonian
219  German
220  Japanese
221  Korean
222  Lithuanian
223  Norwegian bokmål
224  Oriya
225  Polish
226  Romanian
227  Slovenian
228  Spanish
229
230
231 Overview of Changes from GTK+ 2.19.4 to 2.19.5
232 ==============================================
233
234 * GSEAL work:
235  - Add accessors for GtkPaned members
236  - Add gtk_widget_style_attach
237  - Seal GtkTextTag
238  - Deprecate GtkCurveType
239  - More GtkWidget flags accessors
240
241 * Bugs fixed:
242  403485 Move docs from tmpl/* to the source files
243  556263 Deprecate GtkCurve
244  554420 Seal GtkTextTag
245  561816 Optimize gtk_paned_set_position notifications
246  606288 Not using GtkOptionMenu deprecated symbols in test file
247  607061 GtkPlug socket window is sometimes incorrectly unref'd
248  607344 GtkCalendar: crash when using tooltips via glade
249  607885 GtkPaned::handle lack accessor
250  608162 gtktoolbutton doesn't create right proxy menu item...
251  608345 wrong reference on gdk_keymap_translate_keyboard_state
252  608370 dnd drag-dest signal handlers don't get correctly disconn...
253  608410 GOK types backwards in text entry fields
254  608615 DnD events sent to wrong window
255  608807 Marks on GtkScale widgets can overlap
256  609188 gdk/directfb: compiler warning in _gdk_windowing_pointer_grab()
257  609191 gdk/directfb: use G_DEFINE_TYPE in gdkcolor-directfb
258  609199 gdk/directfb: use G_DEFINE_TYPE in gdkgc-directfb
259  609201 gdk/directfb: max cursor size is artificially limited
260  591186 GTK Menu Bar is unreadable under Windows 7
261
262 * Updated translations
263  Bengali
264  Brazilian Portuguese
265  Czech
266  Estonian
267  French
268  Norwegian bokmål
269  Slovak
270  Spanish
271  Thai
272
273
274 Overview of Changes from GTK+ 2.19.3 to 2.19.4
275 ==============================================
276
277 * GSeal:
278  - New accessors for GtkEntry windows
279  - New accessors for GtkRange members
280
281 * Bugs fixed:
282  607082 Add accessors for sealed GtkRange members
283  567729 Add GtkToolPalette
284  591102 gdk_pixbuf_save() creates a zero-size file...
285  600865 gnome-panel crashed with "BadPixmap...
286  601412 action area presence makes gnome-terminal window grow...
287  603144 Suspected wrong builtin page size: Chinese PRC6 and...
288  606009 weirdness with clipping in abiword - csw
289  606698 Misplaced declaration of gtk_print_job_set_status
290  606761 pixops.c: variables are declared at middle of block
291  607217 Mixing calls to _set_markup and _set_text causes...
292  607269 gtk_label_set_attributes with empty list no longer...
293  607322 Double-click doesn't work if the item is selected...
294  607687 f-spot crashes when using themes using the pixmap...
295  607778 Add accessors for GtkEntry's windows
296  607770 Leak in GtkTreeView with HildonPannableArea
297  603245 drawing artifacts with action widgets and long tab...
298
299 * Updated translations:
300  Arabic
301  Asturian
302  Basque
303  Bengali
304  Bulgarian
305  Burmese
306  Norwegian bokmål
307  Slovenian
308  Spanish
309  Swedish
310
311
312 Overview of Changes from GTK+ 2.19.2 to 2.19.3
313 ==============================================
314
315 * GSeal:
316  - Deprecate widget flag macros
317    GTK_WIDGET_STATE
318    GTK_WIDGET_SAVED_STATE
319    GTK_WIDGET_FLAGS
320    GTK_WIDGET_TOPLEVEL
321    GTK_WIDGET_NO_WINDOW
322    GTK_WIDGET_COMPOSITE_CHILD
323    GTK_WIDGET_APP_PAINTABLE
324    GTK_WIDGET_CAN_DEFAULT
325    GTK_WIDGET_CAN_FOCUS
326    GTK_WIDGET_DOUBLE_BUFFERED
327    GTK_WIDGET_HAS_DEFAULT
328    GTK_WIDGET_HAS_GRAB
329    GTK_WIDGET_RECEIVES_DEFAULT
330  - Also deprecate the type macros
331    GTK_WIDGET_TYPE
332    GTK_OBJECT_TYPE_NAME
333    GTK_OBJECT_TYPE
334
335 * GtkOffscreenWindow: A new toplevel container widget to manage
336   offscreen rendering of child widgets
337
338 * OS X:
339  - Memory leak fixes and other improvements
340
341 * Bugs:
342  604901 Provide generic offscreen rendering container
343  597100 There is a misprint in the documentation...
344  598383 GtkWidget::state-changed signal should be documented
345  602284 Need a way to retrieve the preedit string in a GtkTextView
346  605090 Fix some compilation warnings
347  605199 Contradiction in the description of function...
348  606068 Setup libjpeg error handling earlier...
349  606230 gtk_combo_box_set_active_iter & unsetting the active item
350  606291 Fix some issues in "Migrating from GtkOptionMenu...
351  606434 prop-editor should support GdkColor
352
353 * Translations:
354  Asturian
355  Basque
356  Kannada
357  Norwegian bokmål
358  Slovenian
359  Spanish
360  Swedish
361  Thai
362  Ukrainian
363
364
365 Overview of Changes from GTK+ 2.19.1 to 2.19.2
366 ==============================================
367
368 * Introspection:
369  - Introspection data for gdk-pixbuf, gdk and gtk is now
370    included in GTK+ itself. As a consequence, the atk dependency
371    has been bumped to 2.29.2, and a gobject-introspection dependency
372    has been added. configure with --disable-introspection in order
373    to not build introspection data.
374
375 * Client-side windows:
376  - Fix some issues with handling of button and motion events
377  - Fix damage reporting for drawing on offscreen windows
378  - Fix problems with handling of input extension events
379
380 * Printing:
381  - Add api to handle printer hard margins
382
383 * Simple IM Context:
384  - Sync with Xorg compose file
385  - Make Compose-vowel-minus combinations consistent
386
387 * GDK:
388  - gdk_screen_get_primary_monitor: New function to get the
389    'primary' monitor in a multi-monitor setup
390
391 * gdk-pixbuf has gained the ability to store and retrieve embedded
392   ICC color profiles in png and tiff images
393
394 * Keyboard handling:
395  - Mnemonic underlines can now optionally be hidden until the Alt key
396    is pressed, this can be turned on with the gtk-auto-mnemonics setting
397  - Using the Super, Meta and Hyper modifiers in accelerators is working
398    more reliably
399
400 * Bugs fixed:
401  603652 Sporadic crashes with GtkSocket
402  605008 the region of damage event doesn't be copied in gdk_event_copy
403  588554 only show the accelerator when pressing alt
404  601473 GDK_BUTTON?_MOTION_MASK appears to be broken
405  601712 Add API for determining primary monitor
406   50942 selection/arrow key improvement
407  427409 editing shortcut always fails with super key
408  468989 need a way to get the printer's hard margins
409  502266 gtk_tree_selection_get_selected_rows free example produces...
410  592279 Introspection support
411  597386 Cannot click buttons more than once without moving the mouse...
412  599213 Use GtkCellEditable:editing_canceled property instead...
413  599397 Button stuck at pressed look after screen rotation
414  601383 gtk_icon_view_get_selected_items: example code gives...
415  602099 Actions can be activatable too
416  603619 the colormap of offscreen's pixmap doesn't inherit...
417  603904 gdk_draw_line doesn't have expose area.
418  604117 Add info about single includes when compiling GTK+ apps
419  604289 Please permit progress pages to be final in a dialog
420  604462 gtktoolitem.c: return-value is different type
421  604747 Using gdk_draw_line, the expose area of damage event is wrong
422  604787 property-notify-event is not delivered to a non-toplevel...
423  604881 GtkCellEditable::editing-cancelled should be writable
424  591085 GtkBuilder object ID bounded to GtkWidget "name" property
425
426 * Updated translations:
427  Arabic
428  Estonian
429  Hebrew
430  Low German
431  Norwegian bokmål
432  Slovenian
433  Spanish
434  Telugu
435  Vietnamese
436
437
438 Overview of Changes from GTK+ 2.19.0 to 2.19.1
439 ==============================================
440
441 * Client-side windows:
442  - Avoid some unnecessary exposes
443  - Avoid unnecessary redraws related to clearing windows
444
445 * GtkNotebook gained an 'action area'
446
447 * GtkStatusbar gained a 'message area'
448
449 * GtkToolPalette is a new container to show tool items
450   in collapsible groups in a grid
451
452 * gdk-pixbuf can now handle compressed TIFF images
453
454 * GSEAL work:
455  - New accessor: gtk_window_get_window_type()
456
457 * Bugs fixed:
458  590017  Does not compile under MinGW32 + Wine
459  569430 Gail should include a reciprocal relationship for NODE_CHILD_OF
460  598758 Need context for a propper translation
461  594535 No accesor for GtkStatusbar->label and ->frame
462  602725 fix setting icon-size on GICON images
463  599402 Landscape and Reverse Landscape icons need to be swapped
464  588740 JPEG images open with blur effect?
465  601337 Only use gdk_input_select_events() if XINPUT_NONE is defined
466  598050 Flickering in a gtk_socket
467  600158 Do not use static GTypeInfo and GInterfaceInfo
468  561973 Problem dragging images from Firefox to GTK+ app on Windows
469  601512 Remove unnecessary check in GtkTreeModelFilter
470  600222 Check for existence of cairo-svg.h in configure.in
471  595498 No accesor for GTK_WINDOW ()->type
472  116650 "action area" for GtkNotebook (e.g. for tab close button)
473  600150 GtkColorSelection tooltip issues
474  480065 wrong tree collapsed (or expanded) after having scrolled
475  596473 Second double-click of GtkTreeView row doesn't emit...
476  601869 GtkUIManager assumes too much about popup menus
477  581145 Wrong positioning for fullscreen gedit toolbar animation
478  602724 gailimage doesn't handle GTK_IMAGE_{GICON,ICON_NAME}...
479  561130 get_monitor_geometry segfaults if called with non-existant...
480  597026 Missing include for memset()
481  585383 Segfault in gdk_pixbuf__ico_image_save
482  597865 Move documentation from templates to inline comments
483  123569 Catch contents being reparented out of socket
484  561334 Incorrect named constant in documentation of two GtkButton...
485  601611 gtk_selection_data_get_targets() reads X Atom data as GdkAtoms
486  601409 action area presence modifies notebook behaviour
487  603268 wrong Since: markers in toolpalette merge
488  603271 wrong toolbar style
489  601959 must release compose key before continuing compose sequence
490  603302 Incorrectly warn about links on text with color and underline
491  603201 gtk_about_dialog_set_url_hook has no effect anymore
492  591438 dfb_events_dispatch is not thread safe
493  589842 GtkAction API to have its menu item proxies have always-show...
494  584700 TIFF pixbuf loader should support compression
495  603128 Adding new UI that was recently removed may cause wrong order
496  601682 Print preview should use gtk_show_uri by default
497  596083 Deprecate notebook label packing functionality
498
499 * Updated translations:
500  Estonian
501  Galician
502  Japanese
503  Low German
504  Norwegian bokmål
505  Punjabi
506  Slovenian
507  Spanish
508  Swedish
509
510
511 Overview of Changes from GTK+ 2.18.x to 2.19.0
512 ==============================================
513
514 * A throbber widget and cell renderer have been added: GtkSpinner and
515   GtkCellRendererSpinner
516
517 * GtkFileSystemModel has been reimplemented, for major speedups and
518   other improvements
519
520 * Synchronize compose sequences with the current X.org Compose file
521
522 * Win32:
523  - The GDI+ image loader works again
524  - XP themes have been disabled since they don't work currently
525
526 * OS X:
527  - Fix crashes due to unimplemented GdkWindowImplIface methods
528  - Use standard Mac keyboard shortcuts (Cmx-X, Cmd-C instead of
529    Ctrl-X, Ctrl-C, etc)
530  - Add a pixbuf loader for the QTIF format
531  - Improve multi-monitor handling
532
533 * GSEAL work:
534  - New accessor for GtkDialog buttons: gtk_dialog_get_widget_for_response
535  - New accessor for GtkViewport bin_window: gtk_viewport_get_bin_window
536  - Add a GtkCellEditable::editing-canceled property
537
538 * Deprecations:
539  - GtkInputDialog has been deprecated
540  - GtkCurve and GtkGammaCurve have been deprecated
541  - The tab-packing feature in GtkNotebook has been deprecated
542
543 * Bugs fixed:
544  594644 Cannot compile GTK+ with MinGW 4.4.0
545  581150 GtkIconView tries to paint items with invalid sizes
546  598881 Unimplemented GdkWindowImplIface methods crash gimp on OSX
547  598218 Substitute deprecated gtk_*_ref/unref calls
548  381371 Print margins not correct in WIN32 - not allowing for...
549  597596 Toolbar button accessible objects don't have label name
550  599118 Translators comment for "Finishing" labels
551  598261 Add support to GtkTooltip to handle GIcons
552  530351 Use standard mac shortcuts
553  597865 Move documentation from templates to inline comments
554  596083 Deprecate notebook label packing functionality
555  594903 Deprecate GtkInputDialog
556  599403 Avoid using accel group internals in GtkSocket
557  590800 The window content is not updated correctly when scrolling
558  598515 Do not assign the GtkSpinner parent class twice
559  552678 gdi+ pixbuf loaders fail on "large" images
560  598217 Substitute deprecated gdk_*_ref/unref calls
561  596238 Make Quartz backend properly implement the GdkScreen...
562  599446 atk_object_set_name () assertion in gtk_tool_button_set_label
563  592582 Print preview doesn't reflect the printout
564  563010 GtkFileChooserButton cannot have none file selected again
565  596019 No accesors for GtkDialog buttons
566  366217 Add QTIF image support
567  594962 No accessor for GTK_ENTRY (entry)->editing_canceled
568
569 * Updated translations:
570  Arabic
571  Brazilian Portuguese
572  Bulgarian
573  Catalan
574  Finnish
575  Greek
576  Norwegian bokmål
577  Oriya
578  Punjabi
579  Romanian
580  Russian
581  Serbian
582  Shavian
583  Slovenian
584  Spanish
585  Swedish
586  Slovenian
587  Vietnamese
588
589
590 Overview of Changes from GTK+ 2.18.1 to 2.18.2
591 ==============================================
592
593 * GTK+ now ignores SIGPIPE in gtk_init(). Previously
594   this was done deep in the lpr printbackend.
595
596 * Fix compilation of the DirectFB backend.
597
598 * Bugs fixed:
599  597386 Cannot click buttons more than once...
600  588059 sometimes notification icons are not visible with csw
601
602 * Updated translations:
603  Italian
604  Japanese
605  Serbian
606
607
608 Overview of Changes from GTK+ 2.18.0 to 2.18.1
609 ==============================================
610
611 * Client-side Windows:
612  - Fix a problem with the F-Spot screensaver
613  - Request native events that are necessary for grab emulation
614  - Fixes for input device and extended input event handling
615  - Allow up to 255 buttons in extended input events
616
617 * OS X:
618  - Improve handling of multi-monitor setups
619  - Basic DND works
620  - Other improvements
621
622 * Filechooser:
623  - Support Tracker 0.7 in the search code
624
625 * Bugs fixed:
626  596423 Landscape pages are the wrong way around
627  588449 DnD doesn't work on GDK/Quartz
628  596080 Mention "gtk-tooltip" in gtk_widget_set_tooltip_window
629  596580 Blank rows in entry autocompletion
630  588649 extended input events sent to widgets that didn't...
631  596081 Update tracker support for version 0.7
632  596345 clicking empty space in backgrounds...
633  596494 New property "cursor" in 2.18's GdkWindow with wrong...
634  596012 popup menu position is horribly off on gdk quartz...
635  596250 Gdkcursor-quartz.c doesn't implement GDK_BLANK_CURSOR
636  586207 Printing dialog with a CUPS printer connected...
637
638 * Translation updates:
639  Assamese
640  British English
641  Czech
642  Estonian
643  French
644  Galician
645  German
646  Hungarian
647  Slovenian
648  Spanish
649  Swedish
650
651
652 Overview of Changes from GTK+ 2.17.11 to 2.18.0
653 ===============================================
654
655 * Add GtkTreeModelFilter testsuite and fix multiple bugs
656
657 * Client-side windows:
658  - Fix issues around recursion and gdk_window_process_updates
659  - Fix issues with grabs and cursors
660  - Handle window hierarchy and geometry changes in expose handlers
661  - New function, gdk_window_flush, that may be needed in certain
662    situations
663  - Automatically flush windows when doing non-double-buffered exposes
664
665 * Quartz backend:
666  - Fix various 'stuck UI' issues
667  - Fix the size of the root window
668
669 * Bugs fixed:
670  588455 run application broken when setting background color...
671  346800 Rework sort/filter models to use indices to parents
672  593678 select "Manage Custom Sizes" from print dialog hangs gedit
673  594652 gtk printer dialog does not understand boolean printer options
674  594668 Add new Xorg keysyms
675  591583 Padre (a wxPerl+Gtk IDE) hangs when editing Perl code...
676  594600 Windows only allows 64-character system-tray tooltips
677  594679 Fix warning in testwindows.c
678  594880 Drawing issues in ExoIconView
679  593507 AbiWord's main drawing area not exposed properly
680  594913 is_composited race ...
681  594738 Windows often do not respond to events on dual-head
682  503776 crash when trying to print to non-existent lpr printer
683  595599 Don't focus unmapped radio buttons
684  595790 Segfault in gtkiconfactory.c on NULL GError
685  588649 extended input events sent to widgets that didn't...
686  550939 GtkFileChooser listbox does not refresh selection
687
688 * New deprecation:
689  gdk_event_get_graphics_exposes has been deprecated
690
691 * Updated translations:
692  Afrikaans
693  Assamese
694  Bengali India
695  Brazilian Portuguese
696  British English
697  Catalan
698  Danish
699  Dutch
700  German
701  Greek
702  Gujarati
703  Hindi
704  Italian
705  Japanese
706  Lithuanian
707  Maithili
708  Malayalam
709  Marathi
710  Norwegian bokmål
711  Oriya
712  Polish
713  Romanian
714  Simplified Chinese
715  Slovenian
716  Traditional Chinese
717  Ukrainian
718
719
720 Overview of Changes from GTK+ 2.17.10 to 2.17.11
721 ================================================
722
723 * Client-side windows:
724  - Add gdk_cairo_reset_clip that lets you get back the original
725    drawable clip
726  - Add gdk_window_restack to more conveniently restack child windows
727  - Add gdk_window_is_destroyed as a replacement for GDK_WINDOW_DESTROYED
728  - Deprecated GDK_WINDOW_OBJECT and GdkWindowObject
729
730 * GSEAL:
731  - Add gtk_widget_set_receives_default and gtk_widget_get_receives_default
732    accessors for GTK_RECEIVES_DEFAULT
733
734 * GtkTreeView:
735  - Correctly propagate insensitive state to cell renderers
736
737 * GtkTextView:
738  - Merge a number of scrolling-related fixes from Maemo
739
740 * Bugs fixed:
741  564160 gtk_combo_box_entry_set_text_column too restrictive
742  593868 gtk_im_multicontext_set_client_window recreate a new slave...
743  593644 gdk_x11_screen_get_window_manager_name should not cache...
744  594178 gdk-pixbuf-query-loaders segfault in write_loader_info
745  567124 proposal to delay doing something related to immodule...
746  588788 GTK+ compilation should work with automake1.10
747  584638 Build of gtkupdateiconcache without NLS breaks
748  593788 misprint in the returning value of gdk_selection_property_get
749  593606 Missing include in gtk/gtkcellrendereraccel.c
750  593877 Undefined symbols while compilation
751
752 * Translation updates:
753  French
754  Hebrew
755  Hungarian
756  Norwegian bokmål
757
758
759 Overview of Changes from GTK+ 2.17.9 to 2.17.10
760 ===============================================
761
762 * Client-side windows:
763  - Regression fixes continue
764  - Multiple clipping issues have been fixed
765  - gdk_window_beep() works again
766  - gtk-demo now has a few offscreen window demos
767
768 * GSEAL:
769  - Several more getters and setters have been added:
770    gtk_widget_is_toplevel(), gtk_widget_is_drawable(), gtk_widget_set_window()
771
772 * Bugs fixed:
773  592752 aisleriot card drag start makes card appear behind...
774  592901 Crash in JPEG pixbuf loader instead of error
775  592263 redraw problem in text view
776  593011 Cannot move applet with middle click
777  592624 BadAccess from gdk_window_x11_set_events
778  592606 Activate the default button in a respose-request callback
779  593249 emacs and acroread don't work properly
780  592883 Spin cell rendererer problem with double click
781  588199 GtkTreeView rendering glitch while using a default...
782  543310 set_enable_tree_lines doesn't work when a cellrenderer...
783  589636 csw broke DND from panel menus
784  593595 broken clip handling in GtkLabel
785  590921 NULL should not be a valid return value for gdk_window_new()
786  590861 cups_printer_create_cairo_surface() sets a fallback resolution...
787  544724 delete new line requires two keystrokes
788  593001 Emit 'update-custom-widget' on page setup change
789  593317 gtkwindow leaks startup ID
790  593080 mem leak
791  593481 GtkEntryCompletion action-activated signal is emitted...
792  593135 gtk_entry_set_icon_from_pixbuf only works one time
793  593012 configure doesn't handle --enable-{cups,papi} correctly
794  592862 There is a misprint on the returning value of gdk_pixmap_lookup()
795  586466 GtkPrintOperation printing fails if it is the only event source
796  434318 printer detail acquisition needs events
797  593712 configure fails to to check properly for cups...
798
799 * Translation updates:
800  Asturian
801  Basque
802  Bengali India
803  Czech
804  Finnish
805  Hindi
806  Kannada
807  Oriya
808  Polish
809  Serbian
810  Tamil
811  Telugu
812
813
814 Overview of Changes from GTK+ 2.17.8 to 2.17.9
815 ==============================================
816
817 * Client-side windows:
818  - Add a compatibility mode that falls back to always using native windows,
819    triggered by the GDK_NATIVE_WINDOWS environment variable
820
821 * Bugs fixed:
822  589367 gedit crashed with SIGSEGV in IA__g_list_last()
823  478519 GtkTooltip segfaults on NULL gdk-display-current-tooltip.
824  592461 preserve errno and use g_strerror
825  592403 crash when close the second terminal...
826  591549 Default printer in a network
827  526149 GtkCellRendererAccel editing conflicts with mnemonics
828  528283 Problems when using PageUp & PageDown to navigate Playlists pane
829
830 * Updated translations:
831  Bengali
832  Brazilian Portuguese
833  Breton
834  Bulgarian
835  Catalan
836  Estonian
837  Galician
838  Irish
839  Korean
840  Norwegian bokmål
841  Portuguese
842  Punjabi
843  Spanish
844  Swedish
845  Thai
846
847
848 Overview of Changes from GTK+ 2.17.7 to 2.17.8
849 ==============================================
850
851 * Client-side windows:
852  - various fixes to expose handling
853  - fix memory leaks
854
855 * Minor API additions:
856  - New setter as part of the GSEAL effort: gtk_widget_set_allocation
857
858 * Bugs fixed:
859  585211 Add accessor function for GtkWidget->allocation
860  588437 gtk 2.17.3 causes dragging in firefox bookmarks sidebar t...
861  589367 gedit crashed with SIGSEGV in IA__g_list_last()
862  589877 Client side windows leak gdk regions
863  590959 Set child_has_focus flag properly
864  591432 There is incomplete information on the returning value of...
865  591434 firefox-3.5 crashed with SIGSEGV in _gdk_window_process_u...
866  591526 Accelerator keys with <super> modifier also triggered by ...
867  591751 bad memory access with duplicated id
868  591998 Support silent build rules with automake 1.11
869  592003 Shift+click should always modify selection
870
871 * Updated translations:
872  Brazilian
873  Bulgarian
874  Irish
875  Swedish
876
877
878 Overview of Changes from GTK+ 2.17.6 to 2.17.7
879 ==============================================
880
881 * Client-side windows: a number of regressions related to embedding
882   have been fixed
883
884 * Printing: The file backend supports SVG output
885
886 * Minor API additions:
887  - GtkIconView gained an icon-padding property that can be used to fine-tune
888    how much space each column needs
889  - GtkTreeViewColumn grew a sort-column-id property that can be used to set
890    up sort columns in GtkBuilder files
891  - GdkWindow gained a cursor property and associated getter
892  - GtkFileChooser has a create-folders property to allow disabling the
893    "New Folder" button
894  - gtk_print_operation_get_n_pages_to_print: returns the number of pages
895    that are being printed
896  - New getters and setters as part of the GSEAL effort:
897    gtk_widget_get_allocation, gtk_widget_get_visible, gtk_widget_set_visible
898
899 * Bugs fixed:
900  589336 Add GtkTreeViewColumn:sort-column-id property
901  534462 Disable interactive search in the file chooser's shortcuts pane
902  161489 n the file chooser, let the left/right arrow keys switch focus...
903  514260 Better filtering for "Recently Used" files
904  509650 ATK_STATE_SHOWING state is not set properly on menu items
905  586374 code does not follow documentation (-> carshes when using...
906  590442 csw broke gvim x11 embedding
907  498010 gtk_tree_view_set_cursor fails if model!=NULL
908  555109 Synthesized crossing events should have proper coordinates
909  570516 Can't disable folder creation
910  573321 additional check in gtk_tree_model_filter_convert_child_i...
911  576601 Double clicking prints to the wrong printer
912  586100 ITEM_PADDING breaks vertical icon views
913  588438 awn uses 100% cpu with gtk+ 2.17.3 (csw)
914  589732 behavior change of gdk_window_get_type_hint
915  589745 Apply message in GtkAssistant
916  590084 print to FILE with multiple pages per sheet has bad results
917  590086 configure.in is broken on non-X platforms
918  590309 Default cover pages for CUPS printers incorrectly set
919  590448 [win32] build fails because gdk-pixbuf manges a path
920  590959 Set child_has_focus flag properly
921  591288 compat problem with draw_drawable being NULL
922  539377 Unnecessary warnings when GtkTreeView is not realized.
923  546005 priv->tree is not created for unrealized (I think) treeview
924  564695 Pressing enter key in print to file "Name" box does not p...
925  591218 Remove some unused variables
926  357655 "Print to SVG file" for GtkPrintOperation
927  591462 gdk_window_set_cursor doesn't work on the root window
928
929 * Updated translations:
930  Basque
931  Brazilian Portuguese
932  Breton
933  Estonian
934  Galician
935  Hebrew
936  Norwegian bokmål
937  Spanish
938  Swedish
939
940
941 Overview of Changes from GTK+ 2.17.5 to 2.17.6
942 ==============================================
943
944 * Client-side windows:
945  - Several optimizations, such as client-side tracking of
946    viewable windows
947  - Clipping for drawing pixbufs on windows has been fixed
948  - Rendering to large subwindows has been fixed
949
950 * Changes that are relevant for translators:
951  - Markup has been removed from several strings
952
953 * Bugs fixed:
954  588398 Leak with testgtk::preview_(color|gray) and more
955  588943 set correct selection before emitting cursor-changed...
956  588076 Gnumeric fonts stopped working on upgrading gtk+ 2.17.2 -...
957  574674 GtkMenuItem gets Selected and Focused states when SelectC...
958  582674 Menu item and menu accessibles retain "showing" state aft...
959  588553 [csw] gdk_draw_pixbuf doesnt draw outside expose events s...
960  588897 Strange include x11/gdkx.h
961  588958 Typo in startup-id window property
962  589035 Context needed for a propoer translation
963  589275 [csw] Trying to destroy NULL regions
964  588964 Remove markup from translatable string in gtkfilechooserd...
965  587337 Suggest to use Glade instead gtk-builder-convert script
966
967 * Updated translations:
968  Estonian
969  French
970  Spanish
971  Swedish
972  Thai
973
974
975 Overview of Changes from GTK+ 2.17.4 to 2.17.5
976 ==============================================
977
978 * Client-side windows:
979  - Quite a few fixes have happened for the win32 and directfb backends
980
981 * GSEAL:
982  - Accessors have been added for sealed members in GtkCellRenderer and
983    GtkWidget
984
985 * Changes that are relevant for distributors:
986  - The jpeg2000 pixbuf loader is now optional. Pass --with-libjasper
987    to configure to build it
988
989 * Bugs fixed
990  588373 Menus broken by client-side-windows
991  588379 testgtk::panes does not change the cursor on mouse over
992  588388 shape rendering is back
993  588461 gtk_editable_get_chars() behaviour change in 2.17.4
994  588666 Incorrect clamping of max_length
995  588665 insert-text signal is not emitted
996  588395 Crash when opening a GtkBuilder file
997  524066 Mandatory jpeg2000?
998  527583 GtkAssistant should set buttons as default widget
999  588694 Missing % in C code
1000  588484 Iconview DnD fails when Destination is empty
1001  583522 Trivial error in GtkBuilder migration documentation
1002  150951 collapsed save dialog needs to indicate filesystem...
1003
1004 * Updated translations:
1005  Brazilian Portuguese
1006  Norwegian bokmål
1007  Spanish
1008  Traditional Chinese
1009
1010
1011 Overview of Changes from GTK+ 2.17.3 to 2.17.4
1012 ==============================================
1013
1014 * GtkEntry now has model-view separation, with GtkEntryBuffer.
1015   One intended use case for this is to support 'secure memory'
1016   for password entries.
1017
1018 * The print dialog can now optionally include the page setup
1019   controls, avoiding the need for a separate page setup dialog
1020   in many applications.
1021
1022 * Coloring of visited links in GtkLabel can now be turned off, with
1023   the ::track-visited-links property.
1024
1025 * Support for clipmasks in gdk_draw_pixbuf now works, this will
1026   introduce visual changes in code that uses clipmasks when drawing
1027   pixbufs. However, since this never worked that is unlikely to happen.
1028   Old code using gdk_pixbuf_render_threshold_alpha masks when rendering
1029   pixbufs will now produce truncated results at the edges.
1030
1031 * A number of regressions from the client-side window merge have
1032   been fixed.
1033
1034 * The directfb GDK backend has been fixed to build with csw.
1035
1036 * Bugs fixed:
1037  569393 gtk calendar localization YM note is wrong
1038  587559 Popup closes immediately
1039  551409 Print dialog should include page size and orientation
1040  588115 gvim clipboard broken
1041
1042 * Updated translations:
1043  Dutch
1044  Estonian
1045  Spanish
1046  Ukrainian
1047  Vietnamese
1048
1049
1050 Overview of Changes from GTK+ 2.17.2 to 2.17.3
1051 ==============================================
1052
1053 * GtkFileChooser:
1054  - Shows the size column by default now
1055
1056 * GtkStatusIcon:
1057  - Has a title property, which can be used by ATs when they
1058    read status icons
1059
1060 * GtkInfoBar:
1061  - The default theme now includes color definitions for infobars
1062  - The ::use-tooltip-style style property has been removed
1063
1064 * GtkMountOperation now supports interaction during unmount operations.
1065
1066 * The client-side windows branch has been merged; GDK now maintains
1067   its own window hierarchy client-side, and only uses X windows where
1068   unavoidable. Some of the benefits of this change are
1069   - Reduced flicker
1070   - The ability to do transformed and animated rendering of widgets
1071   - Easier embedding of GTK+ widgets e.g. into Clutter scene graphs
1072   This is a fundamental change to the way GDK works, so watch out for
1073   regressions.
1074
1075 * Bugs fixed:
1076  586315 Crash in GTK+ 2.14 when calling gtk.FileChooser.list_shor...
1077  461944 pressing the volume icon in full screen shuts down the sound
1078  490724 iconview item's height would be changed event with same m...
1079  564063 regression: Left margin in popup menus
1080  582025 Accelerators fail for submenus
1081  585626 Setting widget tooltip hammers X11 server on any TCP/IP X...
1082  585802 Add API to make GtkStatusIcon accessible with a name
1083  585858 right-click Add-to-Booksmarks is sometimes greyed out
1084  586330 GtkButton ignores user_underline when an image is set
1085  318807 Offscreen windows and window redirection
1086  587716 GtkInfoBar broken on resize
1087  587485 GMountOperation::show-processes support
1088
1089 * Updated translations
1090  Brazilian Portuguese
1091  Estonian
1092  Hebrew
1093  Spanish
1094  Swedish
1095  Vietnamese
1096
1097
1098 Overview of Changes from GTK+ 2.17.1 to 2.17.2
1099 ==============================================
1100
1101 * GtkInfoBar: A new widget to show a transient 'message area'
1102   inside a content pane. The API is similar to GtkDialog and
1103   supports theming for different message types (warnings,
1104   errors, etc)
1105
1106 * GtkFileChooser:
1107   - Improve path bar by ellipsizing long names and preventing
1108     vertical size changes
1109   - Backup files are now hidden by default
1110   - GTK+ remembers the file chooser sorting state now
1111
1112 * GtkButtonBox: Implements the GtkOrientable interface now.
1113
1114 * Printing:
1115  - GTK+ supports printing an application-defined 'selection' now,
1116    in addition to usual page ranges.
1117
1118 * Changes that are relevant for theme authors:
1119  - The new GtkInfoBar widget uses symbolic colors for theming
1120    its background color depending on the message type. By default,
1121    it uses the same background color as tooltips. This can be turned
1122    off with style property.
1123  - The GTK+ file chooser (as well as nautilus and other users of GIO
1124    icon information) can now show different icons for xdg user dirs.
1125    The icon names are folder-documents, folder-download, folder-music,
1126    folder-pictures, folder-publicshare, folder-templates, folder-videos,
1127    with an automatic fallback to the standard folder icon.
1128
1129 * Bugs fixed:
1130  584021 titchy leak
1131  579590 gtk_entry_set_icon_from_stock should warn when invalid st...
1132  584125 GtkAssistant asserts if last page is GTK_ASSISTANT_PAGE_C...
1133  171416 Resume editing if name of new folder is "Type name of new...
1134  420335 Page assignment when printing 4 pages to a sheet
1135  161670 Bad behaviour from gtk_file_chooser_set_filename
1136  327152 Long names in the FileChooserDialog directory buttons sho...
1137  355851 File Dialog shows Backup Files
1138  390312 Gtk grabs keyboard on DND
1139  486839 Filechooser 'Places' items should not move up and down th...
1140  562335 Deprecate gtk_tree_view_column_get_cell_renderers and gtk...
1141  565317 Resulting image of GtkCellRendererPixbuf depends on order...
1142  565998 configure script doesn't check for cairo-xlib.pc
1143  580079 Better configure detection of Xinerama on Solaris
1144  580511 gdk_x11_atom_to_xatom_for_display translates GDK_NONE as ...
1145  580560 Backspace key does not go to the parent directory
1146  584598 GtkButtonBox silently ignores gtk_orientable_set_orientation
1147  584637 Missing conditionals for X11 shape extension in GdkWindow
1148  584805 GtkEntryCompletion selection reset when calling gtk_entry...
1149  584832 Duplicate the exec string returned by gtk_recent_info_get...
1150  585024 some gtksettings properties need extra initialisation
1151  585371 Add additional sizes to the font selector
1152  585791 use g_*gettext instead of *gettext directly
1153  562579 [Patch] Remove error dialog when directory does not exist
1154  344519 custom print ranges
1155  484922 Should remember the sort state of columns
1156  555344 consider adding a message area widget
1157
1158 * Updated translations:
1159  Danish
1160  Brazilian Portuguese
1161  Estonian
1162  Oriya
1163  Bengali India
1164  Norwegian bokmål
1165  Hindi
1166  Spanish
1167
1168
1169 Overview of Changes from GTK+ 2.17.0 to 2.17.1
1170 ==============================================
1171
1172 * GtkLabel:
1173  - GtkLabel can show embedded URLs, much like SexyUrlLabel
1174
1175 * Printing:
1176  - GTK+ includes a print backend that works with the PAPI
1177    printing service.
1178  - The file and lpr backends can print multiple pages per sheet.
1179
1180 * Changes that are relevant for theme authors:
1181  - The URL support in GtkLabel uses the link-color / visited-link-color
1182    style properties
1183
1184 * Bugs fixed:
1185  576091 GtkTooltip destroy the custom widget
1186  315462 GtkButton doesn't center its child when the child is too ...
1187  390331 "Pages per sheet" does not work for LPR printing
1188  531490 gdk_window_set_events (0) will _ADD_ events to the root w...
1189  574386 Remove deprecated call to gtk_status_icon_set_tooltip in ...
1190  576678 cups printbackend doesn't list printers on NetBSD
1191  579366 gtkbuilderparser leaks RequiresInfo objects.
1192  579884 casting problem in gmodule
1193  580511 gdk_x11_atom_to_xatom_for_display translates GDK_NONE as ...
1194  581876 Remove deprecated call to gtk_action_connect_proxy in tes...
1195  581878 Remove deprecated call to gtk_scale_button_get_orientatio...
1196  582003 Calling gdk_window_get_events() changes the event mask, b...
1197  582488 GtkNotebook behaves poorly when allocated less than reque...
1198  582950 Use number of pages to print when showing printing progress
1199  582963 Crash when printing from a thread
1200  583050 unclear disposition of function gtk_combo_box_get_active...
1201  583522 Trivial error in GtkBuilder migration documentation
1202  535557 gdk_window_set_icon_name should accept NULL to unset
1203  549859 "file" printer doesn't support n-up
1204
1205 * Updated translations:
1206  Arabic
1207  British English
1208  Catalan
1209  Czech
1210  Danish
1211  Estonian
1212  French
1213  German
1214  Greek
1215  Hungarian
1216  Irish
1217  Italian
1218  Kannada
1219  Portuguese
1220  Russian
1221  Slovenian
1222  Spanish
1223  Ukrainian
1224  Simplified Chinese
1225
1226
1227 Overview of Changes from GTK+ 2.16.x to 2.17.0
1228 ==============================================
1229
1230 * GtkBuilder:
1231   - Scale marks can now be specified in builder markup
1232   - GtkAssistant action widgets can be added in builder markup
1233
1234 * Changes that are relevant for theme authors
1235  - GtkEntry now has a ::invisible-char style property that allows
1236    themes to set the preferred invisible character
1237
1238 * Printing:
1239  - GTK+ supports authentication of users against CUPS servers now.
1240
1241 * Bugs fixed:
1242  578634 gtkdial example fails to compile
1243  580678 Minor improvement to GTK+ mediaLib code
1244  580511 gdk_x11_atom_to_xatom_for_display translates GDK_NONE...
1245  581110 Handlebox widget uses static variables, crashes in multi...
1246  553385 gtk-builder-convert creates untranslated combobox models
1247  580814 GtkTextLayout incorrectly assumes pango iterates in logi...
1248  579366 gtkbuilderparser leaks RequiresInfo objects
1249  579741 gailcombox should emit property-changed:accessible-name...
1250  574386 Remove deprecated call to gtk_status_icon_set_tooltip...
1251  384940 handle rejecting jobs and authentication meaningfully
1252
1253 * Updated translations
1254  Arabic
1255  Brazilian Portuguese
1256  British English
1257  Catalan
1258  Czech
1259  Estonian
1260  Italian
1261  Kannada
1262  Oriya
1263  Simplified Chinese
1264  Slovenian
1265  Spanish
1266  Ukrainian
1267
1268
1269 Overview of Changes from GTK+ 2.16.0 to 2.16.1
1270 ==============================================
1271
1272 * GtkBuilder:
1273  - Accessible action names can now be marked as translatable.
1274  - gtk-builder-convert correctly handles response ids in all dialogs.
1275  - gtk-builder-convert warns about duplicate ids.
1276
1277 * GDK:
1278  - GDK no longer refuses to work on 30-bit visuals
1279
1280 * Win32:
1281  - The appearance of GTK+ menus on Vista has been improved.
1282
1283 * Bugs fixed:
1284  575700 Crash when moving a GtkWindow
1285  574283 unused assignment and dead code in gtk_widget_set_tooltip_window
1286  538840 [Win32] GTK menu theming could be improved
1287  576254 <object> requires attribute "id"
1288  576306 gdkscreen.c: get_nearest_monitor too simple...
1289  437533 Implement draw_shape PangoRenderer method
1290  577224 crash when setting new icon after setting icon...
1291  576150 Doc bug for GtkMenuPositionFunc
1292  562863 GtkVscrollbar is hardly documented
1293  575644 Cygwin gail build patch
1294  571374 Add 30-bit visuals to the list of supported depths
1295  577650 gtkitemfactory.h fails to compile
1296  578094 ProcessIdToSessionId needs to be declared as WINAPI
1297  518642 Custom tags and translatable content
1298  532858 segv setting GBoxed subclass <property>
1299  557629 Response ID not converted for GtkFileChooserDialog
1300  577789 about dialogue doesn't linkify licence text
1301  577824 empathy_chat_window_init: GClosure is leaked
1302  577964 Page Range entry is not accessible
1303  578221 Assertion warning `GTK_IS_TEXT_LAYOUT (layout)' failed
1304  578271 PageSetup should be sent to the previewer
1305  578276 gtk-builder-convert improperly converts GtkComboBox
1306  578290 two memory leaks
1307  578354 Memory leak in gdkscreen-x11
1308  578365 GtkMountOperation does not allow passwordless mount of sf...
1309  578366 file descriptor leak
1310  573922 Using NET_WM_USER_TIME even if startup notification times...
1311  561345 Title of Print Preview window should not be previewXXXXXX...
1312  577868 about dialogue changes appearance on style-set (change th...
1313  572797 GtkCellRendererAccel display string i18n in OTHER mode
1314
1315 * Updated translations:
1316  Arabic
1317  Assamese
1318  Basque
1319  Bulgarian
1320  Crimean Tatar
1321  Danish
1322  Galician
1323  German
1324  Greek
1325  Gujarati
1326  Japanese
1327  Kannada
1328  Malayalam
1329  Marathi
1330  Oriya
1331  Pashto
1332  Russian
1333  Spanish
1334  Telugu
1335  Turkish
1336
1337 Overview of Changes from GTK+ 2.15.5 to 2.16.0
1338 ==============================================
1339
1340 * The new function gtk_style_get_property was renamed to
1341   gtk_style_get_style_property to avoid binding problems.
1342
1343 * Bugs fixed:
1344  574059 search button not available in some cases
1345  574622 GtkEntry: Should we wrap icon-press and icon-release signals?
1346  574561 gtk_style_get "shadows" g_object_get
1347  574794 Can not resize shaped windows on Windows
1348  570896 gdkevents-win32.c(2947) : error C4053: one void operand for '?:'
1349  573067 Intra-app dnd of text behavior on Windows is wrong
1350  572455 GtkEntry window layed out wrong if the widget has focus
1351
1352 * Updated translations:
1353  Assamese (as)
1354  Bengali (bn_IN)
1355  Czech (cs)
1356  Gujarati (gu)
1357  Hindi (hi)
1358  Japanese (ja)
1359  Kannada (kn)
1360  Lithuanian (lt)
1361  Malayalam (ml)
1362  Polish (pl)
1363  Romanian (ro)
1364  Tamil (ta)
1365  Telugu (te)
1366
1367
1368 Overview of Changes from GTK+ 2.15.4 to 2.15.5
1369 ==============================================
1370
1371 * GtkAction:
1372  - Rename gtk_activatable_reset to gtk_activatable_sync_action_properties
1373    to make it easier to bind
1374
1375 * GDK:
1376  - The DirectFB backend has been restored to basic function
1377  - The RANDR support in the X11 backend has been made more robust
1378
1379 * Changes that are relevant for theme authors:
1380  - GtkEntry now has a ::progress-border property and use fg/bg[SELECTED]
1381    for drawing progress
1382
1383 * Bugs fixed:
1384  457086 numpad does not work when the Thai-Lao input method is used
1385  554407 directfb backend does not implement GdkWindowImpl
1386  543710 Dead keys do not work anymore with DirectFB
1387  560671 the client_message API doesn't work in DirectFB
1388  513422 Unknown meaning of translatable messages
1389  533456 Memory leak when window is destroyed
1390  572387 gdm crashes after gtk 2.15.4 upgrade
1391  565199 Ellipsize text in Places list
1392  495320 GtkRange does not use gdk_event_request_motions
1393  572904 GtkRadioAction broken in trunk
1394  573383 Setting a textview's buffer to NULL doesn't do a complete job
1395  573416 GtkMountOperation fixes for ask_password()
1396  572968 GtkIconView: image_description setter function strdups wrong...
1397  572972 GtkRecentChooserDefault: memory leak in copy_activated_cb
1398  572996 crash in Home Folder: Trying to open the sidebar
1399  573069 Gdk-CRITICAL warnings with Gtk 2.14 when dragging GtkNotebook...
1400  573113 Can't build tests due to testfilechooserbutton.c
1401  573211 Setting screen for popup windows
1402  573287 Warning on startup
1403  572273 No replacement documented for gtk_action_connect_proxy
1404  573515 po-properties/ special Makefile.in.in handling causes failure...
1405  552619 File Chooser no longer automatically enters newly created dir...
1406  573087 gdkwindow.c: {x,y}_offset used uninitialized
1407  573688 Don't steal update region in gtk_text_view_paint
1408  546285 Allow GtkEntry to draw progress
1409  569671 gdk_pixbuf_new_from_file() can't open image/x-portable-pixmap
1410  573393 Deprecated functions in gdk-Threads example code snippet
1411  571001 STATE_SHOWING missing on table items
1412  520395 event.any_data incorrect with spin buttons and combo boxes...
1413  325809 getAccessibleAtPoint for tables does not seem to take column...
1414  561631 gailbutton.c:571:idle_do_action: code should not be reached
1415  519090 Add accessibility support to GtkScaleButton
1416
1417 * Updated translations:
1418  British English (en_GB)
1419  Estonian (et)
1420  Hungarian (hu)
1421  Japanese (ja)
1422  Korean (ko)
1423  Kurdish (ku)
1424  Maithili (mai)
1425  Dutch (nl)
1426  Oriya (or)
1427  Swedish (sv)
1428  Traditional Chinese (zh_HK)
1429  Traditional Chinese (zh_TW)
1430
1431
1432 Overview of Changes from GTK+ 2.15.3 to 2.15.4
1433 ==============================================
1434
1435 * GtkAction:
1436  - More compatibility fixes to make PolicyKit-gnome work
1437
1438 * GtkFileChooserButton:
1439  - Don't emit file-set when the dialog is canceled. But emit it
1440    when a file is received via DND
1441
1442 * GDK
1443  - Use Xrandr 1.3 for tracking monitor information, if available
1444
1445 * Bugs fixed: 
1446  538439 tooltip may appear in upper left corner...
1447  571015 libprintbackend-cups has unlocalized strings
1448  353196 Add a file-set signal to GtkFileChooserButton
1449  571249 Icons are not drawn properly when initial widget...
1450  571196 gtk_binding_entry_add_signall deprecated without alternative
1451  508545 No way to identify terminal classes from documentation
1452  570824 TreeView is not keyboard (re)focusable after selecting a cell...
1453  568571 Asian am/pm format on cups print backend's time parsing
1454  571576 gdk_pixbuf_save_to_stream() broken
1455  571873 Compile error with gdk/win32/gdkselection-win32.c
1456  572041 Focus should change when advancing forward in GtkAssistant
1457  572040 GtkAssistant does not expose page titles
1458  570406 gailutil.def is in srcdir, but used from builddir
1459
1460 * Updated translations:
1461  Belarusian Latin (be@latin)
1462  Bulgarian (bg)
1463  Catalan (ca)
1464  Danish (da)
1465  Spanish (es)
1466  Basque (eu)
1467  Finnish (fi)
1468  French (fr)
1469  Gujarati (gu)
1470  Hungarian (hu)
1471  Japanese (ja)
1472  Korean (ko)
1473  Latvian (lv)
1474  Norwegian bokmål (nb)
1475  Polish (pl)
1476  Brazilian Portugese (pt_BR)
1477  Slovak (sk)
1478  Albanian (sq)
1479  Serbian (sr)
1480  Swedish (sv)
1481  Thai (th)
1482  Vietnamese (vi)
1483
1484
1485 Overview of Changes from GTK+ 2.15.2 to 2.15.3
1486 ==============================================
1487
1488 * Keyboard shortcut handling has been changed, to help with a longstanding
1489   complaint about the way GTK+ handles multiple layouts. GTK+ now only uses
1490   keys from groups other than the current group if they are not present in
1491   the current group. Feedback on this change is appreciated.
1492
1493 * Bugs fixed:
1494  569336 change in gtkbutton klass is causing crash...
1495  569435 make maintainer-clean removes non-generated sources
1496  145058 Inputting "^^" requires four keystrokes on Win32...
1497  559408 Transparency lost when images are copied...
1498  359288 Toolbar items are not shown after hiding
1499  569918 64bit portability issue in gtkrecentchooser.c
1500  162726 Multiple Latin layouts in XKB break keyboard shortcuts
1501  569635 fontchooser should reload list of families/styles on...
1502
1503 * Updated translations:
1504  Norwegian bokmål (nb)
1505  Oriya (or)
1506  Brazilian Portugese (pt_BR)
1507  Thai (th)
1508  Traditional Chinese (zh_HK)
1509  Traditional Chinese (zh_TW)
1510  
1511
1512 Overview of Changes from GTK+ 2.15.1 to 2.15.2
1513 ==============================================
1514
1515 * GtkAction:
1516  - Make toolitems pick up icon names from actions
1517  - Draw proxies of radio actions properly
1518  - Make menu proxies of recent actions work
1519  - Avoid accidental activations when changing actions on proxies
1520  - Make derived button classes work as proxies
1521
1522 * Input methods:
1523  - Avoid an assertion due to early use of input methods
1524
1525 * GtkScale:
1526  - Avoid a segfault in the marker drawing code
1527
1528 * GtkImageMenuItem:
1529  - Add a property to override the show-menu-images setting
1530
1531 * Bugs fixed:
1532  566628 gdk_display_close always asserts on win32 and quartz
1533  569240 Crasher when using markers
1534  569104 Toggle menu entries showed as check menu entries...
1535  322932 Always show icons on panel menus
1536
1537 * Updated translations:
1538  Finnish (fi)
1539  German (de)
1540
1541
1542 Overview of Changes from GTK+ 2.15.0 to 2.15.1
1543 ==============================================
1544
1545 * GtkFileChooser:
1546  - Remember the file chooser's size across invocations
1547  - Handle uris that are entered in the entry
1548  - Improve autocompletion, in particular for uris
1549
1550 * GtkEntry:
1551  - New property "im-module" for selecting input methods per-widget
1552  - New icon-related API got renamed for consistency
1553  - Added properties and setters for icon tooltips
1554
1555 * GtkTextView:
1556  - New property "im-module" for selecting input methods per-widget
1557  - New signal "paste-done" to allow better handling of async pasting
1558
1559 * GtkScale:
1560  - New api to add annotated marks: gtk_scale_add_mark.
1561
1562 * GtkAction:
1563  - Rework the way actions and proxies interact, to make the
1564    interaction less ad hoc, more extensible, and better suited
1565    for support in GUI builders like glade.
1566
1567    To be used as a proxy, a widget must now implement the
1568 `  GtkActivatable interface, and GtkActivatable implementations
1569    are responsible for syncing their appearance with the action
1570    and for activating the action.
1571
1572    All the widgets that are commonly used as proxies implement
1573    GtkActivatable now.
1574
1575    This is a big change, and it is not unlikely to break some
1576    current users of GtkAction, so feedback about problems caused
1577    by this is appreciated.
1578
1579  - Add a "gicon" property to specify the icon with a GIcon
1580
1581 * GDK:
1582  - On X11, GDK now caches cursors to avoid cursor theming overhead
1583  - New cursor type for blank cursors: GDK_BLANK_CURSOR
1584
1585 * New deprecations:
1586    gtk_scale_Button_get_orientation()
1587    gtk_scale_button_set_orientation()
1588    gtk_action_connect_proxy()
1589    gtk_action_disconnect_proxy()
1590    gtk_widget_get_action()
1591    gtk_action_block_activate_from()
1592    gtk_action_unblock_activate_from()
1593    direct access to "gtk-action" object data
1594
1595 * Changes that are relevant for translators:
1596  - Navigation and Media stock labels have separate message contexts now
1597  - The caps lock warning string has been changed
1598
1599 * Bugs fixed:
1600  566083 Icon pixmap hardcoded during DnD
1601  566334 compile failure for gtk+ on Mac OS X
1602  565998 configure script doesn't check for cairo-xlib.pc
1603  566391 gtk_about_dialog_set_url_hook should activate...
1604  566568 gtk_tree_model_get_value docs typo
1605  566628 gdk_display_close always asserts on win32
1606  566733 Add GIcon to GtkAction, GtkToolButton
1607  567024 gtktoolbutton doesn't create right proxy menu item...
1608  523554 Copy from GIMP to Word broke
1609  567468 no check for trailing != NULL in gtk_text_layout_get..
1610  492794 Pasting external text at end of view yields wrong...
1611  164002 query scripts don't work uninstalled on windows
1612  566532 GtkScaleButton implementation of GtkOrientable
1613  450716 New API to change global IM
1614  562701 GtkEntryCompletion popup sizes its rows wrong...
1615  567944 [Win32] Sorted treeview columns can be unreadable
1616  567655 gtk_status_icon_set_tooltip_text/markup should use...
1617  567887 gtk_entry_get_storage_type() should be...
1618  568196 Please change context of Forward stock label
1619  563280 stock items & translation context
1620  568233 Wrong statement about GtkEntry's "activate" signal
1621  568263 gtk can't recognize the wrong X Selection TARGETS...
1622  565656 Add marks to scales
1623  567413 GtkComboBoxEntry doesn't emit "changed" signal...
1624  545980 GtkFileChooserEntry should handle URIs
1625  566862 pixbuf_new_from_file does not autodetect format
1626  568552 gtk_combo + gtk entry in invisible mode takes 100% cpu
1627  561801 "scheduled printing" doesn't function as expected
1628  566535 gtk_widget_get_snapshot does not work if double buff...
1629  567021 gtkimage accessors docs
1630  567761 Spellfixes in GTK+ documentation
1631  568744 Spellfixes in GtkTreeView's documentation
1632  536965 GtkPlug: crash on theme change
1633  567124 proposal to delay doing something related to immodule...
1634  568305 gdk-pixbuf mishandles BI_BITFIELDS bmps
1635
1636 * New and updated translations:
1637  Crimean Tatar (crh)
1638  Spanish (es)
1639  Hebrew (he)
1640  Hungarian (hu)
1641  Italian (it)
1642  Korean (ko)
1643  Lithuanian (lt)
1644  Norwegian bokmål (nb)
1645  Norwegian Nynorsk (nn)
1646  Swedish (sv)
1647  Thai (th)
1648  Simplified Chinese (zh_CN)
1649
1650
1651 Overview of Changes from GTK+ 2.14.x to 2.15.0
1652 ==============================================
1653
1654 * GtkFileChooser
1655  - Optionally shows file sizes
1656  - Mounts volumes when necessary
1657  - Picks better mime icons
1658
1659 * GtkEntry
1660  - Can show icons at either side of the entry, which can be made
1661    clickable, drag sources, etc
1662  - Can show progress information
1663  - Picks the best available placeholder character for invisible entries 
1664    unless it is explicitly set. See the invisible-char-set property
1665  - Input methods work again in invisible entries
1666  - Invisible entries can optionally display a caps-lock warning. This
1667    can be turned off with the caps-lock-warning property
1668
1669 * GtkStatusIcon
1670  - Uses an extension of the tray icon spec to negotiate RGBA support.
1671    This is also supported by the GNOME panel. For details, see the
1672    section on "Visual and bckground pixmap handling" in the System
1673    Tray Protocol Specification.
1674  - Supports scroll events, middle clicks and rich tooltips
1675
1676 * GtkLinkButton
1677  - Respects user-defined tooltips 
1678  - Has a default url hook
1679
1680 * GtkBuilder
1681  - Can construct menus
1682  - Can associate accel groups with windows
1683  - Child properties can now be translatable, e.g. GtkAssistant::page-title
1684
1685 * GtkOrientable
1686  - A new interface implemented by all widgets that have horizontal and
1687    vertical variants
1688
1689 * Printing support
1690  - Print-to-file can save to non-local files
1691  - Page rendering can be deferred to a thread to avoid blocking the mainloop
1692
1693 * GDK
1694  - GdkKeymap emits a state-changed signal when the caps lock state changes
1695
1696 * Newly deprecated functions:
1697   gdk_window_get_toplevels(),
1698   gtk_font_selection_dialog_get_apply_button(),
1699   gtk_status_icon_set_tooltip(),
1700   gtk_toolbar_set_orientation()
1701
1702 * Changes that are relevant for theme authors
1703  - The GtkMenu::arrow-placement style property allow more space efficient
1704    layout of scrolling menus
1705  - Submenu arrows can be scaled relative to the font size, with the
1706    GtkMenuItem::arrow-scaling style property
1707  - Themes can set the GtkDialog::content-area-spacing style property to 
1708    change the spacing between elements of the content area
1709  - The GtkEntry::state-hint style property can be used to request that
1710    GTK+ should pass the correct state when drawing the background of entries
1711  - The GtkEntry::prelight style property can be used to suppress prelighting
1712    of icons in entries on mouseover
1713  
1714 * Changes that are relevant for translators
1715  - GTK+ has been switched to use the two-argument C_() macro
1716    instead of Q_() for messages with context
1717
1718 * Bugs fixed:
1719  434987 MS Windows style should use pango_win32_font_description_from_logfont
1720  325095 show a 'size' column
1721  552837 mem leak in gtkimmulticontext
1722   83935 GtkEntry's default invisible char should be U+25CF
1723  553000 incorrect i18n header in gtkfilesystem.c
1724  552789 Show size column in the search and recently used files modes
1725  553135 eog crash: assertion failed. 
1726  382544 GtkIconView: Selection/focus should be painted around the items
1727  541391 Unfocussable Treeview swallows focus
1728  408244 add GtkDialog::content-area-spacing
1729  538782 Make GtkMenu's arrow size themable
1730  553385 gtk-builder-convert creates untranslated combobox models
1731  553241 double freed pointer in lpr_write cause firefox3 crash
1732  553917 Typo in gdkwindow-win32.c
1733  553133 GtkFileChooser won't ask to mount a volume
1734  553211 GtkFileChooserButton unsets filter after first use
1735  553578 tabs are not drawn correctly
1736  553803 eventually call XCloseDevice on XOpenDevice results
1737  552956 Should check composite extension version
1738  552959 GtkTrayIcon: _NET_SYSTEM_TRAY_VISUAL and real transparency
1739  553575 Only draw focus when navigating with the keyboard
1740  339367 Incorrect spotlocation
1741  554141 uninitialized data use/free in gtkclipboard-quartz.c
1742  371908 Password Entry broken
1743  317002 Disable input method completely in GtkEntry when it...
1744  487624 Tooltips doesn't get updated if ther's no mouse motion...
1745  107000 Add signals to GdkKeymap for monitoring caps_lock, etc
1746  530568 Entries with visibility=FALSE should warn for caps-lock on
1747  553086 hard to see current immodule
1748  541009 Get rid of separate subclasses for horizontal and vertical...
1749  344522 support non-local destination files (GtkPrint)
1750  553582 Add orientation API to GtkSeparator
1751  554506 combining diacritics broken, became deadkeys
1752  553585 Add orientation API to GtkRuler
1753  554690 mem leak in filechooser
1754  554691 mem leak in filechooser
1755  554696 invalid free function used
1756  554698 mem leak in filechooser
1757  554701 filechooser spams console with useless warnings
1758  554704 gtkfilesystemmodel does too much work
1759  530575 GtkEntry with invisible chars has a confused cursor in overwrite mode
1760   96431 Can't cut and paste / DND within invisible entry
1761  132501 Make utility window translate to tool window in win32
1762  539464 gtk_cell_view_get_model is missing in GtkCellView
1763  553573 Add orientation API to GtkBox
1764  555387 Changing the sensitivity of a statusbar mistakenly requires a display
1765  436533 Allow more space efficient scroll arrows placement
1766  555270 Allow unsetting a MessageDialog's image
1767  554702 gtkfilesystem leaks GError
1768  554192 double press on the "circumflex" dead key...
1769  516425 Optionally display accelerators in popups
1770  550342 Splash screens have a caption
1771  555578 GtkTable propertiy maxima are wrong
1772  555523 gtk_scale_button_set_adjustment should accept NULL
1773  555573 gtk_font_selection_set_font_name shouldn't require a screen
1774  555676 gtk_widget_real_grab_focus assumes toplevel == window
1775  555000 Wrong treatment on non-spacing marks dead keys in GtkIMContextSimple
1776  551355 Make glib build with libtool 2.2
1777  555186 Setting gtk-toolbar-icon-size with custom icon_size
1778  555625 Updated gtk_compose_seqs_compact table
1779  555386 format not a string literal and no format arguments
1780  552318 menubar mnemonics consumed even when gtk-enable-mnemonics=false
1781  555779 GtkCellRendererPixbuf crashed on failed GIcon lookup
1782  556150 gtk 'object' property test fixing
1783  556527 The current page property is not passed to GtkPrintUnixDialog
1784  556578 GIMP windows stay on top of other windows
1785  557059 crash when compositing emblems with icon
1786  557266 Window Management Problem
1787  555920 gtkentry.c passes wrong enum to pango_layout_set_alignment
1788  528320 Incorrect icons displayed for files with custom mimetype icons
1789  557524 "va_end(args);" should be added into gtk_text_buffer_insert_with_...
1790  556835 gtkentry.c: variable is declared at middle of block
1791  556954 gtk+/gtk/gtkrecentchooserdefault.c: mismatching allocation...
1792  557315 stale clipboard target cache
1793  530454 Clarify page_nr when printing
1794  557065 gtkcellrendererpixbuf spams console over and over...
1795  557894 Wrong return value for gdk_pointer_grab_info_libgtk_only
1796  558397 gtk_widget_error_bell undefined without a screen
1797  557762 Misleading error message in GDK DirectFB
1798  557316 GtkLinkButton should consider user-defined tooltip
1799  339714 Set printer dpi on cairo ps/pdf surfaces when printing
1800  558522 scroll arrow painted insensitive even though there are pages...
1801  347230 testicontheme shortcomings
1802  558323 glitches when popping up combos in treeviews
1803  558667 gtk_font_selection_dialog_get_apply_button - deprecate
1804  412134 Add API to query style properties from the style
1805  322934 Replace menu's proxy icons with empty space hiding icons
1806  409435 GtkStatusIcon enhancements: scroll events, middle click, rich tooltips
1807  558278 Crash when calling a callback set by gdk_add_client_message_filter()
1808  558929 gtkstatusicon.c: 'event' is a member of the structure
1809  558001 gtk_icon_view_enable_model_drag_[source|dest] problem
1810  557212 Problem with which window gains focus and is visible
1811  559404 gtk_editable_insert_text counts length in bytes
1812  558586 handling of keyboard under darwin (quartz)
1813  558409 GtkLabel::use-underline doesnt work with GtkLabel::attributes
1814  553586 Add orientation API to GtkPaned
1815  560135 Print when the user double clicks a printer
1816  553765 Add orientation API to GtkRange
1817  550942 Rework of gdkeventloop-quartz.c
1818  525550 GTK+ 2.13.0 GtkCurve test fails
1819  559619 invisible-char default cannot be tested
1820  560139 GtkEntry doesn't paint with the right state
1821  560602 Wrong GtkMenuItem default value (test fails)
1822  377699 realizing gtk.Progress() causes SEGV
1823  561335 Fix typos in GtkToolItem documentation
1824  561539 Alignments miscalculate dimensions when allocated less...
1825  559947 Unchecked dependency on python>=2.4
1826  561504 testgtk should load rc file from sub folder
1827  539263 Deprecate gdk_window_get_toplevels
1828  554076 eventually release g_new-ed supported_atoms
1829  559622 GdkDevice test segfaults
1830  554453 "typeahead find" widget of GtkTreeView appears on wrong monitor...
1831  562817 GtkDialog: typo
1832  555334 connected server feature
1833  562878 password save incorrectly set in gtkmountoperation
1834  559914 eog doesn't apply paper setup
1835  562998 GtkFontButton documentation improvements
1836  557420 Some compose sequences don't work anymore (or only in specific order)
1837  546285 Allow GtkEntry to draw progress
1838  563547 Update gdkx11 atom precache table
1839  563285 test print backend does not compile
1840  559325 documentation for gdk_display_get_window_at_pointer() is wrong
1841  554274 Add default hook for GtkLinkButton
1842  546378 GtkAssistant page title is not translatable
1843  563991 gtk_file_chooser_button_new_with_backend is deprecated...
1844  563994 Input method module interface not documented
1845  564066 Crash in gtk_rc_parse_default_files
1846  563835 Typo in gtk_widget_has_screen() docs
1847  564212 gtk_icon_view_accessible_model_rows_reordered explain new_order...
1848  563751 xatom cache is prefilled too late
1849  556839 Crash when opening a link
1850  549251 GTK icon view accessible issue
1851  558306 Cannot build gdk (gtk+ 2.14.4) on Solaris 8
1852  555560 gtk_combo_box_set_active fails with no model
1853  563158 CellRendererProgress pulsing and progressing rows can not...
1854  556233 local-only causes G_IS_FILE warning
1855  562579 Remove error dialog when directory does not exist
1856  561494 FileChooser network browsing and authentication support
1857  339318 Allow page rendering to (optionally) happen in a thread
1858   85292 add an icon to gtkentry
1859  564881 gtkstatusicon.c: 'event' bug again
1860  552545 leaks GpImage
1861  553374 gdk_pixdata_from_pixbuf fails for some images with use_rle set to TRUE
1862  555791 Natuilus Crashes when opening USB MP3 Player Contents
1863  561186 GdkPixbuf API type checking needs cleanup
1864  559009 gtk_radio_button_get_group documentation needs to say...
1865  523264 Update GTK+ reference documentation screenshots
1866  563876 [Regression] GTK_MODULES env var is no longer relevant
1867  554950 gail must make itself resident
1868  555953 libferret missing link against libgtk-x11
1869  554002 Orca App-Preferences dialog page tabs are "off" by one...
1870  353088 gtk_expander_get_label should return the full label text
1871  512743 Applications with lists crash in libgail
1872  564555 synaptic cannot be started...
1873  565203 icons are misplaced when horizontal gtkiconview is...
1874  549251 GTK icon view accessible issue 
1875  558694 Paned window splitter keynav broken
1876  565846 va_end(args) should be added into gtk_tree_store_new
1877
1878 * New and updated translations:
1879  Arabic (ar)
1880  Asturian (ast)
1881  Catalan (ca)
1882  Danish (da)
1883  German (de)
1884  British English (en_GB)
1885  Spanish (es)
1886  Finnish (fi)
1887  Galician (gl)
1888  Hebrew (he)
1889  Japanese (ja)
1890  Georgian (ka)
1891  Malayalam (ml)
1892  Marathi (mr)
1893  Portugese (pt)
1894  Brazilian Portugese (pt_BR)
1895  Romanian (ro)
1896  Russian (ru)
1897  Slovak (sk)
1898  Serbian (sr, sr@latin)
1899  Swedish (sv)
1900  Thai (th)
1901
1902
1903 Overview of Changes from GTK+ 2.14.1 to 2.14.2
1904 ==============================================
1905
1906 * Don't use XRRGetScreenResources, since it doesn't work well
1907
1908 * Bugs fixed:
1909  551063 deprecated marking without a link to what new code should use
1910  319849 gtkcalendar look in RTL locales
1911  550989 gdk_display_put_event should call g_main_context_wakeup
1912  550062 Small update in gdk/gdkkeysyms.h
1913  551325 Reference to wrong parameter in gtk_editable_insert_text
1914  551386 gtk_printer_set_is_default() always sets TRUE
1915  550676 Memory leak, update keyboard layout data structure
1916  551699 gtk_scrolled_window_destroy() is broken
1917  551567 DND mark broken
1918  551378 Print dialog: should try UDS when fetching PPD for localhost
1919  536542 gtk_list_store_set() documentation doesn't say whether...
1920  552153 GtkModules loading with XSettings doesn't work...
1921  552001 gtkimcontextsimple.c: variable is declared at middle...
1922  551987 GtkPaned redrawing problem
1923  551722 gtk_widget_set_scroll_adjustments() should check...
1924  552107 Small libtool fixes
1925  552500 GtkPrintSettings API doc not precise enough
1926  408154 Change GtkEntryCompletion max-items to style property
1927  329593 Entering characters on a line very cpu intensive and slow
1928  552667 gtkimage containing gicon leaks memory
1929  552668 format not a string literal and no format arguments...
1930  346903 gtk_enumerate_printers needs events to complete
1931  550969 fix a typo which breaks the static build
1932  517233 Calling gdk_pixbuf_loader_close causes "GError set over...
1933  551063 deprecated marking without a link to what new code should use
1934  540967 docs build slowly because of entities
1935
1936 * Updated translations:
1937  Afrikaans (af)
1938  Arabic (ar)
1939  Assamese (as)
1940  Bulgarian (bg)
1941  Bengali India (bn_IN)
1942  Catalan (ca)
1943  Finnish (fi)
1944  French (fr)
1945  Gujarati (gu)
1946  Croatian (hr)
1947  Italian (it)
1948  Lithuanian (lt)
1949  Malayalam (ml)
1950  Marathi (mr)
1951  Dutch (nl)
1952  Oriya (or)
1953  Brazilian Portugese (pt_BR)
1954  Portugese (pt)
1955  Telugu (te)
1956  Thai (th)
1957  Turkish (tr)
1958
1959
1960 Overview of Changes from GTK+ 2.14.0 to 2.14.1
1961 ==============================================
1962
1963 * Fix a deadlock in pixbuf loader initialization
1964
1965 * Updated translations:
1966  Ukrainian (uk)
1967
1968
1969 Overview of Changes from GTK+ 2.13.7 to 2.14.0
1970 ==============================================
1971
1972 * Bugs fixed:
1973  548354 Remove repeated code in gtk_cell_view_size_allocate
1974  548346 gtk_color_selection_dialog_get_color_selection always...
1975  535158 can't rearrange the order of multi pages per side
1976  545875 evo crashed when trying to print pages 6-7 of a 1 page...
1977  549236 missing Since 2.14 in gtk_file_chooser_get_file
1978  549354 Crash trying to open a file on a remote folder
1979  549734 gtk_selection_data_get_data prototype is wrong
1980  549262 GtkScrolledWindow should not accept focus unless...
1981  549810 Memory leaks in printing code 
1982  437791 Animation is played at the wrong speed
1983  549943 gtk_tool_shell_get_relief_style() always returns...
1984  547449 Entry/Combo popup misplaced after resize
1985  550528 IconView DND interface does not work if only used as source
1986  548993 regression: gdk 2.13 leaves stray windows in certain cases
1987  520165 typeahead find (interactive search) only accepts one char...
1988  528091 Arrows for scrollable notebooks don't work with unset GTK...
1989  528975 Can not maximize the window
1990  543308 FileChooser size problems since gtk+-2.13.x 
1991  549322 Typo in gdk_pixbuf_save_to_buffer docs
1992  549711 Race condition when loading gdk-pixbuf image modules
1993
1994 * Updated translations:
1995  Czech (cs)
1996  German (de)
1997  Spanish (es)
1998  Estonian (et)
1999  British English (en_GB)
2000  Finnish (fi)
2001  French (fr)
2002  Irish (ga)
2003  Galician (gl)
2004  Japanese (ja)
2005  Hebrew (he)
2006  Hungarian (hu)
2007  Korean (ko)
2008  Maithili (mai)
2009  Norwegian bokmål (nb)
2010  Polish (pl)
2011  Pashto (ps)
2012  Brazilian Portugese (pt_BR)
2013  Albanian (sq)
2014  Swedish (sw)
2015  Telugu (te)
2016  Thai (th)
2017  Vietnamese (vi)
2018
2019
2020 Overview of Changes from GTK+ 2.13.6 to 2.13.7
2021 ==============================================
2022
2023 * Bugs fixed:
2024  545031 list of recently used files is created world-readable
2025  535573 Deadlock in gdkeventloop-quartz.c:poll_func()
2026  546771 Add writable property "visited" to GtkLinkButton
2027  546756 gnome-panel crashed with SIGSEGV in g_type_check_...
2028  547027 menus are broken
2029  544863 gtkquartz.h not included in released 2.13.5 package
2030  547211 Duplicated mnemonic
2031  547270 Make GtkHSV public
2032  546616 CUPS print backend uses 1.2 API without guards
2033  546754 2.13.6 update create rendering issue in the evo...
2034  546730 gtk_status_icon_get_gicon() should use a return...
2035  526234 make shift+ctrl+del delete till the end of line
2036  547456 gdk/x11/gdkscreen-x11.c : init_solaris_xinerama doesn't...
2037  547516 Add comments for translators in gtkprintbackendcups.c
2038  547673 Accessors for GtkFileSelection.font_entry and...
2039  547775 Documentation of gtk-button-images is not correct
2040  547846 gtktestutils functions lack Since: tags
2041  547655 gio_can_sniff configure test can fail...
2042  547944 Self-reference in gtk_page_setup_load_file's docs
2043  547680 fontconfig monitoring can crash apps
2044  546549 Better Type Checking
2045  532644 TIFF loader need to exclude CR2 files
2046
2047 * Updated translations:
2048  Arabic (ar)
2049  Spanish (es)
2050  Basque (eu)
2051  Finnish (fi)
2052  Galicican (gl)
2053  Japanese (ja)
2054  Kannada (kn)
2055  Marathi (mr)
2056  Norwegian bokmål (nb)
2057  Portugese (pt)
2058  Brazilian Portugese (pt_BR)
2059  Swedish (sv)
2060  Thai (th)
2061
2062
2063 Overview of Changes from GTK+ 2.13.5 to 2.13.6
2064 ==============================================
2065
2066 * Fix problems on 64-bit Windows
2067
2068 * Fix a long-standing, well-known problem with the handling
2069   of insensitive buttons, bug 56070
2070
2071 * Fallback to Xinerama if the Xrandr implementation
2072   is just a stub
2073
2074 * gdk_threads_add_timeout_seconds[_full]: New functions with
2075   second-granularity to complete the set of gdk_threads_ timeout
2076   functions
2077
2078 * Support rendering icons with emblems specified as GEmblemedIcon
2079
2080 * GtkFileChooser has a GFile-oriented API now, functions
2081   for creating filechoosers with specific backends have been
2082   deprecated, since GIO is used directly.
2083  
2084 * GtkAdjustment has been sealed, adding getters and setters
2085   for all struct fields.
2086
2087 * Bugs fixed:
2088  544265 GDK assumes XFIXES extension
2089  543915 "Sole completion" translation issue
2090  544510 SetTimer callback signatures has the wrong type
2091  544390 evince crashes after clicking print
2092  361561 StatusIcon signals not documented as definitely public API.
2093  368234 Incorrect tabs rendering during reorder with rounded themes
2094  545976 Deprecate gtk_file_chooser_*_with_backend
2095  545978 Make filechooser GFile API public 
2096  544863 gtkquartz.h not included in released 2.13.5 package
2097  424207 printing hangs on unreachable cups server
2098   56070 Can't click button after setting it sensitive
2099  545931 small documentation typos
2100  344383 use po/LINGUAS
2101   65818 rename gtk_window_set_default() and add getter for it
2102  539733 No way to control treeview separator height
2103  523950 GtkTreeModelFilter's visible function may get an empty...
2104  526575 Missing return type in gtk_ui_manager_get_toplevels...
2105  429411 add style properties to set minimum progressbar w...
2106  429427 Add "arrow-spacing" style property to GtkRange
2107  544302 GtkStatusIcon should support GIcon
2108  339699 implement gtk_print_operation_set_show_dialog for...
2109  538686 gtkprintoperation-win32.c: devmode_from_settings
2110  540379 gtk_tree_view_enable_model_drag_dest and ...
2111  544684 Win64 issue, window handles are assumed to be 32-bit
2112  540834 Insensitive widgets cannot be grabbed
2113  515596 GtkUIManager's embedded UI definition example is invalid
2114  534979 GtkImageMenuItem is a bin but has two children
2115  382291 Automatically dim the combobox when the model is empty
2116  545982 missing braces cause bogus warnings when using GtkBuilder
2117  544858 Seal GtkAdjustment
2118
2119 * Updated translations:
2120  Spanish (es)
2121  Galician (gl)
2122  Japanese (ja)
2123  Korean (ko)
2124  Norwegian bokmål (nb)
2125  Portugese (pt)
2126  Brasilian Portugese (pt_BR)
2127  Albanian (sq)
2128  Swedish (sv)
2129
2130
2131 Overview of Changes from GTK+ 2.13.4 to 2.13.5
2132 ==============================================
2133
2134 * gdk-pixbuf:
2135  - Use GIO for mime type sniffing when possible
2136
2137 * Printing:
2138  - Handle paused printers and printers that don't accept jobs
2139
2140 * GtkBuilder:
2141  - Support building parts of the XML tree with the new functions
2142    gtk_builder_add_objects_from_file, gtk_builder_add_objects_from_string
2143
2144 * Bugs fixed:
2145  540917 deprecate pack_start_defaults()
2146  541645 gtkfilechooserdefault segfaults when bookmark does not contain ://
2147  493008 gdk_screen_get_window_stack is not 64-bit-compatible
2148  539248 gtk_calender_query_tooltip calls ->detail_func with invalid dates
2149  327582 Incomplete docs for GtkSettings::gtk-icon-sizes
2150  343663 source-buffer highlighting highlights "char" in gtk_text_iter_...
2151  541811 g_return_if_fail (widget->parent == container)
2152  541540 Dead link to pkg-config site in GTK+ online FAQ
2153  513580 Broken link in GTK+ FAQ
2154  531129 gtk_style_copy() does not include a return value or description
2155  510225 gtk_widget_get_composite_name retval should be freed
2156  507953 gtk_tree_view_set_tooltip_column() shows markups
2157  469068 clarify gdk_cairo_create()
2158  528845 segv from GtkBuilder on attempting <accelerator> under GtkCellView
2159  540994 [Win32] Some windows don't appear at the top when created
2160  541964 [Win32] Setting modal hint to current value might confuse the stack
2161  541950 Removing recently-added accelerator UI causes a wrong g_warning
2162  542234 iconview a11y implementation segfaults
2163  541399 Widget tooltips: treat "" same as NULL
2164  334418 Support easy input of ellipsis
2165  321896 Synch gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
2166  316087 Resizing columns is chaotic
2167  542853 jasper test fails due to incomplete library arguments
2168  507394 mem leak from gtk_selection_add_targets
2169  488766 GtkFileChooserButton doesn't clear icon after gtk_file_chooser_...
2170  479780 Bookmarks in left pane of FileChooser cannot be renamed
2171  542523 GtkTextTag should handle setting properties to NULL
2172  384940 handle rejecting jobs and authentication meaningfully
2173  339591 Detect list of availible cover pages
2174  543244 crashes when renaming a bookmark
2175  447998 GtkBuilder does not support building parts of the xml tree
2176  543217 GTK application crashed with directfb backend
2177  543545 GtkAssistant crashes when gtk_widget_hide() is called inside ...
2178  401985 Documentation improvement for the gdk_pixbuf_new_from_file_at_...
2179  543085 gdk_pixbuf_saturate_and_pixelate may corrupt memory
2180  488019 Mention bind_textdomain_codeset in gettext related FAQ
2181  528822 typo in GtkCombo docs
2182  540967 docs build slowly because of entities
2183  537430 label pango attributes & i18n
2184  543989 Crash in gtk_tree_view_size_allocate_columns
2185  535223 gbookmark file inefficiency ...
2186
2187 * Updated translations:
2188  Assamese (as)
2189  Czech (cs)
2190  German (de)
2191  Spanish (es)
2192  Galician (gl)
2193  Hebrew (he)
2194  Polish (pl)
2195  Pashto (ps)
2196  Traditional Chinese (zh_HK)
2197  Traditional Chinese (zh_TW)
2198
2199
2200 Overview of Changes from GTK+ 2.13.3 to 2.13.4
2201 ==============================================
2202
2203 * Merge the GSEAL branch (see http://live.gnome.org/GTK+/3.0/Tasks)
2204
2205 * GtkScaleButton has an orientation property 
2206
2207 * Bugs fixed:
2208  538519 GtkCellRendererPixbuf doesn't allow unsetting the icon anymore
2209  538362 Get Win32 icons back in the file chooser
2210  538182 pango_cairo_context_update_layout is not noop after...
2211  508751 gnome-terminal crashed with SIGSEGV after keypress
2212  419737 The file chooser clears the filename entry in SAVE/CREATE_FOLDER...
2213  538784 Don't change the filename in the name entry in CREATE_FOLDER...
2214  538395 gtk_combo_box_append_text() on non-compliant model segfaults
2215  539363 Segfault when creating GtkPlugs
2216  539466 GtkMenuShell API/ABI break in trunk
2217  442042 GtkScaleButton is too limited
2218  540318 Invalid URL
2219  530255 GtkAboutDialog cuts off comments label
2220  540310 Avoid unnecessary repaints when resizing GtkWindow
2221  434535 printoperation's create_surface doesn't check temp file...
2222  539790 [PATCH] Please add three new settings to GtkSettings
2223  539164 Windows' System Menu blocks main loop
2224  541162 [Win32] Update for the new GdkWindowImpl stuff
2225  455268 Add gtk-enable-tooltips GtkSetting
2226  537591 Don't hardcode minimum width of menuitems
2227  541249 [Win32] Fix some internal static methods
2228  541305 [Win32] Scrolling was broken after GdkWindow refactoring
2229  540529 Remove all GIMP references
2230  538547 Update doc-shooter in gtk documentation
2231  535498 Printing demo broken
2232  539944 Add GtkScaleButton API so struct fields can be marked...
2233  540915 GtkBuilder sets properties in reverse order
2234  538863 Fixes assertion on entering empty folder
2235  540861 invalid UTF-8 in input device name
2236  540612 mem leak in filechooser
2237  540618 gtk_menu_shell_select_first prints warning on GtkMenubar...
2238  539944 Add GtkScaleButton API so struct fields can be marked...
2239  536966 Paper selector crashes
2240  378158 gdk_win32_selection_add_targets uses uninitialized hwnd v...
2241  516092 use gtk_drag_*_add_*_targets instead of hardcoded target ...
2242  536430 Libs and Cflags paths in gail-uninstalled.pc.in are out o...
2243  538378 GtkFileSystemError should be public
2244  539095 directfb functions need to be renamed due to the offscree...
2245  539470 Fix critical warnings when the GIcon can't be found for a...
2246  539732 Warnings on destruction of GtkDialog.
2247  540235 Getting the current folder fails
2248  537639 complete the gtk_clipboard_request/wait_for/is_available_... 
2249
2250 * Updated translations:
2251  Catalan (ca)
2252  Spanish (es)
2253  Estonian (et)
2254  Hungarian (hu)
2255  Korean (ko)
2256  Norwegian bokmål (nb)
2257  Occitan (oc)
2258  Swedish (sv)
2259  Thai (th)
2260
2261  
2262 Overview of Changes from GTK+ 2.13.2 to 2.13.3
2263 ==============================================
2264
2265  * Support runtime font configuration changes
2266  
2267  * Use GIO for mime information
2268
2269  * Use GIO directly for the file chooser, do not load filesystem
2270    implementation modules. This change causes some regressions on Win32, 
2271    which will be addressed by improved Win32 support in GIO.
2272
2273  * GTK+ no longer uses translations when the application is not
2274    translated to the current locale
2275  
2276  * Bugs fixed: 
2277  520874 Should use gio directly
2278  536185 monitor font configuration
2279  536757 openoffice.org menus are placed at wrong position
2280  536990 updateiconcache.c: 'close ()' is redundant 
2281  535608 do not string-copy accel paths in the menu code
2282  488119 critical warnings from gtk_tree_view_get_visible_range
2283  536730 memory corruption in gtktreeview
2284  131920 gtkNotebook sends incorrect switch_page value
2285  526987 GtkCellRendererCombo should allow model to be NULL
2286  536765 GtkComboBox should set COMBO type hint for its menu
2287  503071 Application direction changes to right to left even if...
2288  517706 Connecting GtkButton with "use-stock" == FALSE to a...
2289  519092 Add accessibility support to GtkVolumeButton
2290  524222 GtkToolbar with mix of buttons with and without icons...
2291  537985 gtk_init_with_args() doesn't open a display after...
2292  531960 crash in eog-image.c:1154: (priv->image != NULL)
2293  408154 Change GtkEntryCompletion max-items to style property...
2294  506853 gtk_tree_view_enable_model_drag_[source|dest] problem
2295  536430 Libs and Cflags paths in gail-uninstalled.pc.in are out o...
2296  537685 print to file crashes when the target can not be written 
2297
2298 * Updated translations:
2299  Arabic (ar)
2300  Czech (cs)
2301  Estonian (et)
2302  Hebrew (he)
2303  Norwegian bokmål (nb)
2304  Thai (th)
2305
2306
2307 Overview of Changes from GTK+ 2.13.1 to 2.13.2
2308 ==============================================
2309
2310  * Fix an oversight in the header cleanup that went into 2.13.1, which
2311    removed gtkmarshal.h from the set of headers pulled in by gtk.h
2312  
2313  * Add a function to retrieve the XID of a status icon, to allow
2314    notification bubbles to follow the icon
2315  
2316  * Bugs fixed:
2317  533108 leak of GDI region in function 'handle_wm_paint'
2318  530146 Setting non-string tooltip with gtk_tree_view_set_tooltip_column...
2319  535830 wrong content type adding an item
2320  536126 gtk.h don't include gtkmarshal.h
2321  535497 Print preview doesn't work
2322  535862 gtk_action_create_icon can't create icons from the icon themes
2323  536092 GtkEntryCompletion's popup window should set type hint
2324  535303 add _get_implementation to GtkStatusIcon
2325
2326  * Updated translations:
2327  Estonian (et)
2328  Galician (gl)
2329  Italian (it)
2330  Vietnamese (vi)
2331
2332
2333 Overview of Changes from GTK+ 2.13.0 to 2.13.1
2334 ==============================================
2335
2336  * Add GtkMountOperation, a subclass of GMountOperation that
2337    can show password dialogs when mounting volumes
2338
2339  * Add GDI+-based pixbuf loaders for bmp, emf, gif, ico, jpeg, tiff, wmf
2340
2341  * Add support for pixmap redirection, new api includes the 
2342    gtk_widget_get_snapshot() function and the GtkWidget::damage-event 
2343    signal and the lower-level gdk_window_redirect_to_drawable() and
2344    gdk_window_remove_redirection() functions
2345
2346  * Add gtk_show_uri(), a replacement for gnome_vfs_url_show() and
2347    gnome_url_show()
2348
2349  * Add a "changed" signal to GtkCellRendererCombo
2350  
2351  * Sync keysyms and compose sequences with recent X.org 
2352
2353  * GtkBuilder
2354    - supports custom stock icons 
2355    - supports Pango attributes in labels
2356  
2357  * GtkRecentManager
2358    - uses GIO to monitor .recently-used.xbel
2359    - limits the growth of .recently-used.xbel with a 
2360      gtk-recent-files-max-age setting
2361
2362  * Filechooser autocompletion has been reworked
2363
2364  * The cups print backend displays printer status information
2365  
2366  * On OS X, accelerators are displayed using Unicode characters,
2367    matching the native behaviour
2368
2369  * GtkIconTheme and GtkImage support GIcon
2370
2371  * Bugs fixed: too many to list here
2372  
2373  * New and updated translations:
2374  Arabic (ar)
2375  Valencian-Catalan (ca)
2376  German (de)
2377  Canadian English (en_CA)
2378  British English (en_GB)
2379  Spanish (es)
2380  Estonian (et)
2381  Galician (gl)
2382  Hebrew (he)
2383  Hungarian (hu)
2384  Kannada (kn)
2385  Norwegian bokmål (nb)
2386  Dutch (nl)
2387  Norwegian Nynorsk (nn)
2388  Occitan (oc)
2389  Slovak (sk)
2390  Albanian (sq)
2391  Swedish (sv)
2392  Telugu (te)
2393  Vietnamese (vi)
2394
2395
2396 Overview of Changes from GTK+ 2.12.x to 2.13.0
2397 ==============================================
2398
2399  * gdk-pixbuf:
2400   - Support loading the OS X icns format
2401   - Support loading of JPEG2000 images
2402   - Support loading from and saving to GIO streams
2403
2404  * GDK:
2405   - Add GdkAppLaunchContext, to provide startup notification
2406     with g_app_info_launch()
2407   - Use RandR 1.2 instead of Xinerama when available, and expose
2408     more monitor information
2409
2410  * Accessibility:
2411   - The gail module is now shipped as part of GTK+
2412   - GtkStatusIcon supports keyboard navigation 
2413
2414  * GtkCalendar:
2415   - Support displaying details for each day
2416
2417  * GtkBuilder:
2418   - gtk-builder-convert has been improved
2419   - Translation-domain works properly
2420   - Support accessibility
2421
2422  * Testing support:
2423   - Add utilities for testing GTK+ applications
2424   - Add some unit tests for GTK+ 
2425
2426  * New settings:
2427   - for disabling display of accelerators and mnemonics
2428   - for position of vertical scrollbars in scrolled windows
2429   - for the default input method 
2430
2431  * GtkToolShell: new interface for containers of GtkToolItems
2432
2433  * Bug fixes:
2434  - too many to list here
2435
2436  * Updated translations:
2437   Arabic (ar)
2438   Assamese (as)
2439   Belarusian (be)
2440   Belarusian Latin (be@latin)
2441   Czech (cs)
2442   German (de)
2443   Greek (el)
2444   Estonian (et)
2445   Finnish (fi)
2446   French (fr)
2447   Irish (ga)
2448   Hebrew (he)
2449   Indonesian (id)
2450   Kurdish (ku)
2451   Marathi (mr)
2452   Norwegian bokmål (nb)
2453   Occitan (oc)
2454   Brazilian Portugese (pt_BR)
2455   Slovenian (sl)
2456   Swedish (sv)
2457   Telugu (te)
2458   Russian (ru)
2459
2460
2461 Overview of Changes from GTK+ 2.12.0 to 2.12.1
2462 ==============================================
2463
2464  * Bugs fixed: 
2465  472965 a small improvement for scrolling behavior with PgUp/PgDown
2466  460194 Gtk tooltips + swt crash
2467  478803 Segfault in gtk_print_operation_run when no range specified
2468  480123 Crash from GTK's new search feature
2469  483223 im-xim.so leaves callbacks connected to display "closed" ...
2470  476342 Icon cache validation causes severe page-in
2471  484008 configure fails during CUPS version tests on some platforms
2472  327243 GtkFileChooserButton emits two "selection-changed" signal...
2473  465380 gtkfilechooser cannot show the modified date on none UTF-...
2474  467269 Inkscape Flickers horribly
2475  476686 gtkrecentchooser select-multiple property
2476  478173 GTK's Tracker search engine does not work anymore
2477  478371 totem volume slider appears on all workspaces
2478  482089 GtkPrintOperation check for null default signal handler b...
2479  482504 Missing locale to UTF-8 conversion for modification time ...
2480  482841 critical warnings on gdk_display_close after _gtk_tooltip...
2481  483563 remains of gtk_widget_ref() in gtkdnd.c
2482  483730 Keyboard navigation of mutiple-selecting gtk.TreeViews im...
2483  484650 Typo in docs for GdkGrabBroken
2484  484730 In MS-Windows theme, GtkBorder freed with g_free() instea...
2485  486360 Failed to convert Empathy Glade files
2486  389358 print dialog: unit selection dialog can't be closed
2487  448343 File chooser should maintain sort state during folder swi...
2488  477447 GtkPaned documentation doesn't mention behaviour with onl...
2489  482034 GtkMenuPositionFunc push_in parameter description
2490  482837 duplicate declaration of gtk_notebook_create_window()
2491  478637 Notebook tab labels not correctly centered in ms-windows ...
2492  484132 gtk_recent_info_get_icon docs
2493  486636 "Cannot open display" message doesn't include display whe...
2494  455284 Ctrl+L should work depending if it has focus or not
2495  478377 10x speed up for window motion/scroll (gdk-quartz)
2496  485301 Filename is garbled in print dialog on none UTF-8
2497  485437 Fix testxinerama.c to not query current monitor by default
2498  486155 Docs for gtk_text_iter_forward_line()
2499  339877 pixbuf loader incorrectly returns wbmp
2500  456137 Pidgin will crash in fail-safe session due to a NULL poin...
2501  456676 Critical warning in gtk_drag_drop_finished()
2502  352643 crash in gtk_entry_completion_default_completion_func
2503  477280 volume button docs fix
2504  477704 Add docs for GtkTreeModelForeachFunc
2505  476920 Move GtkFileSelection to the deprecated section
2506
2507  * Updated translations:
2508  - Arabic (ar)
2509  - Assamese (as)
2510  - Belarusian Latin (be@latin)
2511  - Catalan (ca)
2512  - Estonian (et)
2513  - Basque (eu)
2514  - Hebrew (he)
2515  - Ido (io)
2516  - Italian (it)
2517  - Japanese (ja)
2518  - Georgian (ka)
2519  - Kannada (kn)
2520  - Korean (ko)
2521  - Lithuanian (lt)
2522  - Dutch (nl)
2523  - Polish (pl)
2524  - Romanian (ro)
2525  - Slovenian (sl)
2526
2527
2528 Overview of Changes from GTK+ 2.11.6 to 2.12.0
2529 ==============================================
2530
2531  * GtkTooltips
2532  - All widgets have been ported to the new tooltips code
2533  - Tooltips are disabled in touchscreen mode 
2534
2535  * GtkBuilder
2536  - Support custom tabs in GtkPrintUnixDialog
2537
2538  * Bugs fixed:
2539  459561 critical warnings with custom tooltips
2540  461648 GdkWindowQueueItem::serial overflow
2541  463773 Openoffice and flash run into a deadlock when used with KDE
2542  468801 thunar segfaults when selecting targa image
2543  473441 [patch] Ungrab windows when gdk_window_destroy() is calle...
2544  473954 gnome-background-properties: crash on drag-n-drop to "Add...
2545  461945 totem outputs errors in terminal
2546  348493 _gdk_quartz_copy_to_image needs implementing for pixmaps
2547  405868 Missing implementation of gdk_window_get_geometry()
2548  441219 Do not allow moving cursor to separators
2549  447214 rename the tips_data_list field back
2550  451202 New tooltips API has too long default timeout
2551  451397 Use new tooltip API in gtk+
2552  452225 check and option mark drawing is a mess of inconsistency
2553  457642 tooltips on notebook's tab labels
2554  458088 Improve mouse cursor for paned widgets
2555  458102 GtkScrolledWindow doesn't redraw when gtk-scrolled-window...
2556  458280 remove set-toolip handler from menutoolbutton
2557  458298 broken cursor movement with inline selection
2558  459459 Missing implementation of gdk_window_set_decorations() an...
2559  459515 gtk_menu_key_press() buglets
2560  459566 update testtooltips
2561  459667 Missing implementation of gdk_window_set_keep_above and g...
2562  460272 GtkFrame publishes incorrect defaults for "label-xalign"
2563  460534 No expose events if input swamps main loop with scrolled ...
2564  461225 gtk_tree_view_set_tooltip_cell() documentation: cell
2565  463907 'Recent Documents' is broken in gnome-panel 2.19.5
2566  464528 gdk_rectangle_union() and gdk_rectangle_intersect() shoul...
2567  465039 "keynav-failed" signal not emitted when treeview has just...
2568  467003 tooltips do not pick up theme changes
2569  467117 Documentation for the GtkPaned key binding signals
2570  467414 gtkcupsutil.c won't build with cups 1.3
2571  468055 Incorrect compose mapping for capital U with macron
2572  468245 Tooltip timer doesn't get reset when mouse leaves into ot...
2573  469214 Recently used blocks side-panel browsing until loaded
2574  469374 menu accelerators don't work
2575  469395 make dist failure
2576  471132 Highlighting a suggestion with the keyboard changes the U...
2577  471215 Cursor drawing broken
2578  472974 gtk-builder-convert doesn't set correctly the tab label f...
2579  472981 make gtk-builder-convert not remove some empty properties
2580  356630 Print to file dialog suggests "output.pdf" even for ps ou...
2581  447883 PATCH Documentation about SVN in HACKING and README.cvs-c...
2582  459340 GtkContainer API documentation refers deprecated gtk_widg...
2583  459732 build system: cups detection with only cups-config might ...
2584  460207 there are still references to deprecated gdk_pixbuf_rende...
2585  461483 Wrong check in gtk_window_group_remove_window
2586  472643 gtk_builder_add_from_file: *filename marked as constant b...
2587  474696 ToolbarContent should use GSlice
2588  459313 A few functions that don't appear in 2.12 new symbols
2589  468832 crash while reading ANI file
2590  470033 MS-Windows Theme doesn't apply styling to gtknotebooks wh...
2591  473340 gtk_print_operation_get_error() is listed twice
2592  473463 GtkButton doesn't have a GdkWindow like the docs say it does
2593  474282 Dead code in gtkmisc.c
2594  472951 gtkprintunixdialog should support custom tabs as buildable
2595  383003 Dragging text including non-ascii chars from epiphany to ...
2596  449371 Open with menu has no effect
2597  404541 GtkIconView crashes when I select icons with rubberband w...
2598  467324 Iter swapping causes segmentation fault
2599  475158 Random crash while scrolling trough notebook tabs
2600  450032 GtkRecentAction should have defaults
2601  458283 wrong tooltip on menutoolbutton
2602  467717 Extra trailing comma after last enum definition
2603  467719 config.h should always be included first if using AC_SYS_...
2604  474897 rendering problem with latest gtk+
2605  475400 Fix a typo in gtkentry.c
2606  436576 GtkFileChooserButton title from supplied dialog
2607  475439 gtk/gtksearchenginesimple.h is missing a G_BEGIN_DECLS
2608  105895 Please add common keybindings for the TreeView
2609  306445 stock icon for the "open recent" menu
2610  449371 Open with menu has no effect
2611  426246 "Spurious" expose events during asynchronous GtkWindow re...
2612  436576 GtkFileChooserButton title from supplied dialog
2613  474897 rendering problem with latest gtk+
2614  475400 Fix a typo in gtkentry.c
2615  476688 scale button uses wrong value type in getter
2616  476665 gtkcellrendereraccel missing property getter
2617  476689 gtktreeview tooltip column property getter uses wrong val...
2618
2619  * Updated translations
2620  - Bulgarian (bg)
2621  - Bengali (bn_IN)
2622  - Danish (da)
2623  - German (de)
2624  - Canadian English (en_CA)
2625  - Spanish (es)
2626  - Estonian (et)
2627  - Basque (eu)
2628  - Finnish (fi)
2629  - French (fr)
2630  - Irish (ga)
2631  - Gujarati (gu)
2632  - Hungarian (hu)
2633  - Italian (it)
2634  - Japanese (jp)
2635  - Kannada (kn)
2636  - Macedonian (mk)
2637  - Malayalam (ml)
2638  - Norwegian bokmål (nb)
2639  - Dutch (nl)
2640  - Oriya (or)
2641  - Polish (pl)
2642  - Portugese (pt)
2643  - Brazilian Portugese (pt_BR)
2644  - Russian (ru)
2645  - Albanian (sq)
2646  - Serbian (sr, sr@Latn)
2647  - Swedish (sv)
2648  - Telugu (te)
2649  - Thai (th)
2650  - Ukrainian (uk)
2651  - Vietnamese (vi) 
2652
2653
2654 Overview of Changes from GTK+ 2.11.5 to 2.11.6
2655 ==============================================
2656
2657  * GtkBuilder:
2658  - The gtk-builder-convert script is more versatile
2659  - GtkBuilder suppports GdkPixbuf properties
2660  - GtkBuilder parses, but doesn't yet implement <accessibility> 
2661  - Support for accelerators in actions has been added
2662
2663 * GtkTooltips:
2664  - The old tooltips API has been deprecated
2665  - The has-tooltip property has getter and setter
2666
2667 * GtkTreeView: 
2668  - Convenience API to set tooltips: gtk_tree_view_set_tooltip_row(),
2669    gtk_tree_view_set_tooltip_cell(), gtk_tree_view_get_tooltip_context(),
2670    gtk_tree_view_set_tooltip_column()
2671
2672 * GtkIconView:
2673  - Convenience API to set tooltips: gtk_icon_view_set_tooltip_item(),
2674    gtk_icon_view_set_tooltip_cell(), gtk_icon_view_get_tooltip_context(),
2675    gtk_icon_view_set_tooltip_column()
2676
2677 * Bug fixes:
2678  452598 crash in Evolution: Added an Evolution attac...
2679  447966 Add builder support for GdkPixbuf properties
2680  453033 gnome-panel crashed with SIGSEGV in idle_populate_func()
2681  453365 gdk_pixbuf_get_file_info crashes on tif files
2682  361781 GtkViewport size request includes xthickness/ythickness f...
2683  427899 GtkFrame's label may exceed the frame area
2684  430049 gtk_selection_data_set_text() ignores length argument
2685  436965 Add files to /po[-properties]/POTFILES.in
2686  437281 gtk_button_set_image destroyes the old image
2687  448604 gtk+ printbackends build fix
2688  449311 GtkVolumeButton should use new tooltip API
2689  451164 I translate gnome-desktop. But i have no svn account and ...
2690  451575 (API) Changes needed for GtkTooltips deprecation
2691  452425 Setting "tooltip-text" property to NULL has bad effects
2692  452861 gtk_label_set_pattern() is not working anymore
2693  452988 error handling in GtkCellLayout custom parser
2694  453411 Button state not included in key events
2695  453413 Key event state is not right for modifier keys
2696  454654 Accelerator support for actions
2697  454700 Minor update for gdk_threads_enter
2698  454703 gdk_window_invalidate_rect accepts NULL
2699  454830 gtk-builder-convert not converting menus
2700  452056 GtkComboBox doesn't emit 'changed' signal when active row...
2701  452278 GtkBuilder API Documentation
2702  453316 small documentation fix in GtkDrawingArea API documentation
2703  453673 small doc quirk in gtk/gtktreeview.c
2704  453930 small doc quirk in gtk/gtktooltip.c
2705  454596 [patch] gdkpixbuf-scale slight api doc improvement
2706  454835 [patch] example in gdk-pixbuf-scaling using deprecated gd...
2707  457384 critical warning from entrycompletion
2708  112404 Problem with focus when closing transient window
2709  172424 Most GtkWidget events have no documentation
2710  408327 Improving tooltip positioning
2711  439480 translations
2712  439715 GtkFileChooser - recent files option takes up 100% CPU.
2713  455482 remove old tooltips work-around from uimanager
2714  455721 mem leak when adding shortcut
2715  455901 mem leak in path bar
2716  455984 need a way to convert to bin_window coordinates
2717  457720 assertion `G_IS_VALUE (value)' failed progmatically "tabb...
2718  458298 broken cursor movement with inline selection
2719  456258 GtkScaleButton: value parameter of signal "value-changed"...
2720  457774 GtkTreeView::test_expand_row and test_collapse_row
2721  455645 intern action names 
2722
2723 * Updated translations:
2724  Bengali (bn_IN)
2725  Greek (el)
2726  Spanish (es)
2727  Estonian (et)
2728  Finnish (fi)
2729  Galician (gl)
2730  Gujarati (gu)
2731  Hungarian (hu)
2732  Japanese (ja)
2733  Lithuanian (lt)
2734  Norwegian bokmål (nb)
2735  Dutch (nl)
2736  Swedish (sv) 
2737  Thai (th)
2738  Vietnamese (vi)
2739  
2740
2741 Overview of Changes from GTK+ 2.11.4 to 2.11.5
2742 ==============================================
2743
2744 * OS X port:
2745  - Many improvements
2746
2747 * Win32 port:
2748  - Inconsistent checkboxes are drawn correctly now
2749
2750 * GtkBuilder:
2751  - Ship a Python script, gtk-builder-convert, to 
2752    convert glade files to GtkBuilder syntax
2753
2754 * GtkFileChooser:
2755  - Improved display of the time column
2756  - Support search on OS X, using Spotlight
2757
2758 * GtkTreeView:
2759  - New function gtk_tree_view_is_rubber_banding_active() to
2760    check whether rubber banding is active
2761
2762 * GtkVolumeButton uses the range 0.0 to 1.0, and
2763   correctly adapts tooltips to display percentages
2764
2765 * Bugs fixed:
2766  447967 Improve reference counting
2767  447995 Add a script that converts libglade files
2768  451428 GtkBuilder API changes
2769  449862 gdk_x11_display_get_xdisplay doesn't check pointers befor...
2770  451303 Crashes on empty property
2771  164809 Checkboxes with inconsistent status are not drawn properl...
2772  426987 Panel freezes after upgrading gtk icon cache
2773  439567 Add functions to transform pixbufs based on orientation tags
2774  448313 Block cursor problem on one-character line
2775  449016 Prevent C++ keyword clashes
2776  449167 faulty enter-leave compression
2777  450469 Draw no bevel when "GtkToolbar::shadow-type" is "none"
2778  451070 Broken CUPS SSL printing in gtk 2.10.13
2779  451345 gtk-demo does not open GtkBuilder example twice
2780  451353 Parsing properties broken
2781  451484 Miscalculation in GtkButtonBox CENTER_MODE
2782  451866 GtkVolumeButton range
2783  452046 some fixes for gdk composited window support
2784  452463 type-func attribute on wrong element ?
2785  452464 inconsistent handling of booleans
2786  452465 error handling in gtk_builder_value_from_string_type()
2787  452954 GtkBuilder documentation fixes/improvements
2788  446532 [patch] Improve performance of gtk_recent_manager_get_items
2789  451314 Warning message is wrong for delayed property assigning
2790  392283 GtkNotebook tabs drawn incorrectly with the Wimp theme
2791  449492 debug spew on toolbar focus move
2792  324543 GtkFileChooser: show file 'modified' TIMES, not just DATES
2793  327912 Many mouse cursors are not supported
2794  353805 Detecting Bidi Keyboard Layouts
2795  451527 Confusing GtkRadioButton variable names in some functions
2796  393579 Need tree view API for querying whether rubberbanding is ...
2797
2798 * Updated translations
2799  Spanish (es)
2800  Estonian (et)
2801  Hungarian (hu)
2802  Japanese (ja)
2803  Korean (ko)
2804  Norwegian bokmål (nb)
2805  Russian (ru)
2806  Sinhala (si)
2807  Vietnamese (vi)
2808
2809
2810 Overview of Changes from GTK+ 2.11.3 to 2.11.4
2811 ==============================================
2812
2813 * The multipress input method correctly handles control keys
2814
2815 * The memory management of GtkRecentManager has been
2816   changed, deprecating the screen-related functions in favour
2817   of gtk_recent_manager_get_default().
2818
2819 * Bugs fixed: 
2820  448928 Some GtkBuildable methods named too generically
2821  448193 gtkbuilder.h causes compile error with C++
2822  354887 GtkFileChooserButton displays unnecessary authentication ...
2823  440450 GTK font selection minimum size is too large for 150dpi s...
2824  447214 gtk_tooltips_widget_remove() is slow
2825  448299 dgettext arguments interchanged
2826  448321 Drawing problems with block cursor
2827  448341 There is no GtkTooltip documentation in the gtk+ reference
2828  448484 GtkAccelGroup forgets to remove closure invalidate notifi...
2829  448544 Refcount issues in GtkCellRendererSpin
2830  412357 GtkMenuShell not defined as an abstract base type
2831  403717 print preview operation should pass settings to preview p...
2832
2833
2834 Overview of Changes from GTK+ 2.11.2 to 2.11.3
2835 ==============================================
2836
2837 * GtkBuilder: GTK+ supports constructing user interfaces 
2838   from XML descriptions now, similar to libglade.
2839
2840 * The new tooltip code now has convenience api to set
2841   text tooltips: gtk_widget_set_tooltip_text(),
2842   gtk_widget_set_tooltip_markup()
2843  
2844 * GtkTextView, GtkEntry:
2845  - gtk_widget_modify_cursor() is a new function in the 
2846    gtk_widget_modify family to override the style-provided 
2847    cursor colors
2848  - Use a block cursor in overwrite mode
2849
2850 * GtkFileChooser:
2851  - Use xdg-user-dirs to find the Desktop directory
2852  - gtk_file_system_create() is now public API
2853
2854 * GtkMenu:
2855  - GtkMenuItem gained a submenu property
2856  - GtkMenuShell obtained a move-selected signal 
2857
2858 * OS X port:
2859  - Many improvements
2860
2861 * Bugs fixed:
2862  445691 Crash when spawning a new process
2863  447163 Implicit pointer conversion gdk_font_ref()
2864  420249 deadlock on print operation
2865  440918 out-of-bound access on loading pnm
2866  142494 treeview coordinate systems need documentation/auditing
2867  343012 RC parser rejects lower-case identifiers.
2868  350460 Popup windows (esp. menus) misbehave wrt focus
2869  410815 Icon view gets confused when scaling down the pixbuf column
2870  435471 small GtkComboBox cleanup
2871  435840 GTK_WIDGET_SAVED_STATE inconsistency
2872  442617 gdk_spawn overrides envp, breaking child setup funcs whic...
2873  443913 When .recently-used.xbel is empty, recently-used uses %10...
2874  444097 Cannot compile gtksearchenginesimple.c
2875  444310 update_buttons_state on a bare assistant causes gtk+ to c...
2876  444734 Compact file-chooser folder selection not working with gt...
2877  444786 Error loading 'gtk-select-color' in Stock icons and Items
2878  445054 GtkScrolledWindow::scrollbars-within-bevel is drawing wrong
2879  445284 Custom (pixbuf etc.) cursor reverts to default cursor on ...
2880  445539 Unititialized var in gtkrc.c trunk
2881  445855 gtk_scale_button_new() uses private API.
2882  446138 Tiny doc update for gdk_window_get_pointer()
2883  446513 gtknotebook.h: create_window is wrong declaration
2884  446616 glib requirement insufficient
2885  447065 GtkMenuItem: add "submenu" property and some cleanup
2886  426192 Symbolic colors are not working under "engine" sections o...
2887  446107 tiff load dialogue has unreadable text
2888  447396 Typo in documentation of gtk_widget_modify_cursor
2889  79585  API to change cursor color
2890  80378  Visible (Cursor-shape) indicator for Overtype mode
2891  158008 Stock button for Dont Save, Discard Changes, Do Not Save
2892  334576 GtkCellRendererProgress ignores xalign attribute
2893  344836 Add orientation property to CellRendererProgress
2894  172535 Add support for UI builders in gtk+
2895  446833 gtk_menu_shell_move_selected should be a vcall
2896  447586 gtknotebook.c: decreasing unknown size pointer
2897
2898 * Updated translations
2899  Spanish (es)
2900  Swedish (sv)
2901
2902
2903 Overview of Changes from GTK+ 2.11.1 to 2.11.2
2904 ==============================================
2905
2906 * The GtkListStore and GtkTreeStore have new API
2907   to set values using vectors of columns and values
2908
2909 * Bugs fixed:
2910  389603 GtkFileChooserWidget crashes when the window is too narrow
2911  444351 metacity cores on startup
2912  379213 gtkaboutdialog.h causes warnings with GCC and -Wshadow
2913  442888 problem with GTK+ medialib integration
2914  444236 gtk-demo says invisible text doesn't work
2915  444457 Segfault in gdk_window_set_opacity when opacity < 1.0
2916  399071 add gtk_tree_store_set_with_valuesv
2917  434021 crash on startup with jhbuild
2918
2919 * Updated translations:
2920  Spanish (es)
2921
2922
2923 Overview of Changes from GTK+ 2.11.0 to 2.11.1
2924 ==============================================
2925
2926 * GtkTextView:
2927  - Marks can be created independent from buffers
2928  - Cursor color follows text color
2929
2930 * OS X port:
2931  - Many improvements
2932
2933 * GDK:
2934  - Add support for composited child windows
2935
2936 * Bugs fixed:
2937  347883 do-overwrite-confirmation does nothing in 2.10
2938  440890 Crash in gtktooltip.c (GTK+ 2.11.0)
2939  440982 crash in gtk due to missing stock icon gtk-clear
2940  418047 GtkIconView sizing is very broken
2941  438440 All tests for Gtk2 failing when installing from CPAN
2942  314172 gtk_toolbar_set_icon_size() should be 'undeprecated'
2943  348493 _gdk_quartz_copy_to_image needs implementing for pixmaps
2944  398414 Printing to file with multiple pages per sheet
2945  412882 gdkwindow should support the concept of "composited"
2946  430218 Some file names are being cut unnecessarily with RTL Inte...
2947  435405 text view recreates pangolayouts all the time
2948  439565 Crash in GtkIconView a11y code
2949  440040 Reference counting in GtkPrintOperation goes awry
2950  440511 xcursors.h: illegal initializing
2951  440780 GtkAction set_short_label might be broken
2952  441443 jpeg loader does not set error upon abortion
2953  442172 Small cleanup in gtk_notebook_set_current_page and fix ty...
2954  442183 Updated gdk/gdkkeysyms-update.pl
2955  443247 Two GtkNotebook cleanups
2956  441767 Icon cache isn't validated properly
2957  442326 Overview navigator traps mouse on wrong screen in dual mo...
2958  79585  GtkTextView API to change cursor color
2959  132818 Allow GtkTextMark subclasses to be used in GtkTextBuffer
2960  348065 [PATCH] Remove automagic status of xinerama dependency
2961  441443 jpeg loader does not set error upon abortion
2962  386935 gtk_notebook_set_window_creation_hook only allows one...
2963  414947 Move "move-focus" signal to GtkWidget
2964
2965
2966 * Updated translations:
2967  Thai (th)
2968  Spanish (es)
2969  Norwegian bokmål (nb)
2970
2971
2972 Overview of Changes from GTK+ 2.10.x to 2.11
2973 ============================================
2974
2975 * Printing support:
2976  - Cups backend: Work with "BrowseShortNames Off"
2977  - Cups backend: Fix handling of multi-valued options
2978  - Cups backend: Work with raw printers
2979  - Cups backend: don't lock up when met with larger numbers of printers 
2980  - Improved sensitivity handling of controls in the unix dialog
2981  - Support half-open ranges
2982  - Add a test print backend for easier debugging
2983  - Add API to list paper sizes
2984  - Add API to serialize and deserialize page setups and print settings
2985  - Print settings can be passed to the preview command 
2986  - Make more GtkPrinter public
2987
2988 * GtkFileChooser:
2989  - Improve file chooser dialog size logic
2990  - Add a GtkFileChooserButton::file-set signal
2991  - Add a search mode with backends for Beagle, Tracker and simple search
2992  - Add recent files support
2993
2994 * New tooltips API, that allows complex tooltips (markup, images),
2995   tooltips on insensitive widgets, tooltips on treeviews, etc
2996
2997 * GtkScaleButton, GtkVolumeButton: new widgets for volume controls 
2998   frequently seen in multimedia applications
2999
3000 * Input Methods:
3001  - New Thai and Lao input method
3002  - New multipress input method for phone pads
3003
3004 * Recent files:
3005  - GtkRecentChooserMenu supports custom menu items
3006  - GtkRecentAction was added
3007
3008 * Keyboard navigation improvements:
3009  - Infrastructure for notification of failed keyboard navigation
3010  - Better support for restricted sets of keys
3011  - Only handle keys for notebook tab reordering and scrolledwindow 
3012    scrolling if it make sense
3013  - Add settings gtk-enable-accels and gtk-enable-mnemonics to disable  
3014    the display of accelerators and mnemonics
3015  - Popup/popdown of comboboxes is keybindable
3016
3017 * Windows port: 
3018  - Windows 9x/ME is not supported anymore 
3019  - Many ms-windows theme improvements
3020  - The file chooser uses native icons
3021  - Support drop shadows 
3022  - Use native cursors
3023
3024 * OS X port:
3025  - Many improvements
3026
3027 * Icon theme support:
3028  - Add api to list contexts of an icon theme 
3029  - The builtin stock icons have been replaced by a new set of icons 
3030    which are visually compatible with Tango
3031  - Support fallback to more generic icon names 
3032  - Validate icon caches when they are created and before they are used
3033
3034 * GtkRange has gained support for fill levels
3035
3036 * GtkEntry:  
3037  - inline-selection mode for entry completion that is closer to what 
3038    web browsers need
3039  - Add gtk_entry_set_cursor_hadjustment() to support automatic scrolling
3040
3041 * GtkTextView:
3042  - Support accumulative and negative margins
3043  - GTK_JUSTIFY_FILL works
3044
3045 * GtkLabel:
3046  - GTK_JUSTIFY_FILL works
3047
3048 * GtkStatusIcon: 
3049  - Multiscreen support
3050  - gtk_status_icon_position_menu() works on Windows
3051  - Don't take up space when invisible
3052
3053 * GtkCellRendererProgress:
3054  - Respect themes 
3055  - Support activity mode
3056
3057 * GtkNotebook: 
3058  - Support scrolling during tab DND
3059  - Allow dropping tabs anywhere
3060  - Deprecate numeric group-ids in favour of a more flexible group property
3061
3062 * GtkTreeView:
3063  - Lots of scrolling fixes
3064  - Add a gtk-alternative-sort-arrows setting for drawing sort arrows
3065    according to platform conventions
3066
3067 * GtkButtonBox:
3068  - Can center buttons now
3069
3070 * GtkComboBoxEntry 
3071  - Can add an arbitrary child widget
3072
3073 * GtkAboutDialog:
3074  - The "name" property has been replaced by "program-name" to avoid
3075    a clash with the preexisting "name" property on GtkWidget
3076
3077 * GDK changes:
3078  - Add gdk_event_request_motions() which works with input devices
3079  - Add API for changing startup notification id on a window
3080  - Add API for sending startup notification messages
3081  - Don't deadlock with xcb-based libX11
3082  - The handling of _NET_WM_USER_TIME has been changed to reduce
3083    the amount of root window property changes
3084  - New gdk_threads api() to allow fully threadsafe handling of idles 
3085    and timeouts
3086
3087 * gdk-pixbuf changes: 
3088  - Optional support for Sun mediaLib hardware acceleration
3089  - Support exif rotations in tiffs and jpegs
3090  - Allow arbitrary split between builtin vs modular loaders
3091  - Support v5 and OS/2 bmps
3092  - Support scaling animations
3093
3094 * Miscellaneous GTK+ changes:
3095  - New function gtk_window_set_opacity(), to set the opacity
3096    of toplevel windows
3097  - Allow to restrict drags within an application or widget 
3098  - Support opening/closing of submenus on click
3099  - Configurable cursor blinking timeout
3100  - Insensitive widgets don't install cursors
3101
3102 * Bug fixes:
3103  - too many to list here
3104
3105 * New and updated translations:
3106  Arabic (ar)
3107  Assamese (as)
3108  Belarusian Latin (be@latin)
3109  Bulgarian (bg)
3110  Bengali (bn)
3111  Catalan (ca)
3112  Czech (cs)
3113  Welsh (cy)
3114  German (de)
3115  Greek (el)
3116  Canadian English (en_CA)
3117  British English (en_GB)
3118  Esperanto (eo)
3119  Spanish (es)
3120  Estonian (et)
3121  Finnish (fi)
3122  French (fr)
3123  Gujarati (gu)
3124  Hebrew (he)
3125  Hindi (hi)
3126  Hungarian (hu)
3127  Indonesian (id)
3128  Italian (it)
3129  Kurdish (ku)
3130  Lithuanian (lt)
3131  Latvian (lv)
3132  Macedonian (mk)
3133  Malayalam (ml)
3134  Marathi (mr)
3135  Norwegian bokmål (nb)
3136  Nepali (ne)
3137  Oriya (or)
3138  Brazilian Portugese (pt_BR)
3139  Romanian (ro)
3140  Russian (ru)
3141  Slovenian (sl)
3142  Serbian (sr) 
3143  Serbian Latin (sr@Latn)
3144  Swedish (sv)
3145  Tamil (ta)
3146  Thai (th)
3147  Turkish (tr)
3148  Ukainian (uk)
3149  Vietnamese (vi)
3150  Walloon (wa)
3151  Simplified Chinese (zh_CN)
3152  Chinese (Hong Kong) (zh_HK)
3153  Chinese (Taiwan) (zh_TW)
3154
3155
3156 Overview of Changes from GTK+ 2.10.1 to 2.10.2
3157 ==============================================
3158
3159
3160 * Many fixes and improvements for the OS X backends
3161
3162 * Revert to using gtk modules with global binding,
3163   since the local binding that was introduced in 
3164   2.10 breaks the accessibility support of current 
3165   OpenOffice.org releases.
3166
3167 * GtkRecenManager 
3168  - Poll for changes to the XBEL file
3169  - Fix initial bad placement of recent files menu
3170  - Show nonexisting resources by default, and do 
3171    not mark them as insensitive
3172  - Allow adding a filter to GtkRecentChooserMenu
3173
3174 * GtkFileChooser
3175  - Improve the fallbacks for icons
3176  - Make  / and ~ activate the location entry again
3177
3178 * Bugs fixed:
3179  348828 Segmentation Fault in gtk_combo_box_menu_setup 
3180         when removing combobox child
3181  349552 problem with parsing (enum) style properties
3182  351581 API Documentation issues with 2.15 release
3183  348652 reorder() from ComboBoxEntry produces Gtk+ assert 
3184         error
3185  349128 Fix docs about GtkTreeModel::row-deleted
3186  350605 Crash caused by the recent menu
3187  348096 GtkStyle leaks GtkRcContext
3188  348145 Background images not working with Quartz backend
3189  329752 Problem with has_selection notification when 
3190         deleting the selection
3191  347856 gtk_recent_chooser_add_filter not implemented 
3192         for GtkRecentChooserMenu
3193  348245 Disabling pdf printing doesn't hide option
3194  348278 textview doesn't update on hinting setting change
3195  348289 Filechooser is blocked by higher priority idle
3196  348478 entry completions needs to reset the IM context 
3197         before emitting action-activate signal
3198  348538 Remove old email addreses from the tutorial
3199  348626 drag-to-child should not work
3200  348634 IconView does not update background
3201  348706 don't allow dnd onto arrows
3202  348740 configure script does not honour PKG_CONFIG variable
3203  348787 Segfault in gtk_font_button_update_font_info()
3204  348824 test attached calendar-sane-timer patch in head
3205  348971 gtk_status_icon_get_geometry returns bogus data
3206  349382 valgrind uninitialized memory warnings setting 
3207         partly uninitialized X properties
3208  349570 notebook arrow PRELIGHT drawing doesn't work
3209  349834 Memleak from gtk_tree_view_set_enable_tree_lines
3210  349858 Leak of ShmPixmapInfo from get_shm_pixmap_for_image
3211  349859 gtk_paint_tab doesn't work when widget is now 
3212         option menu
3213  349997 Indirect leak from XkbGetMap
3214  350039 GtkFileChooserEntry leaks sources
3215  350050 GdkGC leak from GtkRuler
3216  350139 Should use evince preview mode
3217  350258 Memory leak in gtk_entry_drag_data_received()
3218  350329 The CUPS printer backend in GTK+-2.10.1 fails 
3219         with CUPS 1.1.
3220  350517 reset_style_idle() interferes with application 
3221         idles
3222  350860 Balloon messages sent to tray do not have the 
3223         correct window in XEvent
3224  350938 TreeViewColumn rendering off when "spacing" 
3225         property set
3226  351112 gtk_notebook_set_current_page fails when the 
3227         notebook has not yet been shown
3228  351519 Directfb backend fails to build
3229  165714 GtkEntryCompletion doesn't complete on paste
3230  168737 Different button sizes in About dialogs
3231  345666 The icons of file, directory and device at 
3232         GtkFileChooser
3233  349429 spin button does not use correct value for 
3234         inner_border
3235  349501 fix in the documentation of function 
3236         gtk_list_store_insert_with_values()
3237  350072 stdout output from colorselection
3238  351759 Wrong range value in documentation of 
3239         gtk_color_selection_set_current_alpha
3240  349277 Wrong message for problems with serializing 
3241         texts
3242  346800 Rework sort/filter models to use indices to 
3243         parents instead of pointers
3244  349120 Small error in doc
3245  350911 gdk_pixbuf_new_from_file_at_scale() should 
3246         skip when there's enough image data 
3247  348728 GtkTable Row and Column Spacing
3248  351241 swapped argument description
3249  350023 "Running GTK+ Applications" chapter does not 
3250         document new GTK_DEBUG possibilities
3251  351812 file print backend filename encoding issue
3252
3253 * New and updated translations (bg,bn_IN,de,dz,el,es,
3254   et,eu,fi,gu,hu,ko,ku,ja,lt,mk,ml,nb,ne,nl,or,pl,po,
3255   sv,th,tr,tt,uk,zh_HK,zh_TW)
3256
3257
3258 Overview of Changes from GTK+ 2.10.0 to 2.10.1
3259 ==============================================
3260
3261 * Drop Pango requirement 1.12.0
3262
3263 * Many fixes and improvements for the OS X 
3264   and directfb backends
3265
3266 * The printing framework now supports a subset
3267   of the Cups 1.2 custom PPD option spec
3268
3269 * Bug fixes:
3270  348134 box gaps on left and right can be drawn wrong
3271  348014 crash on Epiphany Web Browser
3272  348063 _gtk_icon_cache_get_icon crashes when no 
3273         cache available
3274  348096 GtkStyle leaks GtkRcContext
3275  157439 The "adding to panel" is buggy when switching 
3276         to an rtl environment
3277  346751 symbolic colors can't be use in properties
3278  347976 Context menus appear in strange locations
3279  348001 xid / fid X11 font id's are used intermixed
3280  348049 Tabs "magically" re-order
3281  348094 Adjustment leak from gtkiconview
3282  348115 improve notebook visuals when dragging
3283  348120 gtkentrycompletion leaks action_view
3284  348227 gtkimcontextsimple doesn't terminate a string 
3285         with null
3286  348424 mem leak in GtkPrintSettings
3287  348089 Missing chaining up in gtk_recent_chooser_menu_finalize
3288  348090 Reference leak in gtk_text_layout_set_contexts
3289  348095 gtk_menu_stop_scrolling does work even if we 
3290         were not scrolling...
3291  142582 Add animation xsetting
3292  346427 xbm loader returns false, fails to set error
3293  346733 GList of visuals is always empty and causes 
3294         crashes in gdk_rgb_choose_visual()
3295  347048 crash on using GtkAssistant
3296  164884 GtkTreeView row drag is sometimes started 
3297         spuriously
3298  302127 GtkTreeView gets angry when items deleted 
3299         from a test_expand_row handler
3300  346092 gtk_tooltip_set_delay documentation wrong
3301  346428 Be robust against broken loaders failing to 
3302         set error on failure
3303  346467 gtkwindow state assignments bug
3304  346598 modeline takes too much memory
3305  346603 Context menus only work once
3306  346639 treeview memleak
3307  346668 symbolic colors are broken when specifying 
3308         engine
3309  346713 quartz backend is missing functions that 
3310         pygtk needs
3311  346721 XBM reading in quartz backend is broken
3312  346836 Tabs jump around when opening menus
3313  347018 missing GDK_QUARTZ_ALLOC/RELEASE_POOL calls
3314  347277 gtk_drag_get_ipc_widget() and window groups
3315  347315 SYNC extension check failing
3316  347902 GtkRange doesn't reliably update stepper 
3317         sensitivity
3318  335012 gtkcellrenderertext - gtkeditable: bad 
3319         interaction when ypad is set to hi value
3320  337910 gdk_pango_layout_get_clip_region is inefficient
3321  346605 Modifier-key events are not sent
3322  346970 gtkfilechooserbutton leaks an empty list
3323  347032 documentation of gtk_print_context_get_height() 
3324         has typo
3325  347037 GObject info missing for GtkRecentManager and 
3326         GtkRecentChooser* in gtk-doc API reference
3327  347041 documentation of gtk_paper_size_is_equal() 
3328         has a typo
3329  347043 Reference leaks in GtkFileChooserButton
3330  347066 gimp 2.3.9/2.2.12 GTK+ assertion fails on 
3331         open file dialog
3332  347211 documentation of gtk_print_job_send() has a 
3333         typo
3334  347710 new GtkCellRendererSpin misses a lot of API 
3335         documentation
3336  347711 slight glitches in GtkAssistant API documentation
3337  347065 Fix in-line doc typos
3338  311399 relative to the window string can be better 
3339
3340 * Updated translations (bg,bn_IN,cs,de,dz,es,et,
3341   eu,fi,fr,gu,he,ko,or,th)
3342
3343 Overview of Changes from GTK+ 2.9.4 to 2.10.0
3344 =============================================
3345
3346 * Printing:
3347   - A PREVIEW capability has been added to allow hiding the
3348     preview button
3349
3350 * Bug fixes:
3351  321393 Incorrect size request after changing the font
3352  327164 (GtkRBNode *)node becomes NULL inside GtkTreeView
3353  344074 Feature request: get printer list, and get default print
3354  344876 refcount leak when using ComboBox.set_cell_data_func
3355  345644 gtk+-2.9.4 requires CUPS-1.2.x
3356  345663 gtkaction(group)?.c: using functions without prototype declaration
3357  346079 gtk receives all sorts of events from the X server
3358  343841 Misguided iter assertion in gtk_list_store_insert_with_values()
3359  346113 unix print dialogue always has preview button
3360  346237 Possible leak in gtkprintunixdialog.c
3361  346027 cancelling printer enumeration
3362  346312 gtk 2.9.4 tarball lacks the files gtkwin32embedwidget.h 
3363         and gtkprint-win32.h
3364  346341 Memory leak in gtk_tree_model_sort_finalize: User data not freed
3365
3366 * Updated translations (cs,cy,dz,es,gu,hi,ko,mk,nb,nl,ru,th,ur)
3367
3368 Overview of Changes from GTK+ 2.9.3 to 2.9.4
3369 ============================================
3370
3371 * GtkPrintOperation:
3372  - UI improvements in the print dialog
3373  - Make printing work without a display connection
3374  - Replace "Print to PDF" by "Print to file" that
3375    can generate PDF or PostScript
3376  - Add a function to the low-level API to 
3377    enumerate all printers
3378
3379 * GtkNotebook tab DND has been improved
3380
3381 * GtkProgressbar supports text in activity mode 
3382
3383 * GtkLabel allows to set the wrap mode
3384
3385 * GtkStatusIcon supports transparency
3386
3387 * Bugs fixed:
3388  344850 Dragging a GtkTreeViewColumn segfaults when 
3389         using certain GtkTreeViewColumnDropFunc
3390  342458 Stock menu items without icons are broken in 
3391         recent GTK+ releases.
3392  335873 notebook DND + popup windows
3393  337882 gtk_progress_bar_set_text() does nothing in 
3394         activity mode
3395  339456 unix print dialogue help button bug
3396  339702 Make sure printing works without a display
3397  341571 tabs too easily reordered
3398  344074 New Feature: get printer list, and get default print
3399  344743 gtk_targets_include_text() should initialize atoms
3400  344838 Allow func to be NULL in 
3401         gtk_tree_view_set_search_position_func
3402  344891 GtkPrintOperationPreview signal defs correction
3403  345008 Need updated cairo req
3404  345093 print preview temp file issues
3405  345107 Memory leak in gtk_entry_completion_finalize: 
3406         User data not freed
3407  345194 gdk_window_set_functions() docs need to be updated
3408  345456 grid-lines property is wrongly registered and 
3409         get/set.
3410  314278 strings in gtk-update-icon-cache are not marked 
3411         for translation
3412  344707 size group with widgets in hidden container
3413  344897 Entry completion model NULL handling should be 
3414         documented
3415  345038 gtk_print_job_set_status' status
3416  345106 dialog button box spacings
3417  345176 GtkIconView doc about drag and drop
3418  345275 doc imporovements for gtk_window_move
3419  345320 Two very similiar strings should be made equal
3420  345321 Add meaning of "shortcut" as translator comment
3421  320034 transparency gtkstatusicon
3422  339592 Add print-to-postscript
3423  344867 custom paper file could use keyfile
3424
3425 * Updated translations (cs,de,es,fr,gl,gu,hi,ko,ta,th)
3426
3427 Overview of Changes from GTK+ 2.9.2 to 2.9.3
3428 ============================================  
3429
3430 * GtkPrintOperation: 
3431  - Introduce an allow-async property 
3432  - Introduce a GtkPrintOperationAction enumeration
3433  - Rename pdf_target to export_filename
3434  - Allow to hide "Print to PDF" in the low-level API
3435
3436 * GtkNotebook:
3437  - Add a destroy notify to 
3438    gtk_notebook_set_window_creation_hook.
3439
3440 * GtkTreeView:
3441  - Support grid lines
3442
3443 * GtkRange:
3444  - Add a number of new stle properties which allow more
3445    fexible stepper theming
3446
3447 * Bugs fixed:
3448  153212 Have the Paste kbd shortcut jump to the location in 
3449         the buffer
3450  337491 _gdk_win32_drawable_release_dc: DeleteDC() called on 
3451         a GetDC() handle
3452  339739 gtk/gtkprintoperation-win32.c: 3 compile error
3453  342339 GtkRange::stepper-spacing style property not 
3454         implemented correctly
3455  343945 Buttons of a GtkAssistant are not accessible
3456  344148 Wrong reqs for ATK
3457  344209 gtk_notebook_set_window_creation_hook() has no destroy 
3458         func.
3459  344232 GtkEntry's "Delete" context menu item is sensitive on a 
3460         non-editable GtkEntry
3461  344244 Window resizing not working when keeping the aspect 
3462         fixed
3463  344288 gtk_print_operation_preview_is_selected must return 
3464         a value
3465  344386 gdk-2.0-uninstalled.pc.in and gdkconfig.h
3466  344496 CRLF converting via Clipboard
3467  344504 GtkPrintCapabilities not in gtktypebuiltins.h
3468  344505 Wrong signal registration for create_custom_widget
3469  344512 cvs build issue
3470  344513 pdf print module's print_stream not calling destroy 
3471         notify
3472  344518 NULL unref in page setup dialogue
3473  344543 gtk_progress_bar_pulse calls gtk_progress_bar_paint 
3474         directly
3475  344560 gtk_print_settings_[sg]et_scale shouldn't be in percent
3476  344607 memory leaks in gtkrecentchooserdefault.c and 
3477         gtkrecentchoosermenu.c
3478  344624 Memory leak in gtk_tree_model_filter_finalize: User 
3479         data not freed
3480  337603 Possible off-by-one in 
3481         gdk_pango_layout_line_get_clip_region
3482  344239 Wrong filename for gtk-find stock item.
3483  344528 comma at end of GtkPrintOperationAction enum causes 
3484         mozilla compilation error
3485  344290 horizontal-padding not take into account when placing 
3486         submenus
3487  344558 document print dialogue response codes
3488  339592 Add print-to-postscript
3489  342249 Allow to draw upper and lower sides of GtkRange's 
3490         trough differently
3491  344530 gtk_recent_chooser_widget_new_for_manager and 
3492         gtk_recent_chooser_menu_new_for_manager should 
3493         allow NULL manager arg
3494
3495 * Updated translations (es,fi,gu,ko,th,wa)
3496
3497
3498 Overview of Changes from GTK+ 2.9.1 to 2.9.2
3499 ============================================
3500
3501 * GtkPrintOperation
3502  - Support asynchronous pagination with the ::paginate signal
3503  - Add gtk_print_operation_cancel
3504  - Support application-specific widgets
3505  - Allow disabling features based on application capabilities
3506  - Optionally show progress
3507  - Change some function names in GtkPrintContext to be longer 
3508    and better
3509  - Support preview, the default implementation spawns evince,
3510    but the api allows for an internal preview implementation
3511
3512 * GtkCellView
3513  - Add a model property
3514
3515 * GtkStatusIcon
3516  - Allow to obtain screen geometry 
3517
3518 * GtkTreeView
3519  - Many bug fixes, in particular for RTL handling
3520  - Separate sensitive and selectable properties of rows
3521  - Optionally allow rubberband selection
3522
3523 * GtkButton
3524  - Add image-spacing style property
3525  - Add image-position property 
3526
3527 * GtkToolButton
3528  - Add icon-spacing style property
3529
3530 * Make GTK+ work as an untrused X client
3531
3532 * Bugs fixed:
3533  343838 gtkprintoperationpreview.h guards
3534  305530 Crashes while creating source code w/GtkFontSelection
3535  341327 Memory corruption inside glib
3536  341734 cursor blocked to dnd mode after using shift and 
3537         dnd on a GtkCalendar
3538  343453 G_DEFINE_TYPE messes up internal typenames of 
3539         GdkWindow and GdkPixmap
3540  136571 Problems running as untrusted client
3541  168105 the right edge tab does not appear when switching tab
3542  172535 Add support for UI builders in gtk+
3543  302556 GtkTreeView widget signals are badly documented
3544  324480 Selecting first item with keyboard is difficult
3545  340428 small cleanup
3546  340444 don't run the custom page size dialogue
3547  340839 Critical warnings in GtkTreeModelFilter
3548  341898 gtk_tree_view_insert_column_with_attributes doesn't 
3549         work with fixed_height_mode
3550  342003 DnD: Conditional jump or move depends on uninitialised value
3551  342072 Wrong drop location in GtkEntry
3552  342096 GtkImage animation CRITICALS on switching themes
3553  342513 widget class style property with type module
3554  342529 gdk should set resolution on PangoCairoFontmap, 
3555         not PangoCairoContext
3556  342535 Add documentation for new GtkWidget style properties 
3557         (including Since tags)
3558  342543 can't compile gtk+ on opensolaris using sun cc
3559  342569 Typo in decl of gdk_color_parse
3560  342752 Need a way to specify custom tab label for custom page 
3561         in Print dialog
3562  342754 print-editor: font button dialog doesn't get focus if 
3563         main window has a window group
3564  342781 GtkPrintUnixDialog: Collate should be insensitive unless 
3565         Copies is > 1
3566  342783 GtkPrintUnixDialog: Range textinput area should be 
3567         insensitive unless range radiobutton is selected
3568  342894 Use after free inside gtk_text_view_set_buffer
3569  342930 GtkButton should offer a way to position the image 
3570         relative to the text
3571  343088 Some typos in the PO file
3572  343425 "grab-notify"-signal is not correctly propagated for 
3573         internal children
3574  343438 gtk_color_button_set_color() doesn't emit "color-set" 
3575         signal
3576  343475 page setup unix dialog confusion
3577  343625 allow to get only some info from gtk_status_icon_get_geometry
3578  343677 GtkWindow chains key-release to key-press
3579  320431 Text too close when using East/West in a GtkToolButton
3580  321523 GtkTreeView's test_expand_row signal emitting impractical 
3581         on row expand all
3582  342007 Warning in gtk_paned_compute_position
3583  343233 gdk_rectangle_intersect doc
3584  333284 expander animation not working in RTL mode
3585  343444 change color of gtk-demo source-buffer comment color 
3586         from red to DodgerBlue
3587  343630 Small inconsistence in migration documentation
3588   80127 Rubberbanding for GtkTreeView
3589  341450 status icon + libnotify
3590  341679 Allow absolute filenames in the options entries
3591
3592 * Updated translations (bg,cy,de,el,es,et,eu,gl,gu,it,ja,
3593                         nb,nl,pt_BR,th,vi)
3594
3595
3596 Overview of Changes from GTK+ 2.9.0 to 2.9.1
3597 ============================================
3598
3599 * GtkPrintOperation
3600  - Many user interface improvements in the unix dialogs
3601  - gtk-demo has a printing demo
3602  - Don't unload print backends for now, since that has
3603    deadlock issues
3604  - Asynchronous page rendering is done in an idle
3605
3606 * GtkImage has an image property 
3607
3608 * GtkTextBuffer has a cursor-position property
3609
3610 * Arrow sizes in scrolled menus and notebooks are themable
3611
3612 * GDK keysyms have be synced with Xorg 7.1
3613
3614 * Bugs fixed:
3615  340676 print backend type modules not correctly re-registering 
3616         their types
3617  340870 gdk_window_get_toplevels docstring error
3618  323956 Unwanted accelerate key in the action-based toolbar
3619  340527 Tooltips not shown for toolbar buttons created with 
3620         uimanager/actions
3621  340516 status icon property getter assertions
3622  341091 a couple of spelling errors in gtk+
3623  335707 notebook DND with event boxes in tab labels
3624  337306 Add a GtkMessageDialog::image property
3625  139628 GtkLayout In GtkScrolledWindow does not receive the 
3626         scroll_event
3627  334412 Add cursor-position property for getting notified 
3628         about cursor movement
3629  341217 langinfo.h #include'd unconditionally stops build
3630  333632 use GtkMenu::scroll-arrow-height instead of 
3631         MENU_SCROLL_ARROW_HEIGHT
3632  325282 Add GtkNotebook::tab-overlap style property
3633  341247 possible crash with tab_label = NULL
3634  321896 Sync gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
3635  341416 Save FileChooserDialog doesn't response
3636  336774 gtk_recent_manager_add_full
3637  340401 critical warnings when using window groups
3638  341661 misplaced g_assert in gtk_text_view_allocate_children
3639  341692 Semicolons after G_DEFINE_TYPE
3640  341665 several misplaced g_assert
3641  341578 reverse page order issues
3642  341332 Unset background in more places
3643  341896 gtktreeview has RTL problems with toggle buttons if using 
3644         gtktreestore as a model
3645  341028 crash in new async code
3646  341035 file chooser crash
3647  340722 GtkToolbar::max-child-expand style property
3648  339589 Tooltips on orientation icons in page setup dialog
3649  340951 faq: How do I internationalize a GTK+ program? doesn't 
3650         mention glib-I18N
3651  341855 Little typo in the Tree and List Widget Overview
3652  153212 Have the Paste kbd shortcut jump to the location 
3653         in the buffer
3654  335729 Invisible rows and 
3655         gtk_tree_model_filter_convert_child_*_to_*
3656  106406 GtkTreeView Grid Lines?
3657  339592 Add print-to-postscript
3658
3659 * Updated translations (de,es,gl,gu,nl)
3660
3661
3662 Overview of Changes from GTK+ 2.8.x to 2.9.0
3663 ============================================
3664
3665 * GtkStatusIcon, a cross-platform "tray icon" API
3666
3667 * GtkAssistant, a widget for creating multi-step wizards
3668
3669 * GtkLinkButton, a widget that displays a clickable hyperlink
3670
3671 * GtkRecentChooser, widgets to display and select recently used files
3672
3673 * GtkPrintOperation, cross-platform printing support
3674
3675 * A framework for rich text copy and paste and DND
3676
3677 * GtkCellRendererAccel, a cell renderer for key combinations
3678
3679 * GtkCellRendererSpin, a cell renderer which edits numeric values 
3680   using a spin button
3681
3682 * GtkAction works with named icons in addition to stock icons
3683
3684 * GtkNotebook supports DND, allowing to reorder tabs, move tabs
3685   between notebooks and drop tabs on the desktop to open a new window
3686
3687 * GtkTreeView:
3688   - Enhanced customizability (e.g. grouping) with the
3689     show-expanders and level-indentation properties
3690   - Allow to embed the search popup
3691   - Better search popup positioning
3692
3693 * GtkFileChooser:
3694   - Communication with backends is now asynchronous to avoid
3695     blocking on file system operations. Due to the required interface
3696     changes, the GTK+ ABI version has been bumped to 2.10.0. Third-party
3697     file system backends have to be ported to the new interface, other
3698     modules, such as theme engines, input method modules or pixbuf loaders 
3699     have to be rebuilt so that they are installed in the right place
3700     for GTK+ to find them.
3701   - The location entry (popped up by C-L) has been integrated in the
3702     main dialog.
3703     
3704 * Reworked hex Unicode input now requires Ctrl-Shift-U
3705
3706 * Animations can now be globally controlled by settings
3707
3708 * The gtk-touchscreen-mode setting controls a number of changes
3709   that make GTK+ work better on touchscreens
3710
3711 * Password entries can optionally show the last entered character
3712   for a short while, controlled by the password-hint-timeout setting
3713
3714 * GTK+ can now consult an additional fallback icon theme before
3715   falling back to hicolor
3716
3717 * Improved themability:
3718   - GTK+ supports symbolic colors, which can be set system-wide
3719     using a setting, and can be modified and used in rc files
3720     and theme engines
3721   - GTK+ sets window type hints on override-redirect windows to 
3722     help compositing managers apply proper bling
3723   - Paths in rc files can now refer to all subclasses of a class 
3724   - GtkRange steppers will appear insensitive when the slider
3725     is at the end; applications which need to handle this case
3726     (e.g. to extend the range) can opt out of this.
3727   - GtkRange::activate-slider style property allows themes
3728     to draw sliders differently while they are being dragged
3729   - GtkNotebook::tab-overlap and GtkNotebook::curvature style
3730     properties allow more flexible notebook theming
3731   - The spacing of buttons around children can be themed with
3732     the GtkButton::inner-border style property. Apps can override
3733     this per-widget using the corresponding inner-border property 
3734   - GtkMenu has acquired a horizontal-padding style property 
3735   - There are style properties for the color of hyperlinks,
3736     GtkWidget::link-color and GtkWidget::visited-link-color
3737   - GtkTreeview row hinting now takes the selection into account
3738   - Scrolling menus can be forced to always display both arrows,
3739     using the GtkMenu::double-arrows style property
3740   - Separators can be themed using the wide-separators, separator-width
3741     and separator-height style properties
3742   - GtkTreeView allows more flexible theming with the row-ending-details
3743     property
3744   - The pixbuf theme engines supports customized drawing of expanders
3745     and resize grips
3746
3747 * GDK changes:  
3748   - OS X backend
3749   - DirectFB backend 
3750   - Closing displays works
3751   - gdk_screen_is_composited to check for running compositing manager
3752   - Support for Super, Hyper and Meta modifiers
3753
3754 * gdk-pixbuf changes: 
3755   - Supports saving tiff 
3756   - Supports loading 16-bit pnm
3757   - Doesn't load entire gif animation to get first frame
3758
3759 * Bug fixes
3760   - Too many to list them here
3761
3762 Overview of Changes from GTK+ 2.8.1 to GTK+ 2.8.2
3763 =================================================
3764 * Fix a crash with custom icon themes, which affected
3765   the gnome-theme-manager. [Kjartan Maraas]
3766 * Make sure font and cursor settings are propagated down
3767   to the screen initially. [Frederic Crozat]
3768
3769 Overview of Changes from GTK+ 2.8.0 to GTK+ 2.8.1
3770 =================================================
3771 * gtk-update-icon-cache no longer stores copies of symlinked
3772   icons, and it has a --index-only option to omit image data
3773   from the cache [Matthias]
3774 * Make large GtkSizeGroups more efficient [Michael Natterer]
3775 * Improve positioning of menus in GtkToolbar [Christian Persch,
3776   Paolo Borelli]
3777 * Make scrolling work on unrealized icon views [Jonathan Blandford]
3778 * Avoid unnecessary redraws on range widgets [Benjamin Berg]
3779 * Make sure that all GTK+ applications reload icon themes
3780   promptly. [Chris Lahey]
3781 * Ensure that gdk_pango_get_context() and gtk_widget_get_pango_context()
3782   use the same font options and dpi value [Michael Reinsch, Owen]
3783 * Multiple memory leak fixes [Kjartan Maraas, Matthias]
3784 * Other bug fixes [Owen, Allin Cottrell, Tor Lillqvist, Jonathan
3785   Blandford, Christian Persch, Jonas Bonn, Brett Atoms, Guillaume 
3786   Cottenceau, Sebastien Bacher, Robin Green, Benoit Carpentier,
3787   Hans Breuer, Kjartan Maraas, Manish Singh, Robert Jeff Mitchell,
3788   Markku Vire, Kristian Rietveld, Tommi Komulainen]
3789 * Documentation improvements [Olexiy Avramchenko, Matthias]
3790 * Updated translations (es,et,hu,ko,lt,ro,uk)
3791
3792 Overview of Changes from GTK+ 2.7.5 to GTK+ 2.8.0
3793 =================================================
3794 * Require cairo 0.9.2 [Matthias]
3795 + Extend ABI checks to cover exported variables [Matthias]
3796 * Bug fixes [Benjamin Berg, Christian Persch]
3797 * Documentation improvements [Matthias]
3798 * New and updated translation (cy,de,el,id,te,zh_TW)
3799
3800 Overview of Changes from GTK+ 2.7.4 to GTK+ 2.7.5
3801 =================================================
3802 * Rename the default theme to "Raleigh" [Thomas Wood]
3803 * Add a performance testing framework [Federico Mena Quintero]
3804 * Catch format errors in translations. This may cause 
3805   "make check" to fail when using older versions
3806   of gettext [Matthias]
3807 * Win32
3808  - Implement the urgency hint [Tor Lillqvist]
3809  - Update ms-windows theme [Dom Lachowicz]
3810  - Improve tablet handling [Robert Ögren]
3811  - Bug fixes [Kazuki Iwamoto, Tor Lillqvist, Tim Evans, 
3812    J. Ali Harlow, Hans Breuer]
3813 * Other bug fixes [Callum McKenzie, Matthias, Kjartan Maraas, 
3814   Elijah Newren, Morten Welinder, Owen Taylor, Johan Dahlin,
3815   Peter Zelezny, Dan Winship, Damien Carbery, Alex Graveley,
3816   Mike Morrison, David Odin]
3817 * Documentation improvements [Fabrice Bauzac, Claudio Saavedra,
3818   Federico Mena Quintero]
3819 * New and updated translation (ar,bg,cs,de,fi,gu,ja,nb,nl,no,
3820   pl,pt,sq,zh_CN,zh_TW)
3821
3822 Overview of Changes from GTK+ 2.7.3 to GTK+ 2.7.4
3823 =================================================
3824 * Make svg icon themes work better [Matthias]
3825 * GtkPlug/GtkSocket: Make these cross-platform
3826   and implement them for Win32 [Tor]
3827 * Make font rendering xsettings work with pangocairo [Owen]
3828 * Fix sporadic segfaults in the GtkTreeModelSort [James
3829   Bramford, Markku Vire, Kristian Rietveld]
3830 * Improve gdk-pixbuf's ability to recognize 
3831   svg images. [William Jon McCann]
3832 * Win32 
3833  - Build fixes [Tor Lillqvist]
3834  - Fix clipping issues [Robert Ögren]
3835  - Bug fixes [Peter Zelezny]
3836 * Other bug fixes [Christian Persch, Arkady L. Shane, 
3837   Matthias, Tommi Komulainen, Alexander Larsson, Owen,
3838   Thomas Vander Stichele, Robert Ögren]
3839 * Documentation improvements [Steve Chaplin, Matthias,  
3840   Federico Mena Quintero]
3841 * New and updated translations (en_CA,fr,hy,lt,nl,sk,th,zh_CN)
3842
3843 Overview of Changes from GTK+ 2.7.2 to GTK+ 2.7.3
3844 =================================================
3845 * Make sure that gtk_window_present() moves the window to the 
3846   current desktop [Elijah Newren]
3847 * GtkFileChooser
3848  - Add overwrite confirmation for SAVE mode [Federico Mena Quintero]
3849 * GtkTreeView
3850  - Add gtk_tree_view_get_visible_range() [Mikael Hallendal]
3851  - Add gtk_tree_view_column_queue_resize() [Morten Welinder]
3852  - Add gtk_tree_row_reference_get_model() [Stefan Kost]
3853  - Make page up/down behave as in the text view [Owen Taylor]
3854  - In typeahead search, allow Ctrl-G to move to the
3855    next match.  [Matt T. Proud]
3856  - Interpret Ctrl-Backspace as "Move focus to parent [Kathy
3857    Fernandes]
3858  - Speed up gtk_tree_selection_selected_foreach [Kristian Rietveld]
3859 * GtkTextView 
3860  - Make double-clicking between words select whitespace [Mike 
3861    Miller, Paolo Borelli]
3862  - Show dragged text in drag icon [Kevin Duffus, Carlos 
3863    Garnacho Parro]
3864  - Make invisible text work well enough to remove the
3865    remove the warning about it being unsupported.  [Matthias]
3866 * GtkEntry
3867  - Make double-clicking between words select whitespace [Matthias]
3868  - Show dragged text in drag icon [Kevin Duffus, Carlos Garnacho Parro]
3869  - Fix the sizing of the entry completion popup [Ross Burton, Kris]
3870 * Win32
3871  - Build fixes [Tor Lillqvist]
3872  - Fix handlink of Aiptek tablets [Robert Ögren]
3873 * Bug fixes [Kris, Jorn Baayen, Billy Biggs, Tomislav Jonjic, 
3874   Owen Taylor, Vincent Noel, Carlos Garnacho Parro, Mark McLoughlin. 
3875   Mikael Magnusson, Luis Villa, Brian Bober, Bernd Demian, Manish 
3876   Singh, Akira Tagoh, Barbie LeVille, Hans Oesterholt]
3877 * Documentation improvements [Torsten Schoenfeld, Rodney Dawes,
3878   Park Ji-In]
3879 * New and updated translations (cs,es,et,he,hu,nb,nl,no,sk)
3880
3881 Overview of Changes from GTK+ 2.7.1 to GTK+ 2.7.2
3882 =================================================
3883 * GtkAboutDialog
3884  - Clean up the "trail" in the path bar when set_current_folder
3885    is called explicitly [Jonathan Blandford, Matthias Clasen]
3886  - Accept dropped files and directories on the file list [Sven 
3887    Neumann, Matthias]
3888 * GtkTreeView
3889  - Make reusing cell renders work as well as it did in 2.6,
3890    but document it as being unsupported. [Kristian Rietveld]
3891 * GtkAboutDialog
3892  - Optionally wrap the license [Christian Rose, Christian Persch]
3893 * Menu
3894  - Make image menu items work in vertical menubars [Matthias]
3895  - Make orientation changes of menubars work [Matthias]
3896 * Win32
3897  - Implement named cursors and other new GDK apis [Hans Breuer]
3898  - Implement getting cursor images [Tor Lillqvist]
3899 * Bug fixes [J. Ali Harlow, Matthias, Diego Gonzalez, 
3900   Kazuki IWAMOTO, Paul Cornett, Sebastien Bacher, Tor]
3901 * Documentation improvements [Benjamin Berg, Matthias,
3902   Steve Chaplin, Peter van den Bosch, Tim-Philipp Müller]
3903 * New and updated translations (en_CA,sr,sr@Latn)
3904
3905 Overview of Changes from GTK+ 2.7.0 to GTK+ 2.7.1
3906 =================================================
3907 * GtkTreeView
3908  - Change the keynav for header reordering and resizing 
3909    to Alt-arrows and Shift-Alt-arrows  [Calum Benson]
3910 * GtkTextView
3911  - Make movement by paragraphs up/down symmetric [Behnam 
3912    Esfahbod]
3913  - Improve invisible text support [Matthias Clasen]
3914 * Some new stock items: GTK_STOCK_INFO, GTK_STOCK_FULLSCREEN,
3915   GTK_STOCK_LEAVE_FULLSCREEN [Kristof Vansant]
3916 * Handle broken grabs in many places [John Ehresman, Matthias]
3917 * GDK
3918  - Add a function to move a region [Søren Sandmann]
3919  - Fix endianness issues in the pixbuf drawing 
3920    code [David Zeuthen, Owen Taylor]
3921  - Add a GrabBroken event that is emitted when grabs
3922    are broken [Simon Cooke, John Ehresman, Matthias]
3923  - Track implicit grabs [Matthias]
3924 * Win32 
3925  - Improve and simplify line segment rendering [Tor Lillqvist] 
3926 * Bug fixes [Georg Schwarz, Fabricio Barros Cabral, 
3927   Benoit Carpentier, Markku Vire, Ryan Lortie, Matthias,
3928   Morten Welinder, Dan Winship, Manish Singh, Tom von
3929   Schwerdtner, Kjartan Maraas, Euan MacGregor, William Jon 
3930   McCann, David Saxton, Padraig Brady]
3931 * Documentation improvements [Matthias, Ross Burton]
3932 * New and improved translations (es,et,nl,sk,th,zh_TW)
3933
3934 Overview of Changes from GTK+ 2.6.x to GTK+ 2.7.0
3935 =================================================
3936 * GtkTreeView
3937  - Kris is back !!!
3938  - Lots of scrolling/validation fixes [Kristian Rietveld]
3939  - Allow to "unsort" columns. [Richard Hult]
3940  - Support wrapping in GtkCellRendererText [Matthias Clasen]
3941  - Support tinting in GtkCellRendererPixbuf [Jorn Baayen]
3942  - Make enable-search control only typeahead search,
3943    not C-f search. [Sven Neumann]
3944  - Make double-click autosize treeview columns again [Matthias]
3945  - Fix insensitive appearance [Billy Biggs, Matthias]
3946 * GtkFileChooser
3947  - Don't select the first item in folder modes [Christian Neumair,
3948    Federico Mena Quintero]
3949  - Make save mode work again [Federico]
3950  - Allow bookmarks to be renamed [Sean Middleditch]
3951  - Ellipsize the preview label [Jeroen Zwartepoorte]
3952  - Use smaller icons [Vincent Noel]
3953  - Avoid a size allocation loop [Milosz Derzynski, Robert Ögren]
3954  - Don't stat children of /afs or /net network directories [Federico]
3955  - Improve sorting of filenames [Matthias]
3956  - Treat backup files like hidden files, and support
3957    .hidden files in the Unix backend [Sean Middleditch, Jan Arne Petersen]
3958  - Improve the re-rooting behaviour of the path bar [Benjamin Otte]
3959 * GtkIconView
3960  - Many fixes for scrolling and selection handling [Mathias Hasselmann]
3961  - Implement GtkCellLayout, use cell renderers [Matthias]
3962  - Support editing [Matthias]
3963  - Support DND [Matthias]
3964  - Add API to determine the visible part of the 
3965    model [Jonathan Blandford]
3966 * GtkAboutDialog
3967  - Visual improvements, HIG compliance [Jorn Baayen]
3968 * GtkCalendar
3969  - Use nl_langinfo() to determine the first day of week,
3970    when it is available [Vincent Untz, Tommi Komulainen, Pierre Ossman]
3971  - Allow localization of the year format [Paisa Seeluangsawat]
3972 * GtkEntry
3973  - Allow completion popups to be wider than the entry [Ross Burton]
3974  - Add a property to suppress the popup for single matches [Matthias]
3975  - Don't blink the cursor if not editable [Nikos Kouremenos]
3976 * GtkTextView
3977  - Add a GtkTextBuffer::text property [Johan Dahlin]
3978  - Allow to set a paragraph background color [Gustavo Carneiro,
3979    Jeroen Zwartepoorte]
3980  - Don't blink the cursor if not editable [Nikos Kouremenos]
3981  - Make invisible text work a bit better [Jeroen]
3982 * GtkAlignment
3983  - Flip padding in RTL mode [Maciej Katafiasz]
3984 * GtkUIManager
3985  - Support invisible, expanding separators [Christian Persch]
3986  - Allow to construct menu tool buttons [Sven Neumann]
3987 * GtkIconCache
3988  - Cache image data and metadata as well [Anders Carlsson]
3989 * GtkMenu
3990  - Support vertical menubars [Matthias]
3991  - Make scrolling more efficient [Jorn Baayen, Søren Sandmann]
3992  - Allow to pop up menus without grabbing the keyboard [Michael 
3993    Natterer]
3994  - Allow setting background images on menus [Benjamin Otte]
3995 * gtk-demo
3996  - Add demos for 2.6 features [Matthias, Mark McLoughlin]
3997 * Allow custom translation function for stock labels. [Funda Wang,
3998   Diego Gonzalez]
3999 * Add 16x16 versions for some some icons which were missing
4000   them [Jakub Steiner, Tuomas Kuosmanen, Vincent Noel]
4001 * Move a lot of constant data to the .rodata section [Matthias]
4002 * Don't copy property names, nicks and blurbs [Matthias]
4003 * Use Cairo for most drawing [Owen Taylor]
4004 * Allow themes to draw outside the widget's allocation [Owen]
4005 * Allow key names to be translated [Christian Rose]
4006 * Make all cursors used by GTK+ themeable [Matthias]
4007 * Support the ICCCM urgency hint [Havoc Pennington]
4008 * GDK
4009  - Work with XRender < 0.4 [Albert Chin, Billy Biggs]
4010  - Add API to warp the pointer [Matthias]
4011  - Support _NET_VIRTUAL_ROOTS [Carsten Haitzler]
4012  - Add API to obtain the last user interaction time [Elijah
4013    Newren]
4014  - Make some large arrays const [Ben Maurer, Tommi Komulainen]
4015  - Support Cairo drawing [Owen, Carl Worth]
4016  - Support Visuals with alpha channel [Owen, Keith Packard]
4017  - Support named cursors and cursor themes [Matthias]
4018 * gdk-pixbuf
4019  - Support saving BMP [Ivan Wong Yat Cheung]
4020  - Allow to specify compression level when saving
4021    in PNG format [Sven Neumann]
4022  - Add a way to construct animations from frames [Dom Lachowicz]
4023  - Accept BMP v4 [Matthias]
4024 * Win32 changes
4025  - Improve keyboard handling [Tor Lillqvist]
4026  - Improve clipboard handling [Ivan Wong]
4027  - Do delayed rendering for transferring images 
4028    through the clipboard [Ivan Wong]
4029  - Improve tablet handling [Robert Ögren]
4030  - Initialize input devices lazily [Robert Ögren]
4031  - Make big windows work on NT [Ivan Wong]
4032  - Implement dashed lines correctly [Ivan Wong, Hans Breuer]
4033  - Handle 16 color display mode [Tor] 
4034  - Support RGBA cursors [Tim Evans]
4035  - Fix DND on multi-monitor systems [Tor]
4036  - Use alternative button order [Tor]
4037  - Build fixes [Hans]
4038  - Bug fixes [Ivan Wong, Dave Neary, Daniel Atallah, Takuro Ashie, 
4039    Robert Ögren, Kevin Stange, Tim Evans]  
4040 * Other bug fixes [Alexander Hunziker, Alexander Larsson, Anders
4041   Carlsson, Andreas Volz, Arjan van de Ven, Billy Biggs, Chris Lee, 
4042   Christian Neumair, Christian Persch, Crispin Flowerday, Damon Chaplin, 
4043   David A. Knight, David Costanzo, Dennis Cranston, Diego Gonzalez, 
4044   Dom Lachowicz, Doug Morgan, Doug Quale, Elijah Newren, Fabricio Barros 
4045   Cabral, Federico, Felipe Heidrich, Felix Riemann, Frank Naumann, 
4046   Frederic Crozat, Gary Kramlich, Gustavo Carneiro, Hans-Wolfgang Loidl, 
4047   Havoc, Hazael Maldonado Torres, Ian Wienand, Ismael Juma, Jaap A. Haitsma, 
4048   Jacob Kroon, Jakub Jellinek, Jean Marie Favreau, Jeff Franks, Jens Finke, 
4049   Jim Evins, Joerg Sonnenberger, John Ellis, John Finlay, Jonathan, 
4050   Jorn Baayen, Kazuki Iwamoto, Kirk Bridger, Kjartan Maraas, Leonard 
4051   Michlmayr, Lorenzo Gil Sanchez, Manish Singh, Marc Meissner, Matthias, 
4052   Michael Natterer, Mikael Hallendal, Milosz Derezynski, Morten Welinder, 
4053   Murray Cumming, Nickolay V. Shmyrev, Niko Tyni, Nguyen Thai Ngoc Duy, 
4054   Olaf Vitters, Olivier Sessink, Owen, Paolo Borelli, Patrick Fimml, 
4055   Peter Bloomfield, Peter Wainwright, Phil Blundell, Philipp Langdale, 
4056   Priit Laes, Reinout van Schouwen, Remus Draica, Richard Hult, Robert 
4057   Staudinger, Rodney Dawes, Rodrigo Moya, Roman Kagan, Ryan Lortie, 
4058   Samuel Hym, Seven Walter, Søren, Stefan Kost, Stepan Kasal,
4059   Stephen Kennedy, Sven Neumann, Theerud Lawtrakul, Thomas Leonard,
4060   Thomas Zajic, Tim-Philipp Müller, Tomislav Jonjic, Tommi Komulainen,
4061   Torsten Schoenfeld, Tristan Van Berkom, Victor Osadci, Vincent Ladeuil, 
4062   Vincent Noel, Vincent Untz, Yury Puzis]
4063 * Documentation improvements [Alex Graveley, Ali Akcaagac, Bill
4064   Haneman, Billy Biggs, Christian Persch, Christian Rose, Dan Winship,
4065   George Kraft IV, Ghorban M. Tavakoly, Hubert Sokolowski, Jeff Franks,
4066   Jianfei Wang, Johan Dahlin, Jon-Kare Hellan, Karel Kulhavy, Ken
4067   Siersma, Maciej Katafiasz, Masao Mutoh, Mathias Hasselmann, Matthias,
4068   Michal Suchanek, Morten Welinder, Murray Cumming, Oliver Sessink, Owen, 
4069   Richard Hult, Roger Light, Sebastian Bacher, Steve Chaplin, Sven Neumann, 
4070   Torsten Schoenfeld, Vincent Untz, Worik Stanton]
4071 * New and improved translations (bg,ca,cs,cy,da,de,el,en_CA,en_GB,es,et,
4072   eu,fa,fi,hu,id,ja,nb,ne,nl,nn,no,pl,pt,pt_BR,ro,ru,rw,sk,sq,sr,sr@Latn,
4073   sv,th,uk,vi,xh,zh_CN,zh_TW)
4074
4075 Overview of Changes from GTK+ 2.6.0 to GTK+ 2.6.1
4076 =================================================
4077 * GtkFileChooser
4078  - Fix some possible threading deadlocks [Matthias Clasen]
4079  - Don't return errors from the private GTK_FILE_SYSTEM_ERROR
4080    domain [Murray Cumming]
4081  - Fix some crashes with unreadable directories [Federico Mena 
4082    Quintero]
4083  - Add an "Open Location" item to the context menu [Federico]
4084 * GtkTreeView
4085  - Make sorting work again in list stores [Marcin Krzyzanowski]
4086  - Restrict column reordering to button 1 [Jonathan Blandford]
4087 * GtkComboBox
4088  - Make the button prelight [Ricardo Veguilla]
4089  - Fix state propagation [Carlos Garnacho Parro]
4090 * GtkMessageDialog
4091  - Don't show secondary label until it is set [Christian Persch]
4092 * GtkMenu
4093  - Make items activate immediately on button release [Søren Sandmann]
4094  - Submenus inherit their cascading direction [Matthias]
4095 * gdk-pixbuf
4096  - Fix a possible threading deadlock when loading
4097    animations [Callum McKenzie]
4098  - Make Hyper interpolation work again [Dennis Nezic]
4099 * Win32
4100   - Improve handling of UNC paths [Tor Lillqvist]
4101   - Show the correct Desktop folder in the file chooser [Tor]
4102   - Bug fixes [Tor]
4103 * Bug fixes [Torsten Schoenfeld, Morten Welinder,
4104   Marcin, Seth Nickell, Jonathan, Owen Taylor, Søren, 
4105   Iñigo Serna, John Finlay, Zeeshan Ali, Robert Ögren,
4106   Billy Biggs, Brian Tarricone, Tor, Christian, Tristan 
4107   Van Berkom, Elijah Newren, Federico, James M. Cape,
4108   Matthias, Arnaud Charlet]
4109 * Documentation improvements [Masao Mutoh, Torsten,
4110   Billy, Alessio Dessi, David Bourguignon, Tommi Komulainen,
4111   Dave Bordoley, Robert Ancell, Kentaro Fukuchi, Matthias,
4112   Christian Biere, Jonathan, Tommi, Stefan Kost]
4113 * New and improved translations (cs,cy,da,de,en_CA,es,ja,lt,nl,sq,sv,zh_CN)
4114
4115 Overview of Changes from GTK+ 2.4.x to GTK+ 2.6.0
4116 =================================================
4117
4118 * New widgets
4119   - GtkIconView
4120   - GtkAboutDialog
4121   - GtkCellView 
4122   - GtkFileChooserButton
4123   - GtkMenuToolButton 
4124
4125 * New cell renderers
4126   - GtkCellRendererCombo 
4127   - GtkCellRendererProgress
4128
4129 * Changes in GtkFileChooser
4130   - Many tweaks to keynav and other behaviour
4131
4132 * Changes in GtkTreeView 
4133   - Hover selection
4134   - Hover expand
4135   - Separators 
4136   - Insensitive rows
4137   - Typeahead
4138
4139 * Changes in GtkComboBox
4140   - Allow trees in combo boxes
4141   - Hover selection
4142   - Hover expand
4143   - Separators 
4144   - Insensitive rows
4145   - Scrolling
4146
4147 * Changes in GtkLabel
4148   - Rotated text
4149   - Ellipsisation
4150   - Dnd from selectable labels
4151   - Selectable labels in the focus chain
4152   - Obey the Pango backspace-deletes-character attribute
4153
4154 * Changes in GtkTextView
4155   - Rotated text
4156   - Obey the Pango backspace-deletes-character attribute
4157
4158 * Changes in Clipboard/Selection/DND handling
4159   - Selection ownership change notification
4160   - API to handle text, image and file targets
4161   - Support text/plain target
4162   - Support clipboard persistence
4163   - Support xdnd v5
4164   - Reduce clipboard timeout to 30 seconds
4165
4166 * Theming
4167   - Follow icon theme specification for directory locations
4168   - Themed window icons
4169   - Themed images in GtkImage
4170   - Allow themes to displace focus rectangles on click
4171   - Various new stock icons
4172
4173 * Window Manager interaction
4174   - Support do-not-focus-on-map hint
4175   - Support _NET_WM_USER_TIME
4176
4177 * gdk-pixbuf:
4178   - License information for image loaders
4179   - Disable loaders
4180   - Simple rotation
4181   - Make thread-safe
4182
4183 * Performance improvements
4184   - Increase chunk size for incremental selection transfers
4185   - Get rid of many PLT entries
4186   - Icon theme caching
4187   - Sync counter mechanism to speed up resizes
4188   - Reimplement GtkListStore on top of a splay tree
4189   - Fix algorithmic problems in GtkUIManager
4190
4191 * Win32-specific changes
4192   - Integrate IME input method module
4193   - Integrate ms-windows (Wimp) theme engine
4194
4195 * Other changes
4196   - API for HIG-conform dialogs
4197   - API for stock-like buttons
4198   - New init API based on GOption
4199   - Setting for alternative button order
4200   - Setting for modules to load
4201   - Integrate pixbuf theme engine
4202   - Change notebook tabs with the scroll wheel
4203   - Ellipsisation in GtkCellRendererText, GtkProgressBar, GtkStatusbar
4204   - Clean up abi and enforce list of exported symbols
4205
4206 Overview of Changes from GTK+ 2.5.6 to GTK+ 2.6.0
4207 =================================================
4208 * GtkListStore
4209   - Emit rows_reordered if the list is reordered [Matthias Clasen]
4210   - Add functions to allow inserting rows with values [Matthias]
4211 * GtkTextView
4212   - Add function which allow to determine the character
4213     at a position [Padraig O'Briain, Matthias]
4214 * GtkFileChooser
4215   - Center select row during typeahead [Federico Mena Quintero]
4216   - Reset filters when necessary [Carlos Garnacho Parro]
4217 * GtkMenu
4218   - Make mnemonics without Alt work in menubars [Owen Taylor]
4219   - Scroll wheel scrolling [Matthias]
4220 * GtkLabel
4221   - Add a max-width-chars property to specify the maximal 
4222     width of a label in characters [Christian Persch]
4223 * GtkIconView 
4224   - Arrange items in a grid [Matthias]
4225   - Convert hard coded spacing constants into properties [Matthias]
4226 * GtkCellRendererText
4227   - Add ::width-chars property [James M. Cape]
4228 * Win32
4229   - Implement keynav for the color picker [Hans Breuer]
4230   - Use GLib stdio wrappers [Tor Lillqvist]
4231 * Bug fixes [Kazuki IWAMOTO, Damon Chaplin, Matthias, Christian, 
4232   Michael Natterer, Jonathan Blandford, Manish Singh, John Finlay, 
4233   Robert Ögren, Mariano Suárez-Alvarez, Marco Pesenti Gritti,
4234   Tommi Komulainen, R. McFarland, Alexander Larsson, Dennis Cranston,
4235   Jorn Baayen]
4236 * Documentation improvements [Matthias, Jay Camp, Paolo Borelli,
4237   David Lodge]
4238 * New and improved translations (bg,nb,no,nso,pt_BR,zh_CN)
4239
4240 Overview of Changes from GTK+ 2.5.5 to GTK+ 2.5.6
4241 =================================================
4242 * GtkFileChooser
4243   - Improve key bindings [Davyd Madeley, Federico Mena Quintero]
4244   - Speed up loading of large directories [Federico]
4245   - Move "Browse for other folders" expander up [Federico]
4246   - Support DND from the path bar [Federico]
4247 * GtkColorSelectionDialog
4248   - Add keynav to the color picker [Frances Keenan, Matthias Clasen]
4249 * GtkButton
4250   - Allow construction of stock-like buttons  [Matthias,
4251     Jonathan Blandford]
4252 * GtkLabel
4253   - Support DND for selectable labels [Matthias]
4254   - Support rotated text [Owen Taylor, Hans Breuer]
4255 * GtkTextView
4256   - Support rotated text [Owen Taylor]
4257   - Make it possible to select the first/last line
4258     when moving by lines  [Paolo Borelli]
4259 * GtkTreeView
4260   - Make sorting of GtkListStore stable again [Søren Sandmann]
4261   - Change the behaviour of gtk_tree_sortable_get_sort_column_id() 
4262     slightly to be more useful [Matthias]
4263 * GtkUIManager
4264   - Make some functions virtual to make deriving 
4265     GtkUIManager easier [Michael Natterer]
4266 * GtkSettings
4267   - Handle changes to gtk-menu-images and gtk-button-images
4268     much more efficiently [Matthias]
4269 * GtkClipboard
4270   - Reduce timeout to 30 seconds [Billy Biggs]
4271 * Add pixbuf theme engine [Owen]
4272 * GDK 
4273   - Compile against X11R5 [Matthias]  
4274   - Add GdkPangoRenderer [Owen]
4275   - Support rotated text [Owen]
4276   - Add dead_hook and dead_horn keysyms [Samuel Thibault]
4277   - Determine direction of XKB groups from their content 
4278     [Behdad Esfahbod, Ilya Konstantinov]
4279 * Win32
4280   - Notice when drives are plugged in or removed [Hans]
4281   - Ms-windows theme improvements: no tearoff menu items,
4282     button order, toolbar and statusbar grips, combobox 
4283     arrows [Dom Lachowicz]
4284   - Fix im module loading [Tor Lillqvist]
4285 * Bug fixes [Vasco Alexandre da Silva Costa, Kazuki IWAMOTO,
4286   Erwann Chenede, Tim Janik, Gavin Romig-Koch, Jonathan,
4287   Manish Singh, Morten Welinder, Billy Biggs, Matthias, Owen,
4288   John Finlay, Christian Neumair, Sven Neumann, Felipe
4289   Heidrich, Martin Jeppensen, Kristian Høgsberg, Olivier 
4290   Andrieu, Jody Goldberg, Søren, Dan Winship, Federico,
4291   Alex Larsson, James Henstridge, James M. Cape, Frederic Crozat,
4292   Dennis Cranston, Marcel Telka, Robert Ögren]
4293 * Documentation improvements [Matthias, Jonathan, Owen, Masao Mutoh,
4294   Billy Biggs]
4295 * New and updated translations (bg,ca,cs,da,de,en_CA,en_GB,es,hu,ja,nb,nso,rw,sq,zh_CN)
4296
4297 Overview of Changes from GTK+ 2.5.4 to GTK+ 2.5.5
4298 =================================================
4299 * gdk-pixbuf
4300   - Make thread safe [Colin Walters]
4301 * GtkFileChooser
4302   - Make tooltips work better [Matthias Clasen]
4303   - Show files (grayed out) in folder modes [Nickolay V. Shmyrev]
4304   - Add predefined filter for image files [Anders Carlsson]
4305   - Support mime subclasses, aliases and superclasses 
4306     like text/* [Tommi Komulainen, David A. Knight, Matthias]
4307 * GtkFileChooserButton
4308   - Remove support for CREATE_FOLDER and SAVE modes 
4309     until a more satisfactory UI for these can be found [Seth Nickell,
4310     Matthias]
4311   - Make file DND work better [Christan Persch]
4312 * GtkAction
4313   - Add a function to obtain the accel path [Michael Natterer]
4314 * GtkUIManager
4315   - Major performance improvement [Dave Neary, Michael, 
4316     Sven Neumann, Soeren Sandmann, Matthias]
4317 * GtkIconView
4318   - Make scrolling work with large icon views [Matthias]
4319 * GtkWindow
4320   - As a last resort, allow to use mnemonics without 
4321     modifier [Pasupathi Duraisamy, Owen Taylor]
4322 * GtkProgressBar
4323   - Support ellipsizing the text [Morten Welinder, Matthias]
4324 * GtkStatusbar
4325   - Avoid resizing if the text of the label changes [He Qiangqiang,
4326     Owen, Christian]
4327   - Draw the resize grip better [Matthias, Christian]
4328   - Ellipsize the text [Matthias]
4329 * GtkClipboard
4330   - Add API for image transfer via copy-and-paste [Matthias]
4331 * DND
4332   - Fix DND to embedded windows (e.g. panel applets) [James Henstridge, 
4333     Matthias]
4334 * Stock icons
4335   - Add RTL variants of the media icons [Bastien Nocera]
4336 * Win32
4337   - Build fixes [Hans Breuer, Tor Lillqvist]
4338   - Implement resize grips [Robert Ögren]
4339   - Bug fixes [Robert, Tor, J. Ali Harlow]
4340 * Bug fixes [Paolo Borelli, Kjartan Maraas, Olivier Andrieu,
4341   Torsten Schoenfeld, Matthias, Philip Langdale, Christian,
4342   Frances Keenan, Owen, Murray Cumming, Christophe Fergeau,
4343   Tristan Van Berkom, Adam Hooper, James M. Cape, Carlos Garnacho
4344   Parro, Mariano Suárez-Alvarez, John Finlay, Jonathan Blandford]      
4345 * Documentation improvements [Masao Mutoh, Matthias, 
4346   Torsten Schoenfeld, Matthew H. Plough, Salvador Fandiño, 
4347   Owen, Vincent Untz, Jonathan, Bastien]
4348 * Updated translations (cs,da,en_CA,es,hu,ja,nl,sq)
4349
4350 Overview of Changes from GTK+ 2.5.3 to GTK+ 2.5.4
4351 =================================================
4352 * GtkFileChooser
4353  - Make path bar arrows larger [Matthias Clasen]
4354  - Make SELECT_FOLDER mode work [Matthias]
4355  - Speed up the completion popup, pop it up
4356    again after Tab [Matthias, Jens Bech Madsen]
4357  - Add some tooltips [Matthias]
4358  - Make path bar scroll [Matthias]
4359  - Improve preview updating [Tommi Komulainen]
4360  - Make the key / pop up the location dialog even
4361    on French keyboards, insert the /. [Frederic Crozat, Warren Togami]
4362 * GtkFileChooserButton
4363  - Show icons next to entry [James M. Cape]
4364  - Improve ellipsisation [James]
4365 * GtkMessageDialog
4366  - API additions to create HIG-conform dialogs [David Bordoley, Carlos
4367    Garnacho Parro]
4368 * Keyboard navigation
4369  - Put selectable labels in the regular tab focus 
4370   chain [David Hawthorne, Matthias]
4371  - Skip selectable labels when looking for the initial 
4372   focus widget in dialogs [Matthias]
4373 * Icon themes:
4374  - Use an mmap()ed cache for directory data. [Martijn Vernooij,
4375    Owen Taylor, Anders Carlsson]
4376 * Clipboard, DND: 
4377  - Add convenience API for image and file transfers. [Matthias]
4378  - Add API for clipboard persistence [Anders]
4379  - Don't loose clipboard contents if a text buffer is
4380    finalized [Anders]
4381 * Add a GtkMenuToolButton widget which displays a
4382  dropdown menu from a toolbar button.  [Paolo Borelli]
4383 * Make menus scroll faster [Soeren Sandmann]
4384 * Allow themes to displace focus rectangles in buttons
4385  on click [Soeren, Matthias]
4386 * Add a public setting for button ordering [Owen Taylor, Matthias]
4387 * GtkImage
4388  - Support named icons [James Henstridge]
4389 * GtkAboutDialog
4390  - Support named icons [James Henstridge]
4391 * Add a function to obtain the string representation of
4392  accelerators used in GtkAccelLabel [John Spray, Matthias]
4393 * Win32 bug fixes [Robert Ögren]
4394  - Fix command line option handling [Tor Lillqvist]
4395  - Make IME input method work better [Tor]
4396 * Other bug fixes [Joel Fredrikson, Darren Creutz,
4397  Manish Singh, Matthias, Tristan Van Berkom, Christian Persch,
4398  Padraig O'Briain, Owen, Jonathan Blandford, 
4399  Michèle Garoche, Milosz Derezynski, Christopher Blizzard,
4400  Paolo, John Austin, Maryn Russell, Ken Harris, Reinout van 
4401  Schouwen, Morten Welinder, Ross Burton, Bernd Demian, Gustavo 
4402  Carneiro, John Finlay, Tim Janik, Damon Chaplin,
4403  Peter Zelesny, Soeren, John Cupitt, Federico Mena Quintero,
4404  Manuel Baena García, William Jon McCann, Olexiy Avramchenko,
4405  Sebastien Bacher, Kazuki IWAMOTO, Dan Williams, Vincent Noel,
4406  Billy Biggs, Olivier Andrieu, Thomas Fitzsimmons]
4407 * Documentation improvements [John Finlay, Billy Biggs, Matthias,
4408  Martyn Russell, Dave Cook, Jonathan, Owen, Shaun McCance, Anders]
4409 * New and updated translations (az_IR,cs,en_CA,en_GB,es,nb,nl,no,pt_BR,
4410   sq,sr,sr@Latn,zh_TW)
4411
4412 Overview of Changes from GTK+ 2.5.2 to GTK+ 2.5.3
4413 =================================================
4414 * GtkFileChooser
4415  - Work better with older version of the gnome-vfs backend [Zack Cerza]
4416  - Keynav improvements [Jonathan Blandford]
4417  - Make position of pathbar down button stable [Jonathan]
4418  - Make autocompletion less annoying in save mode [Owen Taylor]
4419 * GtkFileChooserButton
4420  - Allow mnemonic activation [Dennis Cranston, James M. Cape]
4421 * GtkComboBox
4422  - Work without a model [Mariano Suarez-Alvarez
4423 * GtkTreeView
4424  - Allow sorting of tree models to be turned off [Torsten Schoenfeld]
4425 * GtkRange
4426  - Add a::change-value signal [Thomas Fitzsimmons]
4427 * GtkEntryCompletion
4428  - Improve positioning of popups [Matthias]
4429 * Make input methods respect editability [Noah Levitt]
4430 * Add an setting to specify modules to load [Alex Graveley]
4431 * Use GOption for command line argument parsing [Anders Carlsson]
4432 * Default theme
4433  - Improve drawing of expanders [Matthias Clasen]
4434 * Add a configure option to disable the use of ELF visibility 
4435   attributes for PLT reduction
4436 * Make selection handling robust against invalid UTF-8 [Owen]
4437 * gdk-pixbuf
4438  - Add a variant of gdk_pixbuf_new_from_file_at_size() which 
4439    optionally ignores aspect ratio [Dom Lachowicz]
4440  - Fix saving of pixbufs with alpha-channel as jpeg [Emmanuel Pacaud]
4441  - Security fixes [Chris Evans]
4442 * Win32
4443  - Improve tablet handling [Robert Ögren]
4444  - Make tablets work on multi-monitor systems [Robert]
4445  - Handle screen resolution changes [Arjohn Kampman, Tor Lillqvist]
4446  - Add IME input method [Takuro Ashie, Kazuki IWAMOTO]
4447  - Add ms-windows (Wimp) theme engine [Raymond Penners, Dom Lachowicz,
4448    Havoc Pennington]
4449  - Fix loading of input modules on Win32 [Kazuki IWAMOTO]
4450  - Build fixes [Tor Lillqvist, Robert]
4451 * Other bug fixes [Hans Petter Jonsson, Tim Janik, Manish Singh,
4452  Soeren Sandmann, Bill Haneman, Padraig O'Briain, Olexi Avramchenko,
4453  Jonathan, Frederic Croszat, Matthias, Christian Persch, Felipe Heidrich,
4454  Lorenzo Gil Sanchez, Richard Hoelscher, Owen, Olivier Andrieu,
4455  Morten Welinder, Jean Bréfort, Alexander Larsson]
4456 * Documentation improvements [Matthias, Jonathan]
4457 * New and updated translations (ang,ar,en_CA,es,ne,pt_BR,ro,ru,uk)
4458
4459 Overview of Changes from GTK+ 2.5.1 to GTK+ 2.5.2
4460 =================================================
4461 * GtkFileChooserButton
4462  - New widget to go along with GtkFontButton and GtkColorButton
4463    for use in preference dialogs.  [James M. Cape]
4464 * GtkFileChooser
4465  - Add getter and setter for the ::show-hidden property [Jeff Franks]
4466  - Allow paths to be entered as part of the file name. [Federico Mena Quintero]
4467  - Make separator in bookmarks pane unselectable [Matthias Clasen]
4468  - Improve activation on focus [Federico]
4469  - Avoid warnings when opened on non-default screens [Abel Daniel]
4470  - Fix some memory leaks [Federico]
4471 * GtkEntryCompletion
4472  - Warn if text column has wrong type [Fernando San Martin Woerner,
4473    Gustavo Carneiro]
4474 * GtkTextView
4475  - Obey the Pango backspace_deletes_character 
4476    attribute [Noah Levitt, Teppitak Karoonboonyanan]
4477 * GtkTreeView
4478  - Add hover-expand mode [Matthias]
4479  - Fix fixed height mode [Michael Vogt, Tim-Philipp Müller, Pawel Salek]
4480  - Reimplement GtkListStore on top of a splay tree [Soeren Sandmann]
4481 * GtkEntry
4482  - Track the selection more accurately when dragging and
4483    selecting [Soeren]
4484 * GtkComboBox
4485  - Support trees in combo boxes [Matt Walton, Matthias]
4486  - Optimize non-spanning gridded layouts [Lorenzo Gil Sanchez, Matthias]
4487  - Handle sensitivity changes properly [Matthias]
4488  - Add a ::focus-on-click property [Matthias]
4489 * GtkIconView
4490  - Fix BROWSE selection mode [Matthias]
4491  - Make accessible [Padraig O'Briain]
4492 * GtkAboutDialog 
4493  - Change the API to be more binding-friendly [Oliver Andrieu]
4494 * GtkUIManager
4495  - Accept paths with leading '/' everywhere. [David Malcolm]
4496  - Make GtkActionEntry* arguments const [Mariano Suarez-Alvarez]
4497  - Add a way to suppress overflow menu items [Christian Persch]
4498 * GtkPlug/GtkSocket
4499  - Use the sync counter mechanism to speed up resizes  [Soeren]
4500 * GDK
4501  - Support XDND v5 [Owen Taylor, Matthias]
4502  - Complete the _NEW_WM_USER_TIME implementation [Elijah Newren]
4503  - Update the _NET_ACTIVE_WINDOW implementation [Elijah]
4504 * gdk-pixbuf
4505  - Avoid infinite loops for bad BMPs [Chris Evans, Manish Singh]
4506  - Fix a problem with GDK_INTERP_NEAREST scaling which caused
4507    Nautilus thumbnails to be misdrawn [Christoph Fergeau]
4508  - Avoid segfaults in gdk-pixbuf-csource [Matthias]
4509  - Fix progressive loading of 8bit pcx files [Magnus Bergman]
4510  - Handle edge pixels consistently [Brian Cameron, Matthias]
4511  - Handle OS/2 BMPs [Jon-Kare Hellan]
4512 * Performance 
4513  - Get rid of many PLT entries for internally used exported symbols,
4514    and clean up the ABI at the same time and make make check check the
4515    list of exported symbols.  [Arjan van de Ven, Matthias]
4516 * Look up icon themes in the directories specified in the
4517   icon theme spec  [Matthias]
4518 * Win32 bug fixes [Robert Ögren, Hans Breuer, Tor Lillqvist, Tim Evans]
4519 * Other bug fixes [Matthias, Soeren, Pawel, David, Tor, Gustavo,
4520   Olivier, Manish, Robert, Christian Biere, Markku Vire, Markus Lausser, 
4521   Thomas Leonard, Morten Welinder, Torsten Schoenfeld, Tim Janik, 
4522   Tomislav Jonjic, Tommi Komulainen, Philip Langdale, Rich Wareham,
4523   Christian Persch, Vincent Noel, Christophe Fergeau]
4524 * Documentation improvements [Matthias, Mariano, Axel Simon, 
4525   Jonathan Blandford]
4526 * New and updated translations (ang,br,bs,eu,lt,wa,zh_CN)
4527
4528 Overview of Changes from GTK+ 2.5.0 to GTK+ 2.5.1
4529 =================================================
4530 * GtkTreeView
4531  - Support ellipsisation in GtkCellRendererText [Vincent Untz, 
4532   Jonathan Blandford, Anders Carlsson]
4533  - Add a GtkCellRenderer::editing-started signal [Matthias Clasen]
4534  - Typeahead support [Jonathan]
4535  - Align the entry in GtkCellRendererText [Matthias]
4536  - Make DND work again [Ernst Persson, Matthias]
4537  - Improve appearance of search popup [Matthias]
4538 * GtkFileChooser
4539  - Activate the last focused widget [Federico Mena Quintero]
4540  - Add an "Add to shortcuts" item to the context menu [Federico]
4541 * GtkCombobox
4542  - Support scrolling in list mode [Matthias]
4543  - Add necessary API to make GtkComboBox accessible [Padraig O'Briain]
4544  - Change the API for separators to use a callback function 
4545    instead of a boolean model column [Matthias]
4546 * GtkNotebook
4547  - Ignore scroll events from page content [Gabriel de Perthuis]
4548 * GtkAboutDialog
4549  - Visual improvements [Anders]
4550 * GtkIconView
4551  - Use XRender to draw selection rectangle [Anders]
4552 * GtkLabel
4553  - Support ellipsisation [Tim Van Wassenhove, James M. Cape]
4554 * Expose the menubar accel key as an XSetting [Scott James Remnant]
4555 * Add example code for clipboard handling to gtk-demo [Anders]
4556 * Bug fixes [Peter Zelesny, Guilherme Salgado, John Finlay, 
4557  Tommi Komulainen, Matthias, Crispin Flowerday, Padraig,
4558  Morten Welinder, Olivier Sessink, Dafydd Harries, Soeren Sandmann,
4559  Michael Natterer, Nicolas Deves, Matthew Garrett, Lorenzo Gil Sanchez]
4560 * Documentation improvements [Federico, Matthias]
4561 * Updated translations (gu,hi,pt_BR,ru,sv,uz)
4562
4563 Overview of Changes from GTK+ 2.4.1 to GTK+ 2.5.0
4564 =================================================
4565 * New widgets: 
4566  - GtkIconView [Anders Carlsson]
4567  - GtkAboutDialog [Matthias Clasen]
4568  - GtkCellView [Matthias]
4569 * GtkFileChooser
4570  - change to newly-created folders [Federico Mena Quintero]
4571  - always show icons [Federico]
4572  - bug fixes [Federico, Christian Neumair, Alex Roitman]
4573 * GtkComboBox, GtkComboBoxEntry
4574  - add missing getters and some more convenience API [Matthias, 
4575   Christian Neumeir, Oliver Andrieu]
4576  - improve placement and sizing of popups [Matthias]
4577  - support insensitive items [Matthias]
4578  - support separators [Matthias]
4579  - handle empty or unset models better [Mariano Suarez-Alvarez]
4580  - bug fixes [Matthias, Jonathan Blandford, Oliver Andrieu, Paul 
4581    Pongonyshev, Christian Persch]
4582 * GtkEntryCompletion
4583  - ignore enter events when the window pops up under the 
4584    pointer [Anders]
4585  - bug fixes [Matthias]
4586  - support inline autocompletion [Matthias]
4587 * GtkUIManager
4588  - fix signal registration [Michael Natterer]
4589  - make generated XML parsable [Sven Neumann]
4590  - fix get_widget to return menus [Matthias]
4591 * GtkTreeView
4592  - hover-selection mode [Matthias]
4593  - support insensitive cells [Matthias]
4594  - support separators [Matthias]
4595  - make entry context menu work in editable text cells [Owen Taylor, 
4596   Kristian Rietveld]
4597  - make DND work with treeviews in modal dialogs [Federico]
4598  - make empty treeviews focusable [Federico]
4599  - new GtkCellRendererProgress [Matthias, Tommi Komulainen, 
4600   Christian Persch]
4601  - new GtkCellRendererCombo [Matthias]
4602  - bug fixes [Matthias, Federico]
4603 * GtkNotebook
4604  - allow to change tabs with the mouse wheel [Gabriel de Perthuis]
4605 * GtkWindow
4606  - support named themed window icons [Matthias, Calum Benson]
4607 * New stock icons: file, directory, about, edit, connect, disconnect,
4608   and media player icons for forward, next, pause, play, previous,
4609   record, rewind and stop
4610 * GDK
4611  - support do-not-focus-on-map hint [Elijah Newren]
4612  - fix RGBA cursors [Michael Natterer]
4613 * gdk-pixbuf
4614  - reorganize headers [Matthias, Jeff Franks, Havoc Pennington]
4615  - flag to mark loaded images as scalable [Dom Lachowicz]
4616  - license information for loaders [Matthias]
4617  - simple multiple-of-90° rotation support [Matthias]
4618  - allow to disable loaders [Matthias]
4619  - bug fixes [Kouichirou Hiratsuka, Sven, Brian Cameron,
4620   Manish Singh, Morten Welinder]
4621 * X11 selections 
4622  - make incremental transfer of MULTIPLE work [Matthias]
4623  - don't do incremental transfer in 4k chunks [Matthias]
4624  - add selection ownership change notification [Matthias]
4625  - support text/plain targets [Matthias]
4626 * Win32 
4627  - bug fixes [Hans Breuer, John Ehresman, Tor Lillqvist, 
4628   Robert Ögren, Benoît Carpentier, J. Ali Harlow, Laurent Sansonetti]
4629 * Performance improvements
4630  - predict exposes for override-redirect windows [Søren Sandmann]
4631  - unset the background when mapping or unmapping windows [Søren]
4632  - support the update counter spec for smoother resizing [Søren]
4633 * Misc bug fixes [Matthias, Owen, Søren, Anders, Padraig O'Briain, 
4634   Crispin Flowerday, Michal Pasternak, Scott Tsai, Morten,
4635   Michael Natterer, Dmd Ljungmark, Sven, Billy Biggs, 
4636   Mark McLoughlin, Sam Stephenson, John Finlay, David Hawthorne, 
4637   Kent Sandvik, Davyd Madeley, Alexander Winston, Jean-François Wauthy, 
4638   Jeff Franks, Philip Kendall, Baris Cicek Yevgen Muntyan, 
4639   Bastien Nocera, Tim Janik, John Ehresman, Theppitak Karoonboonyanan, 
4640   Nickolay V. Shmyrev, William Jon McCann, Paolo Maggi, Lorenzo Gil 
4641   Sanchez, Jan-Marek Glogowski, Pawel Salek, Felipe Heidrich, Dmitry 
4642   M. Shatrov, Alex Larsson, Michael Hallendal, Scott Bronson, Kjartan 
4643   Maraas, Damien Carbery, Elke Meier]
4644 * Doc improvements [Matthias, Federico, Owen, Steve Chaplin, Tommi 
4645   Komulainen, Bastien Nocera, Billy Biggs, Sampo Nurmentaus, Steffen 
4646   Röcker, Doug Quale, Oliver Andrieu]
4647 * Updated translations (bg,lt,ne,tk,wa,en_GB)
4648
4649
4650 Overview of Changes from GTK+ 2.4.0 to GTK+ 2.4.1
4651 =================================================
4652 * GtkFileChooser
4653  - bug fixes [Morten Welinder, Federico Mena Quintero]
4654  - pre-fill the location entry [Federico]
4655  - internal api changes to allow setting a busy cursor
4656    while loading [Federico]
4657  - improve pathbar button sizing [Owen Taylor]
4658  - add keybindings for removing bookmarks [Federico]
4659 * GtkComboBox, GtkEntryCompletion
4660  - fix repositioning logic [Niklas Knutsson]
4661  - make keynav wrap around [Matthias]
4662  - improve theme compliance [Matthias, Brian Cameron]
4663 * GtkUIManager
4664  - accept unnamed <separator>s [Anders Carlsson]
4665  - robustify against gtk_widget_show_all() [Murray Cumming]
4666  - warn if an accelerator cannot be parsed  [Jody Goldberg]
4667 * Win32
4668  - fix DND positioning [Hans Breuer]
4669  - update gtkfilesystemwin32 [Tor Lillqvist, J. Ali Harlow]
4670  - make filechooser work on Windows [Tor]
4671  - draw arcs more correctly [Tor]
4672  - disable tables support by support, add --use-wintab to
4673    get it back  [Tor]
4674 * Make color wheel accessible [Padraig O'Briain]
4675 * Support _NET_WM_USER_TIME [Elijah Newren, Soeren Sandmann]
4676 * Doc improvements [Federico, Matthias, Christian Persch]
4677   Olexiy Avramchenko, Tim-Philipp Müller]
4678 * Misc bug fixes [Alex Converse, Owen, Jacques Garrigue,
4679   Jonathan Blandford, Anders Carlsson, Christian, Hans,
4680   Matthias, Morten, Philip Langdale, Brian, Pedro Rodriguez,
4681   Soeren, Torsten Schoenfield, Dongho Shin, Andrew E. Makeev,
4682   Todd Goyen, Tim Gerla, John Finlay, Theppitak Karoonboonyanan,
4683   John Ehresman, Chris Sherlock, Jody]
4684 * Updated translations (af,ar,az,bn,br,ca,cs,cy,da,de,el,en_CA,
4685   en_GB,es,et,eu,fi,fr,ga,gu,he,hr,hu,id,is,it,ja,ko,lt,mi,ml,
4686   mn,mr,ms,ne,nl,nn,no,pa,pl,pt,pt_BR,sk,ru,sq,sr,sr@ije,sr@Latn,
4687   sv,tr,uk,uz,wa,zh_CN)
4688
4689 Overview of Changes from GTK+ 2.3.6 to GTK+ 2.4.0
4690 =================================================
4691 * GtkFileChooser
4692  - Handle icon theme changes [Federico, Jonathan]
4693  - Add reordering bookmarks via DND [Federico]
4694  - Cache filesystem data inside GtkFileSystemUnix backend [Morten Welinder]
4695  - Implement local-only mode so that apps don't get remote paths
4696    they don't expect [Owen Taylor]
4697  - Add Alt-Down keybinding [Mark McLoughlin, Owen]
4698  - Major rewrite of location dialog completion code [Jonathan]
4699  - Bug fixes [Federico, Jonathan, Morten, Mark, Owen, Anders Carlsson, 
4700    Soeren Sandmann, Olivier Andrieu]
4701 * GtkComboBox [Matthias Clasen]
4702  - Handle the case of no-active-row properly
4703  - Improve positioning of popup
4704  - Miscellaneous bug fixes
4705 * Win32 [Tor]
4706  - Handle different install locations for gdk-pixbuf loaders
4707  - Bug fixes [John Ehresman, Bruce Hochstetler, Dave Neary]
4708 * Improve handling of foreign GdkWindows on destruction [Soeren, Owen]
4709 * Require Control-Tab to focus labels [Owen]
4710 * RTL flipping for GtkArrow [Semion Chichelnitsky]
4711 * Support justifcation with wrapping off in GtkTextView [Owen, Felipe Heidrich]
4712 * Change layout algorithm for mixed gridded/non-gridded menus
4713   to fix performance problems [Soeren, Owen, Christian Persch]
4714 * Doc improvements [Matthias, Owen]
4715 * Misc bug fixes
4716 * Updated translations (ar,az,ca,cs,da,de,es,fr,ga,hr,it,ja,lt,no,nl,pt,ro,
4717   ru,sq,uk,zh_CN)
4718
4719 Other contributors: Dave Bordoley, Hans Breuer, David L. Cooper II, 
4720   Dennis Cranston, Dov Grobgeld, Niklas Knuttson, Kjartan Maraas, 
4721   Michael Natterer, Nils O. Selåsdal, Philip K Warren, Dan Winship
4722
4723 Overview of Changes from GTK+ 2.3.5 to GTK+ 2.3.6
4724 =================================================
4725 * GtkComboBox
4726  - Make menu positioning more like GtkOptionMenu [Matthias Clasen]
4727  - Improve keybindings [Matthias]
4728  - Bug fixes [Matthias, Owen, Damon Chaplin]
4729 * GtkFileChooser
4730  - Keep child directories in pathbar when changing to a parent
4731  - Reroot pathbar inside home directory, use icons [Jonathan]
4732  - Make the user actually select a file before hitting OK [Federico]
4733  - Fix folder mode to not have tree [Jonathan]
4734  - Add gboolean return values to operations that can fail [Federico]
4735  - Improve internal error handling [Morten Welinder, Federico]
4736  - Bug fixes [Federico, Jonathan, Morten, Anders Carlsson, Damon,
4737    Alex Larsson]
4738 * GtkTextView bug fixes [Paolo Borelli]
4739 * Win32 
4740  - Implement/stub missing GDK functions [Tor]
4741  - .defs file updates [Tor, J Ali Harlow]
4742  - Misc fixes [Hans Breuer]
4743 * Fix problem with excess symbol exports on Linux [James Henstridge]
4744 * Fix problem with 32-bit BMPs [Matthias]
4745 * Include config.h first everywhere [Morten]
4746 * Fix performance problem destroying menus [Soeren, Marco Pesenti Gritti]
4747 * Doc fixes and improvements [Matthias, Murray Cumming, Henning Nielsen Lund, 
4748   Vitaly Tishkov]
4749 * Updated translations (az,cs,cy,da,de,el,en_CA,es,fi,fr,ga,hu,ja,ko,lt,mn,
4750   nl,no,pl,pt,sq,sr,sr@ije,sr@Latn,sv,th,zh_CN)
4751 * Misc bug fixes
4752
4753 Other contributors: Crispin Flowerday, Mark McLoughlin, Michael Meeks, 
4754   Michael Natterer,Christian Neumair, Padraig O'Briain, Geoff Reedy, 
4755   Olivier Ripoll
4756
4757 Overview of Changes from GTK+ 2.3.4 to GTK+ 2.3.5
4758 =================================================
4759 * GtkFileChooser [Federico Mena Quintero]:
4760  - Enable DND in the shortcuts list [Federico]
4761  - More folder modes [Jonathan R Blandford]
4762  - Resizing toplevel as contents change [Jonathan] 
4763  - Make the backend settable via GtkSetting [Alex Larsson, Owen Taylor]
4764  - Miscellaneous fixes.  [Jonathan, Morten Welinder, Alexander Larsson]
4765  - Add combo box to pick folder in Save mode. [Jonathan, Federico]
4766 * GtkComboBox
4767  - Memory leak/crash fixes [Damon Chaplin, Matthias Clasen]
4768  - Always grab when popping the list up [Damon, Matthias]
4769  - Fixes for dynamic changes to the model [Owen]
4770  - Improve popup positioning [Matthias]
4771 * Implement computation of bidi-base direction from text
4772   in GtkEntry, GtkTextView, GtkLabel [Dov Grobgeld, Owen Taylor]
4773 * Add gtk_entry_set_alignment() [Egon Andersen, Steffen Gutmann,
4774   Owen]
4775 * Fix wrong interpretation of new_order array for
4776   gtk_tree/list_store_reorder() [Owen]
4777 * Improve space allocation in menubars [Soeren Sandmann]
4778 * Improve key bindings in GtkEntryCompletion [Matthias]
4779 * Hide XCursor dependency [Soeren]
4780 * Make mouse wheel scrolling usable [Soeren]
4781 * Use resize cursors for resize grips [Soeren]
4782 * Set the right window group for menu and combo popups [Frederic Crozat,
4783   Jean-Philippe Chancelier, Soeren]
4784 * Add a way to list the mnemonic labels of a widget [Owen]
4785 * Add a group-changed signal to GtkRadioButton [Owen, Padraig O'Briain]
4786 * Export insertion cursor drawing functionality [Alexander Larsson, Owen]
4787 * Support squiggly red underlines in text views [Nicolas Setton, Owen]
4788 * Export GtkWindow key-press-event internals to allow 
4789   custom implementations [Tim Janik]
4790 * Add gtk_drag_source_set/get_target_list() [Mitch Natterer]
4791 * Fix drag-and-drop in GtkTextView to move [Paolo Borelli, Paolo Maggi]
4792 * Memory leak fixes [Owen]
4793 * Win32 fixes [Hans Breuer]
4794 * Misc. fixes [George Bronnikov, Simon Budig, J. Ali Harlow, David Hawthorne, Tim,
4795   Tomasz Lloczko, Mitch, Manish Singh, Owen]
4796 * Documentation improvements [Matthias, Federico, Torsten Schoenfeld]
4797 * Updated translations (ar,cs,da,de,en_CA,es,et,fi,fr,it,ja,ko,nl,pt,ru,sr,sr@ije,
4798   sr@Latn,sq,sv,th,zh_CN)
4799
4800 Overview of Changes from GTK+ 2.3.3 to GTK+ 2.3.4
4801 =================================================
4802 * Fix broken gtk_binary_age setting causing wrong soname [Owen Taylor]
4803 * Add some extra GtkExpander docs [Federico Mena Quintero]
4804 * Misc bug fixes [Matthias Clasen, Damon Chaplin, Owen, Uwe Zeisberger]
4805 * Updated translation (ga)
4806
4807 Overview of Changes from GTK+ 2.3.2 to GTK+ 2.3.3
4808 =================================================
4809 * GtkFileChooser [Federico Mena Quintero]:
4810  - Support bookmarks in GtkFileSystemUnix. [Jan Arne Petersen]
4811  - Correctly handle typed-in filenames in save mode, folder mode, and
4812    multiple-selection mode in all combinations.
4813  - Don't erase the filename in the entry when changing folders.
4814  - Support icons in GtkFileSystemUnix.
4815  - GtkFileChooserDialog now comes up at a reasonable size.
4816  - GtkFileSystemUnix now notifies correctly on ::create_folder().
4817  - Slight GUI reorganization.
4818  - File system module support. [Alexander Larsson]
4819  - Pathbar widget. [Jonathan R. Blandford]
4820  - Miscellaneous fixes. [Christian Persch, Jan Arne Petersen, Anders Carlsson,
4821    Padraig O'Briain, Alexander, Jonathan]
4822  - Win32 fixes, GtkFileSystemWin32 work. [Hans Breuer]
4823  - Memory leak fixes [Morten Welinder]
4824 * GtkTreeView:
4825  - Fix return values. [Federico, R. McFarland]
4826  - Properly cancel the arrow animation. [Michael Zucchi]
4827  - Allow custom icon sizes in pixbuf cell renderer. [Erik Grinaker]
4828  - Don't darken the sort column unless there are three visible columns
4829    [Jonathan]
4830 * GtkToolbar:
4831  - Improve the sliding implementation. [Soeren Sandmann]
4832  - Add writeonly ::group property to GtkRadioToolButton. [Soeren, 
4833    Olivier Andrieu]
4834  - Misc fixes. [Morten, Jeroen Zwartepoorte, Michel Meeks, Soeren]
4835 * Menus:
4836  - Make menus work better on Xinerama [Matthias]
4837  - Fix keynav in RTL mode. [Matthias]
4838  - Fix grid mode, removing of items. [Matthias, Vincent Noel]
4839  - Make tearoff menu items work anywhere in menus. [Matthias]
4840  - Improve popup/popdown behaviour. [Soeren]
4841 * gdk-pixbuf:
4842  - Fix some problems with indexed BMPs [Kazuho Okui, Matthias]
4843  - Work around some libjpeg header file craziness [Manish Singh]
4844 * Assume gravity works. [Soeren]
4845 * Cache GCs for drawing. [Brian Cameron, Soeren]
4846 * Handle focus adjustment correctly for deeply nested focus locations. 
4847   [Matthias, Owen Taylor]
4848 * Use reference counting for shared data in GtkActionGroup. 
4849   [Matthias, Adam Hooper]
4850 * Add a "use-separator" style property to GtkMessageDialog, and make
4851   it not resizable. [Federico]
4852 * Add 'const' to uses of GdkColor that need it. [Federico]
4853 * Put focusable labels in the focus chain. [Federico]
4854 * Make destroying widgets in focus-out-event work. [Owen, Grant Gayed]
4855 * Add properties to GtkAdjustment [Murray Cumming]
4856 * Add change notification to GtkAccelMap [Matthias, Owen]
4857 * Add settings to suppress icons in buttons and menus. [Matthias]
4858 * Add Xft settings for hinting and antialiasing. [Federico, Owen]
4859 * Make size of indicator in menu items themeable. [Bill Hanemann, 
4860   Narayana Pattipati, Matthias]
4861 * Fixes to GtkIconTheme [Torsten Schoenfeld]
4862 * Improve drawing of GtkExpander. [Mark McLoughlin]
4863 * Improve drawing of paned handles. [Soeren]
4864 * Remove broken hangul input module. [Changwoo Ryu]
4865 * Remove C++-style comments. [Damien Carbery]
4866 * Memory leak fixes. [Christian Persch, Richard Hult, Morten, Matthias]
4867 * RTL mode (flipping) fixes. [Mitsuru Chinen, Semion Chichelnitsky]
4868 * Accessibility improvements for tooltips, GtkScale. [Padraig]
4869 * Make the ZOOM_100 and ZOOM_FIT labels HIG-compliant. [Mariano Suarez-Alvarez]
4870 * Win32 fixes. [Tor Lillqvist]
4871 * Documentation:
4872  - New section on how to check for modifier keys correctly. [Federico]
4873  - Miscellaneous improvements.  [Pascal Haakmat, Jan Huelsbergen,
4874    Tim-Philipp Müller, Matthias]
4875 * New and updated translations (ar,az,cs,da,de,en_CA,el,es,fi,fr,ga,hr,it,ja,
4876   ko,mi,mn,ms,nl,nn,no,pl,pt,ru,sq,sr,sr@Latn,sv,ta,th,uz,uz@Latn)
4877 * Other contributors: Christian Biere, Christopher Blizzard, Paolo Borelli, 
4878   Dan Damian, Rodney Dawes, John Ellis, David Hawthorne, Marco Pesenti Gritti,
4879   Felipe Heidrich, Jonas Jonsson, Theppitak Karoonboonyanan, Tommi Komulainen,
4880   Julio M. Merino Vidal, Gregory Merchan, Benjamin Otte, Joshua N. Pritikin,
4881   Yu Shao, Yao Zhang
4882
4883 Overview of Changes from GTK+ 2.3.1 to GTK+ 2.3.2
4884 =================================================
4885 * GdkPixbuf
4886  - Add functions to save pixbufs to non-file locations.  [Tim Evans]
4887  - Add a function to determine the type and size of a file without
4888    loading it completely.  [Matthias Clasen]
4889  - Turn pixbuf attributes into construct-only properties. [Matthias]
4890  - Fix building gdk-pixbuf with --disable-modules --with-included-loaders.
4891    [Matthias, Owen Taylor]
4892 * Fix the logic for changing the toplevelness of a window.  [Soeren Sandmann]
4893 * Do not interpret distant clicks as double clicks, using a
4894   new double-click-distance setting.  [Matthias]
4895 * Improve the GDK API for dealing with group leaders. [Matthias]
4896 * Utility function for application launching in multi-screen scenarios.
4897   [Mark McLoughlin]
4898 * Support big and small and alpha-blended icons under Win32. [Tim Evans]
4899 * Misc Win32 improvements [Tor Lillqvist, Hans]
4900 * GtkFileChooser [Federico]
4901  - Fix new filename entry in Save mode [Jan Arne Petersen]
4902  - Improved the look of GtkFileChooserDefault. [Tuomas Kuosmanen]
4903  - Added support for file system volumes such as CD-ROMs, 
4904    floppies, and network shares.
4905  - Add a "New Folder" button for Save mode in GtkFileChooser.
4906  - Better support for Folder mode.
4907 * GtkTreeView
4908  - Speed up by adding a fixed height mode.  [Kristian Rietveld]
4909  - Add a single-paragraph mode and a language property to 
4910    GtkCellRendererText [Kristian Rietveld]
4911  - Add a editing-canceled signal to GtkCellRenderer [Federico Mena Quintero]
4912  - Misc GtkTreeView bug fixes [Kristian, Soeren, Jonathan Blandford]
4913 * Add a way to list the supported targets of a clipboard. [Dom Lachowicz]
4914 * Add stock icons: harddisk, indent, unindent.  [Hans Breuer, Jody Goldberg]
4915 * Improve the GtkCalendar drawing code.  [Matthias]
4916 * GtkCalendar supports starting the week on any day [Matthias]
4917 * Make GtkToolbar compatible with 2.2 again [Soeren]
4918 * Misc GtkToolbar fixes and API improvements [Christian Persch, 
4919   Olexiy Avramchenko, Jody, Soeren]
4920 * Misc GtkUIManager fixes and API improvements.  [Jody, Matthias, Jeff Franks]
4921 * Add a way to lock individual accelerator paths  [Matthias]
4922 * Add gtk_menu_shell_cancel() to emit the "cancel" signal on 
4923   a menu shell.  [Matthias]
4924 * Fix dynamic menus. [Matthias, Michael Meeks]
4925 * Add xalign, yalign properties to GtkButton. [Jody]
4926 * Implement or improve RTL support in GtkComboBox, GtkCellView, 
4927   GtkViewport [Semion Chichelnitsky, Matthias, Kristian]
4928 * Support for "no focus" windows. [Matthias]
4929 * Documentation improvements [Matthias, Federico, Manish, Murray Cumming, 
4930   Theppitak Karoonboonyanan]
4931 * FAQ updates [Tony Gale]
4932 * Split the translations into two domains: ui strings and
4933   error messages go to gtk20, property nicks and blurbs to 
4934   gtk20-properties. [Matthias]
4935 * New and updated translations (af,ar,bn,br,cs,cy,da,de,es,et,fa,fr,ga,hr,
4936   it,ja,ko,lt,mn,ms,nl,nn,no,pl,pt,pt_BR,ru,sr,sr@Latn,sv,sq,wa)
4937 Other contributors: Olivier Andrieu, Herman Bloggs, Anders Carlsson,
4938   Marco Pesenti Gritti, Bill Haneman, Alexander Larsson, Noah Levitt, 
4939   Kjartan Maraas, Evan Martin, Tim-Philipp Müller, Christian Neumair, 
4940   Joshua N Pritikin, Sebastian Rittau, Daniel Rogers, Manish Singh, 
4941   Torsten Schoenfeld, Alexander Winston, Johannes Weißl,  Morten Welinder, 
4942   Adam Wright
4943
4944 Overview of Changes in GTK+-2.3.1
4945 =================================
4946 * Improve sanity checks on gdk-pixbuf loaders [Matthias Clasen]
4947 * GDK
4948  - Add GDK_DEBUG=xinerama that fakes a 2x2 Xinerama mode [Matthias]
4949  - Make gdk_drawable_copy_to_image public [Matthias, Peter Zelezny]
4950 * Misc Win32 bug fixes [Tor Lillqvist, John Ehresman, Tim Evans]
4951 * Action-based menu/toolbar API [Matthias]
4952  - Add "name" construct-only parameter to GtkActionGroup
4953  - Bug fixes [Marco Pesenti Gritti, Christian Persch]
4954 * Change ranges for Saturation/Value to be 0-100 in GtkColorSelection
4955   [Gregory Merchan, Matthias]
4956 * GtkComboBox [Kristian Rietveld]
4957  - Make model and text_column properties not construct-only [Murray Cumming]
4958  - Fix sizing
4959  - Add mouse wheel support [Matthias]
4960 * Various GtkEntryCompletion bug fixes [Kristian, Piers Cornwell, Marco]
4961 * GtkExpander
4962  - Add a "use_markup" property, gtk_expander_set/get_use_markup
4963  - Fix bugs when unrealizing/destroying [Mark McLoughlin]
4964 * GtkFileChooser [Federico Mena Quintero]
4965  - Add a GtkFileSystemWin32 [Hans]
4966  - Use GtkEntryCompletion in GtkFileChooserEntry 
4967  - Add a render_icon to GtkFileSystemIface to allow the 
4968    GnomeVFS backend to supply appropriate icons
4969  - Improve selection handling in bookmarks list [Federico, Owen Taylor]
4970  - Support drops on the bookmarks list
4971  - Display error dialogs on failed operations
4972  - Many UI tweaks [Federico, Iain Holmes,Hans-Petter Jansson]
4973  - Ignore filters for folders [Dave Malcom]
4974  - Misc file chooser bug fixes [Owen, Christian Persch, Taavi Talvik]
4975 * Menus
4976  - Make torn-off menus transient-for the window they were torn from
4977    [Matthias, Jon-Kare Hellan]
4978  - Fix menu positioning for Xinerama, add gtk_menu_set_monitor()
4979    for use by position functions [Matthias]
4980  - Tweak menu delay parameters, add a default width [Soeren Sandmann]
4981 * Make g_message_dialog_new_with_markup() automatically escape
4982   arguments, add g_message_dialog_set_markup() [Owen]
4983 * Add read-only min-position/max-position properties to GtkPaned
4984 * GtkToolbar [Soeren]
4985  - Support gaps in the toolbar with expand=true/draw=false separators
4986  - Improve drop-location preview handling
4987  - Take a GtkRadioToolButton as the parameter to
4988    gtk_radio_tool_button_new_from_widget [Murray Cumming]
4989  - Many misc toolbar bug fixes [Soeren, Marco]
4990 * GtkTreeView bug fixes [Morten Welinder, David Hampton]
4991 * Add gtk_window_is_active()/gtk_has_toplevel_focus() getters
4992   to go along with properties [Owen Taylor]
4993 * Add gtk_widget_can_activate_accel() / ::can-activate-accel
4994   signal to fix handling of accelerators on insensitive parent
4995   menu-items. [Tim Janik]. (*Note*: the details here will probably
4996   change, since similar problems for mnemonics aren't handled.)
4997 * Implement or improve RTL support in GtkAlignment, GtkCombo, 
4998   GtkNotebook, GtkScrolledWindow, GtkTreeView, GtkViewport.
4999   [IBM L3 NLS Support Team]
5000 * Fix string setters for self-assignment [Matthias, Soeren]
5001 * Finish multi-head handling in gtk-demo [Matthias]
5002 * Fix install rules for generating gdk-pixbuf.loaders [Manish Singh]
5003 * Reference doc improvements [Matthias, Soeren,
5004   Federico Mena Quintero, Michael Natterer, Owen Taylor, Olexiy Avramchenko]
5005 * FAQ updates [Tony Gale]
5006 * New and updated translations (ca,cs,cy,de,el,es,ja,mn,nl,nn,no,pl,pt,sr,
5007   sr@Latn,sv,th)
5008
5009 Other contributors: Jorn Baayen,Damon Chaplin, Jeff Franks, Diego Gonzalez,
5010   Richard Hult, Egmont Koblinger, Thomas Leonard, Ross McFarland, 
5011   Padraig O'Briain, Tomas Ögren, Danilo Segan
5012
5013 Overview of Changes from GTK+-2.2.x to GTK+-2.3.0
5014 =================================================
5015
5016 * New Widgets
5017  - GtkFileChooser: a replacement for GtkFileSelection with 
5018    replaceable backends, many new API features, better user
5019    interface (UI is still a work in progress) [Owen Taylor, 
5020    Federico Mena Quintero]
5021  - New combo box widgets: GtkComboBox, GtkComboBoxEntry [Kristian Rietveld]
5022  - New "disclosure triangle" widget: GtkExpander [Mark McLoughlin]
5023  - "Picker button" widgets based on code from libgnomeui: 
5024    GtkFontButton, GtkColorButton [Matthias Clasen]
5025
5026 * Widget improvements:
5027  - Autocompletion for entries: GtkEntryCompletion [Kristian]
5028  - Add separate padding for all 4 sides of GtkAlignment [Murray Cumming]
5029  - Add input-only event boxes for trapping events [Alex Larsson]
5030  - Support RTL flipping for GtkHPaned, tab navigation [Soeren, Matthias]
5031  - Support up to four scroll arrows on GtkNotebook and make which
5032    ones are displayed themeable. [Matthias]
5033  - GtkCalendar improvements: make the arrows spin, support RTL flipping,
5034    automatic week start selection, DND support, improve API 
5035    for setting options [Matthias]; mousewheel support [Abigail Brady]
5036  - New properties: GtkButton::focus_on_click, GtkCheckMenuItem::draw_as_radio
5037    [Soeren, Matthias]
5038  - New functions: gtk_window_set_default_icon(), 
5039    gtk_message_dialog_add_buttons(), gtk_button_box_get_child_secondary()
5040    [Matthias]
5041  - Add missing "role", "decorated", "gravity" properties for GtkWindow,
5042    "has_resize_grip" for GtkStatusBar. [Matthias]
5043  - Add child properties for GtkPaned [Matthias, Soeren]
5044
5045 * Menus
5046  - New action-based menu API: GtkUIManager, GtkActionGroup, 
5047    GtkAction, etc. [James Henstridge, Matthias, Soeren Sandmann,
5048    Marco Pesenti Gritti, Philip Langdale]
5049  - Support for tabular menus [Kristian]
5050  - New positioning algorithm for popup menus [Soeren]
5051
5052 * GtkTextView [Matthias]
5053  - Add properties "accepts_tab" [Soeren], "overwrite" property 
5054    [Jeroen Zwartepoorte], "buffer"
5055  - Add gtk_text_buffer_select_range()
5056  - Implement drag-selection by words/lines (also for Gtkentry)
5057  - Some fixes to invisible text handling
5058  - Add support for GTK_WRAP_WORD_CHAR [David Brigada]
5059  - Clean up handling of horizontal paging
5060  - Fix scrolling with non-visible cursor
5061  - Add internals documentation [Havoc Pennington]
5062
5063 * GtkToolbar [Soeren]
5064  - Add a more consistent and extensible toolbar API; preserve
5065    old API for backwards compatibility [James, Anders Carlsson, Owen]
5066  - Support for sliding buttons like OS X
5067  - Keyboard navigation
5068  - Support "priority text"
5069  - Overflow menu
5070  - Better handling of really wide buttons [David Bordoley]
5071  - Drawing improvements
5072  - Support context menu
5073
5074 * GtkTreeView [Kristian Rietveld]
5075  - Handle RTL [Matthias, Jonathan]
5076  - Add expand flag to column packing parameters [Jonathan, Kristian]
5077  - gtk_tree_path_free now silently returns on NULL paths
5078  - Move row reference updating code to closures
5079  - Fix TreeView DnD: make TreeStore DnD work, make drops on empty views work,
5080    get rid of gtk-tree-model-drop-append.
5081  - Add a filtering tree model: GtkTreeModelFilter [Kristian]
5082
5083 * gdk-pixbuf
5084  - Add a loader for PCX files [Josh Beam]
5085  - Improve calculation of filter weights for scaling [Brian Cameron, Owen]
5086  - Support TGA files with arbitrary origins [Matthias]
5087  - Add gdk_pixbuf_loader_new_with_mime_type() [Dom Lachowicz]
5088    gdk_pixbuf_new_from_file_at_size() [Dom, Owen, Matthias]
5089  - Add saving support for ICO and CUR
5090  - Improve handling of GIFs with oversized frames [Matthias]
5091
5092 * GDK:
5093  - Support for full-color / alpha-channel cursors [Matthias]
5094  - Remove support for non-X fonts and for pango-1.0; always require Xft2 [Owen]
5095  - Fix handling of recursive calls to gdk_window_begin_paint() [Soeren]
5096  - Many small changes to reduce round trips on startup; 
5097    add gdk_display_flush() [Owen]
5098  - Use Xlib asynchronous APIs to reduce roundtrips on startup
5099    and during DND [Owen]
5100  - Other changes to improve DND for large-latency connections [Owen]
5101  - Add support for EWMH "above" and "below" states [Manuel Clos] (also
5102    in GtkWindow)
5103  - Add Add GDK_MOUSE_DEVICE envvar for linux-fb backend [Marc Welz]
5104  - Other small linux-fb fixes [Eric Warmenhoven]
5105
5106 * Miscellaneous
5107  - Add support for named themable icons; use this facility to 
5108    provide the default stock icon images [Owen Taylor, based
5109    on code by Alex Larsson]
5110  - Add gtk_widget_queue_resize_no_redraw() for more efficient
5111    resizing; use for GtkTextView. Redraw less on focus changes. [Soeren]
5112  - Add gtk_widget_queue_resize_no_redraw() [Soeren]
5113  - Default theme improvements, especially for menus. Add some
5114    more style properties. [Soeren]
5115  - Add authentication stock icon [Matthias, art by Jakub Steiner]
5116  - Allow "none" to be set for input method GtkSettings [Hidetoshi Tajima]
5117  - Convert build system to automake-1.7; many cleanups and
5118    improvements. [James Henstridge, Owen]
5119  - Win32 fixes for new widgets [Hans]
5120  - Add right-to-left variants of some stock icons [Matthias]
5121
5122 * Documentation
5123  - Use XML source for man pages; add man pages for tools that didn't
5124    have them before [Matthias]
5125  - Tutorial improvements [Sebastian Rittau, Tony Gale, Roger Leigh, Matthias]
5126  - FAQ improvements [Tony, Gonzalo Odiard, Owen]
5127  - Misc documentation improvements [Matthias, Frederic Lespez, Tomas Ogren, 
5128    Martin Pool, Mariano Suarez-Alvarez]
5129
5130 * Deprecations
5131  - GtkItemFactory [Replaced by GtkUIManager]
5132  - GtkCombo, GtkOptionMenu [Replaced by GtkComboBox]
5133  - Miscellaneous functions that were renamed in 
5134    GTK+-2.0 and GTK+-2.2 [Matthias, Manish Singh, Soeren]
5135
5136 Other contributors: Krasimir Angelov, Archit Baweja, Sebastien Bacher,
5137   Steve Chaplin, John Darrington, Daniel Elstner, Marco Pesenti Gritti, 
5138   Jody Goldberg, David Hampton, Richard Kinder, Christian Persch, 
5139   Roozbeh Pournader, Christian Reis, Christian Rose, Joe Shaw, 
5140   Vasilis Vasaitis, Morten Welinder
5141
5142 ----------------------------------------------------------------------
5143
5144 Overview of Changes in GTK+ 2.2.4
5145 =================================
5146 * Revert TreeView fix which broke context menus in different applications
5147   [Kristian Rietveld]
5148 * Typo fixes [Kjartan Maraas]
5149 * Make pressing END not put the menu in scrolling mode [Kris]
5150 * Misc bug fixes [Tor Lillqvist, Bruce Hochstetler, Kjartan, Tony Gale]
5151 * New and updated translations (sq, cy, hi, nl, de, es, zh_CN, ja, no, el)
5152
5153 Overview of Changes in GTK+ 2.2.3
5154 =================================
5155 * GdkPixbuf [Matthias Clasen]
5156  - Fix some problems with overflows when scaling down [Tomas Ögren]
5157  - Many GIF bug fixes [Matthias, Federico Mena Quintero]
5158  - Prefer 32-bpp ICOs, fix bugs with them
5159  - Fix problem with absolute filenames and gdk-pixbuf-query-loaders
5160    [Jens Elker]
5161  - Make gdk-pixbuf-csource include alignment magic [Brian Cameron]
5162 * Win32 [Tor Lillqvist]
5163  - Add multiple monitor support
5164  - Major event and key handling rewrite, including IME fixes
5165  - Fix handling of toplevel window positions
5166  - Add support for all window geometry hints (gridded geometry, etc.)
5167  - Fix DND to ignore drag window [Tony M Brown, Herman Bloggs]
5168  - Fix GdkImage memory leak [J. Ali Harlow]
5169  - Remove leftover OwnerGrabButtonMask emulation (fixes lots)
5170  - Misc bug fixes [Many from Hans Breuer, Tim Evans]
5171  - Build fixes and improvements [Peter Zelezny]
5172 * X11
5173  - Fix extremely common crash where we interpreted the timestamp
5174    field of a XKB event as a window ID and found a pixmap that matched.
5175    [Owen Taylor, with essential backtrace from Kjartan Maraas]
5176  - Fix CapsLock and NumLock for non-XKB [Robert Basch]
5177  - Fix problems with, eg. Ctrl-Alt-Backspace hiding Ctrl-Backspace [Owen]
5178  - Workaround Xinerama servers reporting wrong depths [Owen]
5179 * GtkTreeView [Kristian Rietveld]
5180  - Fix scrolling once more [Pedro Gimeno, Michael Natterer, Timo Sirainen]
5181  - Don't get confused by the Control key when handling selection
5182    from an accelerator like <Control>B [Michael Natterer]
5183  - Many misc fixes [Matthias, Marco Pesenti Gritti, Tim Janik, Alex Larsson, 
5184    Tim-Philipp Müller, Michael Natterer, Josh Parsons, Yann Rouillard,
5185    Rene Seindel, Owen Taylor, Alp Toker, Morten Welinder]
5186 * Input methods
5187  - Handle input methods exiting and starting while the 
5188    app is running [Hidetoshi Tajima]
5189  - Fix infinite loop when closing input methods [Owen,
5190    Takuro Ashie, Hidetoshi]
5191  - Add a 'cedilla' input method with c+acute => cedilla and use
5192    as the default for languages that use cedilla. [Gustavo De Nardin,
5193    Owen, Fco. Javier F. Serrador]
5194  - Fix status window for multihead [Owen, James Su]
5195  - Remember imcontext attributes when switching methods [Owen, 
5196    Botond Botyanszki]
5197 * GtkFileSelection [Owen]
5198  - Fix selection of "UntitledN" on initial map [Mark Finlay]
5199  - Fix an annoying bug with cursor positioning on failed completion
5200  - Misc Fixes [Owen, Tor]
5201 * Other widgets
5202  - Fix problem with GtkOptionMenus coming up in the wrong place [Kristian]
5203  - Fix problem with spinbuttons not getting enough space [Morten Welinder,
5204    Kristian]
5205  - Fix an infinite loop when resizing GtkTextView [Owen, Frederic Crozat]
5206  - Don't include menu labels in gtk_notebook_forall [Owen]
5207  - Fix problem with XEMBED (GtkPlug) clients that don't take focus stealing
5208    focus [Owen]
5209  - Accept color drops with wrong format from KDE [Matthias]
5210 * Fix problem from gnome-theme-manager playing tricks and
5211   making event->window a pixmap. [Anders Carlsson]
5212 * Ignore Caps-lock when matching accelerators
5213 * Fix 5-year-old bug where toplevels didn't fully refresh properly
5214   on theme change [Owen, Rajkumar Siva]
5215 * Don't require precompiled gdk-pixbuf-csource when cross-compiling
5216   from a tarball [Owen]
5217 * Documentation improvements [Matthias, Noah Levitt, Tor, Doug Quale, 
5218   Morten Welinder]
5219 * Misc bug fixes [Keith Bissett, Botond Botyanszki, Damien Carbery,
5220   Arno Charlet, Felipe Heidrich, Charles Kerr, George Lebl, Noah, Tor, 
5221   Callum McKenzie, Michael Meeks, Denis Mikhalkin, Thomas Mirlacher,
5222   Kristian, Masahiro Sakai, Soeren Sandmann, Benedikt Spranger, Owen, 
5223   Luis Villa]
5224 * New and updated translations (ar,az,cs,cy,be,de,es,fi,fr,he,hi,hu,id,is,it,
5225   ko,lt,ml,mn,nl,ne,no,pl,pt,pt_BR,ru,sk,sr,sr@Latn,ta,wa,zh_TW,zh_CN)
5226
5227 Overview of Changes in GTK+ 2.2.2
5228 =================================
5229
5230 * GdkPixbuf [Matthias Clasen]
5231  - Fix animation of slow-loading progressive GIFS
5232  - Fix long-standing animated GIF display bug with transparency
5233  - Misc bug and portability fixes [Rick Jones, Tim Mooney, Marijn Ross]
5234 * GDK [Owen Taylor]
5235  - Draw continuous underlines between Pango layout runs when 
5236    possible [Kang Jeong-Hee]
5237  - Fix gdk_pixbuf_from_drawable() for big endian [Christian Petig]
5238    Major rewrite of 16-bit handling for pixbuf_from_drawable()
5239 * X11 backend [Owen]
5240  - Fix build on X11R5 [Albert Chin]
5241  - Fix switching keyboard layouts while running [Egmont Koblinger]
5242  - Work around RENDER extension bugs on certain Sun X servers [Morten Welinder]
5243  - Zero unused fields in client messages we send Lubos Lunak]
5244  - Fix occasional segfault when drawing pixbufs [Hans Petter Jansson]
5245  - Fix wrong initialization that was keeping XShm from being used.
5246 * Win32 backend [Tor Lillqvist]
5247  - Tweak line drawing
5248  - Mouse/cursor fixes [Allin Cottrell]
5249  - Better handling of floppy drives in GtkFileSelection
5250  - Misc fixes [Arnaud Charlet, Cedric Gustin, Martyn Russell]
5251 * Input methods [Hidetoshi Tajima]
5252  - Add rules for Greek accents to GtkIMContextSimple [Vasilis Vasaitis]
5253  - Fix sorting of rules in GtkIMContextSimple [Vasilis]
5254  - Miscellaneous GtkIMContextXIM fixes 
5255  - Fix translation of input context names
5256 * Fix keyboard accelerators/bindings on Numeric Keypad [Owen, Olivier Ripoll]
5257 * Add Delete to GtkEntry context menu, Delete/Select All 
5258   to GtkTextView context menu [Matthias]
5259 * Keynav tweaks in GtkFileSelection, GtkColorSel [Matthias]
5260 * Add C-A-PgUp/Down as alternative notebook page switching keys [Matthias]
5261 * GtkTextView
5262  - Fix redrawing on color-only changes [Owen, Gustavo Giráldez]
5263  - Don't scroll to cursor on focus in [Paolo Maggi]
5264  - Fix spot location reported to input method [Owen, TOKUNAGA Hiroyuki, 
5265    Yao Zhang]
5266  - Miscellaneous bug fixes [Torbjörn Andersson, Matthias, Manual Clos,
5267    Padraig O'Briain, Owen]
5268 * GtkTreeView [Kristian Rietveld]
5269  - Fix prelighting [Sven Neumann]
5270  - Set drag cursor earlier to allow apps to override [Daniel Elstner]
5271  - Speed up insertions into GtkTreeModelSort [Owen, Jonathan Blandford]
5272  - Get background/cell area handling right in GtkTreeViewColumn [Vasco
5273    Alexandre da Silva Costa]
5274  - Bug fixes [Benjamin Bayart, Jonathan Blandford, Peter Bloomfield, 
5275    Dave Cook, Felipe Heidrich, Richard Hult, Markus Lausser, Michael Natterer,
5276    Mariano Suarez-Alvarez, Owen]
5277 * Fix handling of border width for GtkToolbar [Rodney Dawes]
5278 * Rewrite adjustment handling of GtkViewport, fixing many bugs
5279   [Owen, Thomas Leonard, Michael]
5280 * Misc bug fixes [Dennis Björklund, Jonathan, Dave Bordoley, Rich Burridge, 
5281   Anders Carlsson, Arnaud, Matthias, Vasco Alexandre da Silva Costa, 
5282   Tim Evans, Larry Ewing, John Finlay, Jeff Franks, Jody Goldberg, 
5283   Jason D. Hildebrand, Charles Kerr, Alex Larsson, Noah Levitt, Xan Lopez, 
5284   Loban Rahman, Richard Reich, Soeren Sandmann, Charles Schmidt, 
5285   Rajkumar Siva, Owen, Sergey V. Udaltsov, Morten Welinder, Michael Zucchi]
5286 * Code cleanups [Matthias, Glynn Foster, Britton Kerin, Sven Neumann, 
5287   Doug Quale, Manish Singh, Morten Welinder]
5288 * Switch to using libtool-1.5
5289 * Build fixes [Matthias, J. Ali Harlow, Rich Kinder, Jon Nall, Sven, 
5290   Christian Rose]
5291 * Documentation improvements [Matthias, Noah Levitt, Sven Neumann]
5292 * New and updated translations (am,az,be,ca,cs,cy,da,de,el,es,fa,fi,fr,id,
5293   it,ko,li,ml,mn,ms,nl,no,pl,pt,sr,sr@Latn,sv,ta,uk,yi,zh_TW)
5294
5295 Overview of Changes in GTK+ 2.2.1
5296 =================================
5297 * Win32 [Tor Lillqvist]
5298  - Improve setting of window position / decorations
5299  - Implement gdk_pixmap_foreign_new() [Naofumi Yasufuku]
5300  - Fix various file selection bugs
5301  - Improve scheme for locating pixbuf loader modules
5302  - Miscellaneous fixes [Alex Shaduri, Kenichi SUTO, Ed Woods]
5303 * GtkTreeView [Kristian Rietveld]
5304   - made GtkTreeSortable work as the documentation advertises [Jarek Dukat]
5305   - fixed gtk_tree_view_set_sort_column_id so you can disable sorting [Soeren
5306     Sandmann, Jarek Dukat]
5307   - TreeView search now works on all values transformable by GValue and not
5308     just strings [Muktha Narayan]
5309   - _move/_swap fixage in the Stores [Matthew Tuck, Paolo Maggi]
5310   - a lot of misc bug fixes [Alex Duggan, Carlos Garnacho Parro, Hans Petter
5311     Jansson, Kjartan Maraas, Soeren, Dave Camp, Murray Cumming, Dave Cook,
5312     Gaël Le Mignot, Vasco Alexandre da Silva Costa]
5313 * GtkTextView [Matthias Clasen]
5314  - Fix keynav with invisible cursor
5315  - Fix misdrawing of cursor [Owen Taylor] and selection
5316  - Many miscellaneous fixes [Narayana Pattipati, Daniel Elstner]
5317 * Fix problem with accidental inclusion of a main() [Matthias]
5318 * Documentation improvements [Matthias, Havoc Pennington]
5319 * Fix problem with GtkColorsel and pixmap themes [Daniel]
5320 * Fix race condition with GdkRGB in PseudoColor [Shivaram Upadhyayula]
5321 * Warning fixes [Manish Singh]
5322 * configure fixes [Akira Tagoh]
5323 * New and updated translations (ca,de,es,et,ko,mn,pl,pt,vi,zh_CN)
5324 * Miscellaneous bug fixes [Matthias, Daniel, Martin Gansser, Louis Garcia, 
5325   Tommi Komulainen, Thomas Leonard, Ian Peters, Arvind Samptur, 
5326   Soeren Sandmann, Hidetoshi Tajima, Owen]
5327
5328 ----------------------------------------------------------------------
5329
5330 Overview of Changes in GTK+ 2.2.0
5331 =================================
5332 * Fix problem with the DND code and event filters [Bolian Yin, Owen Taylor]
5333 * GtkTreeView bug fixes [Kristian Rietveld, Soeren Sandmann, Matthias Clasen]
5334 * Documentation improvements [Matthias Clasen, Eric Warmenhoven, 
5335   James M. Cape]
5336 * Example portability fix [Sven Neumann]
5337 * Updated translations (es,ja,lv,ms,nl,ru,sk,sv)
5338
5339 Overview of Changes in GTK+ 2.1.5
5340 =================================
5341 * GtkFileSel fixes [Owen Taylor]
5342   - Fix ..<tab> to go up a dir [Francisco Bustamante]
5343   - Fix UTF-8 operation, so that non-ASCII works [Kang Jeong-Hee]
5344   - Use g_utf8_collate() not strcmp for sorting [Gregory Merchan]
5345 * Only close dialogs on Escape if they have a cancel button. [James Willcox]
5346 * Fix problem with resizing gnome-terminal popup [Soeren Sandmann]
5347 * Add Home/End/Page_Up/Page_Down keybindings for menus [Owen,
5348   Narayana Pattipati, Marius Andreiana]
5349 * Xinerama fixes for GtkMenu [Matthias Clasen]
5350 * Fix long-standing problem with Ami and GtkEntry [Owen, Kang Jeong-Hee]
5351 * Documentation additions and fixes [Matthias]
5352 * New and updated translations (am,bg,da,fr,fi,de)
5353 * Miscellaneous bug and build fixes
5354
5355 Other contributors: Johan Dahlin, James Henstridge, Jon Nelson, 
5356    Bastien Nocera, Christian Reis, Arvind Samptur, Anand Subra, Simon Wong
5357
5358 Overview of Changes in GTK+ 2.1.4
5359 =================================
5360 * Improved default color scheme [Soeren Sandmann, with advise from
5361   Tuomas Kuosmanen and Garrett LeSage]
5362 * Make pixmap creation functions take a GdkDrawable not a GdkWindow
5363   [Kristian Rietveld]
5364 * Support move-resize emulation for all edges. [Matthias Clasen]
5365 * Many fixes for X11 gdk_colormap_alloc_colors [Naofumi Yasufuku, Owen]
5366 * Remove extra selections for ButtonRelease in XInput code 
5367   [Garry Osgood, Owen]
5368 * Another attempt at fixing X focus tracking [Owen]
5369 * linux-fb VT switch improvements [Eric Warmenhoven]
5370 * Win32 [Tor Lillqvist]
5371   - Bug and win98 portability fixes for new tile/stipple code [Hans Breuer]
5372   - Improve maximized/minimized tracking
5373   - Bug fixes
5374 * Fix problem with gtk_combo_set_popdown_strings() not changing
5375   the entry text [Owen]
5376 * Support RTL flipping for statusbars [Matthias]
5377 * GtkTreeView bug fixes [Kristian Rietveld, Juri Pakaste, Erik Simonsen,
5378   Richard Hult, Carlos Garnacho Parro]
5379 * Use octal escapes rather than literal UTF-8 in strings [Owen]
5380 * Make a lot of read-only data const. [Matthias, Morten Welinder]
5381 * Misc bug fixes
5382 * New and updated translations (cs,es,el,he,hu,lv,no,ro)
5383
5384 Other contributors: Anders Carlsson, Chris Blizzard, Stephen Brown, 
5385    Erwann Chenede, Jon-Kare Hellan, John Finlay, Jarred Keuch, 
5386    Kjartan Maraas, Christian Neumair
5387
5388 Overview of Changes in GTK+ 2.1.3
5389 =================================
5390
5391 GDK:
5392 * Win32 [Tor Lillqvist]
5393   - fixes to multihead API stubs 
5394   - Comprehensively implement tiles and stipples
5395   - Handle tracking minimized/maximized [Arnaud Charlet]
5396 * linux-fb fixes [Eric Warmenhoven]
5397 * Use g_get_application_name() for default window titles and
5398   for the title of the client leader window [Owen, Havoc Pennington]
5399 * Complete resize-grippy support, move-resize emulation 
5400   [Anders Carlsson, Matthias Clasen]
5401
5402 GTK+ Core:
5403 * On screen change, recreate the widget's Pango context [Owen]
5404 * Fix problems with focus ending up on unmapped widgets [Owen]
5405 * Make g_object_set (gtk_settings_get_default (), ...) to override
5406   settings from XSETTINGS and ~/.gtkrc [Jonathan Blandford]
5407 * Make GtkInputDialog multihead aware [Owen]
5408 * Add a ::screen-changed signal to GtkWidget [Owen Taylor]
5409
5410 Widget improvements:
5411 * Draw/check menu items insensitive [Soeren, Tim Evans]
5412 * Fix color usage for radio/check menu item indicators [Soeren]
5413 * Add ::snap-edge-set-property to GtkHandleBox [Owen, Matthias]
5414 * RTL flipping improvements for GtkHandleBox, GtkMenuItem, GtkOptionMenu,
5415   GtkCheckMenuItem [Matthias Clasen]
5416 * GtkCombo improvements [Owen]
5417   - Don't leave it behind when switching desktops [Matthias Clasen]
5418   - Fix longstanding bug with unwanted moving of selection [Mike Fulbright]
5419   - Don't change entry contents until window is popped back up
5420   - Keynav fixes
5421 * Menu scrolling behavioral improvements [Owen, Ettore Perazzoli]
5422 * GtkNotebook keynav improvements [Owen]
5423 * Handle painting text on dark-colored progressbars [Soeren]
5424 * GtkTreeView  [Kristian Rietveld]
5425   - Privatize gtk_tree_store_move(), add gtk_tree_store_move_before/after()
5426   - Add GTK_CELL_RENDERER_FOCUSED flag
5427   - Keynav fixes, including adding boolean return values for keybinding
5428     signals (API breakage for API that no one should have been using)
5429     [Narayana Pattipati]
5430   - Add gtk_tree_view_column_cell_get_position()
5431   - Add an inconsistent state for GtkCellRendererToggle
5432   - Various bug fixes [Murray Cumming, Daniel Elstner, Vitaly Tishkov,  
5433     Morten Welinder, Robert Kinsella, Soeren]
5434
5435 Input Methods:
5436 * Sort the input method list in the right click popup [Abigail Brady]
5437 * GtkIMContextXIM bug fixes [HideToshi Tajima]
5438
5439 General:
5440 * Make sure that parameters don't shadow system functions [Soeren Sandmann]
5441 * Deprecation cleanups [Manish Singh]
5442 * Don't grab the focus to the default button in a GtkDialog [Daniel Elstner]
5443 * Doc improvements, including adding Since: for 2.2. additions 
5444   [Matthias Clasen]
5445 * Bug fixes, cleanups [Anders Carlsson, Daniel, Vitaly Tishkov, Matthias, 
5446   Iain Holmes, Gregory Merchan, Havoc Pennington, Soeren, Morten Welinder]
5447 * Build fixes [Owen, Jeff Waugh, Dan Mills]
5448
5449 Overview of Changes in GTK+ 2.1.2
5450 =================================
5451
5452 * Fixes for GtkIMContextXIM [HideToshi Tajima, Owen Taylor]
5453 * Remove usage of XLookupString outside of GtkIMContextXIM [Owen]
5454 * Handle Shift/Caps/Num_Lock properly for non-Xkb [Owen]
5455 * Add a --screen option to set default screen [Balamurali Viswanathan, Owen]
5456 * Add simple support for startup notification [Havoc Pennington]
5457 * Handle focus indication for check and radio buttons without children
5458   [Dave Camp, Owen]
5459 * Much work on improve submenu navigation [Soeren Sandmann]
5460 * Add "selected_shadow_type" property for menus [Soeren]
5461 * Add "scrollbar_spacing" style property [Anders Carlsson, Owen]
5462 * Rework GtkPaned keynav [Soeren, Calum Benson]
5463 * Sensitivity and keynav fixes for GtkFileSelection [Muktha Narayan, Owen]
5464 * Removed mnemonics for GtkToolbar Items [Mikael Hallendal]
5465 * Tree view fixes and speedups 
5466   [Kristian Rietveld, Daniel Elstner, Havoc Pennington]
5467 * Allow themes to set GtkTreeView even/odd row colors [Kristian]
5468 * Doc fixes and improvements [Matthias Clasen, Vitaly Tishkov]
5469 * Win32 fixes [Tor Lillqvist]
5470 * Misc cleanups and bug fixes
5471
5472 Other contributors: Phil Blundell, Erwann Chenede, Jeremy Katz, 
5473    Padraig O'Briain, Havoc Pennington, Timo Sirainen, Nam SungHyun,
5474    Matt Wilson,
5475
5476 Overview of Changes in GTK+ 2.1.1
5477 =================================
5478 * Cleanup of use of deprecated functions in GTK+ [Manish Singh]
5479 * Add support for separately installed Pixbuf loaders [Matthias Clasen]
5480 * linux-fb improvements including window maximization. [Eric Warmenhoven]
5481 * Fix to compile again with Xft version 1 [Owen Taylor]
5482 * Fix handling of pointer on multiple screens [Owen]
5483   - Add gdk_event_set/get_screen() via evil hack
5484   - Add GdkDisplayPointerHooks to replace GdkPointerHooks
5485   - gdk_screen_get_window_at_pointer() => gdk_display_get_window_at_pointer()
5486   - Add gdk_display_get_pointer()
5487   - Make drag-and-drop between multiple screens work
5488 * Export gdk_event_new(), discourage stack allocated events [Owen]
5489 * gdk_draw_pixbuf() as better name for gdk_pixbuf_render_to_drawable() [Owen]
5490 * Basic support for RandR extension [Keith Packard, Owen]
5491 * Allow moving paned sliders all the way to the edge [Owen, Darin Adler]
5492 * Add tag_table construct property to GtkTextBuffer [Daniel Elstner]
5493 * gtk_window_set_[default_]icon_from_file [Owen, Havoc]
5494 * Fix handling of GtkSettings set from RC files on reload [Owen]
5495 * GtkTreeView work [Kristian Rietveld]
5496   - Stop editing on a focus out event for GtkCellRendererText 
5497     [Andreas J. Guelzow]
5498   - Don't accept drops on auto-sorted models
5499   - Fix evil bug with insertions to GtkTreeModelSort [Hans Petter Jansson]
5500 * Fixes for GtkIMContextXIM 
5501   [Takuro Ashie, Motonobu Ichimura, Owen, HideToshi Tajima]
5502 * Documentation fixes [Soeren Sandmann, Matthias Clasen; Joost Faassen, 
5503   Alexey A. Malyshev, Ben Martin, Havoc Pennington, Boris Shingarov, Owen, 
5504   Vitaly Tishkov, Dan Winship, Yao Zhang]
5505 * Some performance tweaks [Soeren, Padraig O'Briain]
5506 * Miscellaneous bug fixes
5507
5508 Other contributors: Jacob Berkman, Phil Blundell, Kenneth Christiansen, 
5509   Murray Cumming, Bill Haneman, Jon-Kare Hellan, Hema Seetharamaiah
5510
5511 Overview of Changes from GTK+-2.0.x to GTK+-2.1.0
5512 =================================================
5513
5514 Multihead support: [Erwann Chenede, Owen Taylor]
5515 * Multihead support 
5516 * Add GdkDisplay, GdkScreen structures
5517 * Add _for_display(), _for_screen() variants where needed in GDK and GTK+
5518   (In other cases, make the variants methods on GdkDisplay/GdkScreen
5519 * Adapt GTK+ widgets to be multihead safe
5520 * Allow initialization of GTK+ without opening a display with gtk_parse_args()
5521 * Add multihead support to demos/tests.
5522
5523 GDK:
5524 * Adapt win32 code to multihead reorganization [Hans Breuer, Tor Lillqvist]
5525 * Adapt linux-fb code to multihead reorganization [Eric Warmenhoven]
5526 * Miscellaneous linux-fb improvements [Eric]
5527 * Xinerama support [Erwann Chenede, Matthias Clasen]
5528 * Allow GDK backends to add custom argument parsing [Sven Neumann]
5529 * Add support for some addition NET window manager spec hints [Havoc Pennington]
5530 * Add ::keys-changed signal to GdkKeymap, handle keymap changes for keybindings [Owen]
5531
5532 GtkTreeView: [Kristian Rietveld]
5533 * Support stock pixbufs in GtkCellRendererPixbuf 
5534 * Allow setting the cell background for cell renderers
5535 * Support focusing individual cell renderers and other focus fixes
5536 * Make resizing tree views more efficient [Soeren Sandmann]
5537 * Add gtk_tree_model_get_string_from_iter
5538 * Improve gtk_list_store_remove API
5539 * API additions:
5540   gtk_tree_model_sort_iter_is_valid(), gtk_tree_view_expand_to_path() 
5541   Add gtk_tree_selection_get_selected_rows(),
5542   gtk_tree_selection_count_selected_rows() 
5543   gtk_tree_path_new_from_indices(),  gtk_{list,tree}_store_{reorder,swap,_move} 
5544
5545 GTK+:
5546 * Add style property for drawing menu items without shadow [Soeren]
5547 * gtk_widget_modify_color_component/font(): Allow clearing
5548   current modifications. [Owen]
5549 * Add GtkWidget::is_focus, GtkWindow::is_active properties [Owen]
5550 * Some XEMBED changes for standards compliance and Qt compatibility [Owen]
5551 * Fix menus resizing when popped up or torn off [Owen]
5552 * Improve label behavior when it gets a too small allocation [Soeren]
5553 * Add support for depth 8 StaticColor visuals to gdkrgb [Matthias]
5554 * Theme drawing improvements [Soeren]
5555 * Add types for GtkRowReference, GtkClipboard [Jonathan Blandford, James Henstridge, Owen]
5556 * Use G_TYPE_FLAG_ABSTRACT for abstract types [Matthias]
5557 * Add gtk_menu_shell_select_first() [Owen]
5558 * Add gtk_notebook_get_n_pages() [Havoc Pennington]
5559 * Allow accel_path = NULL for gtk_menu_item_set_accel_path().
5560 * Allow icon sizes to be changed via a GtkSetting [Bill Haneman, Brian Cameron, Owen]
5561
5562 GdkPixbuf:
5563 * Improve gdk-pixbuf loader tests [Soeren Sandmann]
5564 * Use iTXT chunks when necessary in PNG image saver [Matthias]
5565 * Add incremental loading for progressive jpegs [Matthias]
5566 * Add load-at-size functionality [Matthias]
5567 * Add a loader for .ANI animations [Matthias]
5568 * Load hotspot for .ICO files [Matthias]
5569
5570 Docs:
5571 * Convert docs to Docbook XML [Matthias]
5572 * Doc improvements and fixes [Matthias, Soeren, 
5573   Dennis Bj"orklund, Ross Burton, Manuel Clos, Alexey A. Malyshev, Brett Nash,
5574   Brian Tarricone, Owen, Vitaly Tishkov, Yao Zhang]
5575 * Tutorial improvements [Tony Gale]
5576
5577 General:
5578 * Add gtk-im-preedit-style/gtk-im-status-style XSETTINGS [Hidetoshi Tajima]
5579 * Clean up GDK and demos for deprecated functions [Manish Singh]
5580 * Misc fixes [Olexiy Avramchenko, Jacob Berkman, Anders Carlsson, David L. Cooper II, Robin Lu, 
5581   Eric Mader, Mark McLoughlin, Padraig O'Briain, Laszlo Peter, Hidetoshi, Vitaly Tishkov, 
5582   Shivaram Upadhyayula]
5583
5584 Overview of Changes in GTK+ 2.0.9
5585 =================================
5586 * Fix colormap refcounting, which caused frequent metacity crashes
5587   [Christopher James Lahey]
5588 * Lots of work on the Win32 backend [Tor Lillqvist]
5589  - Scrolling fixes
5590  - GdkGC clipping fixes and improvements
5591  - Started implementing all fill styles
5592 * GtkTreeView bug fixes [Kristian Rietveld]
5593  - Make TreeView reordering work on FreeBSD/Solaris [Heiner Eichmann]
5594 * Various bug fixes
5595
5596 Other contributors: Matthias Clasen, Arnaud Charlet, Vitaly Tishkov,
5597    Josh Parsons, Peter Bloomfield
5598
5599 Overview of Changes in GTK+ 2.0.8
5600 =================================
5601 * Fix typo in io-gif.c that broke loading GIFS [Akira Tagoh]
5602 * Improve redraws when scrolling on Win32 [Tor Lillqvist]
5603 * Fix problem with RENDER and XFree86-4.1 [Owen Taylor, Jamie Zawinski]
5604 * Fix problem with GtkImage placement [Owen, Sven Neumann, Soeren Sandmann]
5605 * Updated translation (el)
5606
5607 Overview of Changes in GTK+ 2.0.7
5608 =================================
5609 * Fix some memory leaks in gdk-pixbuf [Sven Neumann]
5610 * Pixbuf loader fixes  [Federico Mena Quintero, Elliot Lee]
5611 * Support depth 8 StaticColor in GdkRGB [Matthias Clasen]
5612 * Win32 fixes and improvements [Tor Lillqvist]
5613  - Keyboard handling fixes [Florent Duguet]
5614  - Fixes for building and running on Cygwin [Masahiro Sakai]
5615  - Fix gdk_window_scroll(), other GdkWindow fixes
5616  - Misc bug and build fixes [Soren Andersen, Florent, Tim Evans,
5617    J. Ali Harlow, Andreas Holzmann, Iwasa Kazmi]
5618 * Improve tracking of toplevel focus state [Owen]
5619 * XIM input method fixes [Takuro Ashie, HideToshi Tajima]
5620 * Fix the longstanding problem with <,> keys and XIM [Owen Taylor]
5621 * Fix GtkIMContextSimple for us-intl keyboards [Alexandre Oliva]
5622 * GtkIMContextSimple updates for Eastern Europe [Stanislav Brabec]
5623 * Fix the "key bindings randomly stop working" problem [Sebastian Ritau]
5624 * GtkTextView fixes [Gustavo Giraldez, Padraig O'Briain, Shivaram Upadhyayula]
5625 * GtkTreeView bugfixes [Jonathan Blandford, Kristian Rietveld]
5626   - Various memleak, ref counting fixes [Jonathan, Jorn Baayen, Daniel 
5627     Elstner, Morten Welinder]
5628   - gtk_tree_selection_selected_foreach now immediately returns if 
5629     the model is being changed [Havoc Pennington]
5630   - Fix evil bug with insertions to GtkTreeModelSort [Hans Petter Jansson]
5631 * GtkCombo fixes [Marco Pesenti Gritti, Zimler Attila, Matthias, Owen]
5632 * Fix 64-bit problem with GtkFundamentalType [Ross Alexander, Manish Singh] 
5633 * New and updated translations (am,be,bg,ca,cs,da,de,el,es,el,fa,fr,hi,hu,
5634   ja,ko,lv,ms,nl,no,pl,pt,pt_BR,ru,sk,sv,vi,zh_TW)
5635 * Many miscellaneous bug fixes
5636
5637 Other contributors: Jacob Berkman, Albert Chin, Chema Celorio,
5638    David L. Cooper II, Brent Fox, Tim Janik, Marco Pesenti Gritti, 
5639    Alex Larsson, Zenith Lau, Thomas Leonard, Gaute Lindkvist, 
5640    Paolo Maggi, Andy Wingo, Jami Pekannen, Joshua N Pritikin, 
5641    Soeren Sandmann, Vitaly Tishkov, Morten Welinder
5642
5643 Overview of Changes in GTK+ 2.0.6
5644 =================================
5645
5646 * GtkTreeView bug fixes [Jonathan Blandford, Kristian Rietveld, 
5647   Josh Green, Matthias Clasen]
5648 * Fix problem with keynav and insensitive menu items [Owen Taylor]
5649 * Fix pixbuf_from_drawable() for LSB -> MSB [Federico Mena Quintero]
5650 * Use GTK2_RC_FILES envvar instead of GTK_RC_FILES [Owen]
5651 * Focus check/radio buttons when activating with a mnemonic [Padraig O'Briain]
5652 * Cycle between multiple menubars with F10, not control-tab 
5653   [Calum Benson, Padraig]
5654 * Misc bug fixes [Jacob Berkman, Matthias Clasen, Manuel Op de Coul,
5655   Bill Haneman, Norihiro UMEDA, Shivaram Upadhyayula, Yao Zhang]
5656 * Build fixes for cross-compiling and portability [Arnaud Charlet, 
5657   J. Ali Harlow]
5658 * Updated translations (bg,ca,da,fr,ja,ko,lv,no,pl,ru,sk,sv,vi)
5659
5660 Overview of Changes in GTK+ 2.0.5
5661 =================================
5662
5663 * Fix a wrong assertion that broke gtk_file_selection_set_filename();
5664   also another fix from testing this function with non-UTF-8 filenames.
5665 * Fix incorrect property notification in GtkTextView. [James M. Cape]
5666
5667 Overview of Changes in GTK+ 2.0.4
5668 =================================
5669
5670 * Fix a number of types which were registered with the 
5671   type system with the wrong names [James Henstridge, Jonathan Blandford]
5672 * Support missing data types in GtkList/TreeStore [Daniel Elstner]
5673 * Misc GtkTreeView bug fixes [Dave Camp, Jonathan, Daniel Elstner, 
5674   Josh Parsons]
5675 * Drag and drop fixes, including a stuck grab. [Dave, Thomas Leonard, 
5676   Owen Taylor]
5677 * Calculate screen size on win32 from the "logical DPI" 
5678   [Joaquin Cuenca Abela, Tor Lillqvist]
5679 * Misc Win32 bug fixes. [Florent Duguet, Tor]
5680 * Fix theme changes for GtkMenu [Soeren Sandmann]
5681 * Fix gdk_pixbuf_from_drawable() for big endian. [Federico Mena Quintero]
5682 * Fix encoding handling for gtk_file_selection_set_filename()
5683   [Sebastian Ritau, Owen]
5684 * Fix crash with DND, Qt and Metacity [Cha Young-Ho, Havoc, Owen]
5685 * Fixes for DirectColor visuals [Shivaram Upadhyayula]
5686 * Memory leak and UMR fixes [Michael Meeks, Matthias Clasen, Valgrind]
5687 * Misc bug fixes
5688 * Updated translations (ca,cs,da,es,et,fr,ms,nl,pl,pt,pt_BR,ru,sv)
5689
5690 Other contributors: Nicholas Allen, Jacob Berkman, Remus Draica, 
5691   Nano Golveia, Tim Janik, Sergey Kuzminov, George Lebl, Garrett LeSage, 
5692   Robin Lu, Timo Meinen, Michel Selten, Boris Shingarov, Jeff Waugh
5693
5694 Overview of Changes in GTK+ 2.0.3
5695 =================================
5696
5697 * GtkTreeView fixes (Jonathan Blandford, Kristian Rietveld, Daniel Elstner)
5698 * Improve GdkRGB support for low color depths (Tor Lillqvist).
5699 * Tweak F10 behavior to focus GtkMenuBar. (Owen Taylor)
5700 * Include internal children when focusing. (Jonathan)
5701 * Win32 fixes (Tor Lillqvist, David Sterba)
5702 * Allow use of a pixmap as the drawable in gdk_pixmap_new(). (Kristian)
5703 * GdkPixbuf fixes (Matthias Clasen, Michael Natterer, Federico Mena Quintero)
5704 * GtkMenu fixes. (Soeren Sandmann)
5705 * Find gdk-pixbuf-csource when cross-compiling. (Michael Natterer)
5706 * Misc input-method related fixes (Yao Zhang, Federico)
5707 * Fix stuck grab during DND. (Dave Camp, Owen)
5708 * Remove in-bevel from scrolled-offscreen menus. (Ettore Perazzoli)
5709 * Various plug/socket fixes (Owen, Padraig O'Briain, Dave Camp, 
5710   Michael Meeks)
5711 * Handle Xlib internal connections (HideToshi Tajima)
5712 * Many miscellaneous bug fixes.
5713
5714 Other contributors: Jacob Berkman, Abigail Brady, Rich Burridge, 
5715 Anders Carlsson, Murray Cumming, Nalin Dahyabhai, James Henstridge, 
5716 David Highley, Ben Liblitt, Tim Janik, Bill Jannsen, Lauris Kaplinski, 
5717 Sergey Kuzminov, Alex Larsson, Sven Neumann, Havoc Pennington, Gareth Pearce, 
5718 Simon Floery, Thomas Leonard, Detlef Reichl, Martin Schulze, Christophe Saout,
5719 Timo Sirainen, Graham Swallow.
5720
5721 Overview of Changes in GTK+ 2.0.2
5722 =================================
5723
5724 * GtkTreeView cursor movement fixes [Kristian Rietveld]
5725 * GtkTreeModelSort iterator stamp fixes [Kristian Rietveld]
5726
5727 Overview of Changes in GTK+ 2.0.1
5728 =================================
5729
5730 * GtkTreeView fixes and performance improvements 
5731   [Kristian Rietveld, Jonathan Blandford, Mike Piepe, Dave Camp]
5732 * GtkTextView fixes [Havoc Pennington]
5733 * Fix problems with accelerators on Solaris [Padraig O'Briain]
5734 * Some fixes for key bindings on keypad keys [Owen Taylor]
5735 * Fix problem with RENDER use on big endian machines 
5736   [Owen Taylor, with help from Tuomas Kuosmanen]
5737 * Win32 fixes, especially dashed line drawing 
5738   [Tor Lillqvist, Hans Breuer]
5739 * Compile with -D_REENTRANT when appropriate [Sven Neumann]
5740 * Compiler warning cleanups [Erwann Chenede]
5741 * Fix handling of font-name XSETTING [Richard Hestilow]
5742 * Make linux-fb backend compile again [Carlo E. Prelz, Alex Larsson]
5743 * Fix problems with inappropriate menu scroll arrows [Owen]
5744 * Stock icon improvements [Jakub Steiner, Tuomas]
5745 * Much work on pixbuf loader robustness [Matthias Clasen]
5746 * Documentation improvements [Matthias, Vitaly Tishkov]
5747 * Fix some crashes in GtkWindow accelerator handling code 
5748   [Dave Camp, Matt Wilson]
5749 * Misc bug fixes
5750
5751 Other contributors: Jacob Berkman, Dennis Björklund, Seth Burgess,
5752   Murray Cumming, Johan Dahlin, John Ellis, Kang Jeong-Hee, 
5753   James Henstridge, Richard Hult, Thomas Leonard, LEE Sau Dan, 
5754   Alexey A. Malyshev, Mark McLoughlin, Michael Meeks, Sven Neumann, 
5755   Andras Salamon, Soeren Sandmann, Dan Winship, Yao Zhang
5756
5757 Overview of Changes in GTK+ 2.0.0
5758 =================================
5759
5760 * GtkTreeView fixes [Jonathan Blandford, Kristian Rietveld, Darin Adler]
5761 * Build fixes [Anders Carlsson, Tor Lillqvist, Manish Singh]
5762 * Bug fixes. [Thomas Leonard, Owen Taylor]
5763
5764 Overview of Changes in GTK+ 2.0.0 rc1
5765 =====================================
5766
5767 * GtkTreeView fixes [Kristian Rietveld, Jonathan Blandford, Richard Hult]
5768 * Text widget fixes [Havoc Pennington]
5769 * Efficiency fixes when using Xft [Owen Taylor]
5770 * Key handling fixes and other fixes for Win32 [Hans Breuer, Tor Lillqvist]
5771 * Try to fix key handling without XKEYBOARD extension [Owen]
5772 * Documentation fixes and improvements 
5773   [Matthias Clasen, Alexey Malyshev, Akira Tagoh, Vitaly Tishkov]
5774 * Widget drawing improvements [Soeren Sandmann]
5775 * Allow cycling between multiple menu bars with <Control>Tab [Owen]
5776 * Try to build libraries with only shared library dependencies on Xft to 
5777   deal with transition to Xft2 [Owen]
5778 * Portability fixes [Owen, Miroslaw Dobrzanski-Neumann]
5779 * Don't use red as the default cursor color [Owen]
5780 * Bug fixes, bug fixes, bug fixes.
5781
5782 Other contributors: Darin Adler, Jacob Berkman, Kevin Breit, Hans Breuer, 
5783   Anders Carlsson, Damon Chaplin, Finlay Dobbie, Jody Goldberg,
5784   Andreas J. Guelzow, Scott Guilbeaux, Vlad Harchev, James Henstridge,
5785   Tim Janik, Satyajit Kanungo, Charles Kerr, Sergey Kuzminov, Miles Lane, 
5786   Alexander Larsson, Paolo Maggi, Skip Montaro, Jan Mynarik, Sven Neumann, 
5787   Padraig O'Briain, Narayani Pattipati, Mark Patton, Havoc Pennington, 
5788   Ettore Perazzoli, Guillermo S. Romero, Manish Singh, Morten Welinder
5789
5790 Overview of Changes in GTK+ 1.3.15
5791 ==================================
5792
5793 * New stock and improved icon images
5794   [Tuomas Kuosmanen, Jakub Steiner, Anders Carlsson]
5795 * Widget drawing improvements for check and radio buttons,
5796   spinbuttons [Soeren Sandmann]
5797 * Clean up module search path algorithm, use GTK_PATH [Owen Taylor]
5798 * Add GtkSetting for font name. [Richard Hestilow]
5799 * Much improved key matching code, accelerators work independent
5800   of group [Owen]
5801 * Make mnemonics work for embedded GtkPlug widgets [Owen]
5802 * Keynav improvements for GtkTreeView [Kristian Rietveld]
5803 * Fix gtk_tree_view_scroll_to_cell() [Jonathan Blandford]
5804 * Rename gtk_tree_view_get_iter_root() and gtk_tree_path_new_root()
5805   to gtk_tree_view_get_iter_first() and gtk_tree_path_new_first(),
5806   add compatibility macros.
5807 * GtkTreeView bug fixes [Kristian, Anders, Damon Chaplin]
5808 * GtkTextView bug fixes [Havoc Pennington]
5809 * Pad class structures for future binary compatibility [Owen]
5810 * Tutorial improvements [Sven Neumann, Matthias Clasen]
5811 * Fixes for MULTIPLE selection target [Gregory Merchan, Owen]
5812 * Fix problems with initial widget size [Owen]
5813 * AIX compilation fixes [Miroslaw Dobrzanski-Neumann]
5814 * Win32 fixes [Hans Breuer, Tor Lillqvist]
5815 * Miscellaneous bug fixes
5816
5817 Other contributors: David L. Cooper, Eric Fischer, Jody Goldberg, 
5818   Satajyit Kanungo, Thomas Leonard, Mark Patton, Manish Singh, 
5819   Nicolas Setton
5820
5821 Overview of Changes in GTK+ 1.3.14
5822 ==================================
5823
5824 * Keyboard focus improvements [Owen Taylor]
5825 * Code cleanup [Matthias Clasen, Manish Singh, Darin Adler]
5826 * Fix accidentally exported variables [Mark McLoughlin]
5827 * GtkTreeView fixes [Jonathan Blandford, Kristian Rietveld, John Harper, Darin]
5828 * Default to yellow tooltips [Owen]
5829 * RC file fixes for reloading, priorities [Owen, Matthias]
5830 * GtkMenu behavior improvements and bug fixes [Owen, Arnaud Charlet]
5831 * GtkTextView fixes [Havoc Pennington, Daniel Elstner, Dennis Bjorklund]
5832 * Improve keynav for paned widgets, tooltips, spin buttons, notebooks, 
5833   scrolled windows [Soeren Sandmann, Padraig, Owen]
5834 * Add Emacs/Default key themes [Owen]
5835 * Win32 fixes [Hans Breuer, Tor Lillqvist]
5836 * Ethiopic input methods [Daniel Yacob]
5837 * Opaque paned window resizing [Soeren]
5838 * Tweak table expansion behavior [Tim Janik]
5839 * Fix GtkCalendar focus drawing [Bill Haneman]
5840 * Allow themeable cursor thickness [Bill]
5841 * Start of fixing of tutorial for GTK+-2.0 [Matthias]
5842 * Add a ::adjust-bounds signal to GtkRange to allow spreadsheet style
5843   scrollbars. [Jody Goldberg]
5844 * Add the ability to turn on multiple selection for GtkFileSel [Manish]
5845 * Bug fixes
5846
5847 Other contributors: Jacob Berkman, Padraig O'Briain, Anders Carlsson,
5848  Johan Dahlin, Richard Hult, Stefan Kost, Alex Larsson, Thomas Leonard,
5849  Paolo Maggi, Alexey Malyshev, Federico Mena Quintero, Skip Montaro,
5850  Sven Neumann, Havoc Pennington, Laszlo Peter, Christian Rose, Joe Shaw,
5851  Kevin Vandersloot,  Morten Welinder, Peter Williams
5852
5853 Overview of Changes in GTK+ 1.3.13
5854 ==================================
5855
5856 * Tree view fixes. [Kristian Rietveld, Jonathan Blandford, Anders Carlsson]
5857 * Tree view support for low-vision themes [Bill Haneman]
5858 * Text view bug fixes. [Havoc Pennington]
5859 * Win32 fixes and improvements.  [Tor Lillqvist, Hans Breuer, 
5860   Archaeopteryx Software]
5861 * Documentation improvements [Matthias Clasen, Havoc Pennington]
5862 * Accelerate alpha compositing using RENDER extension if present,
5863   and optimize the non-RENDER case a lot. [Owen Taylor]
5864 * Add support for "optional keybindings" (action signal returns FALSE) [Owen]
5865 * Fixed the infamous changing directory deletes filename bug 
5866   [Owen and a cast of thousands]
5867 * Add mouse cursor hiding for text widgets [Anders Carlsson]
5868 * Simple Hangul input module [Yusuke Tabata]
5869 * Removed the scary startup warning.
5870 * GdkPixbuf pixel handling fixes [Owen, Michael Hore, Jim Cape]
5871 * Converted GtkFileSelection and GtkFontSelection to use GtKTreeView widgets
5872   instead of the deprecated GtkCList [Owen]
5873 * gtkhsv.h was installed by mistake, fixed that. [reported by Ross Burton]
5874 * gdk_pixbuf_render_to_drawable() now also handles alpha pixbufs.
5875 * Made Gtkimage draw GtkPixmap, GtkImage, GdkPixbuf insensitive, prelighted,
5876   etc. [Havoc, Owen]
5877 * Marked gtk_item_factory_path_from_widget() G_CONST_RETURN. [Matt Wilson]
5878 * gtk_image_menu_item_new_from_stock() now falls back to
5879   new_with_mnemonic, for consistency with gtk_button_new_from_stock()
5880   [Havoc Pennington]
5881 * GdkModifierType is now consistently used for modifier mask parameters
5882   [Mark Patton]
5883 * gtk_widget_set_accel_path() is now publically exported.
5884
5885 Other contributors: Darin Adler, Jeffrey Baker, Damon Chaplin, Brian Cameron, 
5886   Murray Cumming, James Henstridge, Jacob Berkman, Arnaud Charlet, Jeff Franks, 
5887   Jeff Garzik, Jody Goldberg, Diego Gonzalez, Melvin Hadasht, Raja Harinath, 
5888   Tim Janik, Mike Kestner, Mathieu Lacage, Alex Larsson, Ryan Lovett, 
5889   Mark McLoughlin, Sven Neumann, Padraig O'Briain, Xavier Ordoquy, Chris Phelps, 
5890   Detlef Reichl, Guillermo S. Romero, Federico Mena Quintero, Manish Singh,
5891   HideToshi Tajima, Vitaly Tishkov, Jon Trowbridge, Sergey Vlasov.
5892
5893 Overview of Changes in GTK+ 1.3.12
5894 ==================================
5895
5896 * Fix problems with PNG saving [Michael Natterer]
5897 * Cleanups of deprecated usages [Sebastian Wilhelmi]
5898 * Win32 fixes [Tor Lillqvist]
5899 * Documentation improvements [Matthias Clasen, Havoc Pennington, 
5900   Vitaly Tishkov]
5901 * Frame buffer port fixes [Manish Singh]
5902 * GtkTextView bug fixes [Havoc Pennington, Chris Phelps]
5903 * Menu behavior improvements [Kristian Rietveld]
5904 * Make focus line width configurable, focus color work on 
5905   dark themes. [Bill Haneman, Owen Taylor]
5906 * Add state argument to gtk_paint_focus() [Bill]
5907 * Added incremental revalidation to tree view, for better apparent speed 
5908   [Jonathan Blandford]
5909 * Remove useless gtk_tree_view_column_cell_event() [Jonathan]
5910 * Display XIM status in a separate window [HideToshi Tajima]
5911 * Add GDK_DEBUG=nograbs to disable pointer, keyboard grabs [Jacob Berkman]
5912 * Add menu of Unicode control characters to GtkEntry, GtkTextView 
5913   [Dov Grobgeld, Havoc]
5914 * Pass key releases along to input methods [Owen]
5915 * Many bug fixes
5916
5917 Other contributors: Darin Adler, Fabrice Bellet, Chris Blizzard, 
5918   Hans Breuer, Anders Carlsson, Damon Chaplin, Murray Cumming, Jeff Franks, 
5919   James Henstridge, Tim Janik, Alex Larsson, George Lebl, Kjartan, Maraas, 
5920   Sven Neumann, Seth Nickell, Padraig O'Briain, Soeren Sandmann, Manish Singh, 
5921   Matt Wilson
5922
5923 Overview of Changes in GTK+ 1.3.11
5924 ==================================
5925
5926 * Massive rework of accelerator API and implementation (Tim Janik)
5927 * Major fixes to resizing and redrawing to eliminate hysteresis
5928   and optimize. (Owen Taylor, Soeren Sandmann)
5929 * Make many widgets NO_WINDOW to improve appearance and reduce
5930   drawing overhead (Owen)
5931 * Text view fixes (Havoc Pennington)
5932 * Make child widgets in GtkTextView work (Havoc)
5933 * GtkTreeModelSort fixage (Jonathan Blandford, Kristian Rietveld)
5934 * Clean up GtkTreeView drag and drop support (Owen)
5935 * Misc tree view fixes and improvements (Jonathan, Kristian, Anders, Matt Wilson)
5936 * Add gtk_window_get/set_focus(), gtk_window_set_default() as public
5937   functions (Owen, Damian Ivereigh)
5938 * Fixes to GtkPlug/GtkSocket (Michael Meeks, Owen)
5939 * Change button ordering in standard dialogs to correspond to 
5940   GNOME usability project proposal (Gregory Merchan)
5941 * Add support for context sensitivity in input methods (Owen)
5942 * Hook up gtk_im_context_set_use_preedit() (Hidetoshi Tajima)
5943 * Fix gdk_window_scroll() and other aspects of big windows (Owen)
5944 * Remove need for X connection for class initialization (Jacob Berkman)
5945 * Propagate key events to parents of focused widget (Owen)
5946 * Don't export normal GTK+ marshalers, export deprecated compat marshalers (Owen)
5947 * Many Win32 Fixes and improvements (Hans Breuer, Tor Lillqvist)
5948 * Bug and documentation fixing (Matthias Clasen, Anders Carlsson,
5949   Jacob Berkman, others.)
5950
5951 Other Contributors:
5952   Darin Adler, Marius Andreiana, Erwann Chenede, Murray Cumming, Janet Davis, 
5953   Daniel Egger, Daniel Elstner, Jeff Franks, Alex Larsson, George Lebl, 
5954   Sergey Kuzminov, Eric Lemings, Arkadiusz Miskiewicz, Padraig O'Briain, Sven Neumann, 
5955   Kristian Rietveld, Nicolas Setton, Manish Singh,  Vitaly Tishkov, Sebastian Wilhelmi, 
5956   Michael Natterer
5957
5958 Overview of Changes in GTK+ 1.3.10
5959 ==================================
5960
5961 * GtkTextView fixes [Havoc Pennington]
5962 * GtkTreeView fixes and improvements [Jonathan Blandford, Kristian,
5963   Manish Singh, Joshua Pritikin, Oleg Maiboroda, James Henstridge]
5964 * gtkdemo improvements [Kristian Rietveld]
5965 * Drag and drop fixes to generic code and widgets 
5966   [Owen Taylor, Damian Ivereigh]
5967 * Documentation improvement [Havoc Pennington, Matthias Clasen]
5968 * Spelling fixes [Jacob Berkman]
5969 * Move signals to the GtkEditable interface [Kristian]
5970 * Further stock image improvements [Jakub Steiner]
5971 * Support text chunks for the PGN loader, add gdk_pixbuf_get_option()
5972   [Sven Neumann]
5973 * Rename gdk_pixbuf_new_from_stream back to new_from_inline [Owen]
5974 * Automatically call setlocale(), unless explicitly disabled [Owen]
5975 * Property addition to various widgets [Michael Meeks, Owen]
5976 * Support building with automake-1.4 [James]
5977 * Make GtkRadioButton groups act as a single focus point [Owen]
5978 * Move gdk_window_lookup etc. to be cross-platform [Matthias]
5979 * Draw spinbuttons variably sized [Kristian]
5980 * Separate GdkAtom out from X atoms for compatibility with future
5981   multihead changes [Owen]
5982 * Require gdk_threads_init() to be explicitly called instead
5983   of piggybacking off of g_thread_init(). [Owen]
5984 * Improvements to text-view/label/entry popup menus [Damian, Jacob, Owen]
5985 * Bug fixes and cleanup [Matthias, others]
5986
5987 Other Contributors:
5988   Mark McLoughin, Mikael Hermansson, Soeren Sandmann, Anders Carlsson,
5989   Tim Janik, Murray Cumming, Hidetoshi Tajima, Padraig O'Briain, 
5990   Hans Breuer, Vitaly Tishkov, Dov Grobgeld
5991  
5992
5993 Overview of Changes in GTK+ 1.3.9
5994 =================================
5995
5996 * Add editable text cells to GtkTreeView.
5997   Keynav, drawing fixes in GtkTreeView [Jonathan Blandford]
5998 * Text widget no longer always has a \n in it. [Havoc Pennington]
5999 * Text widget bug fixes [Havoc, Dov Grobgeld, Hidetoshi Tajima]
6000 * Allow -1 for width/height in gdk_pixbuf_render_*(). [Matthias Clasen]
6001 * Minor fix for major resizing problems in recent releases [Owen Taylor]
6002 * Restore ability to set _set properties to TRUE for 
6003   GtkCellRendererText, GtkTextTag [Owen]
6004 * Cursor drawing improvements [Owen]
6005 * Win32 fixes [Hans Breuer]
6006 * Mark various functions as deprecated or private.
6007 * Misc bug fixes, portability fixes, and cleanups.
6008
6009 Other Contributors: 
6010  Vitaly Tishkov, Christian Rose, Frank Belew, Jeff Franks, Sven Neumann,
6011  Kristian Rietveld, Vitaly Tishkov, Joshua N. Pritikin, Matt Wilson, 
6012  James Henstridge, Detlef Reichl
6013
6014 Overview of Changes in GTK+ 1.3.8
6015 =================================
6016
6017 * GtkTreeView and GtkTreeModel API cleanups/improvements [Jrb]
6018 * GtkOptionMenu scrollwheel support [Alex]
6019 * GtkModule search paths [Owen]
6020 * Documenatation updates [Havoc,Jrb]
6021 * Major Gdk cleanup [Owen]
6022 * Miscellaneous other fixes/cleanups
6023
6024 Other Contributors:
6025   Joshua N Pritikin, Padraig O'Briain, Jakub Steiner, Matthias Clasen,
6026   Matt Wilson, James Henstridge
6027
6028 Overview of Changes in GTK+ 1.3.7
6029 =================================
6030
6031 * Many Pixbuf (loader) improvements [Matthias Clasen, Soeren Sandmann]
6032 * Added publically installed utility gdk-pixbuf-csource to generate
6033   inlined pixbufs in C source code [Tim Janik]
6034 * Optional movement of button children on press [Soeren, Owen Taylor]
6035 * Interactive searching in GtkTreeView [Kristian Rietveld]
6036 * Sorting/ordering improvements for GtkTreeView [Kris, Jonathan Blandford]
6037 * Animation of expander motion for GtkTreeView [Anders Carlsson]
6038 * Lots of misc GtkTreeView fixes and improvements [Jonathan]
6039 * New/improved stock icons [Jakub Steiner] 
6040 * Code and API rework for window resizing [Havoc Pennington]
6041 * Converted accel groups to GObject [James Henstridge]
6042 * More property support improvements
6043 * Add facility for "secondary" buttons in 
6044   GtkButtonBox/GtkDialog [Gregory Merchan]
6045 * Disentangled child visability from MAPPED state [Owen]
6046 * Plug/Socket improvements and port to the XEMBED protocol [Owen]
6047 * Added priorities for styles in RC files, 
6048   support multiple parse contents [Owen]
6049 * Made GdkVisual and GdkDevice GObjects [Alexander Larsson]
6050 * Key binding improvements [Havoc]
6051 * Added GtkWidget::event-after signal since normal event handling
6052   is now aborted as soon as a handler returned TRUE [Tim]
6053 * Dnd fixes and improved icon support [Owen]
6054 * Removed GtkPacker widget
6055 * Fixing missing paired getters/setters [Kris]
6056 * Nuked remaining GtkArg cruft, implemented container/child properties [Tim]
6057 * Added window grab groups [Owen]
6058 * Many frame buffer improvements [Alex]
6059 * Win32 fixes and improvements [Hans Breuer]
6060 * Warning fixes [Darin Adler]
6061 * Miscellaneous bug and API fixes [Matthias et. al]
6062
6063 Other Contributors:
6064   Joshua N Pritikin, Hidetoshi Tajima, Manish Singh, ERDI Gergo, Jens Finke,
6065   Chema Celorio, Lee Mallabone, Vitaly Tishkov, Sebastian Wilhelmi,
6066   Nicola Girardi, Sven Neumann, Padraig O'Briain, Michael Natterer,
6067   Suresh Chandrasekharan, Jonas Borgström, Jay Cox, Michael Meeks,
6068   Mathias Hasselmann, Peter Williams, Thomas Broyer, Kjartan Maraas,
6069   Joel Becker, Jeff Franks, Brian Cameron, Skip Montanaro
6070
6071 Overview of Changes in GTK+ 1.3.6
6072 =================================
6073
6074 * Properly renders strikethrough text
6075 * win32 fixes
6076 * Added "scale" property to GtkTextTag and GtkCellRendererText to do 
6077   relative font scaling
6078 * Added "format_value" signal to GtkScale to reformat value text
6079 * framebuffer fixes
6080 * Property support added to lots of widgets
6081 * Many GtkTreeView new features and API/implementation fixes
6082 * Lots of new_with_mnemonic() convenience functions
6083 * Change GtkImageMenuItem API to be more consistent/useful
6084 * Added lots of new stock items/icons
6085 * Rewrote GtkRange/GtkScale/GtkScrollbar, includes support for
6086   enabling/disabling extra scrollbar stepper arrows in gtkrc so NeXT
6087   themes won't need broken hacks
6088 * Convenience API for GtkRange similar to the one added to GtkSpinButton
6089   a while back
6090 * Make menubar/toolbar work properly with xthickness/ythickness of 1 or 0, 
6091   and move some attributes from program settings to user settings.
6092   Allows nice 1-pixel-bevel themes.
6093 * Moved ::focus virtual function from GtkContainer to GtkWidget
6094 * Plenty of bug fixes
6095
6096 Overview of Changes in GTK+ 1.3.5
6097 =================================
6098
6099 * New default theme based on Raleigh theme for 1.2.x.
6100 * Dependency on the ATK library added as a step to
6101   providing accessibility-enabling interfaces
6102 * XEMBED-based GtkPlug/GtkSocket now basically works.
6103 * Drag and drop of column headers in GtkTreeView
6104 * GtkColorSelector work: hooks for saving and propagating palette, UI tweaks,
6105   and API sanitation
6106 * Key binding fixes
6107 * Configurable padding/spacing in a lot of places
6108 * Invisible text in GtkTextView fixed
6109 * SHM segments now created with a mode of 0600
6110 * Bug fixes
6111
6112 Overview of Changes in GTK+ 1.3.4
6113 =================================
6114
6115 * Win32 fixes
6116 * GtkTreeView improvements and fixes
6117 * Fix glib-2.0.m4
6118 * Miscellaneous bug fixes
6119
6120 Overview of Changes in GTK+ 1.3.3
6121 =================================
6122
6123 [ 5600 lines of ChangeLog ]
6124
6125 * API cleanups
6126 * Win32 work (Tor, Hans Breuer)
6127 * Focus improvements (Owen)
6128 * Frame buffer improvements (Alex)
6129 * Work on GtkTextView (Havoc)
6130 * Much work on GtkTreeView (Jonathan)
6131 * Selectable labels (Havoc)
6132 * Converted many arguments to properties (Lee Mallabone, John Margaglione)
6133 * Add exact regions to GdkExposeEvent, propagate it. (Alex)
6134 * Added ability to have resize grips in status bars (etc.) using
6135   _NET_WM_MOVERESIZE protocol. (Havoc)
6136 * Added mnemnonic mechanism to make setting underline accelerators
6137   much easier. (Alex)
6138 * Add per-style property mechanism to allow themes to change 
6139   geometry parameters. (Tim)
6140 * Added global settings mechanisms for settings such as double-click
6141   time. (Tim, Owen)
6142 * Various support functions for new and old WM properties (Havoc, Alex)
6143 * Add TRUE-stops-returns for boolean-returning signals (Ron Steinke)
6144
6145 Overview of Changes in GTK+ 1.3.2
6146 =================================
6147
6148 GTK Core:
6149
6150 * New stock-icon and stock-item system. Use themeable pixbufs in
6151   dialogs, buttons, etc. [Havoc]
6152 * Theme engines reworked to use derivation and new object system. [Owen]
6153 * Added GtkClipboard object for simple selection handling. [Owen]
6154 * Make GtkEditable an interface, move implementation to GtkOldEditable for
6155   compat. [Owen]
6156 * Better handling of default directionality. [Robert]
6157 * Use GSignal as backend for GtkSignal and other GObject stuff. [Tim]
6158 * Move theme engines to GTypePlugin. [Owen]
6159
6160 GDK:
6161
6162 * Beginning of implementation of client parts of new window manager spec. [Owen]
6163 * Make gdk_drawable_get_image() work with backing store. [Havoc]
6164
6165 Widgets:
6166
6167 * New text widget [Havoc]
6168   - Adjustable tab handling.
6169   - Ability to have scrolling side areas in new text widget for tabs/line numbers.
6170   - Many cleanups and small improvements.
6171 * Improvements to submenu navigation [Nils Barth/David Santiago] and
6172   scrolling menus. [Alex]
6173 * Simplification of progress bar API. [Havoc]
6174 * Make GtkImage a generic image-display widget. [Havoc]
6175 * New GtkTreeView tree widget. Model/view architecture, flexible rendering,
6176   large datasets, etc. [Jonathan]
6177 * New GtkMessageBox widget for message display. [Havoc]
6178 * Allow labels to have contents set from XML-like markup language. [Havoc]
6179 * Make dialogs derive from GtkDialog and use stock buttons. [Havoc]
6180
6181 Internationalization:
6182
6183 * Proper character set conversion for clipboard/selection. [Owen]
6184 * New input method system via loadable modules; support on-the-spot
6185   preedit in GtkEntry and new text widget; allow switching input methods
6186   on the fly; include modules for XIM and demo Cyrillic-transliteration 
6187   module. [Owen]
6188 * VIQR, Thai, and Inuktitut input methods. [Robert]
6189 * Convert po files to UTF-8. [Robert]
6190
6191 gdk-pixbuf:
6192
6193 * Full-alpha compositing for gdk-pixbuf on drawable. [Havoc]
6194 * Add simple saving to gdk-pixbuf. [David Welton/Havoc]
6195 * Add improved error handling with GError to gdk-pixbuf. [Havoc]
6196
6197 Ports:
6198
6199 * Much work on Win32 Port. [Tor/Hans]
6200 * Much work on Linux-FB Port. [Elliot/Alex]
6201
6202 Misc:
6203
6204 * Start of new gtk-demo demo program. [Owen/Jonathan]
6205 * Bug fixes and more bug fixes.
6206
6207
6208 Overview of Changes in GTK+ 1.3.1:
6209
6210 * GTK+ now uses the Pango library for text manipulation. All
6211   strings in GTK+ now are in Unicode, languages written
6212   from right-to-left, and complex-text languages are now supported.
6213 * The gdk-pixbuf library for image loading and manipulation is 
6214   has been integrated with GTK+.
6215 * The GTK+ object system has mostly been moved to GLib, separating
6216   it from the GUI code. Many significant enhancements have been
6217   made as part of this.
6218 * A new text widget is now included. This started as a port
6219   of the Tk text widget, and includes such features of the Tk
6220   text widget as tags, marks, and unicode text support. It
6221   has been enhanced to support model-view operation and the
6222   full power of Pango.
6223 * The GDK library has been extensively revised to support multiple
6224   windowing systems. The only fully functional backend in 1.3.1
6225   is the X11 backend, however, ports to Win32, Linux-framebuffer,
6226   Nano-X, BeOS, and MacOS exist in various states of completion,
6227   and at least some of these will be finished and integrated in 
6228   before the final GTK+-2.0 release.
6229 * 32-bit coordinates are now supported throughout GDK and GTK+
6230   (they are emulated where not supported by the windowing system.)
6231 * Many minor bug fixes and enhancements. Incompatible changes
6232   are documented in docs/Changes-2.0.txt
6233
6234 Overview of Changes in GTK+ 1.2.8:
6235
6236 * GNU Make 3.79 bug workaround
6237 * FAQ and tutorial updates and improvements
6238 * Miscellaneous bug fixes: CList, Calendar, rc-files, FontSelection
6239
6240 Overview of Changes in GTK+ 1.2.7:
6241
6242 * More header cleanups.
6243 * Fixed activation bug for insensitive widgets.
6244 * Locale fixes to RC file parsing code.
6245 * Miscellaneous bugfixes for Item Factory, CList, CTree, X Selections,
6246   HScale, VScale, Pixmap, Viewport, OptionMenu, Entry and Notebook.
6247 * Upgrade to libtool 1.3.4.
6248
6249 Overview of Changes in GTK+ 1.2.6:
6250
6251 * container queue_resize fixes
6252 * gtk[vh]scale: minor fixups
6253 * rename idle to idle_id in testgtk to avoid conflicts with 
6254   broken libs
6255 * More consistent naming of gtkrc files
6256 * Added language support: ro, uk
6257
6258 Overview of Changes in GTK+ 1.2.5:
6259
6260 * more GtkCTree and GtkWindow bug fixes.
6261 * more redraw/resize queue fixes, better expose event
6262   discarding code.
6263 * more miscellaneous bugs fixed
6264 * new configure.in option --disable-rebuilds to completely disable
6265   rebuilds of autogenerated sources.
6266 * check for 5.002 now, to avoid failing autogeneration build rules due
6267   to old perl versions.
6268 * fonts (and fontsets) are cached now.
6269 * more autogeneration make rules and dependency fixups, we should be
6270   save with autogeneration up to make -j12 now ;)
6271 * new window position GTK_WIN_POS_CENTER_ALWAYS, which will recenter the
6272   GtkWindow on every size change.
6273 * major rework of window manager hints handling code, fixed a bunch of
6274   races with the new resizing code.
6275 * the new wm hints and resizing code is absolutely perfect and bug free now,
6276   it only lacks testing ;)
6277 * fixed up various rc style memory problems.
6278 * gtk_widget_modify_style() now properly changes the style of realized widgets
6279   and references the style passed into it. if people worked around this bug,
6280   this will introduce a slight memory leak in their code.
6281   The code should typically look like:
6282             GtkRcStyle *rc_style = gtk_rc_style_new ();
6283             [...]
6284             gtk_widget_modify_style (widget, rc_style);
6285             gtk_rc_style_unref (rc_style);
6286 * fix problems with positioning menus offscreen.
6287 * GtkText fixes for some crashes and drawing errors.
6288 * Better handling for unexpected window destroys in GDK and GTK+.
6289   This should make it possible to use a GtkPlug and catch the
6290   case where its parent socket is randomly killed.
6291 * FAQ updates.
6292 * FileSelection i18n patches, RadioButton fixups.
6293 * many translation improvements.
6294 * miscellaneous other bugs fixed.
6295
6296 Overview of Changes in GTK+ 1.2.4:
6297
6298 * DnD improvements (drags can be canceled with Esc now).
6299 * suppressed configure event reordering in Gdk.
6300 * rewrite of Gtk's configure event handling.
6301 * major improvements for the object argument system (Elena Devdariani).
6302 * major bugfixes for threading, GtkNotebook, GtkItemFactory, GtkCList and
6303   GtkCTree.
6304 * tutorial/FAQ updates, new file generation.txt on autogenerated sources.
6305 * configure's --with-glib= is "officially" unsupported.
6306 * upgrade to libtool 1.3.3.
6307 * various buglets fixed.
6308
6309 Overview of Changes in GTK+ 1.2.3:
6310
6311 * Upgrade to libtool 1.3
6312 * Check for dgettext (for systems with old versions of GNU Gettext)
6313 * Many bug fixes (see ChangeLog for details)
6314
6315 Overview of Changes in GTK+ 1.2.2:
6316
6317 * Improved Dnd behaviour with Motif applications.
6318 * Bug fixes for the Gtk selection code.
6319 * Minor bug fixes to the Gdk Atom cache and Dnd code (with --display option).
6320 * Bug fixes and leak plugs for the Gdk IM code.
6321 * Added gtk_object_get() facility to retrieve object arguments easily.
6322   The var args list expects ("arg-name", &value) pairs.
6323 * Fixed mapping for GdkInputCondition<->GIOCondition, this should fix
6324   problems where closed pipes were no longer signaling GDK_INPUT_READ on
6325   systems with a native poll().
6326 * Some cleanups to GtkLabel's memory allocation code (shouldn't leak memory
6327   anymore).
6328 * We don't attempt to lookup xpm color "None" anymore, this should prevent
6329   eXodus (commercial X windows server) from popping up a color dialog every
6330   time a transparent pixmap is created.
6331 * Fixed bug where Gtk timeout/idle handlers would execute without the global
6332   Gdk lock being held.
6333 * Other minor bug fixes.
6334
6335 Overview of Changes in GTK+ 1.2.1:
6336
6337 * Many Bug fixes have been applied to the menu and accelerator code.
6338 * GtkItemFactory can "adopt" foreign menu items now and manage their
6339   accelerator installation. This is often required to get GtkItemFactory
6340   like accelerator propagation between different windows with the same
6341   menu hierarchy and for centralized parsing and saving of accelerators.
6342 * GtkCList/GtkCTree buttons should always display correctly now.
6343 * Miscellaneous other bug fixes.
6344
6345 What's New in GTK+ 1.2.0 (since 1.0.x):
6346
6347 * New widgets: GtkFontSelector, GtkPacker, GtkItemFactory, GtkCTree,
6348   GtkInvisible, GtkCalendar, GtkLayout, GtkPlug, GtkSocket
6349 * Many new features and robustness for existing widgets
6350 * Theme support
6351 * New DND implementation
6352 * Internationalization of standard dialogs
6353 * New key binding system
6354 * Tearoff menus and menu accelerators
6355 * Wide character support for entry and text
6356 * Resizing code has been overhauled
6357 * Queued redraws of partial areas
6358 * Far better support for object arguments
6359 * Speed optimizations
6360 * Runtime loading of dynamic modules
6361 * Support for GLib log domains
6362 * Tutorial improvements
6363 * A bug fix or two
6364
6365 Overview of Changes in GTK+ 1.1.16:
6366
6367 * Major fixes and improvements for handlebox
6368 * A change to the way widget->requisition works. Now,
6369   widget->requisition is always what the widget requested,
6370   unmodified by the usize. See Changes-1.2.txt for details.
6371   This correct various bugs with gtk_widget_set_usize().
6372 * Fixes for XIM on X11R5 systems
6373 * Don't allow cut-and-paste of text in password-style entries
6374 * --enable-debug is now on by default for the development release.
6375   (When compiling for "production", use --enable-debug=minimum)
6376 * Handle systems where Helvetica is not present more gracefully
6377 * Fixes for memory leaks
6378 * CList and CTree fixes
6379 * Bug fixes for drawing problems. 
6380 * Miscellaneous bug fixes to GtkLabel, GtkCList, GtkCTree,
6381   GtkColorsel, Focusing, DND
6382 * Tutorial improvements
6383
6384 Overview of Changes in GTK+ 1.1.15:
6385
6386 * Tutorial Updates
6387 * Added --libs gthread to gtk-config 
6388 * Bug fixes
6389
6390 What is new in GTK+ 1.1.14:
6391
6392 * Additions to docs/Changes-1.2.txt
6393 * Just warn when loading theme engine fails
6394 * CLAMP GtkScale digits to a meaningful range
6395 * GTK_LOCALDIR is now defined in a better fashion
6396 * New functions (feature freeze, we know...):
6397     gtk_menu_set_title()
6398     gtk_toggle_button_get_active()
6399 * Some locale fixups in gtkrc code
6400 * Fixes to make gtk_radio_button_set_group() keep only
6401   one radio button in the group active
6402 * Foreign windows are now always treated as viewable; this fixes
6403   a problem where updating didn't occur properly in GtkPlug
6404 * DND fixes for 64 bit architectures, and for specifying operations 
6405   with modifier keys.
6406 * Major revisions to GtkLayout: avoid having to create window
6407   for NO_WINDOW children, adjust allocations of children as 
6408   scrolled so queued draws work, and a resize is queued instead
6409   of allocating directly in a put() or move()
6410
6411 What is new in GTK+ 1.1.13:
6412
6413 * Dnd and selection bug fixes and memory purification.
6414 * Widget sensitivity fixups.
6415 * Tooltips windows are now named "gtk-tooltips" so rc file rules
6416   can match tooltips windows. Fixed interaction of tooltips and NO_WINDOW
6417   widgets.
6418 * Spin buttons now update their values upon value retrieval.
6419 * Overhaul of the resizing vs. redrawing logic to reduce redrawing needs
6420   a lot. Gtk makes full use of the draw_area coalescing code now, which
6421   got minorly improved as well.
6422 * Containers map their Gdk windows after their children now to reduce
6423   expose event generation.
6424 * Gdk event queue fixups, this solves the double-click problems people were
6425   recently having.
6426 * Account for the fact that GSource's are only properly reentrant from
6427   within dispatch(), thus we don't do Gdk event processing from within
6428   check() or prepare() anymore.
6429 * Rc files feature a bg_pixmap value of "<none>" now.
6430 * Improved session management support in Gdk.  
6431 * Automatic disabling of NLS if no gettext is found should work now.
6432 * Removed deprecated functions, docs/Changes-1.2.txt gives an overview.
6433 * Gtk+ development now requires GNU autoconf 2.13, GNU automake 1.4
6434   and GNU libtool 1.2d.
6435 * More bug fixes all over the place.
6436
6437 What is new in GTK+ 1.1.12:
6438
6439 * Korean translation added
6440 * Fixed memory leaks
6441 * A few other bug fixes
6442
6443 What is new in GTK+ 1.1.11:
6444
6445 * Dutch, Japanese, Swedish, Polish, and Norwegian translations
6446 * Removed deprecated _interp variants: gtk_container_foreach_interp, 
6447   gtk_idle_add_interp, gtk_timeout_add_interp, gtk_signal_connect_interp
6448 * Lots of cast corrections
6449 * Many fixes 
6450
6451 What is new in GTK+ 1.1.9:
6452
6453 * Check for broken glibc 2.0 mb functions and avoid them
6454 * Label and Entry display fixes 
6455 * Move main thread back to GDK, for locking when translating events
6456 * Bug fixes
6457
6458 What is new in GTK+ 1.1.8:
6459
6460 * Added support for gettext and the localization of the standard
6461   dialogs.
6462 * Added line-wrapping for the label, and JUSTIFY_FILL
6463 * Support reordering via drag and drop in  CList and CTree.
6464 * Replaced GtkDrawWindow widget with a GTK_USER_DRAW flag
6465 * Extended gtkpaned API to support minimum sizes and proportional
6466   resizing.
6467 * Changed the handling of shared memory segments so as to 
6468   remove the need for GTK+ to set up signal handlers.
6469 * Re-implemented event loop in terms of the event loop
6470   that has been added to GLib 1.1.8
6471 * Added 'grab_focus' signal to allow keyboard accelerators
6472   for entries.
6473 * Load locale specific RC files if present.
6474 * Bug fixes.
6475
6476 What is new in GTK+ 1.1.7:
6477
6478 * Fixed memory mis-allocation in default files code
6479 * Various event handling fixes
6480 * Wide character support for entry and text
6481 * Destroy widgets _after_ propagating unrealize signals through 
6482   widget hierarchy
6483 * Only build XIM-support if available
6484 * Tutorial and examples updates
6485 * Added gtk_drag_source_unset()
6486
6487 What is new in GTK+ 1.1.6:
6488
6489 * The signal system now features emission hooks with special semantics,
6490   refer to the ChangeLog for this.
6491 * Minor? speedups and memory reductions to the emission handling of the
6492   signal system.
6493 * _interp() function variants are deprecated now. the corresponding *_full()
6494   variants are provided for a long time now.
6495 * Dnd abort timeout increased to 10 minutes.
6496 * GtkScrolledWindow inherits from GtkBin now.
6497 * GTK_POLICY_NEVER is implemented for scrolled windows now.
6498 * Lots of API clean ups.
6499 * Incremental freezing abilities.
6500 * Integrated widgets from the GNOME tree: GtkLayout, GtkPlug and GtkSocket.
6501 * New window functions for transient relationship, default size, and 
6502   geometry hints
6503 * Default rc files are now read in (<sysconfdir/etc/gtkrc and ~/.gtkrc)
6504   GTK_RC_FILES environment variable and functions are provided to configure
6505   this behavior
6506 * Read doc/Changes-1.2.txt to properly adapt your code.
6507 * Bug Fixes.
6508
6509 What is new in GTK+ 1.1.5:
6510
6511 * Theme integration
6512 * Widget style modification is now handled through GtkRcStyles
6513 * GtkPixmaps now grey out pixmaps when insensitive
6514 * Notebook enhancements
6515 * Shadow configurability for menubars and handleboxes
6516 * DND enhancements
6517 * gtkfilesel now supports automounters better
6518 * Implementation of expose compression
6519 * Queued redraws of partial areas
6520 * Scrolledwindow (+Viewport) source incompatibilities, children that are added
6521   to a scrolled window don't get an automatic viewport anymore. a convenience
6522   function gtk_scrolled_window_add_with_viewport() is supplied for this task
6523 * Deprecated functions will now issue a message, informing the programmer about
6524   the use of this function. These functions will get removed in future versions
6525 * Non-functional functions got removed entirely
6526 * gtk_widget_new() and gtk_object_new() will now auto-construct new objects.
6527   A new function gtk_object_default_construct() is provided now which should
6528   be called after every gtk_type_new() to perform the auto-construction
6529 * Improved argument support of several widgets
6530 * Bug Fixes
6531
6532 What is new in GTK+ 1.1.3:
6533
6534 * GtkCList/GtkCTree now have the ability to:
6535     - hide/show individual columns
6536     - disable/enable column resizing
6537     - set min and max for column widths
6538     - set expander style of the ctree
6539     - set/get row and cell styles
6540     - set spacing between tree expander and cell contents in ctree
6541     - toggle auto_resize for columns
6542 * Must enhanced DND support, removed old DND code
6543 * Idle functions are now implemented via GHook, giving a slight speed
6544   improvement
6545 * An environment variable GTK_MODULES which takes a colon separated
6546   list of module names GTK+ will now automatically load at gtk_init() startup
6547 * GtkFontSel now has support for an extra 'base' filter
6548 * New function gdk_window_set_root_origin to get the real geometry taking
6549   into account window manager offsets
6550 * New function gtk_text_set_line_wrap to toggle line wrapping
6551 * New function gtk_widget_add_events which safely adds additional
6552   events to a widget's event mask
6553 * New function gdk_event_get_time to get the timestamp from a generic
6554   event
6555 * New widget GtkCalendar
6556 * New widget GtkInvisible - InputOnly offscreen windows used for reliable
6557   pointer grabs and selection handling in DND code
6558 * New functions gtk_object_remove_no_notify[_by_id] to remove a certain
6559   data portion without invocation of its destroy notifier 
6560 * gtk_spin_button_construct is now deprecated, use gtk_spin_button_configure
6561   instead 
6562 * gtk_clist_set_border is now deprecated, use gtk_clist_set_shadow_type 
6563   instead
6564 * Removed functions gtk_object_set_data_destroy[_by_id] 
6565 * Documentation additions/updates 
6566 * HTML and plain text files are now included in the distribution
6567 * Bug fixes, typeness corrections, and general fixups
6568
6569 What is new in GTK+ 1.1.2:
6570
6571 * Gtk+ is now featuring runtime loading of dynamic modules via the
6572   --gtk-modules= command line switch. such modules have to export a
6573   G_MODULE_EXPORT void gtk_module_init (gint *argc, gchar ***argv);
6574   function which will be invoked to initialize the module. since such
6575   modules may create new widget types, they are always resident.
6576 * The tutorial has been updated again.
6577 * Changes to menus including tearoff menus and accelerators.
6578 * Better support for modal dialogs.
6579 * Removed CAN_FOCUS by default from scrollbars and button children of toolbar.
6580 * More improvements and fixes for GtkCList and GtkCTree (i.e. row sorting).
6581 * GtkCTree rows can be unselectable now.
6582 * The GtkCTree API has undergone major renames (see ChangeLog entry from Lars
6583   Hamann on Tue Aug 18 00:29:13 1998).
6584 * A bunch of varargs functions changed to get va_lists working on systems that
6585   implement va_lists as arrays.
6586 * Improvements to the gdkrgb code.
6587 * Improvements to Gdk color handling so we greatly reduce server traffic and
6588   don't leak colors anymore.
6589 * Improved internal widget tree iterators (the GtkContainer::foreach signal
6590   vanished because of this).
6591 * Option menus can have the keyboard focus now.
6592 * More fixups to the text widget.
6593 * GtkFileSelection should behave much more nicely in combination with AFS now.
6594 * Support for label underlining.
6595 * Support for GLib 1.1.3 log domains.
6596 * Documentation improvements.
6597 * Configuration fixes on various platforms.
6598 * Miscellaneous fixes to XInput support.
6599 * Build with shared library dependencies on Linux
6600 * Fix for a major bug in the type systems memory allocation code that could
6601   cause random crashes.
6602 * Libtool update to version 1.2b.
6603 * Lots of bugfixes and cleanups again ;)
6604
6605
6606 What is new in GTK+ 1.1.1:
6607
6608 * Tutorial updates and additions.
6609 * Key binding support for GtkListItems and GtkList.
6610 * Extended selection mode and autoscrolling for GtkLists.
6611 * A GtkCtree now operates on GtkCTreeNode* structures rather than GList*.
6612 * GtkCTreeNodes can now be created from GNode trees.
6613 * Bug fixes for GtkNotebook, GtkCList, GtkCombo and GdkWindow reparentation.
6614
6615
6616 What is new in GTK+ 1.1.0:
6617
6618 * New widget GtkFontSelector.
6619 * New featureful progress bar.
6620 * New container widget GtkPacker.
6621 * New object GtkItemFactory, GtkMenuFactory is deprecated.
6622 * New key binding system, configurable via rcfiles, similar to styles.
6623 * New widget GtkCTree with drag selections and keyboard movement and
6624   and horizontal scrolling. Features also implemented for GtkCList.
6625 * Significant speedups to widget creation and destruction through caching
6626   colormap and visual queries to the XServer.
6627 * Speedups for type creation and especially gtk_type_is_a() checks.
6628 * Speedups in signal lookup, creation and emissions and connection handling.
6629 * Minor speedups with object data allocation and destruction.
6630 * Additions to the signal handling API (e.g. *_emitv).
6631 * Support for rc-file reparsing.
6632 * Resizing logic is now implemented on container widget basis, rather than
6633   for toplevel GtkWindows only.
6634 * Buttons support relief styles now.
6635 * Some widgets are now allocated through memchunks to behave more memory wise.
6636 * Newly included file gtkfeatures.h which defines compatibility macros to
6637   test for certain API features upon program compilation.
6638 * Child arguments support for container widgets.
6639 * Far better support for object arguments, revamp of the underlying
6640   mechanism for speed and reusability. Child/object arguments don't
6641   need to be preceded by the "GtkType::" portion anymore.
6642 * Removed GtkAcceleratorTable in favour of GtkAccelGroup, accelerator display
6643   is now performed by a new widget GtkAccelLabel.
6644 * Overhaul of the resizing code. Resizing behaviour can now be specified
6645   on GtkContainer basis, so the underlying algorithm isn't only available
6646   for GtkWindows.
6647 * GtkTables are now fully resizable.
6648 * The GtkType system now supports an additional base class initialization
6649   function.
6650 * GtkStyles and key bindings can now be looked up depending on the base
6651   types of a widget, through a new keyword `class' in rc files.
6652 * GtkButton derives from GtkBin (finally).  
6653 * More descriptive error messages on rc parsing.  
6654 * Runtime information is available to query enum/flag definition values.
6655 * Upgrade to libtool-1.2
6656 * Legions of bug fixes, memory leaks, segfaults, of-by-something errors...
6657   including those that already went into the 1.0.x branch.
6658 * A big bunch of features and cosmetic fixups that just got lost in
6659   the masses of changesonfigure problem when cross-compiling