[ubuntu/karmic] gtk+2.0 2.17.2-0ubuntu1 (Accepted)

Sebastien Bacher seb128 at ubuntu.com
Tue Jun 16 20:00:17 BST 2009


gtk+2.0 (2.17.2-0ubuntu1) karmic; urgency=low

  * New upstream version:
    GtkInfoBar: A new widget to show a transient 'message area'
      inside a content pane. The API is similar to GtkDialog and
      supports theming for different message types (warnings, errors, etc)
    GtkFileChooser:
    - Improve path bar by ellipsizing long names and preventing
      vertical size changes
    - Backup files are now hidden by default
    - GTK+ remembers the file chooser sorting state now
    GtkButtonBox: Implements the GtkOrientable interface now.
    Printing:
    - GTK+ supports printing an application-defined 'selection' now,
      in addition to usual page ranges.
    Changes that are relevant for theme authors:
    - The new GtkInfoBar widget uses symbolic colors for theming
      its background color depending on the message type. By default,
      it uses the same background color as tooltips. This can be turned
      off with style property.
    - The GTK+ file chooser (as well as nautilus and other users of GIO
      icon information) can now show different icons for xdg user dirs.
      The icon names are folder-documents, folder-download, folder-music,
      folder-pictures, folder-publicshare, folder-templates, folder-videos,
      with an automatic fallback to the standard folder icon.
    - Bugs fixed:
    584021 titchy leak
    579590 gtk_entry_set_icon_from_stock should warn when invalid st...
    584125 GtkAssistant asserts if last page is GTK_ASSISTANT_PAGE_C...
    171416 Resume editing if name of new folder is "Type name of new...
    420335 Page assignment when printing 4 pages to a sheet
    161670 Bad behaviour from gtk_file_chooser_set_filename
    327152 Long names in the FileChooserDialog directory buttons sho...
    355851 File Dialog shows Backup Files
    390312 Gtk grabs keyboard on DND
    486839 Filechooser 'Places' items should not move up and down th...
    562335 Deprecate gtk_tree_view_column_get_cell_renderers and gtk...
    565317 Resulting image of GtkCellRendererPixbuf depends on order...
    565998 configure script doesn't check for cairo-xlib.pc
    580079 Better configure detection of Xinerama on Solaris
    580511 gdk_x11_atom_to_xatom_for_display translates GDK_NONE as ...
    580560 Backspace key does not go to the parent directory
    584598 GtkButtonBox silently ignores gtk_orientable_set_orientation
    584637 Missing conditionals for X11 shape extension in GdkWindow
    584805 GtkEntryCompletion selection reset when calling gtk_entry...
    584832 Duplicate the exec string returned by gtk_recent_info_get...
    585024 some gtksettings properties need extra initialisation
    585371 Add additional sizes to the font selector
    585791 use g_*gettext instead of *gettext directly
    562579 [Patch] Remove error dialog when directory does not exist
    344519 custom print ranges
    484922 Should remember the sort state of columns
    555344 consider adding a message area widget
  * debian/patches/003_gdk.pc_privates.patch:
    - updated version thanks to Loïc Minier!
  * debian/patches/091_workaround_no_gtk_init_incorrect_display.patch:
    - the change is in the new version

Date: Tue, 16 Jun 2009 14:42:04 +0200
Changed-By: Sebastien Bacher <seb128 at ubuntu.com>
https://launchpad.net/ubuntu/karmic/+source/gtk+2.0/2.17.2-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 16 Jun 2009 14:42:04 +0200
Source: gtk+2.0
Binary: libgtk2.0-0 libgtk-directfb-2.0-0 libgtk-directfb-2.0-0-udeb libgtk2.0-common libgtk2.0-bin libgtk2.0-dev libgtk-directfb-2.0-dev libgtk2.0-0-dbg libgtk2.0-doc gtk2.0-examples gtk2-engines-pixbuf libgail18 libgail-common libgail-dev libgail-dbg libgail-doc
Architecture: source
Version: 2.17.2-0ubuntu1
Distribution: karmic
Urgency: low
Maintainer: Sebastien Bacher <seb128 at ubuntu.com>
Changed-By: Sebastien Bacher <seb128 at ubuntu.com>
Description: 
 gtk2-engines-pixbuf - Pixbuf-based theme for GTK+ 2.x
 gtk2.0-examples - Examples files for the GTK+ 2.0
 libgail-common - GNOME Accessibility Implementation Library -- common modules
 libgail-dbg - Gail libraries and debugging symbols
 libgail-dev - GNOME Accessibility Implementation Library -- development files
 libgail-doc - documentation files of the Gail library
 libgail18  - GNOME Accessibility Implementation Library -- shared libraries
 libgtk-directfb-2.0-0 - The GTK+ graphical user interface library - DirectFB runtime
 libgtk-directfb-2.0-0-udeb - The GTK+ graphical user interface library - minimal runtime (udeb)
 libgtk-directfb-2.0-dev - Development files for the GTK+ library - DirectFB version
 libgtk2.0-0 - The GTK+ graphical user interface library
 libgtk2.0-0-dbg - The GTK+ libraries and debugging symbols
 libgtk2.0-bin - The programs for the GTK+ graphical user interface library
 libgtk2.0-common - Common files for the GTK+ graphical user interface library
 libgtk2.0-dev - Development files for the GTK+ library
 libgtk2.0-doc - Documentation for the GTK+ graphical user interface library
Changes: 
 gtk+2.0 (2.17.2-0ubuntu1) karmic; urgency=low
 .
   * New upstream version:
     GtkInfoBar: A new widget to show a transient 'message area'
       inside a content pane. The API is similar to GtkDialog and
       supports theming for different message types (warnings, errors, etc)
     GtkFileChooser:
     - Improve path bar by ellipsizing long names and preventing
       vertical size changes
     - Backup files are now hidden by default
     - GTK+ remembers the file chooser sorting state now
     GtkButtonBox: Implements the GtkOrientable interface now.
     Printing:
     - GTK+ supports printing an application-defined 'selection' now,
       in addition to usual page ranges.
     Changes that are relevant for theme authors:
     - The new GtkInfoBar widget uses symbolic colors for theming
       its background color depending on the message type. By default,
       it uses the same background color as tooltips. This can be turned
       off with style property.
     - The GTK+ file chooser (as well as nautilus and other users of GIO
       icon information) can now show different icons for xdg user dirs.
       The icon names are folder-documents, folder-download, folder-music,
       folder-pictures, folder-publicshare, folder-templates, folder-videos,
       with an automatic fallback to the standard folder icon.
     - Bugs fixed:
     584021 titchy leak
     579590 gtk_entry_set_icon_from_stock should warn when invalid st...
     584125 GtkAssistant asserts if last page is GTK_ASSISTANT_PAGE_C...
     171416 Resume editing if name of new folder is "Type name of new...
     420335 Page assignment when printing 4 pages to a sheet
     161670 Bad behaviour from gtk_file_chooser_set_filename
     327152 Long names in the FileChooserDialog directory buttons sho...
     355851 File Dialog shows Backup Files
     390312 Gtk grabs keyboard on DND
     486839 Filechooser 'Places' items should not move up and down th...
     562335 Deprecate gtk_tree_view_column_get_cell_renderers and gtk...
     565317 Resulting image of GtkCellRendererPixbuf depends on order...
     565998 configure script doesn't check for cairo-xlib.pc
     580079 Better configure detection of Xinerama on Solaris
     580511 gdk_x11_atom_to_xatom_for_display translates GDK_NONE as ...
     580560 Backspace key does not go to the parent directory
     584598 GtkButtonBox silently ignores gtk_orientable_set_orientation
     584637 Missing conditionals for X11 shape extension in GdkWindow
     584805 GtkEntryCompletion selection reset when calling gtk_entry...
     584832 Duplicate the exec string returned by gtk_recent_info_get...
     585024 some gtksettings properties need extra initialisation
     585371 Add additional sizes to the font selector
     585791 use g_*gettext instead of *gettext directly
     562579 [Patch] Remove error dialog when directory does not exist
     344519 custom print ranges
     484922 Should remember the sort state of columns
     555344 consider adding a message area widget
   * debian/patches/003_gdk.pc_privates.patch:
     - updated version thanks to Loïc Minier!
   * debian/patches/091_workaround_no_gtk_init_incorrect_display.patch:
     - the change is in the new version
Checksums-Sha1: 
 954db6a5c609dadb354c61c5db8f2694a6400307 2151 gtk+2.0_2.17.2-0ubuntu1.dsc
 2274e9454b0824c0ff879d7e6d68cfd1b5dda5c4 27166778 gtk+2.0_2.17.2.orig.tar.gz
 13cb67ff28bacf43a9bd02cb1781f0b0109191ba 406367 gtk+2.0_2.17.2-0ubuntu1.diff.gz
Checksums-Sha256: 
 60b113b99887edd73f76ad23973d15ea2b1c6c63c6faf6691b8127c0fc57ea15 2151 gtk+2.0_2.17.2-0ubuntu1.dsc
 b887346ece0d069df44538a711545e95d0acab932c6c1943c4880c8c4701ffcd 27166778 gtk+2.0_2.17.2.orig.tar.gz
 e4859419be10366287ca53f6f1d0ff0495e61ba4d846cacfd2dd6e94acaa2834 406367 gtk+2.0_2.17.2-0ubuntu1.diff.gz
Files: 
 a9f39df2695c6bd62eaccc466a3b932f 2151 libs optional gtk+2.0_2.17.2-0ubuntu1.dsc
 9bdb6d5ff06413954196f035902f3100 27166778 libs optional gtk+2.0_2.17.2.orig.tar.gz
 97920712426aaf3ad3cfbf08e9c2418e 406367 libs optional gtk+2.0_2.17.2-0ubuntu1.diff.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAko36rUACgkQQxo87aLX0pL5RwCfRWmOtXnvkObcrv2ANJIWoXXF
UhgAn2GlZhGWwOqysPok8GUKBvK0fej4
=xm9W
-----END PGP SIGNATURE-----


More information about the Karmic-changes mailing list