]> Pileus Git - ~andy/gtk/blobdiff - NEWS
Updated Basque translation.
[~andy/gtk] / NEWS
diff --git a/NEWS b/NEWS
index f85af45048e11a877df1d298704c5002e51a16e0..566c751467af103cacd08dfa19efb2d98bfbb0c4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,681 @@
+Overview of Changes from GTK+ 2.13.5 to 2.13.6
+==============================================
+
+* Fix problems on 64-bit Windows
+
+* Fix a long-standing, well-known problem with the handling
+  of insensitive buttons, bug 56070
+
+* Fallback to Xinerama if the Xrandr implementation
+  is just a stub
+
+* gdk_threads_add_timeout_seconds[_full]: New functions with
+  second-granularity to complete the set of gdk_threads_ timeout
+  functions
+
+* Support rendering icons with emblems specified as GEmblemedIcon
+
+* GtkFileChooser has a GFile-oriented API now, functions
+  for creating filechoosers with specific backends have been
+  deprecated, since GIO is used directly.
+* GtkAdjustment has been sealed, adding getters and setters
+  for all struct fields.
+
+* Bugs fixed:
+ 544265 GDK assumes XFIXES extension
+ 543915 "Sole completion" translation issue
+ 544510 SetTimer callback signatures has the wrong type
+ 544390 evince crashes after clicking print
+ 361561 StatusIcon signals not documented as definitely public API.
+ 368234 Incorrect tabs rendering during reorder with rounded themes
+ 545976 Deprecate gtk_file_chooser_*_with_backend
+ 545978 Make filechooser GFile API public 
+ 544863 gtkquartz.h not included in released 2.13.5 package
+ 424207 printing hangs on unreachable cups server
+  56070 Can't click button after setting it sensitive
+ 545931 small documentation typos
+ 344383 use po/LINGUAS
+  65818 rename gtk_window_set_default() and add getter for it
+ 539733 No way to control treeview separator height
+ 523950 GtkTreeModelFilter's visible function may get an empty...
+ 526575 Missing return type in gtk_ui_manager_get_toplevels...
+ 429411 add style properties to set minimum progressbar w...
+ 429427 Add "arrow-spacing" style property to GtkRange
+ 544302 GtkStatusIcon should support GIcon
+ 339699 implement gtk_print_operation_set_show_dialog for...
+ 538686 gtkprintoperation-win32.c: devmode_from_settings
+ 540379 gtk_tree_view_enable_model_drag_dest and ...
+ 544684 Win64 issue, window handles are assumed to be 32-bit
+ 540834 Insensitive widgets cannot be grabbed
+ 515596 GtkUIManager's embedded UI definition example is invalid
+ 534979 GtkImageMenuItem is a bin but has two children
+ 382291 Automatically dim the combobox when the model is empty
+ 545982 missing braces cause bogus warnings when using GtkBuilder
+ 544858 Seal GtkAdjustment
+
+* Updated translations:
+ Spanish (es)
+ Galician (gl)
+ Japanese (ja)
+ Korean (ko)
+ Norwegian bokmål (nb)
+ Portugese (pt)
+ Brasilian Portugese (pt_BR)
+ Albanian (sq)
+ Swedish (sv)
+
+
+Overview of Changes from GTK+ 2.13.4 to 2.13.5
+==============================================
+
+* gdk-pixbuf:
+ - Use GIO for mime type sniffing when possible
+
+* Printing:
+ - Handle paused printers and printers that don't accept jobs
+
+* GtkBuilder:
+ - Support building parts of the XML tree with the new functions
+   gtk_builder_add_objects_from_file, gtk_builder_add_objects_from_string
+
+* Bugs fixed:
+ 540917 deprecate pack_start_defaults()
+ 541645 gtkfilechooserdefault segfaults when bookmark does not contain ://
+ 493008 gdk_screen_get_window_stack is not 64-bit-compatible
+ 539248 gtk_calender_query_tooltip calls ->detail_func with invalid dates
+ 327582 Incomplete docs for GtkSettings::gtk-icon-sizes
+ 343663 source-buffer highlighting highlights "char" in gtk_text_iter_...
+ 541811 g_return_if_fail (widget->parent == container)
+ 541540 Dead link to pkg-config site in GTK+ online FAQ
+ 513580 Broken link in GTK+ FAQ
+ 531129 gtk_style_copy() does not include a return value or description
+ 510225 gtk_widget_get_composite_name retval should be freed
+ 507953 gtk_tree_view_set_tooltip_column() shows markups
+ 469068 clarify gdk_cairo_create()
+ 528845 segv from GtkBuilder on attempting <accelerator> under GtkCellView
+ 540994 [Win32] Some windows don't appear at the top when created
+ 541964 [Win32] Setting modal hint to current value might confuse the stack
+ 541950 Removing recently-added accelerator UI causes a wrong g_warning
+ 542234 iconview a11y implementation segfaults
+ 541399 Widget tooltips: treat "" same as NULL
+ 334418 Support easy input of ellipsis
+ 321896 Synch gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
+ 316087 Resizing columns is chaotic
+ 542853 jasper test fails due to incomplete library arguments
+ 507394 mem leak from gtk_selection_add_targets
+ 488766 GtkFileChooserButton doesn't clear icon after gtk_file_chooser_...
+ 479780 Bookmarks in left pane of FileChooser cannot be renamed
+ 542523 GtkTextTag should handle setting properties to NULL
+ 384940 handle rejecting jobs and authentication meaningfully
+ 339591 Detect list of availible cover pages
+ 543244 crashes when renaming a bookmark
+ 447998 GtkBuilder does not support building parts of the xml tree
+ 543217 GTK application crashed with directfb backend
+ 543545 GtkAssistant crashes when gtk_widget_hide() is called inside ...
+ 401985 Documentation improvement for the gdk_pixbuf_new_from_file_at_...
+ 543085 gdk_pixbuf_saturate_and_pixelate may corrupt memory
+ 488019 Mention bind_textdomain_codeset in gettext related FAQ
+ 528822 typo in GtkCombo docs
+ 540967 docs build slowly because of entities
+ 537430 label pango attributes & i18n
+ 543989 Crash in gtk_tree_view_size_allocate_columns
+ 535223 gbookmark file inefficiency ...
+
+* Updated translations:
+ Assamese (as)
+ Czech (cs)
+ German (de)
+ Spanish (es)
+ Galician (gl)
+ Hebrew (he)
+ Polish (pl)
+ Pashto (ps)
+ Traditional Chinese (zh_HK)
+ Traditional Chinese (zh_TW)
+
+
+Overview of Changes from GTK+ 2.13.3 to 2.13.4
+==============================================
+
+* Merge the GSEAL branch (see http://live.gnome.org/GTK+/3.0/Tasks)
+
+* GtkScaleButton has an orientation property 
+
+* Bugs fixed:
+ 538519 GtkCellRendererPixbuf doesn't allow unsetting the icon anymore
+ 538362 Get Win32 icons back in the file chooser
+ 538182 pango_cairo_context_update_layout is not noop after...
+ 508751 gnome-terminal crashed with SIGSEGV after keypress
+ 419737 The file chooser clears the filename entry in SAVE/CREATE_FOLDER...
+ 538784 Don't change the filename in the name entry in CREATE_FOLDER...
+ 538395 gtk_combo_box_append_text() on non-compliant model segfaults
+ 539363 Segfault when creating GtkPlugs
+ 539466 GtkMenuShell API/ABI break in trunk
+ 442042 GtkScaleButton is too limited
+ 540318 Invalid URL
+ 530255 GtkAboutDialog cuts off comments label
+ 540310 Avoid unnecessary repaints when resizing GtkWindow
+ 434535 printoperation's create_surface doesn't check temp file...
+ 539790 [PATCH] Please add three new settings to GtkSettings
+ 539164 Windows' System Menu blocks main loop
+ 541162 [Win32] Update for the new GdkWindowImpl stuff
+ 455268 Add gtk-enable-tooltips GtkSetting
+ 537591 Don't hardcode minimum width of menuitems
+ 541249 [Win32] Fix some internal static methods
+ 541305 [Win32] Scrolling was broken after GdkWindow refactoring
+ 540529 Remove all GIMP references
+ 538547 Update doc-shooter in gtk documentation
+ 535498 Printing demo broken
+ 539944 Add GtkScaleButton API so struct fields can be marked...
+ 540915 GtkBuilder sets properties in reverse order
+ 538863 Fixes assertion on entering empty folder
+ 540861 invalid UTF-8 in input device name
+ 540612 mem leak in filechooser
+ 540618 gtk_menu_shell_select_first prints warning on GtkMenubar...
+ 539944 Add GtkScaleButton API so struct fields can be marked...
+ 536966 Paper selector crashes
+ 378158 gdk_win32_selection_add_targets uses uninitialized hwnd v...
+ 516092 use gtk_drag_*_add_*_targets instead of hardcoded target ...
+ 536430 Libs and Cflags paths in gail-uninstalled.pc.in are out o...
+ 538378 GtkFileSystemError should be public
+ 539095 directfb functions need to be renamed due to the offscree...
+ 539470 Fix critical warnings when the GIcon can't be found for a...
+ 539732 Warnings on destruction of GtkDialog.
+ 540235 Getting the current folder fails
+ 537639 complete the gtk_clipboard_request/wait_for/is_available_... 
+
+* Updated translations:
+ Catalan (ca)
+ Spanish (es)
+ Estonian (et)
+ Hungarian (hu)
+ Korean (ko)
+ Norwegian bokmål (nb)
+ Occitan (oc)
+ Swedish (sv)
+ Thai (th)
+
+Overview of Changes from GTK+ 2.13.2 to 2.13.3
+==============================================
+
+ * Support runtime font configuration changes
+ * Use GIO for mime information
+
+ * Use GIO directly for the file chooser, do not load filesystem
+   implementation modules. This change causes some regressions on Win32, 
+   which will be addressed by improved Win32 support in GIO.
+
+ * GTK+ no longer uses translations when the application is not
+   translated to the current locale
+ * Bugs fixed: 
+ 520874 Should use gio directly
+ 536185 monitor font configuration
+ 536757 openoffice.org menus are placed at wrong position
+ 536990 updateiconcache.c: 'close ()' is redundant 
+ 535608 do not string-copy accel paths in the menu code
+ 488119 critical warnings from gtk_tree_view_get_visible_range
+ 536730 memory corruption in gtktreeview
+ 131920 gtkNotebook sends incorrect switch_page value
+ 526987 GtkCellRendererCombo should allow model to be NULL
+ 536765 GtkComboBox should set COMBO type hint for its menu
+ 503071 Application direction changes to right to left even if...
+ 517706 Connecting GtkButton with "use-stock" == FALSE to a...
+ 519092 Add accessibility support to GtkVolumeButton
+ 524222 GtkToolbar with mix of buttons with and without icons...
+ 537985 gtk_init_with_args() doesn't open a display after...
+ 531960 crash in eog-image.c:1154: (priv->image != NULL)
+ 408154 Change GtkEntryCompletion max-items to style property...
+ 506853 gtk_tree_view_enable_model_drag_[source|dest] problem
+ 536430 Libs and Cflags paths in gail-uninstalled.pc.in are out o...
+ 537685 print to file crashes when the target can not be written 
+
+* Updated translations:
+ Arabic (ar)
+ Czech (cs)
+ Estonian (et)
+ Hebrew (he)
+ Norwegian bokmål (nb)
+ Thai (th)
+
+
+Overview of Changes from GTK+ 2.13.1 to 2.13.2
+==============================================
+
+ * Fix an oversight in the header cleanup that went into 2.13.1, which
+   removed gtkmarshal.h from the set of headers pulled in by gtk.h
+ * Add a function to retrieve the XID of a status icon, to allow
+   notification bubbles to follow the icon
+ * Bugs fixed:
+ 533108 leak of GDI region in function 'handle_wm_paint'
+ 530146 Setting non-string tooltip with gtk_tree_view_set_tooltip_column...
+ 535830 wrong content type adding an item
+ 536126 gtk.h don't include gtkmarshal.h
+ 535497 Print preview doesn't work
+ 535862 gtk_action_create_icon can't create icons from the icon themes
+ 536092 GtkEntryCompletion's popup window should set type hint
+ 535303 add _get_implementation to GtkStatusIcon
+
+ * Updated translations:
+ Estonian (et)
+ Galician (gl)
+ Italian (it)
+ Vietnamese (vi)
+
+
+Overview of Changes from GTK+ 2.13.0 to 2.13.1
+==============================================
+
+ * Add GtkMountOperation, a subclass of GMountOperation that
+   can show password dialogs when mounting volumes
+
+ * Add GDI+-based pixbuf loaders for bmp, emf, gif, ico, jpeg, tiff, wmf
+
+ * Add support for pixmap redirection, new api includes the 
+   gtk_widget_get_snapshot() function and the GtkWidget::damage-event 
+   signal and the lower-level gdk_window_redirect_to_drawable() and
+   gdk_window_remove_redirection() functions
+
+ * Add gtk_show_uri(), a replacement for gnome_vfs_url_show() and
+   gnome_url_show()
+
+ * Add a "changed" signal to GtkCellRendererCombo
+ * Sync keysyms and compose sequences with recent X.org 
+
+ * GtkBuilder
+   - supports custom stock icons 
+   - supports Pango attributes in labels
+ * GtkRecentManager
+   - uses GIO to monitor .recently-used.xbel
+   - limits the growth of .recently-used.xbel with a 
+     gtk-recent-files-max-age setting
+
+ * Filechooser autocompletion has been reworked
+
+ * The cups print backend displays printer status information
+ * On OS X, accelerators are displayed using Unicode characters,
+   matching the native behaviour
+
+ * GtkIconTheme and GtkImage support GIcon
+
+ * Bugs fixed: too many to list here
+ * New and updated translations:
+ Arabic (ar)
+ Valencian-Catalan (ca)
+ German (de)
+ Canadian English (en_CA)
+ British English (en_GB)
+ Spanish (es)
+ Estonian (et)
+ Galician (gl)
+ Hebrew (he)
+ Hungarian (hu)
+ Kannada (kn)
+ Norwegian bokmål (nb)
+ Dutch (nl)
+ Norwegian Nynorsk (nn)
+ Occitan (oc)
+ Slovak (sk)
+ Albanian (sq)
+ Swedish (sv)
+ Telugu (te)
+ Vietnamese (vi)
+
+
+Overview of Changes from GTK+ 2.12.x to 2.13.0
+==============================================
+
+ * gdk-pixbuf:
+  - Support loading the OS X icns format
+  - Support loading of JPEG2000 images
+  - Support loading from and saving to GIO streams
+
+ * GDK:
+  - Add GdkAppLaunchContext, to provide startup notification
+    with g_app_info_launch()
+  - Use RandR 1.2 instead of Xinerama when available, and expose
+    more monitor information
+
+ * Accessibility:
+  - The gail module is now shipped as part of GTK+
+  - GtkStatusIcon supports keyboard navigation 
+
+ * GtkCalendar:
+  - Support displaying details for each day
+
+ * GtkBuilder:
+  - gtk-builder-convert has been improved
+  - Translation-domain works properly
+  - Support accessibility
+
+ * Testing support:
+  - Add utilities for testing GTK+ applications
+  - Add some unit tests for GTK+ 
+
+ * New settings:
+  - for disabling display of accelerators and mnemonics
+  - for position of vertical scrollbars in scrolled windows
+  - for the default input method 
+
+ * GtkToolShell: new interface for containers of GtkToolItems
+
+ * Bug fixes:
+ - too many to list here
+
+ * Updated translations:
+  Arabic (ar)
+  Assamese (as)
+  Belarusian (be)
+  Belarusian Latin (be@latin)
+  Czech (cs)
+  German (de)
+  Greek (el)
+  Estonian (et)
+  Finnish (fi)
+  French (fr)
+  Irish (ga)
+  Hebrew (he)
+  Indonesian (id)
+  Kurdish (ku)
+  Marathi (mr)
+  Norwegian bokmål (nb)
+  Occitan (oc)
+  Brazilian Portugese (pt_BR)
+  Slovenian (sl)
+  Swedish (sv)
+  Telugu (te)
+  Russian (ru)
+
+
+Overview of Changes from GTK+ 2.12.0 to 2.12.1
+==============================================
+
+ * Bugs fixed: 
+ 472965 a small improvement for scrolling behavior with PgUp/PgDown
+ 460194 Gtk tooltips + swt crash
+ 478803 Segfault in gtk_print_operation_run when no range specified
+ 480123 Crash from GTK's new search feature
+ 483223 im-xim.so leaves callbacks connected to display "closed" ...
+ 476342 Icon cache validation causes severe page-in
+ 484008 configure fails during CUPS version tests on some platforms
+ 327243 GtkFileChooserButton emits two "selection-changed" signal...
+ 465380 gtkfilechooser cannot show the modified date on none UTF-...
+ 467269 Inkscape Flickers horribly
+ 476686 gtkrecentchooser select-multiple property
+ 478173 GTK's Tracker search engine does not work anymore
+ 478371 totem volume slider appears on all workspaces
+ 482089 GtkPrintOperation check for null default signal handler b...
+ 482504 Missing locale to UTF-8 conversion for modification time ...
+ 482841 critical warnings on gdk_display_close after _gtk_tooltip...
+ 483563 remains of gtk_widget_ref() in gtkdnd.c
+ 483730 Keyboard navigation of mutiple-selecting gtk.TreeViews im...
+ 484650 Typo in docs for GdkGrabBroken
+ 484730 In MS-Windows theme, GtkBorder freed with g_free() instea...
+ 486360 Failed to convert Empathy Glade files
+ 389358 print dialog: unit selection dialog can't be closed
+ 448343 File chooser should maintain sort state during folder swi...
+ 477447 GtkPaned documentation doesn't mention behaviour with onl...
+ 482034 GtkMenuPositionFunc push_in parameter description
+ 482837 duplicate declaration of gtk_notebook_create_window()
+ 478637 Notebook tab labels not correctly centered in ms-windows ...
+ 484132 gtk_recent_info_get_icon docs
+ 486636 "Cannot open display" message doesn't include display whe...
+ 455284 Ctrl+L should work depending if it has focus or not
+ 478377 10x speed up for window motion/scroll (gdk-quartz)
+ 485301 Filename is garbled in print dialog on none UTF-8
+ 485437 Fix testxinerama.c to not query current monitor by default
+ 486155 Docs for gtk_text_iter_forward_line()
+ 339877 pixbuf loader incorrectly returns wbmp
+ 456137 Pidgin will crash in fail-safe session due to a NULL poin...
+ 456676 Critical warning in gtk_drag_drop_finished()
+ 352643 crash in gtk_entry_completion_default_completion_func
+ 477280 volume button docs fix
+ 477704 Add docs for GtkTreeModelForeachFunc
+ 476920 Move GtkFileSelection to the deprecated section
+
+ * Updated translations:
+ - Arabic (ar)
+ - Assamese (as)
+ - Belarusian Latin (be@latin)
+ - Catalan (ca)
+ - Estonian (et)
+ - Basque (eu)
+ - Hebrew (he)
+ - Ido (io)
+ - Italian (it)
+ - Japanese (ja)
+ - Georgian (ka)
+ - Kannada (kn)
+ - Korean (ko)
+ - Lithuanian (lt)
+ - Dutch (nl)
+ - Polish (pl)
+ - Romanian (ro)
+ - Slovenian (sl)
+
+
+Overview of Changes from GTK+ 2.11.6 to 2.12.0
+==============================================
+
+ * GtkTooltips
+ - All widgets have been ported to the new tooltips code
+ - Tooltips are disabled in touchscreen mode 
+
+ * GtkBuilder
+ - Support custom tabs in GtkPrintUnixDialog
+
+ * Bugs fixed:
+ 459561 critical warnings with custom tooltips
+ 461648 GdkWindowQueueItem::serial overflow
+ 463773 Openoffice and flash run into a deadlock when used with KDE
+ 468801 thunar segfaults when selecting targa image
+ 473441 [patch] Ungrab windows when gdk_window_destroy() is calle...
+ 473954 gnome-background-properties: crash on drag-n-drop to "Add...
+ 461945 totem outputs errors in terminal
+ 348493 _gdk_quartz_copy_to_image needs implementing for pixmaps
+ 405868 Missing implementation of gdk_window_get_geometry()
+ 441219 Do not allow moving cursor to separators
+ 447214 rename the tips_data_list field back
+ 451202 New tooltips API has too long default timeout
+ 451397 Use new tooltip API in gtk+
+ 452225 check and option mark drawing is a mess of inconsistency
+ 457642 tooltips on notebook's tab labels
+ 458088 Improve mouse cursor for paned widgets
+ 458102 GtkScrolledWindow doesn't redraw when gtk-scrolled-window...
+ 458280 remove set-toolip handler from menutoolbutton
+ 458298 broken cursor movement with inline selection
+ 459459 Missing implementation of gdk_window_set_decorations() an...
+ 459515 gtk_menu_key_press() buglets
+ 459566 update testtooltips
+ 459667 Missing implementation of gdk_window_set_keep_above and g...
+ 460272 GtkFrame publishes incorrect defaults for "label-xalign"
+ 460534 No expose events if input swamps main loop with scrolled ...
+ 461225 gtk_tree_view_set_tooltip_cell() documentation: cell
+ 463907 'Recent Documents' is broken in gnome-panel 2.19.5
+ 464528 gdk_rectangle_union() and gdk_rectangle_intersect() shoul...
+ 465039 "keynav-failed" signal not emitted when treeview has just...
+ 467003 tooltips do not pick up theme changes
+ 467117 Documentation for the GtkPaned key binding signals
+ 467414 gtkcupsutil.c won't build with cups 1.3
+ 468055 Incorrect compose mapping for capital U with macron
+ 468245 Tooltip timer doesn't get reset when mouse leaves into ot...
+ 469214 Recently used blocks side-panel browsing until loaded
+ 469374 menu accelerators don't work
+ 469395 make dist failure
+ 471132 Highlighting a suggestion with the keyboard changes the U...
+ 471215 Cursor drawing broken
+ 472974 gtk-builder-convert doesn't set correctly the tab label f...
+ 472981 make gtk-builder-convert not remove some empty properties
+ 356630 Print to file dialog suggests "output.pdf" even for ps ou...
+ 447883 PATCH Documentation about SVN in HACKING and README.cvs-c...
+ 459340 GtkContainer API documentation refers deprecated gtk_widg...
+ 459732 build system: cups detection with only cups-config might ...
+ 460207 there are still references to deprecated gdk_pixbuf_rende...
+ 461483 Wrong check in gtk_window_group_remove_window
+ 472643 gtk_builder_add_from_file: *filename marked as constant b...
+ 474696 ToolbarContent should use GSlice
+ 459313 A few functions that don't appear in 2.12 new symbols
+ 468832 crash while reading ANI file
+ 470033 MS-Windows Theme doesn't apply styling to gtknotebooks wh...
+ 473340 gtk_print_operation_get_error() is listed twice
+ 473463 GtkButton doesn't have a GdkWindow like the docs say it does
+ 474282 Dead code in gtkmisc.c
+ 472951 gtkprintunixdialog should support custom tabs as buildable
+ 383003 Dragging text including non-ascii chars from epiphany to ...
+ 449371 Open with menu has no effect
+ 404541 GtkIconView crashes when I select icons with rubberband w...
+ 467324 Iter swapping causes segmentation fault
+ 475158 Random crash while scrolling trough notebook tabs
+ 450032 GtkRecentAction should have defaults
+ 458283 wrong tooltip on menutoolbutton
+ 467717 Extra trailing comma after last enum definition
+ 467719 config.h should always be included first if using AC_SYS_...
+ 474897 rendering problem with latest gtk+
+ 475400 Fix a typo in gtkentry.c
+ 436576 GtkFileChooserButton title from supplied dialog
+ 475439 gtk/gtksearchenginesimple.h is missing a G_BEGIN_DECLS
+ 105895 Please add common keybindings for the TreeView
+ 306445 stock icon for the "open recent" menu
+ 449371 Open with menu has no effect
+ 426246 "Spurious" expose events during asynchronous GtkWindow re...
+ 436576 GtkFileChooserButton title from supplied dialog
+ 474897 rendering problem with latest gtk+
+ 475400 Fix a typo in gtkentry.c
+ 476688 scale button uses wrong value type in getter
+ 476665 gtkcellrendereraccel missing property getter
+ 476689 gtktreeview tooltip column property getter uses wrong val...
+
+ * Updated translations
+ - Bulgarian (bg)
+ - Bengali (bn_IN)
+ - Danish (da)
+ - German (de)
+ - Canadian English (en_CA)
+ - Spanish (es)
+ - Estonian (et)
+ - Basque (eu)
+ - Finnish (fi)
+ - French (fr)
+ - Irish (ga)
+ - Gujarati (gu)
+ - Hungarian (hu)
+ - Italian (it)
+ - Japanese (jp)
+ - Kannada (kn)
+ - Macedonian (mk)
+ - Malayalam (ml)
+ - Norwegian bokmål (nb)
+ - Dutch (nl)
+ - Oriya (or)
+ - Polish (pl)
+ - Portugese (pt)
+ - Brazilian Portugese (pt_BR)
+ - Russian (ru)
+ - Albanian (sq)
+ - Serbian (sr, sr@Latn)
+ - Swedish (sv)
+ - Telugu (te)
+ - Thai (th)
+ - Ukrainian (uk)
+ - Vietnamese (vi) 
+
+
+Overview of Changes from GTK+ 2.11.5 to 2.11.6
+==============================================
+
+ * GtkBuilder:
+ - The gtk-builder-convert script is more versatile
+ - GtkBuilder suppports GdkPixbuf properties
+ - GtkBuilder parses, but doesn't yet implement <accessibility> 
+ - Support for accelerators in actions has been added
+
+* GtkTooltips:
+ - The old tooltips API has been deprecated
+ - The has-tooltip property has getter and setter
+
+* GtkTreeView: 
+ - Convenience API to set tooltips: gtk_tree_view_set_tooltip_row(),
+   gtk_tree_view_set_tooltip_cell(), gtk_tree_view_get_tooltip_context(),
+   gtk_tree_view_set_tooltip_column()
+
+* GtkIconView:
+ - Convenience API to set tooltips: gtk_icon_view_set_tooltip_item(),
+   gtk_icon_view_set_tooltip_cell(), gtk_icon_view_get_tooltip_context(),
+   gtk_icon_view_set_tooltip_column()
+
+* Bug fixes:
+ 452598 crash in Evolution: Added an Evolution attac...
+ 447966 Add builder support for GdkPixbuf properties
+ 453033 gnome-panel crashed with SIGSEGV in idle_populate_func()
+ 453365 gdk_pixbuf_get_file_info crashes on tif files
+ 361781 GtkViewport size request includes xthickness/ythickness f...
+ 427899 GtkFrame's label may exceed the frame area
+ 430049 gtk_selection_data_set_text() ignores length argument
+ 436965 Add files to /po[-properties]/POTFILES.in
+ 437281 gtk_button_set_image destroyes the old image
+ 448604 gtk+ printbackends build fix
+ 449311 GtkVolumeButton should use new tooltip API
+ 451164 I translate gnome-desktop. But i have no svn account and ...
+ 451575 (API) Changes needed for GtkTooltips deprecation
+ 452425 Setting "tooltip-text" property to NULL has bad effects
+ 452861 gtk_label_set_pattern() is not working anymore
+ 452988 error handling in GtkCellLayout custom parser
+ 453411 Button state not included in key events
+ 453413 Key event state is not right for modifier keys
+ 454654 Accelerator support for actions
+ 454700 Minor update for gdk_threads_enter
+ 454703 gdk_window_invalidate_rect accepts NULL
+ 454830 gtk-builder-convert not converting menus
+ 452056 GtkComboBox doesn't emit 'changed' signal when active row...
+ 452278 GtkBuilder API Documentation
+ 453316 small documentation fix in GtkDrawingArea API documentation
+ 453673 small doc quirk in gtk/gtktreeview.c
+ 453930 small doc quirk in gtk/gtktooltip.c
+ 454596 [patch] gdkpixbuf-scale slight api doc improvement
+ 454835 [patch] example in gdk-pixbuf-scaling using deprecated gd...
+ 457384 critical warning from entrycompletion
+ 112404 Problem with focus when closing transient window
+ 172424 Most GtkWidget events have no documentation
+ 408327 Improving tooltip positioning
+ 439480 translations
+ 439715 GtkFileChooser - recent files option takes up 100% CPU.
+ 455482 remove old tooltips work-around from uimanager
+ 455721 mem leak when adding shortcut
+ 455901 mem leak in path bar
+ 455984 need a way to convert to bin_window coordinates
+ 457720 assertion `G_IS_VALUE (value)' failed progmatically "tabb...
+ 458298 broken cursor movement with inline selection
+ 456258 GtkScaleButton: value parameter of signal "value-changed"...
+ 457774 GtkTreeView::test_expand_row and test_collapse_row
+ 455645 intern action names 
+
+* Updated translations:
+ Bengali (bn_IN)
+ Greek (el)
+ Spanish (es)
+ Estonian (et)
+ Finnish (fi)
+ Galician (gl)
+ Gujarati (gu)
+ Hungarian (hu)
+ Japanese (ja)
+ Lithuanian (lt)
+ Norwegian bokmål (nb)
+ Dutch (nl)
+ Swedish (sv) 
+ Thai (th)
+ Vietnamese (vi)
+
 Overview of Changes from GTK+ 2.11.4 to 2.11.5
 ==============================================
 
@@ -3916,4 +4594,4 @@ What is new in GTK+ 1.1.0:
 * Legions of bug fixes, memory leaks, segfaults, of-by-something errors...
   including those that already went into the 1.0.x branch.
 * A big bunch of features and cosmetic fixups that just got lost in
-  the masses of changes.
+  the masses of changesonfigure problem when cross-compiling