Skip to content

Debian Changelog gtk+2.0 (2.8.20-7)

2007

gtk+2.0 (2.8.20-7) unstable; urgency=high

   * Update patch 040_ia32-libs to fix incorrect overriding of gtkrc files;
     thanks Marc Brockschmidt.

 -- Loic Minier <lool@dooz.org>  Sun, 4 Mar 2007 22:02:55 +0100

gtk+2.0 (2.8.20-6) unstable; urgency=high

   * "The perfect is the enemy of the good" upload; sorry for the laz^Hteness.
   * New patch, 040_ia32-libs.patch, for ia32-libs support via ia32-libs-gtk;
     based on a patch by Goswin von Brederlow with the following changes: a)
     use .32 and .64 suffixes in all cases (compatible with Ubuntu), b) fix
     typo, c) use g_file_test() instead of g_access(); does not cover module
     loading via env vars; closes: #406453.

 -- Loic Minier <lool@dooz.org>  Sun, 4 Mar 2007 11:56:40 +0100

gtk+2.0 (2.8.20-5) unstable; urgency=high

   * Add a get-orig-source target to retrieve the upstream tarball.
   * SECURITY: New patch, 030_CVE-2007-0010_error-handling-in-pixbuf-loaders,
     to fix error handling in pixbuf loaders; CVE-2007-0010;
     RedHat #218755, #218932.

 -- Loic Minier <lool@dooz.org>  Thu, 25 Jan 2007 12:20:04 +0100

gtk+2.0 (2.8.20-4) unstable; urgency=medium

   * New patch, 020_dfb-window-destroy-leak, fixes a memory leak when
     destroying gdk windows with the DirectFB backend, causes crashes in the
     installer, hence RC and urgency medium; derived from upstream SVN r17014;
     closes: #403639.

 -- Loic Minier <lool@dooz.org>  Tue, 9 Jan 2007 19:39:57 +0100

2006

gtk+2.0 (2.8.20-3) unstable; urgency=low

   * New patch, 013_gdkproperty-directfb-strdup, backported from 2.10.6-2, to
     g_strdup() strings returned by gdk_atom_name(); GNOME #357611; thanks
     Attilio Fiandrotti.
   * Remove duplicate find invocation.
   * Stop shipping engines in the udeb again.

 -- Loic Minier <lool@dooz.org>  Fri, 13 Oct 2006 22:33:03 +0200

gtk+2.0 (2.8.20-2) unstable; urgency=low

   * New patch, 009_revert-gdkdrawable-directfb, to revert a fix for Italic
     letters which caused ugly unneeded horizontal/vertical lines; thanks
     Davide Viti. (Closes: #386860)
   * Fix typo, install-dfb depends on build-dfb, not build-shared.
   * Fix typo (DFB_PKGFIR versus DFB_PKGDIR), use the BUILD_DFB_DIR version of
     gdk-pixbuf-query-loaders, and set LD_LIBRARY_PATH to the udeb's /usr/lib;
     should fix the empty /etc/gtk-2.0/gdk-pixbuf.loaders. (Closes: #382435)
   * Ship all engines of the DirectFB build in the udeb, that is
     engines/libpixmap.so.

 -- Loic Minier <lool@dooz.org>  Wed, 20 Sep 2006 21:36:04 +0200

gtk+2.0 (2.8.20-1) unstable; urgency=low

   * New upstream releases; no API changes.

 -- Loic Minier <lool@dooz.org>  Mon, 14 Aug 2006 16:52:04 +0200

gtk+2.0 (2.8.18-7) unstable; urgency=medium

   * Rename patches to reflect the order in which they are applied:
     - 000_gtk+-2.2.0-buildfix-immodule to 001_gtk+-2.2.0-buildfix-immodule
     - 001_default_fallback_icon_theme to 003_default_fallback_icon_theme
     - 001_gtk+-ximian-gtk2-filesel-navbutton-5 to
       004_gtk+-ximian-gtk2-filesel-navbutton-5
     - 002_xpmico to 005_xpmico
     - 003_gtk+-2.8.17-directfb to 006_gtk+-2.8.17-directfb
     - 005_implicit_pointer_conversion to
       007_implicit_pointer_conversion_gdkdrawable_directfb
     - 006_implicit_pointer_conversion to
       008_implicit_pointer_conversion_gdkgc_directfb
   * Change the 000_gtk+-2.0.6-exportsymbols, and
     001_gtk+-2.2.0-buildfix-immodule patches to only patch the
     non-autogenerated files.
   * Rename 004_reautoconf to 070_mandatory-relibtoolize; update it for the
     previous changes; use an older autoconf version to work around a bug
     in the glib-gettext macro which broke localization in dialog boxes; thanks
     Mike Hommey.

 -- Loic Minier <lool@dooz.org>  Sun, 6 Aug 2006 11:49:48 +0200

gtk+2.0 (2.8.18-6) unstable; urgency=low

   * 005_implicit_pointer_conversion.patch: patch from Dann Frazier to
     fix an implicit pointer conversion error on 64-bit architectures
     (closes: #381081).
   * 006_implicit_pointer_conversion.patch: fix another implicit
     conversion by allowing deprecated functions in the necessary header
     file (closes: #381082).

 -- Josselin Mouette <joss@debian.org>  Wed, 2 Aug 2006 14:48:54 +0200

gtk+2.0 (2.8.18-5) unstable; urgency=low

   [ Loic Minier ]
   * Set Priority to extra to sync with overrides.
 
   [ Josselin Mouette ]
   * Set priority to extra for the udeb.
   * Bump build dependencies for libcairo to the stable version.
   * Lots of cleanup in debian/rules.
   * Rename directfb packages to libgtk-directfb-2.0-*.
   * Move .a and .la files from the engine package to the development
     package.
     + Add appropriate Replaces: field.

 -- Josselin Mouette <joss@debian.org>  Sun, 30 Jul 2006 18:21:37 +0200

gtk+2.0 (2.8.18-4) experimental; urgency=low

   * Bump libcairo build dependencies.
   * Only install the PNG loader in the udeb.
   * Rebuild against a fixed glib.

 -- Josselin Mouette <joss@debian.org>  Mon, 26 Jun 2006 22:34:27 +0200

gtk+2.0 (2.8.18-3) experimental; urgency=low

   * 003_gtk+-2.8.17-directfb.patch: new patch, bringing a new directfb
     backend.
   * 004_reautoconf.patch: new patch, result of "libtoolize --force
     --copy; aclocal; autoheader; automake -acf; autoconf; rm -rf
     autom4te.cache" with the previous patches applied.
   * Make 3 new packages: libgtk+2.0-directfb0-udeb,
     libgtk+2.0-directfb-dev and  libgtk+2.0-directfb0.
   * Add a new build flavour for directfb (only the shared version).
   * Use chrpath to remove the rpath in the udeb.
   * Generate a fake shlibs.local to handle all intra-gtk dependencies by
     hand.
   * Switch to debhelper compatibility mode 5 and require 5.0.22.
   * Standards-version is 3.7.2.
   * Break the circular dependency between libgtk2.0-0, libgtk2.0-bin and
     libgtk2.0-common (closes: #309604).
     + Remove libgtk2.0-common dependency on libgtk2.0-0.
     + Remove libgtk2.0-0 dependency on libgtk2.0-bin.
     + Use ${binary:Version} and ${source:Version} to ensure strict
       dependencies.
     + Build-depend on dpkg-dev 1.13.19.
     + Invert the libgtk2.0-common -> libgtk2.0-0 symbolic link.
     + libgtk2.0-common.preinst, libgtk2.0-0.postinst: dance the symbolic
       link samba.
     + Move support binaries and scripts to libgtk2.0-0 and make
       libgtk2.0-bin a binary-all package containing only scripts.
     + Move /usr/sbin/update-* calls to libgtk2.0-0.
     + update-*: call binaries at their new location.

 -- Josselin Mouette <joss@debian.org>  Mon, 26 Jun 2006 22:31:14 +0200

gtk+2.0 (2.8.18-2) UNRELEASED; urgency=low

   * Bump libgtk2.0-dev dependency and build-dep on libx11-dev to >= 2:1.0.0-6
     as it ships x11.pc which ends up in the Requires of gdk-x11-2.0.pc.
     (Closes: #326199, #370693)
     [debian/control, debian/control.in]

 -- Loic Minier <lool@dooz.org>  Tue, 6 Jun 2006 15:18:28 +0200

gtk+2.0 (2.8.18-1) unstable; urgency=low

   * New upstream version:
     Bugs fixed:
     - search box positioning has some bugs
     - Gdk does not translate VK_NUMPADx to GDK_KP_x
     - sanely handle late (re)setting of dnd image
     - Text is shifted off-by-one in Add to panel
     - gtk_widget_create_pango_layout docs typo
     - GtkLayout In GtkScrolledWindow does not receive the scroll_event
     - gtktreeview has RTL problems with toggle buttons if using gtktreestore
       as a model
     - Wrong drop location in GtkEntry
     - GtkImage animation CRITICALS on switching themes
     - DnD: Conditional jump or move depends on uninitialised value
     - cursor blocked to dnd mode after using shift and dnd on a GtkCalendar
     - Crashes while creating source code w/GtkFontSelection
     - the right edge tab does not appear when switching tab
     - Warning in gtk_paned_compute_position
     - gdk should set resolution on PangoCairoFontmap, not PangoCairoContext
     - GtkTreeView does not resize correctly
     - gtk_tree_view_get_cell_area() forgets depth-one expander
     - expander animation not working in RTL mode
     - Multiple issues discovered by Coverity
     - Make gtk_file_chooser_button_new() friendlier for language bindings

 -- Sebastien Bacher <seb128@debian.org>  Tue, 30 May 2006 17:02:26 +0200

gtk+2.0 (2.8.17-1) unstable; urgency=low

   * New upstream version:
     Bugs fixed:
     - Expander disclosure button is too small
     - gtk_image_clear doesn't cause redraw
     - typo in configure.in yields suspicious warning
     - gtk_icon_view_set_cursor causes Segmentation fault
     - garbage output of --help in non UTF-8 locale
     - GtkNotebook does not destroy its children on destroy()
     - TreeView DnD between-row highlight colo
     - Gtk-Criticals occur when scrolling a text_view that is not realized
     - Hidden menubar still activates submenus with kbd
     - GtkTreeItem broken
     -  Clean up button press handling (use one-grab-op-at-a-time pattern)
     - broken scrolling when selecting
     - GTK+ File-chooser dialog crashes
     - Nautilus crashes when dragging icons to another screen
     - mixed line separators confuse gtk_text_iter_ends_line
     - Textview child is covered by window border
     - gdk_pixbuf_loader_new_with_type(): What image types are allowed?
     - Missing progress bar label
     - Fix a problem which caused grab-notify signal to be missed in some cases
   * debian/control.in:
     - clear the Build-Depends on xlibs-static-pic | xlibs-pic, not required
     - updated the Build-Depends on libpango1.0-dev so it build with
       the xorg transitioned version
   * * debian/patches/001_default_fallback_icon_theme.patch:
     - set the default fallback icon theme to "gnome", fixes the issues with
       the moves of icons from hicolor to gnome

 -- Sebastien Bacher <seb128@debian.org>  Sun, 9 Apr 2006 21:54:11 +0200

gtk+2.0 (2.8.16-1) unstable; urgency=low

   * New upstream version

 -- Sebastien Bacher <seb128@debian.org>  Wed, 15 Mar 2006 19:26:46 +0100

gtk+2.0 (2.8.15-1) unstable; urgency=low

   * New upstream version:
     * Bugs fixed:
       - Keys P and N in "open file" dialog have special meaning
       - MS-Windows theme (GTK-Wimp) shows all funky characters
       - Optimize gdk on win32
       - Hollow polygons have wrong linecaps
       - panel crash with a11y enabled
     * Updated translations (bg,bn,cs,eu,ro)

 -- Sebastien Bacher <seb128@debian.org>  Tue, 14 Mar 2006 15:41:56 +0100

gtk+2.0 (2.8.13-1) unstable; urgency=low

   * New upstream version:
     * Bugs fixed:
     - Can't select some items in GtkIconView
     - gtk_icon_theme_list_icons: example contexts don't work
     - gnopernicus crashes on changing display screen source for magnifier
     - evince crashes in gdk_region_union_with_rect
     - Small error in _gdk_gc_update_context
     - gtk.Notebook.get_current_page() returns incorrect page number
       when pages hidden
     - GtkAboutDialog not responsive to Escape key
     - GtkNotebook popup menu not keynavigatable
     - GtkRadioButton does not issue notify::active
     - Make more use of G_DISABLE_ASSERT in TextView code
     * Updated translations

 -- Sebastien Bacher <seb128@debian.org>  Sat, 25 Feb 2006 23:56:58 +0100

gtk+2.0 (2.8.12-1) unstable; urgency=low

   * New upstream bugfix release.
   * [debian/copyright] Updated FSF's address.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sun, 12 Feb 2006 14:11:11 +0100

gtk+2.0 (2.8.11-1) unstable; urgency=low

   * New upstream version
     * Avoid memory overruns in the pixbuf theme engine with nonsensical
       gradient specifications.  [Matthias]
     * Bugs fixed:
     - Cursor doesn't move as expected
     - Segfault from combination of gtk_container_set_resize_mode()
       and GtkComboBox
     - segfault in update_cursor on amd64
     - eog crashes at launch under AIX
     - "~" should bring up the location dialog
     - gtk_text_layout_get_cursor_locations() chokes on layout=0x0
     * Documentation improvements [Federico Mena Quintero]
     * Translation updates (es,pt_BR,zh_HK,zh_TW)

 -- Sebastien Bacher <seb128@debian.org>  Fri, 27 Jan 2006 22:28:05 +0100

gtk+2.0 (2.8.10-1) unstable; urgency=low

   * New upstream version
   * debian/control.in:
     - updated the glib requirement
   * debian/patches/001_fs_documents.patch:
     - dropped, stick with upstream behaviour rather

 -- Sebastien Bacher <seb128@debian.org>  Thu, 12 Jan 2006 13:34:37 +0100

2005

gtk+2.0 (2.8.9-2) unstable; urgency=low

   * Upload to unstable

 -- Sebastien Bacher <seb128@debian.org>  Thu, 15 Dec 2005 15:13:32 +0100

gtk+2.0 (2.8.9-1) experimental; urgency=low

   * New upstream version:
     Bugs fixed:
     - File chooser filter behaves weird
     - 2.8.4 to 2.8.6: sound-juicer crash, fileselector assertions
     - On unsetting the Model, GtkTreeView does not clear
       it's associated TreeSelection
     - Crash on selecting a file of null mime-type
     - gtktoolbutton leaks a pixbuf
     - GdkEvent leaked in gtktreeview.c / gtk_tree_view_key_press
     - Typo in trap_activate_cb()
     - gtkcalendar.c: The identifier is already declared.
     - gtk_menu_attach_to_widget() does not take NULL detacher
     - Unhinted fonts are measured incorrectly and drawing
       problems occur as a result
     - unwanted scrolling in recent gtk
     - Toolbars without icons are invisible in icon-only mode
     - Search-entry in the TreeView not working properly
     - gtktoolbutton.c:562: warning: 'image' is used
       uninitialized in this function
     - reference count of textbuffer increases with each paste
     - gtk_selection_data_get_uris leaks memory
     Other changes:
     - Remove GMemChunk from public header files to
       support building against GLib 2.10
     - Report errors in option parsing
     - Merge upstream xdgmime changes to handle duplicate glob patterns

 -- Sebastien Bacher <seb128@debian.org>  Sat, 10 Dec 2005 18:22:50 +0100

gtk+2.0 (2.8.8-1) experimental; urgency=low

   * New upstream version:
     GtkFileChooser:
      - Make F2 work for renaming bookmarks
     GtkEntry:
      - Turn off input methods in password entries
     - Other fixes * Documentation improvements
     - Updated translations

 -- Sebastien Bacher <seb128@debian.org>  Tue, 29 Nov 2005 16:00:32 +0100

gtk+2.0 (2.8.7-1) experimental; urgency=low

   * New upstream version.
   * Security fixes:
     - Add check to XPM reader to prevent integer overflow for specially crafted
       number of colors (CVE-2005-3186) (Closes: #339431).
     - Fix endless loop with specially crafted number of colors (CVE-2005-2975).
   * debian/patches/001_fs_documents.patch:
     - updated.
   * debian/rules:
     - fix confusing cp usage.
 
   [ Loic Minier ]
   * Drop xlibs-dev deps and build-deps.
     [debian/control, debian/control.in]

 -- Sebastien Bacher <seb128@debian.org>  Wed, 16 Nov 2005 11:54:11 +0100

gtk+2.0 (2.8.3-1) experimental; urgency=low

   * New upstream version:
     - Fix problems with the handling of initial settings
       for font options and cursor themes.
     - Add a --ignore-theme-index option to gtk-update-icon-cache.

 -- Jordi Mallach <jordi@debian.org>  Thu, 1 Sep 2005 19:45:50 +0200

gtk+2.0 (2.8.2-1) experimental; urgency=low

   * New upstream version:
     - Fix a crash with custom icon themes, which affected
       the gnome-theme-manager.
     - Make sure font and cursor settings are propaged down
       to the screen initially.
   * debian/control.in:
     - require the current pango.

 -- Sebastien Bacher <seb128@debian.org>  Thu, 25 Aug 2005 00:36:18 +0200

gtk+2.0 (2.8.1-1) experimental; urgency=low

   * New upstream version:
     - gtk-update-icon-cache no longer stores copies of symlinked icons,
       and it has a --index-only option to omit image data from the cache.
     - Make large GtkSizeGroups more efficient.
     - Improve positioning of menus in GtkToolbar.
     - Make scrolling work on unrealized icon views.
     - Avoid unnecessary redraws on range widgets.
     - Make sure that all GTK+ applications reload icon themes promptly.
     - Ensure that gdk_pango_get_context() and gtk_widget_get_pango_context()
       use the same font options and dpi value.
     - Multiple memory leak fixes.
   * debian/control.in:
     - updated the libgtk2.0-dev Depends according to the changes.
   * debian/rules:
     Add --enable-explicit-deps=yes to make sure stuff like x11 gets listed as a
     Requires: in gdk(-x11)-2.0.pc, because otherwise linkage against -lX11 and
     friends doesn't get carried through.  Whether or not this is correct is
     arguable, since libgdk-x11-2.0.so.0* ends up linked against it anyway, but
     stuff like gnome-panel seems to be relying on this transience.
     Change by Daniel Stone.

 -- Sebastien Bacher <seb128@debian.org>  Wed, 24 Aug 2005 11:24:16 +0200

gtk+2.0 (2.8.0-1) experimental; urgency=low

   * New upstream version.
   * debian/control.in:
     - build with the new cairo (Closes: #323705).
     - updated the Build-Depends for xorg (Closes: #323080).
   * debian/copyright:
     - use License instead of Copyright (Closes: #323209).
   * debian/patches/001_fs_documents.patch:
     - default to Documents.
   * debian/rules:
     - updated the shlibs.
   * debian/watch:
     - updated.

 -- Sebastien Bacher <seb128@debian.org>  Thu, 18 Aug 2005 12:19:41 +0200

gtk+2.0 (2.7.2-1) experimental; urgency=low

   * New upstream version.
   * debian/control.in:
     - updated the Build-Depends.
   * debian/rules:
     - updated the shlibs.
     - use cairo.
   * debian/watch:
     - updated.

 -- Sebastien Bacher <seb128@debian.org>  Tue, 12 Jul 2005 01:06:55 +0200

gtk+2.0 (2.6.8-1) unstable; urgency=low

   * New upstream version.
   * debian/patches/003_focus_issues.patch:
     - fixed with the new version.

 -- Sebastien Bacher <seb128@debian.org>  Thu, 16 Jun 2005 12:52:35 +0200

gtk+2.0 (2.6.7-2) unstable; urgency=low

   * Upload to unstable.
   * Forward patches from 2.6.4 branch:
     + 003_focus_issues.patch: stolen from CVS HEAD to fix focus issues.
     + debian/gtk-tutorial.devhelp: updated to reflect the reality of the
       html files.
   * Loïc Minier:
     + Document the configuration of Emacs-style key bindings in README.Debian,
       with additional instructions for GNOME users. [debian/README.Debian]
       (Closes: #309530)

 -- Josselin Mouette <joss@debian.org>  Mon, 6 Jun 2005 22:39:27 +0200

gtk+2.0 (2.6.7-1) experimental; urgency=low

   * New upstream version:
     - Fix compilation with gcc 4.0 (Closes: #303646).
   * debian/rules:
     - clean from the mips changes.
   * debian/patches/002_bmp.patch:
     - the new version fixes that.
   * debian/patches/004_fs_newdir.patch:
     - the new version fixes that.

 -- Sebastien Bacher <seb128@debian.org>  Thu, 14 Apr 2005 22:06:53 +0200

gtk+2.0 (2.6.4-1) unstable; urgency=medium

   * New upstream release.
   * debian/patches/004_fs_newdir.patch:
     - fix a crash in the fileselector when creating a directory.
   * debian/patches/003_iconcache.patch:
     - this bug is fixed in the new version.
   * debian/patches/004_mipsbuild.patch:
     - dropped, this change is not required.
   * debian/patches/002_bmp.patch:
      - fix CAN-2005-0891: BMP double free Dos (Closes: #303141).

 -- Sebastien Bacher <seb128@debian.org>  Tue, 5 Apr 2005 21:09:01 +0200

gtk+2.0 (2.6.2-4) unstable; urgency=high

   * Sjoerd Simons:
     - debian/patches/003_iconcache.patch
       + Updated. Let updateiconcache.c include config.h so it's correctly build
         with large file support (Closes: #295777).
   * Sebastien Bacher:
     - debian/shlibs.local:
       + dropped, fix the self depends (Closes: #296175).
   * Loic Minier:
     - debian/control*
       + added gtk2-engines-pixbuf subsection and priority to sync with
         the override.
   * Use high urgency so that icon themes can propagate to testing.

 -- Josselin Mouette <joss@debian.org>  Wed, 2 Mar 2005 22:28:38 +0100

gtk+2.0 (2.6.2-3) unstable; urgency=low

   * Patch from Steve Langasek <vorlon@debian.org>:
     Add a --disable-testsuite argument to upstream configure, to permit
     skipping the testsuite on architectures where large static binaries
     are currently problematic (i.e., mips).  Closes: #295048.

 -- Sebastien Bacher <seb128@debian.org>  Sun, 13 Feb 2005 19:23:39 +0100

gtk+2.0 (2.6.2-2) unstable; urgency=low

   * debian/libgtk2.0-bin.postinst:
     - don't run gtk-update-icon-cache, the themes should do that
       (Closes: #293568).
   * debian/patches/003_iconcache.patch:
     - should fix the gtk-update-icon-cache issue on sparc.

 -- Sebastien Bacher <seb128@debian.org>  Sun, 6 Feb 2005 19:57:57 +0100

gtk+2.0 (2.6.2-1) unstable; urgency=low

   * New upstream release:
     - fix the loop in gtkdialog (Closes: #291051).
     - should fix the issue on sparc (Closes: #293711).

 -- Sebastien Bacher <seb128@debian.org>  Sun, 6 Feb 2005 00:16:52 +0100

gtk+2.0 (2.6.1-2) unstable; urgency=low

   * Upload to unstable.
   * debian/patches/004_gtkmodules.patch:
     - don't reverse the order of modules, that fix a crash with the modules.

 -- Sebastien Bacher <seb128@debian.org>  Wed, 2 Feb 2005 18:28:09 +0100

gtk+2.0 (2.6.1-1) experimental; urgency=low

   * New upstream release.

 -- Sebastien Bacher <seb128@debian.org>  Sun, 9 Jan 2005 14:23:07 +0100

2004

gtk+2.0 (2.6.0-1) experimental; urgency=low

   * New upstream release (Closes: #275239).
   * debian/control.in:
     - create a gtk2-engines-pixbuf package.
     - recommends hicolor-icon-theme (Closes: #287334).
     - rename libgtk2.0-dbg to libgtk2.0-0-dbg.
     - updated the Build-Depends.
   * debian/gtk2-engines-pixbuf.files:
     - added.
   * debian/libgtk2.0-bin.files:
     - install gtk-update-icon-cache here.
   * debian/libgtk2.0-bin.postinst:
     - call gtk-update-icon-cache.
   * debian/patches/001_gtk+-debian-aclocal-pass_all.patch:
     - removed, should not be needed with the new version.
   * debian/patches/003_treeview-typeahead.patch,
     debian/patches/003_filechooser-search.patch,
     debian/patches/004_treeview-activate.patch,
     debian/patches/005_modifiers.patch:
     - removed, these changes are in the new version.
   * debian/rules:
     - updated the shlibs.
     - use dh_strip to make the debug package.
   * update-gtk-immodules.in:
   * update-gdkpixbuf-loaders.in:
     - module version is 2.4.0.
   * debian/watch:
     - updated.

 -- Sebastien Bacher <seb128@debian.org>  Wed, 29 Dec 2004 18:55:11 +0100

gtk+2.0 (2.4.14-2) unstable; urgency=low

   * debian/patches/003_filechooser-search.patch:
     - open the path entry if "/" is enter in the file-selector.
   * debian/patches/004_treeview-activate.patch:
     - typeahead active the row.
   * debian/patches/005_modifiers.patch:
     - accept shift-/ for bringing up the location popup.

 -- Sebastien Bacher <seb128@debian.org>  Tue, 21 Dec 2004 16:21:15 +0100

gtk+2.0 (2.4.14-1) unstable; urgency=low

   * New upstream release (Closes: #286021).
   * debian/control.in:
     - set myself as maintainer.
   * debian/patches/003_treeview-typeahead.patch:
     - backport of the typeahead feature for the treeviews.

 -- Sebastien Bacher <seb128@debian.org>  Sun, 19 Dec 2004 14:55:07 +0100

gtk+2.0 (2.4.13-1) unstable; urgency=low

   * New upstream release:
     - make new notebook tabs appear again (Closes: #276266).

 -- Sebastien Bacher <seb128@debian.org>  Wed, 13 Oct 2004 16:48:13 +0200

gtk+2.0 (2.4.11-1) unstable; urgency=low

   * New upstream release.

 -- Sebastien Bacher <seb128@debian.org>  Mon, 11 Oct 2004 19:48:52 +0200

gtk+2.0 (2.4.10-1) unstable; urgency=low

   * New upstream release.
   * debian/patches/002_xpmico.patch:
     - updated, the two xpm fixes are in the new version.

 -- Sebastien Bacher <seb128@debian.org>  Sun, 19 Sep 2004 00:19:27 +0200

gtk+2.0 (2.4.9-2) unstable; urgency=high

   * debian/patches/002_xpmico.patch:
     - fix CAN-2004-0782 Heap-based overflow in pixbuf_create_from_xpm.
     - fix CAN-2004-0783 Stack-based overflow in xpm_extract_color.
     - fix CAN-2004-0788 ico loader integer overflow.

 -- Sebastien Bacher <seb128@debian.org>  Fri, 17 Sep 2004 12:23:02 +0200

gtk+2.0 (2.4.9-1) unstable; urgency=medium

   * GNOME team upload.
   * New upstream release.
   * debian/patches/002_gtk+-pixbuf-breakage.patch: removed, included in
     upstream version 2.4.8.

 -- Jordi Mallach <jordi@debian.org>  Thu, 26 Aug 2004 14:41:17 +0200

gtk+2.0 (2.4.7-1) unstable; urgency=medium

   * GNOME team upload.
   * New upstream release.
   * debian/patches/002_gtk+-pixbuf-breakage.patch: new, apply patch
     from CVS to fix thumbnail corruption in nautilus.

 -- Jordi Mallach <jordi@debian.org>  Wed, 25 Aug 2004 20:12:28 +0200

gtk+2.0 (2.4.4-2) unstable; urgency=medium

   * Rebuilt with libtiff4.
   * debian/control.in:
     - Build-Depends on libtiff4-dev.

 -- Sebastien Bacher <seb128@debian.org>  Wed, 28 Jul 2004 23:11:54 +0200

gtk+2.0 (2.4.4-1) unstable; urgency=low

   * New upstream release
     - fix the problem with directories displayed twice in the file chooser
       (Closes: #249057).
   * debian/control.in:
     - libgtk2.0-bin Conflicts with old libgtk2.0-dev.

 -- Sebastien Bacher <seb128@debian.org>  Sun, 11 Jul 2004 00:33:45 +0200

gtk+2.0 (2.4.3-3) unstable; urgency=low

   * debian/control.in:
     - since manpages have moved from libgtk2.0-dev to libgtk2.0-bin we need
       to update the Replaces.

 -- Sebastien Bacher <seb128@debian.org>  Mon, 5 Jul 2004 21:15:25 +0200

gtk+2.0 (2.4.3-2) unstable; urgency=low

   * debian/libgtk2.0-bin.files:
     - moved gdk-pixbuf-query-loader and gtk-query-immodules-2.0 manpages
       to libgtk2.0-bin. (Closes: #257399).
   * debian/libgtk2.0-doc.doc-base.gtk-faq,
     debian/libgtk2.0-doc.doc-base.gtk-tutorial:
     - changed index.html with book1.html.
   * Included devehelp files from Richard Cohen <richard@daijobu.co.uk>
     for the faq and the tutorial (Closes: #256844).

 -- Sebastien Bacher <seb128@debian.org>  Sat, 3 Jul 2004 12:14:38 +0200

gtk+2.0 (2.4.3-1) unstable; urgency=medium

   * New upstream release
     - fix the button size allocation logic (Closes: #253971, #253974).
   * debian/rules
     - updated the shlibs.

 -- Sebastien Bacher <seb128@debian.org>  Tue, 15 Jun 2004 11:29:13 +0200

gtk+2.0 (2.4.2-1) unstable; urgency=low

   * New upstream release (Closes: #252690).

 -- Sebastien Bacher <seb128@debian.org>  Sat, 5 Jun 2004 17:23:57 +0200

gtk+2.0 (2.4.1-4) unstable; urgency=low

   * Conflict with librsvg2-common << 2.6.3-1 (closes: #250714, #250647).

 -- Josselin Mouette <joss@debian.org>  Tue, 25 May 2004 14:15:22 +0200

gtk+2.0 (2.4.1-3) unstable; urgency=low

   * GNOME Team Upload.
   * Upload to unstable
     + close bug fixed in experimental uploads
       (Closes: #161244, #201429, #201507, #203677, #208744, #223316, #228603)
       (Closes: #232081, #234902, #238479, #241860)
   * Marc Brockschmidt <he@debian.org>
    + debian/rules: Really, really surpress warnings when removing directories
      (using >/dev/null 2>&1 instead of 2>&1 >/dev/null)

 -- Sebastien Bacher <seb128@debian.org>  Sat, 22 May 2004 15:23:21 +0200

gtk+2.0 (2.4.1-2) experimental; urgency=low

   * debian/control.in:
     + Conflict with old versions of packages that need a rebuild to work with
       gtk+2.4 to force the updates.

 -- Sebastien Bacher <seb128@debian.org>  Sat, 15 May 2004 23:24:07 +0200

gtk+2.0 (2.4.1-1) experimental; urgency=low

   * New upstream release.
   * Akira TAGOH <tagoh@debian.org>
   + debian/control:
     - added libgtk2.0-0 to Depends for libgtk2.0-common. (from 2.2.4-6).
     - libgtk2.0-dev requires libxext-dev. (Closes: #247469)
   * Sebastien Bacher <seb128@debian.org>
   + debian/rules:
     - updated shlib to 2.4.1.

 -- Sebastien Bacher <seb128@debian.org>  Wed, 5 May 2004 23:32:54 +0200

gtk+2.0 (2.4.0-4) experimental; urgency=low

   * Akira TAGOH <tagoh@debian.org>
   + debian/control:
     - moved arch-independent files to libgtk2.0-common again.
     - separated arch-dependent files to libgtk2.0-bin.

 -- Akira TAGOH <tagoh@debian.org>  Sat, 24 Apr 2004 02:11:52 +0900

gtk+2.0 (2.4.0-3) experimental; urgency=low

   * Akira TAGOH <tagoh@debian.org>
   + debian/rules:
     - modified the sed script to strip the version properly.
       (closes: Bug#241860)
     - clean up.
   + debian/control:
     - updated the dependencies for the separated xlibs-dev. (from 2.2.4-4)
     - separated arch-independent data to libgtk2.0-data package.
       (from 2.2.4-4)

 -- Akira TAGOH <tagoh@debian.org>  Fri, 23 Apr 2004 22:43:58 +0900

gtk+2.0 (2.4.0-2) experimental; urgency=low

   * debian/control.in:
     + Added build dependency on libxcursor-dev. (Closes: #239886)
 
   Sebastien Bacher <seb128@debian.org>:
   * debian/rules:
     + Updated shver.
   * debian/control.in:
     + Added again Build-Depends removed in 2.4.0-1.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Thu, 25 Mar 2004 11:18:48 +0100

gtk+2.0 (2.4.0-1) experimental; urgency=low

   * First upload of new GTK+ branch in experimental (Closes: #238479):
     + back out locale-dependent interpretation of KP_Decimal (Closes: #234902).
     + change scrolling method (Closes: #161244).
     + first day of the week depends of the locale (Closes: #228603).
     + fix fileselector multiple selection handling after keyboard validation
       (Closes: #208744).
     + fix gtktreeview crash when expanding nodes (Closes: #232081).
     + fix quotes missing in gtk-2.0.m4 (Closes: #223316).
     + use the new file selector (Closes: #203677, #201429, #201507).
     + and probably a lot of other bug fixes and improvements ...
   * Sebastien Bacher <seb128@debian.org>:
     * debian/control.in:
       - removed Build-Depends on docbook-utils and linuxdoc-tools-text.
     * patches/001_gtk+-debian-docfix-dtds.patch:
       - removed since we have a xml catalog now.
   * Rob Taylor <robtaylor@fastmail.fm>:
     * debian/control.in, debian/sources, debian/scripts/vars, debian/watch:
       - updated for 2.4.0.
     * debian/patches/:
       - 002_gtk+-debian-freetype.patch:
         + removed, not needed any more, configure already has the changes.
       - 000_gtk+-2.2.4-non-weak-symbols.patch:
         + removed, fixed in upstream source.
       - 000_gtk+-2.2.4-socketfocus.patch:
         + removed, fixed in upstream source.
       - 001_gtk+-debian-aclocal-pass_all.patch :
         + updated.
       - 000_gtk+-2.2.0-buildfix-immodule.patch
         + updated.
       - 000_gtk+-debian-xinerama-pic.patch
         + updated.

 -- Sebastien Bacher <seb128@debian.org>  Mon, 22 Mar 2004 22:00:09 +0100

gtk+2.0 (2.2.4-6) unstable; urgency=low

   * Akira TAGOH <tagoh@debian.org>
   + debian/control:
     - added libxt-dev to fix FTBFS. (closes: Bug#246450)
     - added libgtk2.0-0 to Depends for libgtk2.0-common.

 -- Akira TAGOH <tagoh@debian.org>  Tue, 4 May 2004 11:30:56 +0900

gtk+2.0 (2.2.4-5) unstable; urgency=low

   * Akira TAGOH <tagoh@debian.org>
   + debian/control:
     - moved arch-independent files to libgtk2.0-common again.
     - separated arch-dependent files to libgtk2.0-bin.

 -- Akira TAGOH <tagoh@debian.org>  Sat, 24 Apr 2004 01:12:08 +0900

gtk+2.0 (2.2.4-4) unstable; urgency=low

   * Akira TAGOH <tagoh@debian.org>
   + debian/rules:
     - bumped the shlib version to 2.2.1-3. (closes: Bug#208671)
   + debian/control:
     - separated arch-independent data to libgtk2.0-data package.
       (closes: Bug#233396)
     - fixed the dependencies for the separated xlibs-dev.
       (closes: Bug#241782, Bug#241522)
   + debian/libgtk2.0-data.{dir,files}:
     - added.

 -- Akira TAGOH <tagoh@debian.org>  Thu, 22 Apr 2004 00:42:02 +0900

2003

gtk+2.0 (2.2.4-3) unstable; urgency=low

   * debian/patches/:
     - 002_gtk+-debian-freetype.patch: patch from Daniel Schepler to fix the
       build failure due to freetype (Closes: #225129).

 -- Sebastien Bacher <seb128@debian.org>  Sat, 27 Dec 2003 13:00:17 +0100

gtk+2.0 (2.2.4-2) unstable; urgency=low

   * debian/control:
     - added Uploaders to maintain as team.
     - added gnome-pkg-tools to Build-Depends.
   * debian/gtk-options.7:
     - included a manpage with the help on the options (Closes: Bug#216897).
   * debian/libgtk2.0-doc.doc-base.gtk-faq
   * debian/libgtk2.0-doc.doc-base.gtk-tutorial:
     - replaced book1.html by index.html (closes: Bug#215382).
   * debian/patches/:
     - 000_gtk+-2.2.4-socketfocus.patch: new patch to fix a GtkSocket focus
       problem that hang the system tray applet.
       (closes: Bug#210813, Bug#212772).
     - 001_gtk+-ximian-gtk2-filesel-navbutton-5.patch: updated
       (closes: Bug#216660).
   * debian/rules:
     - modified to generate debian/control using gnome-pkg-tools.

 -- Sebastien Bacher <seb128@debian.org>  Fri, 31 Oct 2003 21:32:29 +0100

gtk+2.0 (2.2.4-1) unstable; urgency=low

   * New upstream release.
     - implemented the im module that produces C_WITH_CEDILLA rather than
       C_WITH_ACUTE for dead_acute+c combinations. it will be used as default
       im module for fr and pt. (closes: Bug#168557)
     - reworked the handling of XIM's status window. (closes: Bug#203009)
   * debian/control:
     - removed libgtk2.0-0png3 which is unnecessary anymore.
     - added non-versioned Conflicts: libgtk2.0-0png3.
     - bumped Standards-Version to 3.6.1.0.
   * debian/patches/: removed the backported patches.
     - 000_gtk+-2.2.2-docfix-gtk2compliant.patch
     - 000_gtk+-2.2.2-docfix-gtktreemodel.patch
     - 000_gtk+-2.2.2-gtkwidget-viewable.patch
     - 000_gtk+-2.2.2-imxim-reconnect.patch

 -- Akira TAGOH <tagoh@debian.org>  Mon, 8 Sep 2003 03:42:18 +0900

gtk+2.0 (2.2.2-3) unstable; urgency=low

   * debian/patches/:
     - 000_gtk+-2.2.2-docfix-gtk2compliant.patch: applied a backported patch
       from CVS to fix the old documentation. (closes: Bug#146723)
     - 000_gtk+-2.2.2-docfix-gtktreemodel.patch: applied a backported patch
       from CVS to fix the sample code. (closes: Bug#201322)
     - 000_gtk+-2.2.2-gtkwidget-viewable.patch: applied a backported patch from
       CVS to fix the garbled pixmaps. (closes: Bug#201808, Bug#202486)
     - 000_gtk+-2.2.2-imxim-reconnect.patch: applied a backported patch from
       CVS to fix the segfaults if the XIM server is killed during running gtk2
       applications.
     - 001_gtk+-debian-docfix-dtds.patch: applied to use the local DTD.
   * debian/control:
     - added Build-Depends-Indep: gtk-doc-tools, docbook-xml to re-generate the
       fixed documents.

 -- Akira TAGOH <tagoh@debian.org>  Thu, 7 Aug 2003 01:42:46 +0900

gtk+2.0 (2.2.2-2) unstable; urgency=low

   * debian/patches/:
     - 001_gtk+-debian-aclocal-pass_all.patch: re-applied a patch to fix FTBFS
       on arm. (closes: Bug#201443)

 -- Akira TAGOH <tagoh@debian.org>  Thu, 24 Jul 2003 03:14:10 +0900

gtk+2.0 (2.2.2-1) unstable; urgency=low

   * New upstream release. (closes: Bug#200350)
     - Fixed threadlocks on GtkTreeView. (closes: Bug#192136)
     - Fixed the crash on moving the cursor when the cursor is invisible.
       (closes: Bug#187858)
     - Fixed the compose table for ascending order. (closes: Bug#182073)
   * debian/control:
     - fix the FTBFS. Thanks to Daniel Baeyens.
     - bumped Standards-Version to 3.6.0.
   * debian/rules:
     - removed dh_undocumented.
     - don't claim the newer shlibs.
   * debian/patches/:
     - 000_gtk+-2.2.1-gdk_event_copy_for_xinput.patch: removed.
     - 000_gtk+-2.2.1-gdk_visual_get_best_with_depth.patch: removed.
     - 000_gtk+-2.2.1-gtk_text_line_previous_could_contain_tag.patch: removed.
     - 000_gtk+-2.2.1-gtktreeview-scroll.patch: removed.
     - 000_gtk+-debian-xinerama-pic.patch: updated.
     - 001_gtk+-debian-aclocal.patch: removed.
     - 001_gtk+-ximian-gtk2-filesel-navbutton-5.patch: applied a Ximian patch
       to improve the GtkFileSel UI. Requested from Ross Burton.
     - 000_gtk+-2.2.2-non-weak-symbols.patch: applied to fix the undefined non
       weak symbols. (closes: Bug#193774)

 -- Akira TAGOH <tagoh@debian.org>  Sun, 13 Jul 2003 21:26:49 +0900

gtk+2.0 (2.2.1-6) unstable; urgency=low

   * debian/patches/001_gtk+-debian-aclocal.patch:
     - damn. forgot to re-run automake and autoconf. fix again.
       (closes: Bug#190569)

 -- Akira TAGOH <tagoh@debian.org>  Sat, 3 May 2003 16:56:18 +0900

gtk+2.0 (2.2.1-5) unstable; urgency=low

   * debian/control:
     - changed a section for libgtk2.0-dbg to libdevel.
   * debian/patches/000_gtk+-debian-aclocal.patch:
     - applied to fix Xinerama library linkage broken on arm and m68k.
       (closes: Bug#190569)
       Thanks to James Troup and Phil Blundell.

 -- Akira TAGOH <tagoh@debian.org>  Sat, 3 May 2003 01:50:52 +0900

gtk+2.0 (2.2.1-4) unstable; urgency=low

   * debian/patches/:
     - 000_gtk+-2.2.1-gtk_text_line_previous_could_contain_tag.patch:
       applied a backported patch from CVS. (closes: Bug#185066)
     - 000_gtk+-2.2.1-gtktreeview-scroll.patch:
       applied a patch from Red Hat to fix infinite expose loops in TreeView.
       (closes: Bug#187312)
   * debian/control:
     - bumped Standards-Version to 3.5.9.
     - changed a section for libgtk2.0-dev to libdevel.
   * debian/rules:
     - fixed the symlinks on /usr/share/gtk-doc/html. (closes: Bug#183377)
   * debian/compat:
     - use it instead of DH_COMPAT.

 -- Akira TAGOH <tagoh@debian.org>  Fri, 4 Apr 2003 01:55:35 +0900

gtk+2.0 (2.2.1-3) unstable; urgency=low

   * build against the latest xlibs and xlibs-pic. so now correct
     libXinerama_pic.a is linked and supporting xinarama is re-enabled.
     (closes: Bug#177318)
   * debian/control:
     - depend on xlibs-pic (>= 4.2.1-6)
   * debian/README.Debian:
     - improve description of static libraries issue. (closes: Bug#181879)
       Thanks to Marcelo E. Magallon <mmagallo@debian.org>
     - mention gtk-key-theme-name and gnome-settings-daemon.
   * debian/rules:
     - create the symlinks in /usr/share/gtk-doc

 -- Akira TAGOH <tagoh@debian.org>  Mon, 3 Mar 2003 01:35:04 +0900

gtk+2.0 (2.2.1-2) unstable; urgency=low

   * debian/patches/:
     - 000_gtk+-2.2.1-gdk_visual_get_best_with_depth.patch:
       backport from CVS to fix wrong pointer returned. (closes: Bug#180786)
     - 000_gtk+-2.2.1-gdk_event_copy_for_xinput.patch:
       applied to fix a crash when using xinput. (closes: Bug#178908)

 -- Akira TAGOH <tagoh@debian.org>  Wed, 19 Feb 2003 03:10:55 +0900

gtk+2.0 (2.2.1-1) unstable; urgency=low

   * New upstream release.
   * debian/patches/: removed patches. they were fixed in this release.
     - 000_gtk+-2.2.0-buildfix-modules.patch
     - 000_gtk+-2.2.0-fix-es.po.patch
     - 000_gtk+-2.2.0-fnmatch-undef.patch
     - 002_gtk+-2.2.0-fixtypo-xinput.patch
   * debian/patches/000_gtk+-debian-xinerama-pic.patch: update.

 -- Akira TAGOH <tagoh@debian.org>  Fri, 7 Feb 2003 03:37:44 +0900

gtk+2.0 (2.2.0-3) unstable; urgency=low

   * debian/: clean the unnecessary files up. (closes: Bug#177809)
   * debian/rules:
     remove the old debug libraries on install process if exists. (closes:
     Bug#177376)
   * debian/patches/:
     - 002_gtk+-2.2.0-fixtypo-xinput.patch:
       fix to enable XFree86 xinput extension. (closes: Bug#176104)
     - 000_gtk+-2.2.0-fix-es.po.patch:
       applied to fix es.po. (closes: Bug#178870)

 -- Akira TAGOH <tagoh@debian.org>  Wed, 29 Jan 2003 23:01:43 +0900

gtk+2.0 (2.2.0-2) unstable; urgency=low

   * debian/control:
     - add Conflicts libgnomeui-0 (<< 2.0.6-2) to avoid the gtk+ 2.2 breakage.
       (closes: Bug#175946)
     - add Conflicts gtk2.0-examples (<< 2.2.0) (closes: Bug#175868)
     - add dependency of libgtk2.0-common. (closes: Bug#175873)
     - removed libgtk-common package. it's no longer needed. I hope the loop
       dependency will be disappeared.
     - used libpng12-0-dev instead of libpng3-dev for Build-Depends.
   * debian/patches/001_gtk+-2.2.0-xinerama-pic.patch:
     disabled Xinerama support until xlibs-pic has libXinerama_pic.a.
     (closes: Bug#175923)

 -- Akira TAGOH <tagoh@debian.org>  Sat, 11 Jan 2003 05:09:12 +0900

gtk+2.0 (2.2.0-1) unstable; urgency=low

   * New upstream release.
     - upstream bug were closed. so it should be fixed. (closes: Bug#147697)
   * debian/control:
     - updated Build-Depends.
     - bumped Standards-Version to 3.5.8.
     - fix description-synopsis-ends-with-full-stop stuff.
   * debian/update-gdkpixbuf-loaders: add brand-new wrapper script.
   * debian/update-gdkpixbuf-loaders.1: add manpage.
   * debian/rules:
     modified to build the static libraries. (closes: Bug#161938)
   * debian/README.Debian: updated.
   * debian/patches/:
     - 000_gtk+-2.0.6-extranotify.patch: removed.
     - 000_gtk+-2.0.6-scroll_to.patch: removed.
     - 000_gtk+-2.2.0-fnmatch-undef.patch:
       applied to fix having main() in the library.
     - 000_gtk+-2.2.0-buildfix-immodule.patch:
       applied to build the static libraries.
     - 000_gtk+-2.2.0-buildfix-modules.patch:
       applied to fix a typo in configure.in.

 -- Akira TAGOH <tagoh@debian.org>  Mon, 6 Jan 2003 18:34:31 +0900

2002

gtk+2.0 (2.0.9-1) unstable; urgency=low

   * New upstream release.
   * debian/patches/000_gtk+-2.0.8-refcolormap.patch: this release contains it.
     removed.

 -- Akira TAGOH <tagoh@debian.org>  Sun, 24 Nov 2002 00:08:42 +0900

gtk+2.0 (2.0.8-2) unstable; urgency=low

   * debian/patches/000_gtk+-2.0.8-refcolormap.patch: applied to fix the crash
     problem with close. For solve your problem, I recommend you restart all
     processes related gtk+2.0. (closes: Bug#169005)

 -- Akira TAGOH <tagoh@debian.org>  Fri, 15 Nov 2002 09:16:40 +0900

gtk+2.0 (2.0.8-1) unstable; urgency=low

   * New upstream release.
   * debian/patches/000_gtk+-2.0.7-gifsymbol.patch: it's no longer needed.
   * debian/rules: fix twice called ldconfig. (closes: Bug#168071)

 -- Akira TAGOH <tagoh@debian.org>  Sun, 10 Nov 2002 16:36:45 +0900

gtk+2.0 (2.0.7-1) unstable; urgency=low

   * New upstream release.
   * debian/rules:
     - support noopt option for DEB_BUILD_OPTIONS.
     - add symlink for gobject. (closes: Bug#167755)
   * Hm, closed a bug which is marked as NMU due to mis-upload. (closes:
     Bug#166442)
   * debian/patches: these patches are no longer needed, so removed.
     - 000_gtk+-2.0.6-64bitfix.patch
     - 000_gtk+-2.0.6-imenvvar.patch
     - 000_gtk+-2.0.6-keycode.patch
     - 000_gtk+-2.0.6-usintl.patch
   * debian/patches/000_gtk+-2.0.7-gifsymbol.patch: applied to fix the
     undefined symbol issue on libpixbufloader-gif.so.

 -- Akira TAGOH <tagoh@debian.org>  Wed, 6 Nov 2002 01:42:22 +0900

gtk+2.0 (2.0.6-4) unstable; urgency=low

   * debian/patches/000_gtk+-2.0.6-64bitfix.patch: applied to fix a segfault on
     IA64. (closes: Bug#166442)

 -- Akira TAGOH <tagoh@debian.org>  Sun, 27 Oct 2002 03:07:59 +0900

gtk+2.0 (2.0.6-3) unstable; urgency=low

   * debian/control: moved libgtk2.0-0png3 to the last entry.
   * debian/rule: fix invalid symlink.

 -- Akira TAGOH <tagoh@debian.org>  Sat, 31 Aug 2002 09:46:36 +0900

gtk+2.0 (2.0.6-2) unstable; urgency=low

   * debian/control:
     - bumped Standards-Version and depends debhelper (>> 4).
     - revert to libgtk2.0-0 and remove Conflicts libgtk2.0-0, then add
       versioned conflict to work eog2, gnome-panel2, celestia, gimp1.3 and
       metatheme. (closes: Bug#155689, Bug#155854)
     - add libgtk2.0-0png3 to Conflicts, Replaces.
     - add a dummy package for libgtk2.0-0png3.
     - remove the image libraries dependency. (closes: Bug#158858)
     - clean up -dev's Depends.
     - add libglib2.0-doc, libatk1.0-doc and libpango1.0-doc to Suggests.
   * debian/patches/: from Red Hat.
     - 000_gtk+-2.0.6-exportsymbols.patch:
       applied to fix stripping the wrong symbols due to libtool's bug. but
       it's not affected about the symbols used by ld and ld.so. mainly for nm,
       gdb and etc.
     - 000_gtk+-2.0.6-extranotify.patch:
       applied to fix extra settings notifies on startup that were causing
       significant performance problems as fonts were reloaded.
     - 000_gtk+-2.0.6-imenvvar.patch:
       applied to fix a bug with GTK_IM_MODULE environment variable.
     - 000_gtk+-2.0.6-keycode.patch: applied to fix a problem with keycodes
       passed to GtkIMContextXIM.
     - 000_gtk+-2.0.6-usintl.patch:
       applied to fix to GtkIMContextSimple compose for us-intl keyboards.
       should be fixed. (closes: Bug#149515)
     - 000_gtk+-2.0.6-scroll_to.patch:
       applied to fix gtk_tree_view_scroll_to_cell.
   * debian/rules: add symlink to fix the missing symlink for glib, atk and
     pango. (closes: Bug#158107)
   * debian/update-gtk-immodules.fr.1: added. Thanks Julien Louis. (closes:
     Bug#156985)

 -- Akira TAGOH <tagoh@debian.org>  Sat, 31 Aug 2002 05:22:33 +0900

gtk+2.0 (2.0.6-1) unstable; urgency=low

   * New upstream release.
   * Build against libpng3 (closes: 147852)

 -- Akira TAGOH <tagoh@debian.org>  Sun, 4 Aug 2002 18:31:53 +0900

gtk+2.0 (2.0.5-2) unstable; urgency=low

   * debian/rules: add --with-xinput=xfree. (closes: Bug#151668)
   * debian/control:
     - add Conflicts: libgdkxft0 to avoid some problem. (closes: Bug#151439).
     - changed a summary from 'Dummy' to 'Empty'.

 -- Akira TAGOH <tagoh@debian.org>  Thu, 4 Jul 2002 00:18:53 +0900

gtk+2.0 (2.0.5-1) unstable; urgency=low

   * New upstream release.
   * debian/control: fix typo (closes: Bug#150147)

 -- Akira TAGOH <tagoh@debian.org>  Mon, 17 Jun 2002 01:07:20 +0900

gtk+2.0 (2.0.4-1) unstable; urgency=low

   * New upstream release.
     - should be fixed in this release. (closes: Bug#149667)
     - now it's not linked to the Pango docs (closes: Bug#149143)
   * debian/libgtk2.0-doc.doc-base.{gdk,gdk-pixbuf,gtk,gtk-faq,gtk-tutorial}:
     add a new line before Format: (closes: Bug#149548, Bug#150043)

 -- Akira TAGOH <tagoh@debian.org>  Sun, 16 Jun 2002 05:16:29 +0900

gtk+2.0 (2.0.3-1) unstable; urgency=low

   * New upstream release.
   * debian/libgtk2.0-doc.doc-base.{gtk-faq,gtk-tutorial}:
     changed an index file.

 -- Akira TAGOH <tagoh@debian.org>  Thu, 30 May 2002 23:35:52 +0900

gtk+2.0 (2.0.2-5) unstable; urgency=high

   * debian/control: add libtiff3g-dev, libpng2-dev and libjpeg62-dev to
     Depends for -dev.
   * set urgency=high because previous version violated our policy 2.3.4.
     it should be into woody as far as possible.

 -- Akira TAGOH <tagoh@debian.org>  Thu, 23 May 2002 00:31:52 +0900

gtk+2.0 (2.0.2-4) unstable; urgency=high

   * debian/patches/000_gtk+2.0-2.0.2-bigendian.patch: applied to fix a problem
     for big endian machines. (closes: Bug#145285)
   * set urgency=high because it should be in woody.

 -- Akira TAGOH <tagoh@debian.org>  Wed, 1 May 2002 02:46:12 +0900

gtk+2.0 (2.0.2-3) unstable; urgency=low

   * debian/update-gtk-immodules: create /etc/gtk-2.0 directory for workaround,
     if it's not found. oh, why didn't you have it? (closes: Bug#143508,
     Bug#144673)

 -- Akira TAGOH <tagoh@debian.org>  Sun, 28 Apr 2002 04:46:30 +0900

gtk+2.0 (2.0.2-2) unstable; urgency=low

   * debian/libgtk2.0-doc.doc-base.{gtk-faq,gtk-tutorial}:
     Grr, fix again... (closes: Bug#141069)
   * debian/scripts/vars.build: fix bashism.

 -- Akira TAGOH <tagoh@debian.org>  Sat, 6 Apr 2002 04:26:14 +0900

gtk+2.0 (2.0.2-1) unstable; urgency=low

   * New upstream release.
     - this release has bug fix only.
   * debian/control: forgot to update versioned dependency for -dev.
   * debian/libgtk2.0-doc.doc-base.gtk-faq,
     debian/libgtk2.0-doc.doc-base.gtk-tutorial:
     fix wrong index. (closes: Bug#141069)

 -- Akira TAGOH <tagoh@debian.org>  Thu, 4 Apr 2002 02:49:49 +0900

gtk+2.0 (2.0.1-1) unstable; urgency=low

   * New upstream release.
   * debian/update-gtk-immodules: check the immodules directory.

 -- Akira TAGOH <tagoh@debian.org>  Sun, 31 Mar 2002 00:59:03 +0900

gtk+2.0 (2.0.0-3) unstable; urgency=low

   * debian/rules: removed regenerate shlibs. all packages no longer needs to
     depend on -common.

 -- Akira TAGOH <tagoh@debian.org>  Sat, 16 Mar 2002 21:51:08 +0900

gtk+2.0 (2.0.0-2) unstable; urgency=low

   * debian/control: changed Build-Depends to libpango1.0-dev (>= 1.0.0-3)
   * debian/{control,rules}: add libgtk-common as dummy package for upgrading.
   * debian/rules: fix the missing directory.
   * debian/update-gtk-immodules: fix file attribute for gtk.immodules.

 -- Akira TAGOH <tagoh@debian.org>  Sat, 16 Mar 2002 04:34:39 +0900

gtk+2.0 (2.0.0-1) unstable; urgency=low

   * Initial Release.

 -- Akira TAGOH <tagoh@debian.org>  Wed, 13 Mar 2002 00:07:25 +0900