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