Blame README

Packit 98cdb6
General Information
Packit 98cdb6
===================
Packit 98cdb6
Packit 98cdb6
This is GTK+ version 2.24.32. GTK+ is a multi-platform toolkit for
Packit 98cdb6
creating graphical user interfaces. Offering a complete set of widgets,
Packit 98cdb6
GTK+ is suitable for projects ranging from small one-off projects to
Packit 98cdb6
complete application suites.
Packit 98cdb6
Packit 98cdb6
GTK+ is free software and part of the GNU Project. However, the
Packit 98cdb6
licensing terms for GTK+, the GNU LGPL, allow it to be used by all
Packit 98cdb6
developers, including those developing proprietary software, without any
Packit 98cdb6
license fees or royalties.
Packit 98cdb6
Packit 98cdb6
The official ftp site is:
Packit 98cdb6
  ftp://ftp.gtk.org/pub/gtk
Packit 98cdb6
Packit 98cdb6
The official web site is:
Packit 98cdb6
  http://www.gtk.org/
Packit 98cdb6
Packit 98cdb6
Information about mailing lists can be found at
Packit 98cdb6
  http://www.gtk.org/mailinglists.html
Packit 98cdb6
Packit 98cdb6
Packit 98cdb6
Installation
Packit 98cdb6
============
Packit 98cdb6
Packit 98cdb6
See the file 'INSTALL'
Packit 98cdb6
Packit 98cdb6
Packit 98cdb6
Release notes for 2.20
Packit 98cdb6
======================
Packit 98cdb6
Packit 98cdb6
* GtkStatusbar now has a message area (see gtk_status_bar_get_message_area)
Packit 98cdb6
  which makes it easy to place additional widgets inside the statusbar
Packit 98cdb6
  frame or to replace the label widgets. Previously, this was only possible
Packit 98cdb6
  by accessing the innards of the statusbar widget directly. Applications
Packit 98cdb6
  which are doing so may need some adjustments, since the addition of the
Packit 98cdb6
  message area changed the internal widget hierarchy.
Packit 98cdb6
Packit 98cdb6
* GtkBuilder no longer sets the "name" property of widgets to the ID
Packit 98cdb6
  attribute of the <object>. Use gtk_buildable_get_name() instead of
Packit 98cdb6
  gtk_widget_get_name() to obtain the ID.
Packit 98cdb6
Packit 98cdb6
* GTK+ now includes introspection data, as a consequence, it gained a
Packit 98cdb6
  dependency on gobject-introspection. It is possible to build without
Packit 98cdb6
  introspection by passing --disable-introspection to configure.
Packit 98cdb6
Packit 98cdb6
Packit 98cdb6
Release notes for 2.18
Packit 98cdb6
======================
Packit 98cdb6
Packit 98cdb6
* gtk_tooltip_set_custom now accept a NULL custom_widget to unset the
Packit 98cdb6
  old custom_widget. Custom_widget does not get destroyed when the
Packit 98cdb6
  tooltip goes away.
Packit 98cdb6
Packit 98cdb6
* JPEG2000 support is no longer enabled by default. It must be
Packit 98cdb6
  explicitly turned on, by passing --with-libjasper to configure.
Packit 98cdb6
Packit 98cdb6
* GDK has been reworked to implement 'client-side windows'. This offers
Packit 98cdb6
  exciting new possibilities, such as transformed, offscreen rendering,
Packit 98cdb6
  but it breaks some long-standing assumptions that applications may
Packit 98cdb6
  have about GDK windows. Setting the environment variable
Packit 98cdb6
  GDK_NATIVE_WINDOWS makes GDK create a native X11 window for each
Packit 98cdb6
  GDK window, which might make problematic applications work better.
Packit 98cdb6
Packit 98cdb6
* GTK+ calls signal (SIGPIPE, SIG_IGN) during initialization, to ignore
Packit 98cdb6
  SIGPIPE signals, since these are almost never wanted in graphical
Packit 98cdb6
  applications. If you do need to handle SIGPIPE for some reason, reset
Packit 98cdb6
  the handler after gtk_init(), but notice that other libraries (e.g.
Packit 98cdb6
  libdbus or gvfs) might do similar things.
Packit 98cdb6
Packit 98cdb6
Release notes for 2.16
Packit 98cdb6
======================
Packit 98cdb6
Packit 98cdb6
* Password entries now display a caps-lock warning. This can be turned off
Packit 98cdb6
  with the caps-lock-warning property.
Packit 98cdb6
Packit 98cdb6
* Various orientation-related functions have been deprecated in favour
Packit 98cdb6
  of the new GtkOrientable interface: gtk_scale_button_get_orientation,
Packit 98cdb6
  gtk_scale_button_set_orientation, gtk_toolbar_set_orientation.
Packit 98cdb6
Packit 98cdb6
* The action-proxy interaction has been changed. Widgets that operate as
Packit 98cdb6
  proxies have to implement the GtkActivatable interface now. GtkActivatable
Packit 98cdb6
  implementation are responsible for syncing their appearance with the
Packit 98cdb6
  action and for activating the action. All GTK+ widgets that are commonly
Packit 98cdb6
  used as proxies implement the GtkActivatable interface.
Packit 98cdb6
Packit 98cdb6
* The handling of keyboard shortcuts has been changed, to help with a
Packit 98cdb6
  longstanding complaint about the way GTK+ handles multiple layouts. GTK+
Packit 98cdb6
  now only uses keys from groups other than the current group if they are
Packit 98cdb6
  not present in the current group.
Packit 98cdb6
Packit 98cdb6
Release notes for 2.14
Packit 98cdb6
======================
Packit 98cdb6
Packit 98cdb6
* gtkitemfactory.h is now completely deprecated.
Packit 98cdb6
  As gtkactiongroup.h and gtkstock.h no longer include the gtkitemfactory.h
Packit 98cdb6
  header, this might break application using gtk_item_factory_* symbols
Packit 98cdb6
  without including gtkitemfactory.h - even though this behaviour has never
Packit 98cdb6
  been supported in the first place.
Packit 98cdb6
Packit 98cdb6
* The GtkFileSystem semi-private interface has been removed.
Packit 98cdb6
  The GTK+ filechooser implementation now uses GIO directly, which has
Packit 98cdb6
  rendered external filesystem implementations unnecessary. Consequently,
Packit 98cdb6
  the GtkFileSystem interface is no longer available, nor the filechooser
Packit 98cdb6
  will load any GtkFileSystem implementation.
Packit 98cdb6
Packit 98cdb6
* GtkComboBox now renders the popdown button insensitive when
Packit 98cdb6
  the model is empty. Applications which want to populate the list
Packit 98cdb6
  only before displaying it can set gtk_combo_box_set_button_sensitivity
Packit 98cdb6
  to GTK_SENSITIVITY_ON, so that the button is always sensitive or
Packit 98cdb6
  GTK_SENSITIVITY_OFF to make it insensitive respectively.
Packit 98cdb6
Packit 98cdb6
* In the early 2.14.x releases, GtkAdjustment was changed to enforce
Packit 98cdb6
  that values are restricted to the range [lower, upper - page_size].
Packit 98cdb6
  This has always been the documented behaviour, and the recommended
Packit 98cdb6
  practice is to set page_size to 0 when using adjustments for simple
Packit 98cdb6
  scalar values, like in a slider or spin button.
Packit 98cdb6
  Due to the large number of applications that are affected by this
Packit 98cdb6
  change, the behaviour has been reverted to the old behaviour in
Packit 98cdb6
  2.14.3, with an explicit warning that this change will be
Packit 98cdb6
  reintroduced in 2.90.
Packit 98cdb6
Packit 98cdb6
* gdk-pixbuf will use GIO for mime type detection if possible. For
Packit 98cdb6
  this to work, shared-mime-info needs to be installed and XDG_DATA_DIRS
Packit 98cdb6
  set accordingly at configure time. Otherwise, gdk-pixbuf falls
Packit 98cdb6
  back to its built-in sniffing implementation.
Packit 98cdb6
Packit 98cdb6
Release notes for 2.12
Packit 98cdb6
======================
Packit 98cdb6
Packit 98cdb6
* gtk_about_dialog_get/set_name() were deprecated in favour of
Packit 98cdb6
  gtk_about_dialog_get/set_program_name(), the GtkAboutDialog now uses the
Packit 98cdb6
  "program-name" property instead of the conflicting "name" property.
Packit 98cdb6
Packit 98cdb6
* The gdk-pixbuf tiff loader now requires libtiff 3.6.0 or later.
Packit 98cdb6
Packit 98cdb6
* Support for Windows 9x/ME has officially been removed. It hasn't worked
Packit 98cdb6
  since 2.6 anyway.
Packit 98cdb6
Packit 98cdb6
* The GtkTextBufferTargetInfo enumeration values have been changed from
Packit 98cdb6
  G_MAXUINT-0, G_MAXUINT-1, G_MAXUINT-2, etc, to -1, -2, -3 to stay within
Packit 98cdb6
  ANSI C limits.
Packit 98cdb6
Packit 98cdb6
* A change in the handling of _NET_WM_USER_TIME properties on toplevel
Packit 98cdb6
  windows can cause deadlock problems with window managers that are using
Packit 98cdb6
  GDK for drawing decorations. In particular, metacity <= 2.18.0 is affected
Packit 98cdb6
  by this. The problem has been fixed in metacity 2.18.1.
Packit 98cdb6
Packit 98cdb6
* Semi-private GtkTextLayout api has changed: new GtkTextLayout method
Packit 98cdb6
  invalidate_cursors(), and new functions gtk_text_layout_invalidate_cursors()
Packit 98cdb6
  and gtk_text_layout_cursors_changed(), which should be used in place of
Packit 98cdb6
  gtk_text_layout_invalidate() and gtk_text_layout_changed() if invalidation
Packit 98cdb6
  is due to marks moved or changed selection; new GtkTextLineDisplay structure
Packit 98cdb6
  member. Source compatibility is preserved; binary compatibility may break
Packit 98cdb6
  only if GtkTextLineDisplay structure was created on stack or as a part
Packit 98cdb6
  of another structure (in particular GnomeCanvas and its clones do not need
Packit 98cdb6
  recompiling).
Packit 98cdb6
Packit 98cdb6
* Another new signal has been added to GtkNotebook. The new signal
Packit 98cdb6
  is called create-window, so this name can no longer be used for signals
Packit 98cdb6
  in objects derived from GtkNotebook.
Packit 98cdb6
Packit 98cdb6
* The gtk_notebook_set/get_group_id() functions were found to be insufficient
Packit 98cdb6
  and have been deprecated in favour of gtk_notebook_set/get_group().
Packit 98cdb6
Packit 98cdb6
* The move-focus signal has been moved to GtkWidget, to unify the 
Packit 98cdb6
  various implementations of this signal in specific widgets. Great care 
Packit 98cdb6
  has been taken to make sure that all code using this signal continues
Packit 98cdb6
  to work.
Packit 98cdb6
Packit 98cdb6
* An unused and hardly visible GtkFrame has been removed from the menu 
Packit 98cdb6
  widget hierarchy when GtkComboBox::appears-as-list style property is 
Packit 98cdb6
  set. Any RC file applying a different style to any widget below the 
Packit 98cdb6
  widget path "gtk-combobox-popup-window.GtkFrame" should take into 
Packit 98cdb6
  account that the frame no longer exists.
Packit 98cdb6
Packit 98cdb6
* The external print preview application used by GtkPrintOperationPreview 
Packit 98cdb6
  is now passed the print settings on the command line with the 
Packit 98cdb6
  --print-settings parameter pointing to a temp file containing the 
Packit 98cdb6
  settings. The preview application assumes ownership of the file and 
Packit 98cdb6
  should delete it once it does not need it anymore. The --print-settings 
Packit 98cdb6
  commandline option is understood by Evince 0.9.0 and newer. To use a 
Packit 98cdb6
  different print preview application, change the gtk-print-preview-command 
Packit 98cdb6
  setting in your gtkrc file, e.g. gtk-print-preview-command = "ggv %f"
Packit 98cdb6
Packit 98cdb6
* GtkMenuShell is now defined as an abstract type. It was already 
Packit 98cdb6
  documented as an abstract class, and there is little reason to 
Packit 98cdb6
  instantiate it.
Packit 98cdb6
Packit 98cdb6
* The GtkTooltips struct (this is the old tooltips API) is now considered
Packit 98cdb6
  private. Code that used to access this struct, in particular the
Packit 98cdb6
  tips_data_list field, will need to change. All of the old tooltips
Packit 98cdb6
  API has been deprecated in favour of a new implementation and
Packit 98cdb6
  API. This affects all of the gtk_tooltips_ functions, and functions 
Packit 98cdb6
  which take a GtkTooltips argument, such as gtk_tool_item_set_tooltip()
Packit 98cdb6
  and gtk_menu_tool_button_set_arrow_tooltip().
Packit 98cdb6
  
Packit 98cdb6
* The memory management of the GtkRecentManager object has been changed,
Packit 98cdb6
  as using the screen didn't guarantee that the singleton instance was
Packit 98cdb6
  correctly destroyed. The screen-related functions have been deprecated,
Packit 98cdb6
  and should not be used anymore; the GtkRecentManager instance returned by
Packit 98cdb6
  the gtk_recent_manager_get_default() function is guaranteed to be valid
Packit 98cdb6
  for the entire lifetime of an application.
Packit 98cdb6
Packit 98cdb6
* A number of interfaces that have been superseded by newer interfaces for 
Packit 98cdb6
  a long time have finally been deprecated. This includes 
Packit 98cdb6
  gtk_widget_ref/unref(), gtk_rc_style_ref/unref() and the old file selector.
Packit 98cdb6
Packit 98cdb6
* The various coordinate systems in use in GtkTreeView widgets have
Packit 98cdb6
  been clarified in the documentation, and in the cause of doing so, 
Packit 98cdb6
  the functions gtk_tree_view_widget_to_tree_coords() and
Packit 98cdb6
  gtk_tree_view_tree_to_widget_coords() have been deprecated in 
Packit 98cdb6
  favour of a new family of gtk_tree_view_convert_ functions.
Packit 98cdb6
Packit 98cdb6
* gtk_menu_item_remove_submenu() has been deprecated in favour of
Packit 98cdb6
  gtk_menu_item_set_submenu (..., NULL).
Packit 98cdb6
Packit 98cdb6
* gtk_default_draw_check() has been fixed to really decrease the
Packit 98cdb6
  indicator size by one pixel to ensure an odd size instead of
Packit 98cdb6
  accidentially increasing it.
Packit 98cdb6
  Consequently, gtk_cell_renderer_toggle_render() could be fixed to
Packit 98cdb6
  not subtract 1 from the size passed to gtk_paint_option(), which
Packit 98cdb6
  was just a workaround for above off-by-two for even sizes (theme
Packit 98cdb6
  engines now get the real indicator size passed).
Packit 98cdb6
  The default toggle size of GtkCheckMenuItem and GtkCellRendererToggle
Packit 98cdb6
  has been changed to 13 to be consistent with GtkCheckButton.
Packit 98cdb6
  The only visible change with default settings is that the indicator in
Packit 98cdb6
  GtkCellRendererToggle has changed its size from 11 to 13 and is now
Packit 98cdb6
  consistent with menus and toggle buttons.
Packit 98cdb6
Packit 98cdb6
* GTK+ has always required that gtk_init() (or a variant thereof) is
Packit 98cdb6
  called before any other GTK+ function. Some applications call functions
Packit 98cdb6
  like gtk_clipboard_get() to check if they need to call gtk_init(),
Packit 98cdb6
  anyway. A change in GLib 2.14 has recently broken this unsupported
Packit 98cdb6
  practise. It is worth pointing out that calling gtk_init() twice
Packit 98cdb6
  does no harm.
Packit 98cdb6
Packit 98cdb6
Packit 98cdb6
Release notes for 2.10
Packit 98cdb6
======================
Packit 98cdb6
Packit 98cdb6
* The hexadecimal Unicode input feature has been reworked. It no longer
Packit 98cdb6
  blocks the use of the sixteen Ctrl-Shift-<hex digit> key sequences. Now
Packit 98cdb6
  it only uses Ctrl-Shift-u.
Packit 98cdb6
Packit 98cdb6
* A memory leak in GtkStyle handling has been fixed. This may expose bugs
Packit 98cdb6
  in third-party widgets which forget to call gtk_style_attach() in their
Packit 98cdb6
  realize functions.
Packit 98cdb6
Packit 98cdb6
* Range widgets like GtkScrollbar now render their arrows insensitive
Packit 98cdb6
  when the slider is at the end. Applications which react to arrow
Packit 98cdb6
  clicks even if the slider is at the end may want to use the new
Packit 98cdb6
  gtk_range_set_[upper/lower]_stepper_sensitivity() functions to
Packit 98cdb6
  prevent the arrows from being rendered insensitive.
Packit 98cdb6
Packit 98cdb6
* GtkObject now uses the "floating reference" support in GObject. 
Packit 98cdb6
  GTK_OBJECT_IS_FLOATING() will still work, but direct checking
Packit 98cdb6
  of the GTK_FLOATING flag will no longer detect the floating 
Packit 98cdb6
  reference. Details about floating references can be found in the docs:
Packit 98cdb6
  http://developer.gnome.org/doc/API/2.0/gobject/gobject-The-Base-Object-Type.html#floating-ref
Packit 98cdb6
Packit 98cdb6
* Accelerators like (_F) are now stripped from labels when they are 
Packit 98cdb6
  displayed in toolbars. If this is not wanted, the feature can be 
Packit 98cdb6
  suppressed by inserting a Unicode control character, e.g ZWNJ.
Packit 98cdb6
Packit 98cdb6
* The pixbuf theme engine can now customize expanders (in GtkTreeView
Packit 98cdb6
  and GtkExpander) and resize grips, using the new EXPANDER and
Packit 98cdb6
  RESIZE_GRIP function values.
Packit 98cdb6
Packit 98cdb6
* Dialogs created by gtk_about_dialog_new() no longer hide automatically
Packit 98cdb6
  when the user clicks close. It is the applications responsibility to
Packit 98cdb6
  hide or destroy the dialog.
Packit 98cdb6
Packit 98cdb6
* Several new signals have been added to GtkNotebook. Care has been taken
Packit 98cdb6
  to choose signal names which do not collide with signals added by well-known
Packit 98cdb6
  derived classes. The names which can no longer be used for signals in 
Packit 98cdb6
  objects derived from GtkNotebook are page-reordered, page-removed and
Packit 98cdb6
  page-added.
Packit 98cdb6
Packit 98cdb6
* Due to the interface changes in the file chooser backend interface, 
Packit 98cdb6
  the GTK+ ABI version has been bumped to 2.10.0. Third-party filesystem 
Packit 98cdb6
  backends have to be ported to the new interface, other modules, such as 
Packit 98cdb6
  theme engines, input method modules or pixbuf loaders have to be rebuilt 
Packit 98cdb6
  so that they are installed in the right place for GTK+ to find them.
Packit 98cdb6
Packit 98cdb6
Packit 98cdb6
Release notes for 2.8
Packit 98cdb6
=====================
Packit 98cdb6
Packit 98cdb6
* GTK+ 2.8 and Pango 1.10 require the cairo library.
Packit 98cdb6
Packit 98cdb6
* The default theme has been renamed to "Raleigh". Existing configurations
Packit 98cdb6
  specifying the "Default" theme name should still work.
Packit 98cdb6
Packit 98cdb6
* The GtkTreeView::enable-search property has been changed to control
Packit 98cdb6
  only typeahead search, not the C-f keybinding to start an interactive
Packit 98cdb6
  search. To turn off interactive searching completely, you have to
Packit 98cdb6
  set GtkTreeView::search-column to -1.
Packit 98cdb6
Packit 98cdb6
* The restriction on using the same cell renderer in multiple columns
Packit 98cdb6
  of a GtkTreeView is now more strictly enforced.
Packit 98cdb6
Packit 98cdb6
* In GTK+ 2.8, GtkCalendar uses nl_langinfo() (if available) to determine
Packit 98cdb6
  the first day of the week. Thus, it is possible to select the first day
Packit 98cdb6
  of the week independently from the language, by setting LC_TIME.
Packit 98cdb6
Packit 98cdb6
* In GTK+ 2.8, the gtk-update-icon-cache utility includes image data
Packit 98cdb6
  in the icon caches, which will make the icon cache files larger than
Packit 98cdb6
  the one produced by GTK+ 2.6. This change will reduce the memory
Packit 98cdb6
  overhead of icon themes at runtime, since all GTK+ applications can
Packit 98cdb6
  share the image data in memory.
Packit 98cdb6
Packit 98cdb6
* In 2.8, GDK emits GdkEventGrabBroken events when a keyboard or pointer
Packit 98cdb6
  grab is broken. On X11, this can happen if the same application grabs
Packit 98cdb6
  again, or if the window used for the grab becomes unviewable. It happens
Packit 98cdb6
  more often on Win32. Applications which use grabs should pay attention
Packit 98cdb6
  to these events and do the necessary cleanups when the grab is lost.
Packit 98cdb6
* The GIOChannel code for sockets on win32 has been rewritten.
Packit 98cdb6
  Applications who make non-trivial use of GIOChannels on win32 should
Packit 98cdb6
  be watched for possible problems.
Packit 98cdb6
Packit 98cdb6
* GLib 2.8 uses atomic operations to implement reference counting, thus
Packit 98cdb6
  g_object_ref/unref, g_closure_ref/sink/unref and g_iochannel_ref/unref
Packit 98cdb6
  can be used without locking in multithreaded applications. Note that
Packit 98cdb6
  other modifications, like concurrent setting of properties still require
Packit 98cdb6
  locking.
Packit 98cdb6
Packit 98cdb6
* g_convert() and related character set conversion functions have been
Packit 98cdb6
  fixed to emit pending shift states and to not cache iconv descriptors
Packit 98cdb6
  across multiple calls, since that is problematic for some encodings.
Packit 98cdb6
  Note that these functions are not suitable for streaming conversions;
Packit 98cdb6
  use g_iconv() to do streaming conversion.
Packit 98cdb6
Packit 98cdb6
Packit 98cdb6
Release notes for 2.6
Packit 98cdb6
=====================
Packit 98cdb6
Packit 98cdb6
* GTK+ 2.6 supports clipboard persistency. To make use of this feature,
Packit 98cdb6
  a clipboard manager following the specification at
Packit 98cdb6
  http://www.freedesktop.org/wiki/Standards/clipboard-manager-spec
Packit 98cdb6
  must be running. A sample implementation of such a clipboard manager
Packit 98cdb6
  is available at 
Packit 98cdb6
  http://people.imendio.com/andersca/archives/clipboard-manager-0.3.tar.gz
Packit 98cdb6
  Applications can use the function gdk_display_supports_clipboard_persistence() 
Packit 98cdb6
  to find out if clipboard persistence is available.
Packit 98cdb6
Packit 98cdb6
* Notification on clipboard ownership changes via GdkOwnerChange events 
Packit 98cdb6
  requires the XFIXES X extension. Applications can use the function
Packit 98cdb6
  gdk_display_supports_selection_notification() to find out if ownerchip
Packit 98cdb6
  change notification is available.
Packit 98cdb6
Packit 98cdb6
* The icon theme code in GTK+ 2.6 follows the freedesktop.org icon theme 
Packit 98cdb6
  specification. Setting the XDG_DATA_DIRS environtment variable may be 
Packit 98cdb6
  necessary if your icons aren't installed in the default location 
Packit 98cdb6
  /usr/share/icons.
Packit 98cdb6
Packit 98cdb6
* The icon theme code in GTK+ 2.6 can make use of mmap()able cache files
Packit 98cdb6
  to avoid a lot of disk searching overhead. GTK+ includes a utility named
Packit 98cdb6
  gtk-update-icon-cache to generate these cache files. For further details,
Packit 98cdb6
  see the gtk-update-icon-cache man page or the GTK+ documentation.
Packit 98cdb6
Packit 98cdb6
* To reduce code size and improve efficiency, GTK+, when compiled 
Packit 98cdb6
  with the GNU toolchain, has separate internal and external entry 
Packit 98cdb6
  points for exported functions. The internal names, which begin with 
Packit 98cdb6
  IA__, may be seen when debugging a GTK+ program.
Packit 98cdb6
Packit 98cdb6
* The following functions have been deprecated in GTK+ 2.6:
Packit 98cdb6
  gdk_pango_context_set_colormap
Packit 98cdb6
  gtk_cell_renderer_editing_canceled
Packit 98cdb6
Packit 98cdb6
* The new GtkFileChooser widget emphasizes simplicity and thus does 
Packit 98cdb6
  not provide a navigation entry by default when opening files. 
Packit 98cdb6
  Experienced command line users will likely want to make heavy use of
Packit 98cdb6
  the location dialog brought up by the Control-L key shortcut.
Packit 98cdb6
Packit 98cdb6
* The GTK+ libraries use an '_' prefix to indicate private symbols that
Packit 98cdb6
  must not be used by applications. On some platforms, symbols beginning 
Packit 98cdb6
  with prefixes such as _gtk, _gdk, and _pango will be exported
Packit 98cdb6
  from the library, on others not. In no case can applications
Packit 98cdb6
  use these private symbols. In addition to that, GTK+ 2.6 makes several
Packit 98cdb6
  symbols private which were not in any installed header files and
Packit 98cdb6
  were never intended to be exported.
Packit 98cdb6
Packit 98cdb6
* The gdk_pixbuf_xlib library included in the contrib/ directory 
Packit 98cdb6
  and the framebuffer GDK backend included in the gdk/linux-fb directory
Packit 98cdb6
  of GTK+ are provided on an as-is basis and have not been tested at all. 
Packit 98cdb6
  No guarantees about the degree of workingness or about future
Packit 98cdb6
  compatibility are provided.
Packit 98cdb6
Packit 98cdb6
* On Unix, the assumption of GLib and GTK+ by default is that filenames on 
Packit 98cdb6
  the filesystem are encoded in UTF-8 rather than the encoding of the locale;
Packit 98cdb6
  the GTK+ developers consider that having filenames whose interpretation
Packit 98cdb6
  depends on the current locale is fundamentally a bad idea.
Packit 98cdb6
Packit 98cdb6
  If you have filenames encoded in the encoding of your locale, then you 
Packit 98cdb6
  may want to set the G_FILENAME_ENCODING environment variable:
Packit 98cdb6
  
Packit 98cdb6
   G_FILENAME_ENCODING=@locale
Packit 98cdb6
   export G_FILENAME_ENCODING
Packit 98cdb6
Packit 98cdb6
  (Earlier versions of GLib 2.x required a different environment variable
Packit 98cdb6
  setting; G_BROKEN_FILENAMES=1 to achieve the same effect; this 
Packit 98cdb6
  is still supported, but G_FILENAME_ENCODING is preferred.)
Packit 98cdb6
  Best integration of GTK+ 2.6 with the environment is achieved by 
Packit 98cdb6
  using a UTF-8 locale.
Packit 98cdb6
Packit 98cdb6
  On Windows, filenames passed to GTK+ should always be in UTF-8, as
Packit 98cdb6
  in GLib 2.6. This is different than in previous versions of GTK+
Packit 98cdb6
  where the system codepage was used. As in GLib, for DLL ABI
Packit 98cdb6
  stability, applications built against previous versions of GTK+ will
Packit 98cdb6
  use entry points providing the old semantics.
Packit 98cdb6
Packit 98cdb6
  When compiling against GTK+ 2.6, applications intended to be
Packit 98cdb6
  portable to Windows must take the UTF-8 file name encoding into
Packit 98cdb6
  consideration, and use the gstdio wrappers to access files whose 
Packit 98cdb6
  names have been constructed from strings returned from GTK+ or GLib.
Packit 98cdb6
Packit 98cdb6
Packit 98cdb6
How to report bugs
Packit 98cdb6
==================
Packit 98cdb6
Packit 98cdb6
Bugs should be reported to the GNOME bug tracking system.
Packit 98cdb6
(http://bugzilla.gnome.org, product gtk+.) You will need to create an
Packit 98cdb6
account for yourself.
Packit 98cdb6
  
Packit 98cdb6
In the bug report please include:
Packit 98cdb6
  
Packit 98cdb6
* Information about your system. For instance:
Packit 98cdb6
Packit 98cdb6
   - What operating system and version
Packit 98cdb6
   - What version of X
Packit 98cdb6
   - For Linux, what version of the C library
Packit 98cdb6
Packit 98cdb6
  And anything else you think is relevant.
Packit 98cdb6
Packit 98cdb6
* How to reproduce the bug. 
Packit 98cdb6
Packit 98cdb6
  If you can reproduce it with one of the tests or demos built with GTK+, 
Packit 98cdb6
  such as demos/gtk-demo/gtk-demo, that would be most convenient. Otherwise, 
Packit 98cdb6
  please include a short test program that exhibits the behavior. As a 
Packit 98cdb6
  last resort, you can also provide a pointer to a larger piece of software 
Packit 98cdb6
  that can be downloaded.
Packit 98cdb6
Packit 98cdb6
* If the bug was a crash, the exact text that was printed out when the
Packit 98cdb6
  crash occured.
Packit 98cdb6
Packit 98cdb6
* Further information such as stack traces may be useful, but is not
Packit 98cdb6
  necessary. If you do send a stack trace, and the error is an X error,
Packit 98cdb6
  it will be more useful if the stacktrace is produced running the test
Packit 98cdb6
  program with the --sync command line option.
Packit 98cdb6
Packit 98cdb6
Packit 98cdb6
Patches
Packit 98cdb6
=======
Packit 98cdb6
Packit 98cdb6
Patches should also be submitted to bugzilla.gnome.org. If the patch
Packit 98cdb6
fixes an existing bug, add the patch as an attachment to that bug
Packit 98cdb6
report.
Packit 98cdb6
Packit 98cdb6
Otherwise, enter a new bug report that describes the patch, and attach
Packit 98cdb6
the patch to that bug report.
Packit 98cdb6
Packit 98cdb6
Patches should be in unified diff form. (The -up option to GNU diff.)