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