]> Pileus Git - ~andy/gtk/blobdiff - NEWS
Updated Basque translation.
[~andy/gtk] / NEWS
diff --git a/NEWS b/NEWS
index 1f507e8bc329a37e5dd0f7d71e44c09662f160b6..566c751467af103cacd08dfa19efb2d98bfbb0c4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,468 @@
+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
 ==============================================
 
@@ -86,6 +551,8 @@ Overview of Changes from GTK+ 2.11.6 to 2.12.0
  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)
@@ -4127,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