Change logs for gtk+2.0 source package in Cosmic

  • gtk+2.0 (2.24.32-3ubuntu1) cosmic; urgency=low
    
      * Merge from Debian unstable.  Remaining changes:
        - d/libgtk2.0-0.symbols: update symbols file.
        - Modify 015_default-fallback-icon-theme.patch
          - Set fallback icon theme to Adwaita instead of gnome
        - d/control: Depend on adwaita-icon-theme | gnome-icon-theme instead of
          the reverse order
        - Add Ubuntu-specific patches:
          + debian/patches/012_ubuntu-set-grab-add.patch
            - Added ubuntu_gtk_widget_set_has_grab so we can grab sliders and
              things in menus, needed by ido.
          + debian/patches/062_dnd_menubar.patch
            - Allow click on menubars for dnd.
          + debian/patches/063_treeview_almost_fixed.patch
            - Add an ubuntu-almost-fixed-height-mode property, (required for
              software-center).
          + debian/patches/071_no_offscreen_widgets_grabbing.patch:
            - Don't let offscreen widgets do grabbing.
          + debian/patches/090_logging_file_saves.patch
            - Improve the logging of saved files.
          + debian/patches/092_default_to_xdg_document_dir.patch:
            - Use $XDG_DOCUMENTS_DIR as default directory rather than the home
              directory for the "Print to File" function.
          + debian/patches/093_gtk3_gtkimage_fallbacks_use.patch:
            - Backported gtk3 patch to add a "use-fallback" property to GtkImage,
              using it "icon-name and GIcon type of GtkImages can use automatic
              fallback names."; it will be useful for the indicator stack.
          + debian/patches/095_git_menus_scrolling.patch
            - Backported of a gtk3 commit fixing menu scrolling issues.
          + debian/patches/096_git_gtkprintsettings.patch
            - Backport an upstream git commit from the gtk3 series; don't ignore
              the gtkprintsettings resolution settings.
          + debian/patches/097_statusicon_image_fallback.patch
            - Make GtkStatusIcon images use fallbacks by default if the property
              is available.
          + debian/patches/098_multiarch_module_path.patch
            - Fallback to the pre-multiarch directory for compatibility.
          + debian/patches/099_printer_filename_fix.patch
            - Fix to the print dialog for print to file, make sure a non-hidden
              filename is the default.
          + debian/patches/100_overlay_scrollbar_loading.patch
            - Add support for dynamically loading overlay scrollbars.
          + debian/patches/gtk-shell-shows-menubar.patch
            - List gtk-shell-shows-menubar setting; that's required to have the
              local menubars hidding under Unity in favor of the Unity ones.
          + debian/patches/print-dialog-show-options-of-remote-dnssd-printers.patch:
            - Make printing on remote DNS-SD/Bonjour-shared printers work.
          + debian/patches/backport_search_printer_location.patch
            -  The list of printers should be searchable/sortable.
          + debian/patches/menubar_toolbar_dragging.patch
            - Allow windows to be dragged using blank spaces in the toolbar as
              well as the menubar.
          + debian/patches/use-secrets-service-for-cups-auth_info.patch
    
    gtk+2.0 (2.24.32-3) unstable; urgency=medium
    
      * Team upload
    
      [ Hugh McMaster ]
      * debian/control.in:
        - Mark libgtk2.0-dev Multi-Arch: same (Closes: #689097).
        - Mark gir1.2-gtk-2.0 Multi-Arch: same.
      * gir1.2-gtk-2.0:
        - Install the typelibs into an arch-specific libdir (Closes: #898111).
      * libgtk2.0-dev:
        - Add multi-arch support by no longer packaging the deprecated
          dh_gtkmodules script (Closes: #875728).
    
      [ Simon McVittie ]
      * d/patches: Update to upstream gtk-2-24 branch, commit
        2.24.32-32-geec3ce0b4e
        - Includes patch from Chris Lamb to make immodules.cache reproducible
          (Closes: #872729)
      * d/copyright: Update
      * Stop installing stub ChangeLog as per Policy ยง12.7 (we install NEWS,
        which contains user-facing release notes, instead)
      * d/copyright: Update
    
     -- Gianfranco Costamagna <email address hidden>  Fri, 21 Sep 2018 12:54:04 +0200
  • gtk+2.0 (2.24.32-2ubuntu1) cosmic; urgency=low
    
      * Merge from Debian Sid (LP: #1756372). Remaining changes:
        - d/libgtk2.0-0.symbols: update symbols file.
        - Modify 015_default-fallback-icon-theme.patch
          - Set fallback icon theme to Adwaita instead of gnome
        - d/control: Depend on adwaita-icon-theme | gnome-icon-theme instead of
          the reverse order
        - Add Ubuntu-specific patches:
          + debian/patches/012_ubuntu-set-grab-add.patch
            - Added ubuntu_gtk_widget_set_has_grab so we can grab sliders and
              things in menus, needed by ido.
          + debian/patches/062_dnd_menubar.patch
            - Allow click on menubars for dnd.
          + debian/patches/063_treeview_almost_fixed.patch
            - Add an ubuntu-almost-fixed-height-mode property, (required for
              software-center).
          + debian/patches/071_no_offscreen_widgets_grabbing.patch:
            - Don't let offscreen widgets do grabbing.
          + debian/patches/090_logging_file_saves.patch
            - Improve the logging of saved files.
          + debian/patches/092_default_to_xdg_document_dir.patch:
            - Use $XDG_DOCUMENTS_DIR as default directory rather than the home
              directory for the "Print to File" function.
          + debian/patches/093_gtk3_gtkimage_fallbacks_use.patch:
            - Backported gtk3 patch to add a "use-fallback" property to GtkImage,
              using it "icon-name and GIcon type of GtkImages can use automatic
              fallback names."; it will be useful for the indicator stack.
          + debian/patches/095_git_menus_scrolling.patch
            - Backported of a gtk3 commit fixing menu scrolling issues.
          + debian/patches/096_git_gtkprintsettings.patch
            - Backport an upstream git commit from the gtk3 series; don't ignore
              the gtkprintsettings resolution settings.
          + debian/patches/097_statusicon_image_fallback.patch
            - Make GtkStatusIcon images use fallbacks by default if the property
              is available.
          + debian/patches/098_multiarch_module_path.patch
            - Fallback to the pre-multiarch directory for compatibility.
          + debian/patches/099_printer_filename_fix.patch
            - Fix to the print dialog for print to file, make sure a non-hidden
              filename is the default.
          + debian/patches/100_overlay_scrollbar_loading.patch
            - Add support for dynamically loading overlay scrollbars.
          + debian/patches/gtk-shell-shows-menubar.patch
            - List gtk-shell-shows-menubar setting; that's required to have the
              local menubars hidding under Unity in favor of the Unity ones.
          + debian/patches/print-dialog-show-options-of-remote-dnssd-printers.patch:
            - Make printing on remote DNS-SD/Bonjour-shared printers work.
          + debian/patches/backport_search_printer_location.patch
            -  The list of printers should be searchable/sortable.
          + debian/patches/menubar_toolbar_dragging.patch
            - Allow windows to be dragged using blank spaces in the toolbar as
              well as the menubar.
          + debian/patches/use-secrets-service-for-cups-auth_info.patch
    
    gtk+2.0 (2.24.32-2) unstable; urgency=medium
    
      * Team upload
    
      [ Jeremy Bicha ]
      * Modify 015_default-fallback-icon-theme.patch
        - Set fallback icon theme to Adwaita instead of gnome to match gtk3
      * d/control: Depend on adwaita-icon-theme | gnome-icon-theme instead of
        the reverse order
    
      [ Simon McVittie ]
      * d/patches: Add DEP-3 patch metadata and convert existing metadata
        to gbp pq format
      * d/p/001_static-linking-dont-query-immodules.patch:
        Update to the latest version that was proposed upstream (in 2007)
        - d/p/002_static-linking-dont-build-perf.patch: Adjust for
          different AM_CONDITIONAL
      * d/p/022_disable-viqr-im-for-vi-locale.patch:
        Add reference to Ubuntu bug 191451, summarize the reason why this
        is applied, and correctly attribute the patch to Ming Hua
        (see #895043)
      * d/p/m4macros-Set-a-serial-number.patch:
        Add patch from upstream to give gtk-2.0.m4 a serial number so that
        it will override older copies bundled with other packages, typically
        in the m4 directory (Closes: #895018)
    
     -- Simon Quigley <email address hidden>  Sun, 01 Jul 2018 00:53:11 -0500
  • gtk+2.0 (2.24.32-1ubuntu1) bionic; urgency=low
    
      * Merge from Debian Sid (LP: #1756372). Remaining changes:
        - d/libgtk2.0-0.symbols: update symbols file.
        - Modify 015_default-fallback-icon-theme.patch
          - Set fallback icon theme to Adwaita instead of gnome
        - d/control: Depend on adwaita-icon-theme | gnome-icon-theme instead of
          the reverse order
        - Add Ubuntu-specific patches:
          + debian/patches/012_ubuntu-set-grab-add.patch
            - Added ubuntu_gtk_widget_set_has_grab so we can grab sliders and
              things in menus, needed by ido.
          + debian/patches/062_dnd_menubar.patch
            - Allow click on menubars for dnd.
          + debian/patches/063_treeview_almost_fixed.patch
            - Add an ubuntu-almost-fixed-height-mode property, (required for
              software-center).
          + debian/patches/071_no_offscreen_widgets_grabbing.patch:
            - Don't let offscreen widgets do grabbing.
          + debian/patches/090_logging_file_saves.patch
            - Improve the logging of saved files.
          + debian/patches/092_default_to_xdg_document_dir.patch:
            - Use $XDG_DOCUMENTS_DIR as default directory rather than the home
              directory for the "Print to File" function.
          + debian/patches/093_gtk3_gtkimage_fallbacks_use.patch:
            - Backported gtk3 patch to add a "use-fallback" property to GtkImage,
              using it "icon-name and GIcon type of GtkImages can use automatic
              fallback names."; it will be useful for the indicator stack.
          + debian/patches/095_git_menus_scrolling.patch
            - Backported of a gtk3 commit fixing menu scrolling issues.
          + debian/patches/096_git_gtkprintsettings.patch
            - Backport an upstream git commit from the gtk3 series; don't ignore
              the gtkprintsettings resolution settings.
          + debian/patches/097_statusicon_image_fallback.patch
            - Make GtkStatusIcon images use fallbacks by default if the property
              is available.
          + debian/patches/098_multiarch_module_path.patch
            - Fallback to the pre-multiarch directory for compatibility.
          + debian/patches/099_printer_filename_fix.patch
            - Fix to the print dialog for print to file, make sure a non-hidden
              filename is the default.
          + debian/patches/100_overlay_scrollbar_loading.patch
            - Add support for dynamically loading overlay scrollbars.
          + debian/patches/gtk-shell-shows-menubar.patch
            - List gtk-shell-shows-menubar setting; that's required to have the
              local menubars hidding under Unity in favor of the Unity ones.
          + debian/patches/print-dialog-show-options-of-remote-dnssd-printers.patch:
            - Make printing on remote DNS-SD/Bonjour-shared printers work.
          + debian/patches/backport_search_printer_location.patch
            -  The list of printers should be searchable/sortable.
          + debian/patches/menubar_toolbar_dragging.patch
            - Allow windows to be dragged using blank spaces in the toolbar as
              well as the menubar.
          + debian/patches/use-secrets-service-for-cups-auth_info.patch
        - Remove reverse-applicable patch:
          + debian/patches/lp1641912-add-limit-to-list-size.patch
            - Fix a DOS allowing any application to cause all GTK applications to
              use an arbitrary amount of memory.
    
    gtk+2.0 (2.24.32-1) unstable; urgency=medium
    
      * New upstream release
      * debian/libgtk2.0-0.symbols: Add symbols
      * Update Vcs fields for migration to https://salsa.debian.org/
      * Drop patches applied in new release:
        - 0001-Don-t-use-guint32-with-XChangeProperty.patch
        - 0002-GtkMenuShell-always-activate-menu-shells.patch
    
    gtk+2.0 (2.24.31-5) unstable; urgency=medium
    
      * Update Vcs fields for conversion to git
      * Add debian/gbp.conf
      * Bump Standards-Version to 4.1.2
    
     -- Simon Quigley <email address hidden>  Fri, 23 Mar 2018 23:22:57 -0500