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