]> Pileus Git - ~andy/gtk/blobdiff - NEWS
Updated Basque translation.
[~andy/gtk] / NEWS
diff --git a/NEWS b/NEWS
index 82cfa16c7d89a8bc11447c83ab122d25b67ab790..566c751467af103cacd08dfa19efb2d98bfbb0c4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,273 @@
+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
 ==============================================