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