Skip to content

Debian Changelog galeon (2.0.7-1.1)

2009

galeon (2.0.7-1.1) unstable; urgency=low

   * Non-maintainer upload for transition to xulrunner 1.9.1.
     (Closes: #548673)
   * debian/rules: Use dh_xulrunner
   * debian/control:
     - Build-depend on a xulrunner-dev that provides dh_xulrunner.
     - Let dh_xulrunner fill shlibs:Depends with the proper xulrunner
       dependency.
   * debian/patches/80_GRE_version.patch: Tighten the GREVersionRange.
   * debian/patches/81_xulrunner-1.9.1.patch: Adapt some code to the 1.9.1 API.

 -- Mike Hommey <glandium@debian.org>  Sat, 10 Oct 2009 18:29:36 +0200

galeon (2.0.7-1) unstable; urgency=low

   [ Fabio Bonelli ]
   * New Maintainer (Closes: #381028)
   * New upstream version: 2.0.7 "Surprise!" (Closes: #500624)
     - Works with Firefox 2/3 and Xulrunner 1.8/1.9
     - Restored support for http authentication by Mike Hommey <mh@glandium.org>
     - Restored support for remembering passwords. (Closes: #489609)
     - Partially restored support for user stylesheets.
     - Effect is global rather than per page but UI doesn't reflect this.
     - Thanks to Philipp Kaluza <pk+debs@yomu.de> for his packaging work.
   * This version also fixes the following things:
     - navigator.productSub is back (closes: #491100)
     - about: page (closes: #489709)
   * Drop Mike's 60_http-auth.patch, applied upstream.
   * Update 70_autofoo.patch.
   * Build-depend on intltool.
   * New patch, 75_gtkprint, use GtkPrint. (Closes: #489707, #288604, #173891)
 
   [ Paul Wise ]
   * Remove homepage psuedo-fields from the package descriptions
   * Build-depend on autotools-dev so it can build on AVR32
   * Make the short description of the -common package better
   * Link to the right version of the GPL in the copyright file
   * Bump Standards-Version, no changes needed
   * Add myself to the uploaders field
   * Update tmpdir patch so that galeon cleans up after itself
   * Add additional copyright year for new files

 -- Fabio Bonelli <fabiobonelli@libero.it>  Sun, 26 Apr 2009 14:37:12 +0200

galeon (2.0.6-2.1) unstable; urgency=high

   * Workaround to RC bug: world-readable temporary files when using helper
     apps.  Thanks to Lionel Elie Mamane <lmamane@debian.org>.
     Closes: #514428

 -- Fabio Bonelli <fabiobonelli@libero.it>  Sun, 08 Feb 2009 21:55:46 +0100

2008

galeon (2.0.6-2) unstable; urgency=low

   * New patch, 50_configure-tests-flags, use proper CFLAGS/LDFLAGS/CPPFLAGS
     when testing mozilla features (use the commented out ones); update
     70_autofoo by re-running autoconf.
   * Bump up Standards-Version to 3.8.0.
   * New patch, 71_desktop-file-encoding, drop Encoding from .desktop file as
     it's deprecated and UTF-8 is required anyway.
   * Drop obsolete overrides.
   * New patch, 72_man-page-hyphen, fix escaping of "-" in man page.

 -- Loic Minier <lool@dooz.org>  Tue, 05 Aug 2008 10:57:03 +0200

galeon (2.0.6-1) unstable; urgency=low

   * New upstream release, "Pining for the Fjords".
     - Remove patches 61_no-prefix-before-includes, 69_get-message-moz,
       67_nsimpl-support-gtknssclientauthdialogs, 64_force-prompt,
       63_mozilla-config-no-path, 60_user-agent-flag,
       71_disable-external-protocol-service, 68_register-comps-frozen-linkage,
       66_non-threadsafe-gconsolemessage-isupports,
       62_libxul-embedding-unstable, 65_nsiuri-filepicker, 70_startup-glue:
       merged upstream (woohoo!).
     - Drop patch 90_autotools, not needed anymore.
   * Add support for HTTP auth, thanks Mike Hommey; closes: #489420.
     - New patch, 60_http-auth, check for nsIPromptService2.h and implement
       this interface in mozilla/EphyPromptService.cpp if present.
     - New patch, 70_autofoo, "autoconf && autoheader && rm -rf autom4te.cache
       config.h.in~".

 -- Loic Minier <lool@dooz.org>  Sun, 06 Jul 2008 19:48:06 +0200

2007

galeon (2.0.5-1) unstable; urgency=medium

   * Update menu file for new menu layout.
   * Use lsb_release to tweak User-Agent string; bdep on lsb-release.
   * Drop dh_installmime call as bdeps ensure cdbs >= 0.4.35.
   * Set GConf defaults via dh_gconf instead of patching the schema: add
     debian/galeon.gconf-defaults and  drop patch 31_customise-settings.
   * Update presubj template; reword and change browser names to use the Debian
     branding (Iceape, Iceweasel).
   * Update watch file slightly as it broke with some SF.net update again and
     wasn't using the format supported by the redirector.
   * New upstream release; closes: #473702.
     - Supports building against xulrunner-1.9, with regressions.
     - Document regressions in galeon.NEWS.
     - Build-dep on xulrunner-dev (>= 1.9~) instead of libxul-dev;
       closes: #480799; depend on xulrunner (>= 1.9~).
     - Drop patch 10_configure-check-for-mozjs as JS support is pulled via
       libxul-embedding.
     - New patch, 61_no-prefix-before-includes, drop directory before #includes
       as headers are directly below the xulrunner-1.9 include root dir and
       these dirs don't exist; also these are already -Included via
       mozilla/Makefile.am flags anyway.
     - New patch, 62_libxul-embedding-unstable, adds support for
       libxul-embedding-unstable gecko; build-dep on libnspr4-dev as we're
       using nspr now.
     - Configure with --with-mozilla=libxul-embedding-unstable instead of
       xulrunner.
     - New patch, 63_mozilla-config-no-path, don't hardcode path to
       mozilla-config.h which might not be in the includedir but is found via
       -I flags.
     - New patch, 64_force-prompt, add an aForcePrompt PRBOOL arg to
       GContentHandler::PromptFor() if the parent class has it; FIXME this is
       unconditionally set ATM.
     - Drop patch 70_relibtoolize as we don't run libtoolize anymore.
     - New patch, 90_autotools, generated with "aclocal-1.9 && autoheader &&
       autoconf && automake-1.9 && rm -rf autom4te.cache config.h.in~".
     - New patch, 66_non-threadsafe-gconsolemessage-isupports, use
       NS_IMPL_ISUPPORTS1 instead of NS_IMPL_THREADSAFE_ISUPPORTS1 for
       GConsoleMessage and declare NS_DECL_NSICONSOLEMESSAGE.
     - New patch, 67_nsimpl-support-gtknssclientauthdialogs, use
       NS_IMPL_ISUPPORTS1 instead of NS_IMPL_THREADSAFE_ISUPPORTS1 for
       GtkNSSClientAuthDialogs.
     - New patch, 68_register-comps-frozen-linkage, don't use non-frozen
       linkage to register components; from epiphany port; thanks
       Alexander Sack.
     - New patch, 69_get-message-moz, rename GetMessage() to GetMessageMoz();
       FIXME this requires some ifdef work.
     - New patch, 70_xpcom-startup-glue, bootstraps xulrunner for 1.9 properly;
       from epiphany port; thanks Alexander Sack.
     - New patch, 71_disable-external-protocol-service, disable
       GExternalProtocolService when using XPCOM_GLUE.
   * Allow xulrunner-1.9-dev build-dep and xulrunner-1.9 dep.
   * Update menu section from Applications/Net to Applications/Network/Web
     Browsing.

 -- Loic Minier <lool@dooz.org>  Sun, 16 Dec 2007 22:54:43 +0100

galeon (2.0.4-1) unstable; urgency=low

   * Wrap build-deps and deps.
   * Drop obsolete Replaces on galeon-nautilus, -snapshot and -beta.
   * Cleanup prerm and postinst.
   * Don't override DEB_CONFIGURE_EXTRA_FLAGS.
   * Rewrite watch file; closes: #449650.
   * Add Homepage, Vcs-Svn, and Vcs-Browser.
   * New upstream release; closes: #440934.
     - Update relibtoolizing patch, 70_relibtoolize.
     - Uses the new name for the image loading Mozilla prefs; closes: #379965.
     - Fixes segfault in print dialog; closes: #444196.
   * Pass -i to dh_installmime.
   * Drop patch 32_user-agent-tag and add a new patch, 60_user-agent-flag, to
     set the User-Agent header via a configure flag; update 70_relibtoolize to
     also run autoheader; pass --with-useragent-vendorSub to configure.
   * Pass -Wl,-z,defs -Wl,--as-needed in LDFLAGS; build-de on cdbs (>= 0.4.41).
   * Fix encoding of copyright.
   * Update lintian overrides.
   * Bump up Standards-Version to 3.7.3.

 -- Loic Minier <lool@dooz.org>  Sun, 16 Dec 2007 16:32:14 +0100

2006

galeon (2.0.2-4) unstable; urgency=low

   * Bump up Standards-Version to 3.7.2.
   * Bump up Debhelper compatibility level to 5.
   * Update FSF address in copyright.

 -- Loic Minier <lool@dooz.org>  Mon, 27 Nov 2006 16:21:16 +0100

galeon (2.0.2-3) unstable; urgency=low

   * Suggest mozplugger instead of mozilla-bonobo; thanks Adam C Powell IV
     closes: #393982.
   * Provide gnome-www-browser.

 -- Loic Minier <lool@dooz.org>  Wed, 18 Oct 2006 23:01:42 +0200

galeon (2.0.2-2) unstable; urgency=high

   * Rework copyright completely, it was incomplete and incorrect. Thanks
     Crispin Flowerday for pointing this out. closes: #389104

 -- Loic Minier <lool@dooz.org>  Sun, 24 Sep 2006 09:57:28 +0200

galeon (2.0.2-1) unstable; urgency=low

   * Recommend gnome-control-center instead of capplets. (Closes: #378722)
   * New upstream release.
     - Update patch 10_configure-check-for-mozjs.
     - Drop patch 20_typeahead-find-blocks-enter, merged upstream.
     - Drop patch 21_cancel-dialog-with-esc, merged upstream.
     - Relibtoolize.

 -- Loic Minier <lool@dooz.org>  Sun, 17 Sep 2006 17:28:43 +0200

galeon (2.0.1-3) unstable; urgency=low

   * New patch from CVS to cancel dialog with Esc instead of accepting them,
     thanks Christian Persch and Cyril Bouthors. (Closes: #355671)
     [debian/patches/21_cancel-dialog-with-esc.patch]

 -- Loic Minier <lool@dooz.org>  Wed, 8 Mar 2006 12:16:05 +0100

galeon (2.0.1-2) unstable; urgency=low

   * New upstream patch fixing "Enter follows link" after a page-switch via
     Enter with typeahead open.
     [debian/patches/20_typeahead-find-blocks-enter.patch]

 -- Loic Minier <lool@dooz.org>  Sun, 5 Mar 2006 10:52:09 +0100

galeon (2.0.1-1) unstable; urgency=low

   * New upstream release, "Look what we found.".
     - Adds find toolbar ported from Epiphany.
     - Adds embedded error pages.
     - Fixes typeahead find under xulrunner. (Closes: #354572)
     - Fixes support for the FlashBlock extension.
     - Fixes password saving and prompts. (Closes: #354313)
     - Fixes about: dialog. (Closes: #354302)
     - Drop fix for using gcontool in the galeon-config-tool.in script (merged
       upstream).
       [debian/patches/21_galeon-config-tool.in.patch]
     - Drop support in configure for xulrunner (included upstream).
       [debian/patches/40_xulrunner.patch]
     - Make upstream's configure script check for the $MOZILLA-js module.
       [debian/patches/10_configure-check-for-mozjs.patch]
     - Relibtoolize.
       [debian/patches/70_relibtoolize.patch]
   * Bump up the libxul-dev build-dep to >= 1.8.0.1-5 for the typeahead and
     xulrunner-config fixes.
     [debian/control]
   * Drop useless *.dirs file.
     [debian/galeon.dirs, debian/galeon-common.dirs]

 -- Loic Minier <lool@dooz.org>  Mon, 27 Feb 2006 22:28:31 +0100

galeon (2.0.0-3) unstable; urgency=low

   * Build against xulrunner, thanks Mike Hommey. (Closes: #352016)
     - Build-depend on libxul-dev instead of mozilla-dev.
       [debian/control]
     - New patch for configure.in to use xulrunner.
       [debian/patches/40_xulrunner.patch]
     - Update relibtoolizing patch and move it down the chain.
       [debian/patches/25_relibtoolize.patch,
        debian/patches/70_relibtoolize.patch]
     - Drop mozilla-* from galeon's Depends and Recommends.
       [debian/control]
     - Pass --with-mozilla=xulrunner to configure.
       [debian/rules]

 -- Loic Minier <lool@dooz.org>  Mon, 20 Feb 2006 21:16:06 +0100

galeon (2.0.0-2) unstable; urgency=low

   * GConf is not signalled via gconftool-2, re-add the patch, thanks Crispin
     Flowerday.
     [debian/patches/21_galeon-config-tool.in.patch]
   * Register and unregister a new gnome-www-browser alternative too.
     [debian/galeon-common.prerm, debian/galeon-common.postinst]
   * Drop obsolete useless patch which wasn't applied anyway, thanks Crispin
     Flowerday.
     [debian/patches/44_last_dir]

 -- Loic Minier <lool@dooz.org>  Sat, 7 Jan 2006 18:20:18 +0100

2005

galeon (2.0.0-1) unstable; urgency=low

   * New upstream release "One for the road".
     - News:
       . Works with mozilla 1.7.5+, 1.8a3 and up; Firefox 1.0.x and 1.5
       . Embedded http error message pages. (If mozilla support them)
       . Security Device Manager button in security prefs.
       . Delete key works in Personal Data Manager.
       . Support for multimedia keyboard keys like Back and Forward.
       . Other bug fixes. (http://tinyurl.com/7zqb7)
     - Includes German PO file corrections. (Closes: #313719)
       [debian/patches/64_german-translation-fixes.patch]
     - GConf is now signaled with gconftool-2 (patch merged upstream).
       [debian/patches/21_galeon-config-tool.in.patch]
     - Relibtoolize again.
       [debian/patches/25_relibtoolize.patch]
   * Menu transition, part 2: move from #!/usr/sbin/install-menu to
     #!/usr/bin/install-menu. [debian/lintian/galeon-common]

 -- Loic Minier <lool@dooz.org>  Mon, 28 Nov 2005 13:49:05 +0100

galeon (1.3.21-8) unstable; urgency=high

   * Urgency high for RC bug fix.
   * Rebuild with unstable's Gtk. (Closes: #333458)

 -- Loic Minier <lool@dooz.org>  Wed, 12 Oct 2005 17:11:26 +0200

galeon (1.3.21-7) unstable; urgency=low

   * Bump Standards-Version to 3.6.2, no change needed. [debian/control]
   * Remove obsolete fix. [debian/galeon-common.preinst]
   * Remove "-mieee" specialization for alpha and sh as gcc-4.0 defaults to
     turning this flag on for alpha-linux. [debian/rules]
   * Use gcc-4.0 for amd64 too. [debian/control, debian/rules]
   * Trash useless debconf dependency. (Closes: #331830) [debian/control]
   * Rebuild against Mozilla 1.7.12. [debian/control]
   * Add missing ${misc:Depends} to galeon and galeon-common.
     (Closes: #328315, #331728) [debian/control]
   * Remove -fno-rtti CXX_FLAGS, presumably added to save some space in the
     binaries. [debian/rules]

 -- Loic Minier <lool@dooz.org>  Sun, 9 Oct 2005 15:11:13 +0200

galeon (1.3.21-6) unstable; urgency=low

   * _Really_ upload to unstable.

 -- Loic Minier <lool@dooz.org>  Wed, 15 Jun 2005 20:39:42 +0200

galeon (1.3.21-5) experimental; urgency=low

   * Upload to unstable.

 -- Loic Minier <lool@dooz.org>  Wed, 15 Jun 2005 07:40:06 +0200

galeon (1.3.21-4) experimental; urgency=low

   * Drop the galeon-common Depends: galeon constraint, modern package
     managers should be able to deal with this.
   * Drop dependencies on packages not in sarge anymore.
   * Do not version the dependencies between galeon and galeon-common: if files
     are moved from one package to the other, a Conflicts/Replaces pair should
     be added.

 -- Loic Minier <lool@dooz.org>  Sat, 28 May 2005 19:52:32 +0200

galeon (1.3.21-3) experimental; urgency=low

   * Merge changes from 1.3.21-1+gnome28+2 into the 2.10 branch.

 -- Loic Minier <lool@dooz.org>  Fri, 27 May 2005 22:19:28 +0200

galeon (1.3.21-1+gnome28+1) unstable; urgency=low

   * New upstream release "It's the thought that counts." which includes
     the fix for "file://" URL with application helpers.
     [debian/patches/50_bugzilla-attach-46459_file-url-helper.patch]
   * Relibtoolize.
     [debian/patches/25_relibtoolize.patch]

 -- Loic Minier <lool@dooz.org>  Tue, 24 May 2005 22:51:02 +0200

galeon (1.3.20-3) experimental; urgency=low

   * first version supporting GNOME 2.10, future GNOME 2.8 versions will be
     versionned in 1.3.20-2+gnome28+
   * use new GNOME VFS 2.10 API
     - debian/control:
       . version build-dep on gnome-vfs-2.0 >= 2.10
       . build-dep on libgnome-desktop-dev >= 2.10
   * drop support for nautilus view, not supported in 2.10:
     - debian/control: remove build-dep on libnautilus2-dev
     - debian/rules: switch --enable-nautilus-view to no
   * debian/control: remove the strict = ${Source-Version} dependency to permit
     binary NMUs

 -- Loic Minier <lool@dooz.org>  Mon, 16 May 2005 22:36:22 +0200

galeon (1.3.20-2+gnome28+1) unstable; urgency=low

   * fix encoding of the Google "smartboorkmark" (closes: #299395) and rework
     bookmarks for new users
     [debian/patches/01_default-bookmarks.xbel.in.patch]
   * dropped old specialized Google icon [debian/pixmaps/google.png.uue]
   * menu "description" now matches the .desktop's comment
     [debian/galeon-common.menu]
   * check for newer versions against prdownloads.sf.net again [debian/watch]
   * document how to set Mozilla preferences for Galeon, with SSLv2 as an
     example [debian/galeon.README.Debian]
   * fix handling of "file://" URL with application helpers with an upstream
     patch around an internal problem (closes: #300661)
     [debian/patches/50_bugzilla-attach-46459_file-url-helper.patch]

 -- Loic Minier <lool@dooz.org>  Sat, 9 Apr 2005 12:35:31 +0200

galeon (1.3.20-1) unstable; urgency=low

   * new upstream release, "In Soviet Russia focus steals you!", with loads
     of bugfixes, upstream NEWS lists all the cool enhancements
     - don't steal focus from other applications when launching new windows,
       try to avoid the focus stealing when loading web pages, work around
       Mozilla focus stealing problems (closes: #294152)
     - don't show security dialogs twice (closes: #291280)
     - when saving files, check the user has permission (closes: #292923)
     - the new favicon cache has been fixed and is created the first time
       Galeon is closed (closes: #297766)
     - fix saving of images with "File > Save as..." (closes: #296473)
     - handle bookmarks with a "/" in their name (closes: #294106)
     - fix the crash when reloading of "myportal:" (closes: #292828, #297109)
     - correctly handle ~/.galeon/toolbars.xml without the "LocationEntry"
       toolbar (closes: #294786)
     - don't skip current directory when pressing the "Up" button (closes:
       #292217)
     - offer "Reload tab" in tab context menu (closes: #278224)
   * [debian/control]
     - build-dep on libgnomeui-dev >= 2.8.1-3 to avoid linking with libhowl
     - drop versionned menu build-conflicts (version not present in sarge and
       sid anymore)
   * [debian/patches/25_relibtoolize.patch] updated

 -- Loic Minier <lool@dooz.org>  Sat, 12 Mar 2005 23:38:47 +0100

galeon (1.3.19-4) unstable; urgency=low

   * import in the pkg-galeon SVN repository on svn.debian.org
   * debian/shlibs.local: dropped (dependency always satisfied)
   * debian/copyright: updated download URL
   * debian/patches:
     - 00_galeon-config-tool.in.patch: import @sysconfdir@ ->
       /usr/share/gconf/schemas/ in the patch system
     - 01_default-bookmarks.xbel.in.patch: import default bookmarks
       preseeding in the patch system
     - 25_relibtoolize.patch: relibtoolize
   * debian/rules:
     - drop "patched" and "customised" hack (handled via patches)
     - remove CFLAGS and CXXFLAGS optimizations (configure should append
       them automatically and debuild should pull the debugging flags if
       necessary)
     - remove DEB_MAKE_INVOKE definition (already defined in
       /usr/share/cdbs/1/class/autotools.mk)
     - remove mkinstalldirs fix
     - remove some CDBS defined configure args
     - tighten CDBS includes (gnome includes autotools and docbookxml)
   * debian/control:
     - removed gnome-common dep (which pulled in auto* stuff)
     - only recommend iso-codes, do not depend on it (thanks to
       Crispin Flowerday)
     - removed imagemagick build-dep (we ship the .xpm now)
     - cleaned, ordered, completed build-deps, dropped unused ones to match
       configure.in
   * debian/pixmaps: removed dogpile.png, usenet.png, yahoo.png, and
     dictionary.png (unused)
   * debian/reportbug/presubj, galeon.README.Debian: updated
   * debian/scripts: dropped (unused)
   * debian/galeon-common.manpages: list galeon-config-tool manpage
   * debian/galeon{,-common}.{dirs,install}: moved dir creation and file moves
     to these files
   * debian/lintian: moved lintian overrides to a subdirectory
   * debian/galeon-common.links: dropped (no more galeon-bin)

 -- Loic Minier <lool@dooz.org>  Sun, 13 Feb 2005 22:31:10 +0100

galeon (1.3.19-3) unstable; urgency=high

   * urgency high for sarge targetted RC bugfix (see 1.3.19-2)
   * debian/rules, debian/galeon{,-common}.lintian-overrides:
     - more lintian fixes
     - don't dh_install the lintian overrides, install them
   * debian/control:
     - change the control-center depends to a capplets recommends

 -- Loic Minier <lool@dooz.org>  Wed, 26 Jan 2005 23:37:12 +0100

galeon (1.3.19-2) unstable; urgency=high

   * urgency high for sarge targetted RC bugfix
   * debian/galeon-common.{postinst,prerm}: cleanup and remove the
     code dealing with the schema location move which duplicates the work of
     dh_gconf and blocked removal (closes: #289310, #290951)
   * debian/control:
     - suggest mozilla-bonobo (closes: #276493)
     - recommends yelp (closes: #279160)
     - move scrollkeeper to recommends
     - depends and build-depends on iso-codes to provide translation for ISO
       codes
     - remove build-depends and build-conflicts on autoconf / automake
   * debian/galeon-common.preinst:
     - try to remove the www-browser Galeon alternative which might have been
       kept from Galeon packages installed in version prior to 1.3.12-2
       (closes: #292041), see #229121
   * debian/{galeon,galeon-common}.lintian-overrides: override
     galeon/galeon-common shared commands, man pages etc.

 -- Loic Minier <lool@dooz.org>  Wed, 26 Jan 2005 22:44:24 +0100

galeon (1.3.19-1) unstable; urgency=medium

   * New upstream release, "Is this what you have been waiting for?":
     - fix "mailto:" url-handler (closes: #289917)
     - fix some smart URL in myportal: (closes: #265241)
     - jump to tabs that open javascript dialogs, this is secunia advisory
       SA12712
     - icons in myportal: work again with a workaround for this security feature
       (closes: #289308)
   * debian/galeon.README.Debian: README.ExtraPrefs is in galeon-common
     (closes: #271216)
   * debian/watch added
   * debian/control:
     - galeon
       . tighten depends on mozilla-browser for sid's mozilla-dev 1.7.5, let's
         hope the API won't break again
       . remove versionned depends on gconf2 and scrollkeeper (always satisfied
         in sid, sarge, and woody)
       . remove conflicts on mozilla-browser 1.8 (it doesn't help for ie 1.7.6)
       . typo in description
     - source
       . add build-conflicts on automake1.4 and autoconf2.13 (see
         /usr/share/doc/autotools-dev/README.Debian.gz)
       . tighten build-depends on mozilla-dev (upstream says this release is
         compatible with any moz from 1.7 until 1.7.5, 1.8a3 through 6, and
         trunk)
       . remove automake1.7 build-depends (all buildds built with 1.6)
       . add implicit build-depends on autoconf (see
         /usr/share/doc/autotools-dev/README.Debian.gz)
       . add versioning to the build-depends for libgconf2-dev
       . remove versionned build-depends on cdbs, libbonoboui2-dev,
         libnautilus2-dev (satisfied in sid, sarge, not in woody)
       . remove versionned build-depends on scrollkeeper (satisfied in sid,
         sarge, woody)
       . remove versionned build-conflicts on libxml-dev (always satisfied in
         sid, sarge, and woody)
       . remove build-conflicts on mozilla-dev (>=2:1.8) (upstream says, this
         is now supported for 1.8a3 -> 1.8a6, and trunk)
       . set uploaders to Mark "mh" Howard and Erich "erich" Schubert, set
         myself as maintainer

 -- Loic Minier <lool@dooz.org>  Sun, 16 Jan 2005 20:11:21 +0100

galeon (1.3.18-2) unstable; urgency=low

   * The "curse mozilla" upload, thanks for breaking galeon again.
   * Upload by old maintainer.
   * Rework gconf handling (Closes: #289031)
   * Thanks to Zack Weinberg for preparing most of this update.
   * Rebuilt against latest mozilla-dev (Closes: #288875)
     and against latest GNOME (Closes: #286726)
   * Remove gtk1 libs from build-deps (Closes: #276924)

 -- Erich Schubert <erich@debian.org>  Fri, 7 Jan 2005 00:36:57 +0100

2004

galeon (1.3.18-1.1) unstable; urgency=low

   * NMU
   * Rebuilt with unstable Depends (Closes: #278122).

 -- Sebastien Bacher <seb128@debian.org>  Thu, 28 Oct 2004 19:23:58 +0200

galeon (1.3.18-1) unstable; urgency=low

   * New Upstream Release

 -- Mark Howard <mh@debian.org>  Sun, 24 Oct 2004 14:15:13 +0100

galeon (1.3.17-2) unstable; urgency=low

   * rules: updated to work with mozilla 1.7.3

 -- Mark Howard <mh@debian.org>  Sun, 26 Sep 2004 18:39:39 +0100

galeon (1.3.17-1) unstable; urgency=low

   * New Upstream Release
     - back/fwd button history is not always copied. Closes: #188790
     - bookmark menu urls are shown in statusbar. Closes: #198806, #204295
     - support xprint printing. Closes: #226574
   * Bump versioned build-depend on gnome library to force gnutls transition.
   * Thanks to Joshua Kwan for the NMU when I was on vacation.
     Closes: #264471, #264472, #264586, #264785, #264836, #264057, #263638
   * Lowered mime priority for images. Closes: #256693
   * Removed mozilla-xft recommendation. Closes: #258683
   * Printing works with new mozilla, plus xprint printing with any mozilla.
     Closes: #243530, #256945

 -- Mark Howard <mh@debian.org>  Wed, 18 Aug 2004 08:44:37 +0100

galeon (1.3.16-1.1) unstable; urgency=medium

   * Non-maintainer upload.
   * Rebuild with a versioned build-dependency on mozilla >= 2:1.7.2,
     to make context menus work.
     (Closes: #264471, #264472, #264586, #264785, #264836)
   * Apply the harmless (as far as Sarge-official Debian is concerned) amd64
     patch. (Closes: #264057)
   * By pure virtue of being a rebuild against newer GNOME, pull in gnutls11.
     (Closes: #263638)

 -- Joshua Kwan <joshk@triplehelix.org>  Thu, 12 Aug 2004 23:40:37 -0700

galeon (1.3.16-1) unstable; urgency=low

   * New Upstream Release
     - Refresh issue with download dialog fixed. Closes: #257429
     - Check for corrupted bookmarks.xbel. Closes: #253921
     - Fixed Crash when deleting cookie rules Closes: #242073
   * Reduced mime priority for images
   * Updated replaces for galeon-common package.

 -- Mark Howard <mh@debian.org>  Sun, 4 Jul 2004 14:09:26 +0100

galeon (1.3.15-4) unstable; urgency=low

   * Added Replaces: galeon (<=1.3.13-3) to galeon-common. Closes: #256910

 -- Mark Howard <mh@debian.org>  Wed, 30 Jun 2004 15:47:06 +0100

galeon (1.3.15-3) unstable; urgency=low

   * Applied Crispin's patch for mozilla 1.7, updated dependencies.
     Closes:	#256564
   * Fixed minor packaging issues. Thanks Lintian

 -- Mark Howard <mh@debian.org>  Tue, 29 Jun 2004 08:53:21 +0100

galeon (1.3.15-2) unstable; urgency=low

   * Removed build dependency on which. Closes: #252920

 -- Mark Howard <mh@debian.org>  Sun, 6 Jun 2004 09:02:01 +0100

galeon (1.3.15-1) unstable; urgency=low

   * New Upstream Release
     - Can drag bookmarks to an empty folder. Closes: #190134
     - Bookmark toolbar borders look fine with valid themes. Closes: #230930
     - Can print from print preview. Closes: #232509

 -- Mark Howard <mh@debian.org>  Sat, 5 Jun 2004 21:05:53 +0100

galeon (1.3.14a-2) unstable; urgency=low

   * Build depend on gtk 2.4. Build scripts will add in gtk 2.4 features.
     (galeon 1.3.14 includes only minimal gtk 2.4 support - use the
     galeon package from experimental to benefit fully, or wait for 1.3.15)
   * Install mime details correctly
   * Set explicit encoding of google default bookmark. Closes: #241801
   * Standards 3.6.1. No changes

 -- Mark Howard <mh@debian.org>  Mon, 24 May 2004 09:24:30 +0100

galeon (1.3.14a-1) unstable; urgency=low

   * New upstream release
   * Set FLASH_GTK_LIBRARY variable in wrapper script. Will speed up buggy
     flash plugins in some cases.

 -- Mark Howard <mh@debian.org>  Wed, 21 Apr 2004 10:25:26 +0100

galeon (1.3.13-4) unstable; urgency=low

   * galeon-bin shouldn't be in galeon-common package

 -- Mark Howard <mh@debian.org>  Thu, 8 Apr 2004 15:49:12 +0100

galeon (1.3.13-3) unstable; urgency=low

   * Fixed typos in default bookmarks. Closes: #233755
   * Split arch-independent data into new galeon-common package (mostly
     translations and icons). Closes: #233351
   * Updated cdbs build-dependency. Closes: #236391

 -- Mark Howard <mh@debian.org>  Fri, 12 Mar 2004 21:13:59 +0000

galeon (1.3.13-2) unstable; urgency=low

   * chmod +x mkinstalldirs. Closes: #233736

 -- Mark Howard <mh@debian.org>  Fri, 20 Feb 2004 19:28:52 +0000

galeon (1.3.13-1) unstable; urgency=low

   * New upstream release
     - bookmark menus obey the gtk theme. Closes: #215942
     - popups in sidebar don't cause crash. Closes: #218827
     - URL not lost after failed load. Closes: #230724, #230221
     - toolbar_style gconf setting works again. Closes: #228467

 -- Mark Howard <mh@debian.org>  Tue, 17 Feb 2004 09:09:25 +0000

galeon (1.3.12-2) unstable; urgency=low

   * Updated description, thanks to Jochen Voss <voss@seehuhn.de>.
     Closes:	#228367
   * Don't register www-browser alternative. Closes: #229121
   * Recommend gnome-icon-theme (>= 1.1.3-1) (for the spinner)

 -- Mark Howard <mh@debian.org>  Mon, 2 Feb 2004 15:28:31 +0000

galeon (1.3.12-1) unstable; urgency=low

   * New upstream release
     - Toolbars and menu rewritten with libegg. Closes: #215942
     - New Page/Security Info dialog. Closes: #119794, #190536
     - New "add all tabs to bookmark folder" feature. Closes: #148491
     - Zoom level remembered per site. Closes: #180787
     - Rewritten documentation. Closes: #187872, #226017
     - Bookmark properties dialog reworked. Closes: #190127
     - Added "move tab to another window" menu entry. Closes: #190295, #191698
     - Middle click on "back" button open new tab. Closes: #214438
     - Emacs text form input work. Closes: #226893
   * Updated mozilla dependencies to 1.6. Closes: #229326
   * Updated uploaders to reflect reality. Thanks to Alex and Bas for all your
     excellent work in the past.

 -- Mark Howard <mh@debian.org>  Sun, 25 Jan 2004 12:54:42 +0000

galeon (1.3.11a-2) unstable; urgency=low

   * Don't call autogen.sh (configure is already there in this release).
     Hopefully fixes random FTBFS. Closes: #225193
   * Fixed typo in description. Closes: #225863
   * Set x-www-browser priority to 120. Closes: #193271

 -- Mark Howard <mh@debian.org>  Tue, 13 Jan 2004 10:22:37 +0000

2003

galeon (1.3.11a-1) unstable; urgency=low

   * New upstream release
     Closes: #213716: galeon: fails on some forms.
     Closes: #143961: galeon: Crash on printing with acrobat plugin
     Closes: #157861: galeon: Galeon view-source doesn't reload when requested.
     Closes: #190124: galeon: history sorting by last-visit doesn't work
     Closes: #191694: galeon: does not record zoom factors any more
     Closes: #203405: galeon: crashes - when printing selection with no
     selection made
     Closes: #163053: galeon-nautilus: Zoom spinner not correct after session
     restore

 -- Mark Howard <mh@debian.org>  Sat, 20 Dec 2003 09:05:52 +0000

galeon (1.3.10-3) unstable; urgency=low

   * Include libxrender-dev in build depends. Closes: #218341, #214595

 -- Mark Howard <mh@debian.org>  Fri, 31 Oct 2003 17:29:37 +0000

galeon (1.3.10-2) unstable; urgency=low

   * Added Debian package version to user agent string

 -- Mark Howard <mh@debian.org>  Tue, 28 Oct 2003 20:35:03 +0000

galeon (1.3.10-1) unstable; urgency=low

   * New upstream release

 -- Mark Howard <mh@debian.org>  Sun, 26 Oct 2003 18:39:10 +0000

galeon (1.3.9-3) unstable; urgency=low

   * --with-mozilla-snapshot=1.5b (no api changes between this and 1.5)
   * Depend on Mozilla 1.5; Conflict with 1.6.

 -- Mark Howard <mh@debian.org>  Thu, 23 Oct 2003 13:27:41 +0100

galeon (1.3.9-2) unstable; urgency=low

   * Nautilus lib build dependency to >= 2.2.4-4.1 (Fixes nautilus
     dependency problems which were causing galeon FTBFS)

 -- Mark Howard <mh@debian.org>  Thu, 2 Oct 2003 09:50:54 +0100

galeon (1.3.9-1) unstable; urgency=low

   * New upstream release
     - fixes form posting & stylesheet problems
     Closes: #210996, #210659, #210946
   * copyright: Updated Author information
   * removed 06_encoding patch - applied upstream
   * Removed 23_schemadefaults.patch - applied upstream.
   * Cleaned up diff.
   * Removed 20_toc.patch - upstream removed the file.

 -- Mark Howard <mh@debian.org>  Tue, 16 Sep 2003 18:18:56 +0100

galeon (1.3.8-3) unstable; urgency=low

   * Fix autogen permissions. Closes: #210494
   * mv debianpts.uue debianpts.png.uue

 -- Mark Howard <mh@debian.org>  Mon, 15 Sep 2003 18:43:00 +0100

galeon (1.3.8-2) unstable; urgency=low

   * Added pts and buildd images, updated bookmarks. Closes: #182330

 -- Mark Howard <mh@debian.org>  Thu, 11 Sep 2003 19:37:25 +0100

galeon (1.3.8-1) unstable; urgency=low

   * New Upstream Release
   * Fixed 'blurb' Closes: #209190
   * Fixed error in default bookmarks Closes: #208930
   * Temporarily disables user agent patch until figuring out how to set it
    	properly

 -- Mark Howard <mh@debian.org>  Wed, 10 Sep 2003 19:51:09 +0100

galeon (1.3.7.20030902-1) unstable; urgency=low

   * New CVS Checkout
     Many fixes to the bookmarks editor
     Closes: #118699 Mouse wheel zoom doesn't update zoom textfield

 -- Mark Howard <mh@debian.org>  Tue, 2 Sep 2003 11:35:05 +0100

galeon (1.3.7.20030831-1) unstable; urgency=low

   * New CVS Checkout
     Closes: #191439 Crash recover bookmarks date set correctly.
     Closes: #206175 Crash on automatic window.close() after form submit

 -- Mark Howard <mh@debian.org>  Sun, 31 Aug 2003 09:50:36 +0100

galeon (1.3.7.20030825-3) unstable; urgency=low

   * Made bugs.d.o smartbookmark more flexible. Closes: #207674
   * Upload to unstable - There was lots of support on the debian-gtk-gnome
     mailing list for including galeon 1.3 in sarge. cvs snapshots will be
     uploaded to experimental once we have a relatively stable version of
     galeon in sid (1.3.8 or some cvs snapshot).

 -- Mark Howard <mh@debian.org>  Thu, 28 Aug 2003 20:01:35 +0100

galeon (1.3.7.20030825-2) experimental; urgency=low

   * Removed references to galeon-cvs. Closes: #206385
   * Include debian wiki in default bookmarks. Closes: #194203
   * Updated build dependencies. Closes: #200352

 -- Mark Howard <mh@debian.org>  Tue, 26 Aug 2003 19:36:17 +0100

galeon (1.3.7.20030825-1) experimental; urgency=low

   * New CVS Checkout
   * Moved to experimental - galeon is not yet stable enough for a Debian
     stable release. Packages in sid and sarge will be removed soon.

 -- Mark Howard <mh@debian.org>  Mon, 25 Aug 2003 18:46:59 +0100

galeon (1.3.7.20030813-1) unstable; urgency=low

   * New CVS Checkout
     Favicons in tabs, server mode bugfixes (yay!), bookmarks dnd, redesigned
     bookmarks editor, stylesheet menu, many bug fixes.

 -- Mark Howard <mh@debian.org>  Wed, 13 Aug 2003 18:35:08 +0100

galeon (1.3.7.20030803-1) unstable; urgency=low

   * New CVS Checkout
   * Sort the languages in the preferences dialog according to the users
     language. Closes: #201604

 -- Mark Howard <mh@debian.org>  Sun, 3 Aug 2003 08:54:24 +0100

galeon (1.3.7.20030723-1) unstable; urgency=low

   * New CVS Checkout (& 2 new upstream releases!)
   * Removed some patches applied upstream
   * Fixed patch application
   * Fixed default toolbar setting. Closes: #201849
   * Recommend mozilla-xft

 -- Mark Howard <mh@debian.org>  Wed, 23 Jul 2003 21:08:14 +0100

galeon (1.3.5.20030714-3) unstable; urgency=low

   * Applied patch from John Lightsey <john@nixnuts.net>
     Closes: #201811 Last-used directory is ignored if an ampersand ('&') is in
     the path

 -- Mark Howard <mh@debian.org>  Mon, 21 Jul 2003 21:00:11 +0100

galeon (1.3.5.20030714-2) unstable; urgency=low

   * Applying patches supplied by John Lightsey <john@nixnuts.net>
     (http://www.nixnuts.net/debian-bugs.html)
   * Change DISPLAY, fix help->contents. Closes: #187875, #194675
   * 41_default_ok: mozilla dialogs default to ok. Closes: #197391
   * 42_print:  Closes:  #189993
   * 43_smart_bm_width: fixes crash Closes: #197135
   * 06_encoding: smart bookmarks url encoding and character encoding fix
     Closes:  #174880, #187126, #192177, #197015

 -- Mark Howard <mh@debian.org>  Wed, 16 Jul 2003 20:02:57 +0100

galeon (1.3.5.20030714-1) unstable; urgency=low

   * New CVS Checkout
   * Built against mozilla 1.4, updated dependencies. Closes: #200922, #200428
   * Thanks to David M. Cooke <cookedm@physics.mcmaster.ca>:
     Modified quotes in debian/patches/32_user-agent-tag.patch and
     debian/rules; overridden cdbs default make call.
     Closes: #198807 (hopefully)

 -- Mark Howard <mh@debian.org>  Mon, 14 Jul 2003 19:28:25 +0100

galeon (1.3.5.20030630-3) unstable; urgency=low

   * Really fix quoting of DEBIAN_VERSION.

 -- Mark Howard <mh@debian.org>  Thu, 3 Jul 2003 08:01:24 +0100

galeon (1.3.5.20030630-2) unstable; urgency=low

   * debian/rules: (hopefully) Fixed quoting of DEBIAN_VERSION bug introduced
     when moving to cdbs.
     Closes: #198807 Powerpc bug: RMB on link / MMB on link broken
     (untested). Thanks to Tommi Komulainen and Soeren Sonnenburg

 -- Mark Howard <mh@debian.org>  Wed, 2 Jul 2003 20:38:30 +0100

galeon (1.3.5.20030630-1) unstable; urgency=low

   * New CVS Checkout
   * Ctrl+Enter opens smartbookmark in new tab. Closes: #189960
   * hide_arrows gconf key for smart bookmarks re-enabled. Closes: #185696
   * debian/rules: include autotools.mk. Replace common-configure with
     pre-build section
   * Remove patch 22_xmldtd, replace with docbook cdbs class
   * Convert patches to cdbs patches (plain patches) rather than scripts

 -- Mark Howard <mh@debian.org>  Wed, 2 Jul 2003 20:35:07 +0100

galeon (1.3.5.20030622-1) unstable; urgency=low

   * New CVS Checkout
   * Repackage with cdbs

 -- Mark Howard <mh@debian.org>  Sun, 22 Jun 2003 21:17:07 +0100

galeon (1.3.5.20030615-1) unstable; urgency=low

   * New Upstream Release
   * Fixed gconf schema for default_toolbar.
     Closes: #190029, #192441, #193135, #194573, #194923
     please check for duplicates before reporting bugs in the future
     This also (probably) fixes some other problems:
     Closes: #192850, #189288, #191971, #195086
   * New menu policy allows nicer icons - change dependencies and mogrify line
     Closes: #196712, #194483
   * Can now clone tabs (via the Tab menu). Closes: #188791

 -- Mark Howard <mh@debian.org>  Sun, 15 Jun 2003 17:39:38 +0100

galeon (1.3.4.20030526-1) unstable; urgency=low

   * New CVS Checkout

 -- Mark Howard <mh@debian.org>  Mon, 26 May 2003 08:42:44 +0100

galeon (1.3.4.20030509-1) unstable; urgency=low

   * New CVS Checkout
   * Added alternative for www-browser. Closes: #190890

 -- Mark Howard <mh@debian.org>  Fri, 9 May 2003 14:21:47 +0100

galeon (1.3.4.20030503-1) unstable; urgency=low

   * New CVS Checkout

 -- Mark Howard <mh@debian.org>  Sat, 3 May 2003 12:44:09 +0100

galeon (1.3.3.20030419-2) unstable; urgency=low

   * New CVS Checkout
     - based on new upstream release, 1.3.4
   * Removed obsolete doc-base file. Closes: #189745

 -- Mark Howard <mh@debian.org>  Sun, 20 Apr 2003 08:21:15 +0100

galeon (1.3.3.20030419-1) unstable; urgency=low

   * New CVS Checkout.
      - ia64 and s390 builds fixed. Closes: #189312
      - New Quit option in file menu. Combine with save_with_session gconf
        setting to make galeon remember open tabs when exiting
   * Modified user agent patch. Thanks to Erich Schubert <erich@debian.org>
   * Don't fail installation if schemas removed; and use gconftool-2 rather
     than gconftool. Closes: #189449. Thanks to Christian Marillat
     <marillat@debian.org>

 -- Mark Howard <mh@debian.org>  Sat, 19 Apr 2003 17:50:35 +0100

galeon (1.3.3.20030414-2) unstable; urgency=low

   * Move automake1.6 build dependency to start of list. Hopefully this will
     help the buildds fix the build dependencies

 -- Mark Howard <mh@debian.org>  Thu, 17 Apr 2003 09:34:32 +0100

galeon (1.3.3.20030414-1) unstable; urgency=low

   * New CVS Checkout
   * Don't enable smart bookmark history by default. Closes: #187325
   * Don't enable gestures by default. Closes: #187323
   * Build depend on menu to get cmap.xpm needed to mogrify the menu icon.
     Closes: #188860
   * Build conflict with automake1.4, 1.5 & 1.7. Closes: #188861

 -- Mark Howard <mh@debian.org>  Sun, 13 Apr 2003 17:45:05 +0100

galeon (1.3.3.20030407-1) unstable; urgency=low

   * Moved galeon cvs (developmental version, but quite stable) to main galeon
     package as galeon1 is incompatible with mozilla in sid.
     Closes: #184901, #185277, #185687, #186018
   * Removed many patches used to make galeon2 run as galeon-snapshot, modified
     most control files to refer to galeon not galeon-snapshot.
   * New galeon-snapshot package includes a script to make settings, bookmarks
     etc. created by galeon-snapshot to work properly with galeon from this
     package.
   * Build-Depend on automake1.6 | automake1.7 to fix build problems
   * The following bugs have been made obsolete for reasons such as feature
     removal:
     Closes: #116404 - add a session to the current view
     Closes: #144393 - new user druid: handle existing configuration intuitively
     Closes: #145949 - galeon: can't assing keyboard shortcuts to the
                       view->encoding submenus
     Closes: #147894 - show '<embed src="/...">' under View/Page Information
     Closes: #152436 - galeon: javascript console unreadable black colors
     Closes: #154733 - Preferences dialog should have a cancel button
     Closes: #155515 - galeon doesn't save new mime-types
     Closes: #159549 - "page info" doesn't show mime type
     Closes: #162800 - Tab context menu too large for
                       screen if too many tabs
     Closes: #164205 - Bad german translation for &quot;Processes URL&quot
     Closes: #166394 - adding sylpheed to the list of mail handlers
     Closes: #175291 - Can't choose galeon handbook
     Closes: #179800 - Stylesheet deletion does not take effect without restart
   * The following bugs have been fixed:
     Closes: #114776 - Eliminate unnecessary output to stdout, stderr
     Closes: #119365 - even smarter disabling of popups
     Closes: #122031 - Display media type/info
     Closes: #131622 - ugly close button on tabs with some gtk themes - wait for
                       gtk2
     Closes: #133319 - mailto: doesn't launch mailer
     Closes: #138107 - galeon-beta: Please add UI preference for configuring
                       reported user-agent value.
     Closes: #141478 - Assertion fails sometimes on startup (bugzilla: 77278)
     Closes: #145331 - Input boxes don't work in page opened in a new tab by
                       clicking middle button on a bookmark (trivial workaround)
     Closes: #147771 - galeon: Galeon doesn't pass authentication information to GTM
     Closes: #148520 - Default font size for specific pages ignored
     Closes: #149673 - problem with galeon and proxy.pac
     Closes: #150765 - xbel-utils: adr_parse does not properly handle utf8
     Closes: #115217 - Using for example 'next tab'-hotkey fails after creating a new tab
     Closes: #153297 - galeon does not honor password manager pref
     Closes: #153563 - Crashes when doing weird things with bookmark aliases
     Closes: #153565 - Does not cut/copy/paste bookmark aliases correctly
     Closes: #153802 - UI: bookmarks docks can not made broader if edit is enabled
     Closes: #154307 - galeon: Keyboard does not work in a new tab that is waiting
                       for a site to load
     Closes: #154632 - vertical scroll loses mouse drag in gutter
     Closes: #155502 - Downloading a link with Shift+Enter opens the save dialog twice
     Closes: #155154 - startup crash: g_list_length (all_embeds) == 0
     Closes: #156067 - Smart bookmarks do not work on command line
     Closes: #156369 - galeon: problem with pdf handler
     Closes: #156471 - The postinst script tries to put a file in /root
     Closes: #150748 - galeon hangs for URI toc:info
     Closes: #150780 - Ctrl-Q exits immediately without confirmation
     Closes: #159664 - galeon: inconsistent 'close' function availability in
                       dialogs
     Closes: #159849 - Sometimes doesn't display text as ISO-8859-1
     Closes: #161674 - startup crash: g_list_length (all_embeds) == 0
     Closes: #163002 - window title remains static
     Closes: #162321 - Galeon creates buggy XBEL-file [Bug#152020: xbel_parse
                       can't convert Galeon bookmarks]
     Closes: #162388 - galeon: sometimes can't select text
     Closes: #163877 - galeon opens .pdf files twice (with /usr/bin/xpdf
     Closes: #165313 - Galeon crashes when too many tabs and/or windows
     Closes: #165514 - Persistent Data Manager window doesn't allow resizing
     Closes: #168051 - startup crash: g_list_length (all_embeds) == 0
     Closes: #168270 - galeon: strange crash when switchin to void home page
     Closes: #168430 - After using a dropdown in a form, single line edit
                       cursor becomes invisible
     Closes: #169343 - please use Wikipedia for the dictionary applet
     Closes: #170260 - galeon: Wrap around for Search in page doesn't
     Closes: #172570 - galeon: doesn't set find window as transient
     Closes: #173198 - opening an internal reference of a page in a new tab
                       goes to end of page
     Closes: #173305 - missing menu entry
     Closes: #173574 - galeon crashes when closing a pop-up windows
     Closes: #173644 - galeon: Unable to type into location textbox
     Closes: #173889 - Mozilla Bookmark Conversion '&' -> '&'
     Closes: #174458 - Send link - use window title, not 'Check this out'
     Closes: #175639 - "Copy email address" doesn't unmangle %XX URL
                       encodings
     Closes: #176063 - activating a hyperlink from keyboard puts the target
                       in the top frame
     Closes: #178508 - galeon: starts external viewers twice at times
     Closes: #179405 - binary-all packages built in binary-arch rules target
     Closes: #180289 - galeon: focus problems
     Closes: #182034 - eats all the CPU time and crashes
     Closes: #183459 - fails silently when /tmp is not writable

 -- Mark Howard <mh@debian.org>  Wed, 9 Apr 2003 18:13:12 +0100

galeon-snapshot (1.3.3.20030406-1) unstable; urgency=low

   * New CVS Checkout
     - New Middle mouse button actions, editable with gconf
       /apps/galeon-snapshot/UI/Mouse/middle_button_action
       Closes: #187326
     - Tab close button highlighting fixed. Closes: #187025
     - Image blocking improvements.
     - Cookie management improvements
     - Find dialog improvements
     - Ability to choose tab location /apps/galeon/UI/Tabs/tabbed_position
     - Missing gestures reimplemented
   * Generate menu icon at build time from upstream icon
   * Added note about mailto: (and other) links in README.Debian.
     Closes: #187499
   * Fixed buildd bookmark. Thanks Steve. Closes: #187505

 -- Mark Howard <mh@debian.org>  Mon, 7 Apr 2003 16:49:08 +0100

galeon-snapshot (1.3.3.20030401-1) unstable; urgency=low

   * New CVS Checkout
     - Mozilla progress handling fixed. Download crashes should be fixed.
       Closes: #186868.
   * Recomment mozilla-mailnews, not mozilla-mail. Closes: #186262
   * Changed package section to gnome

 -- Mark Howard <mh@debian.org>  Mon, 31 Mar 2003 20:19:43 +0100

galeon-snapshot (1.3.3.20030322-2) unstable; urgency=low

   * Modified wrapper to use mozilla stable, not snapshot. Closes: #186022

 -- Mark Howard <mh@debian.org>  Mon, 24 Mar 2003 07:31:17 +0000

galeon-snapshot (1.3.3.20030322-1) unstable; urgency=low

   * New CVS Checkout
   * Fixed build depends. Closes: #185445, #185171
   * Now depends on stable mozilla >= 1.3
   * Removed suggests (no longer useful)
   * Added mozilla-mail recommendation (required to get mailto: links working, even
     with gnome mail handler)
   * Rewrote description
   * Updated reportbug presubj
   * Standards -> 3.5.9. No changes
   * As galeon1 conflicts with the Debian mozilla package, we will soon move
     galeon2 to the mail galeon package. Please report any bugs you find in
     galeon-snapshot

 -- Mark Howard <mh@debian.org>  Sat, 22 Mar 2003 10:27:35 +0000

galeon-snapshot (1.3.3.20030317-1) unstable; urgency=low

   * New CVS Checkout.

 -- Mark Howard <mh@debian.org>  Mon, 17 Mar 2003 11:15:07 +0000

galeon-snapshot (1.3.3.20030309-1) unstable; urgency=low

   * New Upstream Release (1.3.3).
     "Even though the 1.3.x branch is a development branch, in practice it is
      considered stable for every day use."
     galeon 2.0 release depends on mozilla 1.3 release
   * bonoboui related bugs fixed. Spinner now visible. Closes: #183714
   * User Agent string contains Debian reference. Thanks to Erich Schubert for
     the patch. Closes: #183547.

 -- Mark Howard <mh@debian.org>  Sun, 9 Mar 2003 17:27:29 +0000

galeon-snapshot (1.3.2.20030303-1) unstable; urgency=low

   * New CVS Checkout
   	- As always, see /usr/share/doc/galeon-snapshot/ChangeLog for the
       full details

 -- Mark Howard <mh@debian.org>  Mon, 3 Mar 2003 13:05:03 +0000

galeon-snapshot (1.3.2.20030223-1) unstable; urgency=low

   * New CVS Checkout
   * Compilation problems fixed (hopefully). Closes: #181993
   * Location History fixed Closes: #178041

 -- Mark Howard <mh@debian.org>  Sun, 23 Feb 2003 15:36:28 +0000

galeon-snapshot (1.3.2.20030216-1) unstable; urgency=low

   * New CVS Checkout
     - Smart Bookmarks can now be created from scratch. Closes: #171677
   * Re-enabled binary stripping (galeon now crashes rarely)

 -- Mark Howard <mh@debian.org>  Sun, 16 Feb 2003 15:59:32 +0000

galeon-snapshot (1.3.1.20030205-1) unstable; urgency=low

   * New CVS Checkout.
     - big-endian arch work has been done. Context menu should now work
      (Closes: #168878). This is not the patch submitted to the bts.

 -- Mark Howard <mh@debian.org>  Wed, 5 Feb 2003 17:15:42 +0000

galeon-snapshot (1.3.1.20030128-1) unstable; urgency=low

   * New CVS Checkout
   * Removed ia64 gcc3.0 workaround
   * Fixed galeon-snapshot-config-tool (Closes: #178131)
   * gnome-control-center 2.2 is now in sid; added dependency. Proxy
     problems should be fixed (Closes: #168822)

 -- Mark Howard <mh@debian.org>  Tue, 28 Jan 2003 14:58:09 +0000

galeon-snapshot (1.3.1.20030122-1) unstable; urgency=low

   * New CVS Checkout.
   * Bookmarks menu fixed. Closes: #175329.
   * Fixed session saving. Thanks to Graham Wilson <bob@decoy.wox.org> for the
     patch. Closes: #174905.
   * Created patch to fix toc:man toc:info and toc:gnome-help

 -- Mark Howard <mh@debian.org>  Wed, 22 Jan 2003 09:25:03 +0000

2002

galeon-snapshot (1.3.1.20021231-1) unstable; urgency=low

   * New CVS Checkout.
     - Toolbar setup has changed. If you experiance problems, reset your
       toolbar setting to default values by running
       gconftool-2 -u /apps/galeon/UI/Toolbar/setup

 -- Mark Howard <mh@debian.org>  Tue, 31 Dec 2002 17:57:51 +0000

galeon-snapshot (1.3.1.20021217-1) unstable; urgency=low

   * New CVS Checkout.
     - Now has ability to import bookmarks in XBEL format
       May now import galeon1.2 bookmarks (Closes #167405)
   * Fixed /usr/share/doc bookmark.
   * Schemas typo fixed, stops segfault on startup (Closes #172963, #173289)
   * Fixed bookmarks editor icons patch.

 -- Mark Howard <mh@debian.org>  Tue, 17 Dec 2002 11:08:43 +0000

galeon-snapshot (1.3.1.20021213-1) unstable; urgency=low

   * New CVS Checkout (Includes the second upstream release of 1.3.1, fixing
     the problems of the first upstream 1.3.1 release)
     - sorry for the long delay since the last snapshot release; we had to wait
       for an updated mozilla-snapshot due to api changes.
   * Added extra debugging help to the wrapper script
   * fixed galeon-config-tool.in patch
   * Customised default bookmarks -- Please email me if you want others to be
     added, or further customisations to be made.
   * Changed some default settings: gestures enabled with right button by
     default; home page is myportal:
   * Updated README.Debian re: proxy settings
   * Moved galeon-snapshot-bin to /usr/lib as it is not a user executable
     program.
   * The mozilla-snapshot pkgconfig problems stil exist, so autobuilds will
     fail with current mozilla-snapshot.

 -- Mark Howard <mh@debian.org>  Fri, 13 Dec 2002 10:58:47 +0000

galeon-snapshot (1.3.0.20021203-1) unstable; urgency=low

   * New CVS Checkout
   * Fixed images in bookmarks editor
   * Fixed help menu pointer (Closes: #171423)
   * Updated README.Debian
   * Fixed program icon
   * Fixed menu entry

 -- Mark Howard <mh@debian.org>  Tue, 3 Dec 2002 12:04:25 +0000

galeon-snapshot (1.3.0.20021129-1) unstable; urgency=low

   * New CVS Checkout
   * Built using fixed mozilla & related packages (currently in incoming)
     Closes: #171003, #170056
   * Updated build depends (Closes: #170051, #169009)
   * Standards -> 3.5.8.0
   * All automated builds will probably fail due to mozilla-snapshot
     bug #169929

 -- Mark Howard <mh@debian.org>  Fri, 29 Nov 2002 10:59:33 +0000

galeon-snapshot (1.3.0.20021124-1) unstable; urgency=low

   * New CVS checkout

 -- Mark Howard <mh@debian.org>  Sun, 24 Nov 2002 14:05:14 +0000

galeon-snapshot (1.3.0.20021118-1) unstable; urgency=low

   * New CVS checkout
   * Fixed bookmark image links (Closes: #169111)

 -- Mark Howard <mh@debian.org>  Sun, 17 Nov 2002 17:00:45 +0000

galeon-snapshot (1.3.0.20021110-1) unstable; urgency=low

   * New CVS checkout
   * Changed xml references to external dtds. Closes: #167589, #168241
   * Cut & Paste appears to be working correctly now (noting that galeon2 acts
     differently to galeon1). Closes: #167403

 -- Mark Howard <mh@debian.org>  Sun, 10 Nov 2002 11:26:41 +0000

galeon-snapshot (1.3.0.20021103-1) unstable; urgency=low

   * New CVS checkout - Galeon2 is now feature frozen.
   * Fixed mime settings (now point to galeon-snapshot). Closes: #167442
   * No longer stripping the binary as debugging symbols are really useful at
     this stage of development. Closes: #162151
   * Provide NautilusView Functionality. Thanks to KUSANO Takayuki
     <AE5T-KSN@asahi-net.or.jp> for the patch. Closes: #167402
   * Updated reportbug message

 -- Mark Howard <mh@debian.org>  Sun, 10 Nov 2002 11:00:13 +0000

galeon-snapshot (1.3.0.20021029-2) unstable; urgency=low

   * New maintainers:
      Mark Howard <mh@debian.org>
      Alex de Landgraaf <alextreme@xs4all.nl>,
      Bas Zoetekouw <bas@debian.org>
     Thanks to Erich Schubert <erich@debian.org> for all his excellent work on
     the galeon packages.
   * Fixed update-alternatives call. Closes: #167180.
   * Added build depend for scrollkeeper. Closes: #167160.

 -- Mark Howard <mh@debian.org>  Thu, 31 Oct 2002 08:52:35 +0000

galeon-snapshot (1.3.0.20021029-1) unstable; urgency=low

   This probably will be my last upload for some time.
   There are already a few Developers planning to take over,
   i'm sure they'll do a great job. They've already brought galeon1's
   bug number down by a lot ;-)
   I already like galeon2 a LOT. It feels much faster than galeon1, and
   GTK2 looks so much nicer. Can't await the final releases.
   Upstream is planning some modular extension system, so additional
   options like JavaScript+Java Toggles in the menu can be added by
   plugins - great!
 
   * new CVS checkout just after the 1.3.0 "release"
     (Closes: #164030, #161334, #161384)
   * updated my patches (they're getting uglier and uglier :-( )
   * provide x-www-browser alternative with low priority 10
     (postinst, prerm) (Closes: #161751)
   * thanks to Takuo KITAME for updating mozilla-snapshot with the
     new mozilla patch provided just a few days ago.
     (Closes: #162506, #163100, #163693, #162680)
   * updated menu file (Closes: #163812)
   * updated (build-) dependencies, adding gnome-common (Closes: #166557)
   * added "README.build" giving instructions how to update...

 -- Erich Schubert <erich@debian.org>  Tue, 29 Oct 2002 21:13:52 +0100

galeon-snapshot (1.2.99.20020921-1) unstable; urgency=low

   * new CVS checkout - never uploaded
   * applied patch from Tommi Komulainen to add toggles for
     java, javascript and popups again. I vote for moving them to the
     tools menu... ;)
   * provide x-www-browser alternative with low priority 10
     (postinst, prerm) (Closes: #161751)

 -- Erich Schubert <erich@debian.org>  Sat, 21 Sep 2002 22:52:28 +0200

galeon-snapshot (1.2.99.20020908-1) unstable; urgency=low

   * new CVS checkout

 -- Erich Schubert <erich@debian.org>  Sun, 08 Sep 2002 00:17:41 +0200

galeon-snapshot (1.2.99.20020828-1) unstable; urgency=low

   * new CVS checkout
   * build with new mozilla-snapshot packages (no Xft though)

 -- Erich Schubert <erich@debian.org>  Thu, 29 Aug 2002 11:46:32 +0200

galeon-snapshot (1.2.99.20020602-1) experimental; urgency=low

   * new CVS checkout (now from sf.net, which is more current than anoncvs)

 -- Erich Schubert <erich@debian.org>  Sun, 2 Jun 2002 18:38:59 +0200

galeon-snapshot (1.2.99.20020523-1) experimental; urgency=low

   * new CVS checkout
   * include schema file now, fixed postinst

 -- Erich Schubert <erich@debian.org>  Thu, 23 May 2002 18:59:25 +0200

galeon-snapshot (1.2.99.20020521-1) experimental; urgency=low

   * CVS Checkout of HEAD! = VERY unstable
   * Needs mozilla-snapshot-gtk2
   * Based upon the galeon 1.2.0 packages as of Debian.
   * No split into galeon + galeon-common here yet
   * No separate nautilus view either

 -- Erich Schubert <erich@debian.org>  Tue, 21 May 2002 18:49:14 +0200

galeon (1.2.8-2) unstable; urgency=medium

   * Fixed broken /usr/share/doc/galeon/ directory

 -- Bas Zoetekouw <bas@debian.org>  Fri, 14 Mar 2003 20:20:23 +0100

galeon (1.2.8-1) unstable; urgency=medium

   * Recompiled with gcc-3.2 (closes: #182373)
   * Removed nautilus support, as nautilus1 is gone from sid; galeon-nautilus
     is now a dummy package that depends on nautilus-gtkhtml (closes: #180511)
   * Added patch that adds option to force galeon to run multiple times on one
     DISPLAY (closes: #152876, #164198)
   * New upstream release

 -- Bas Zoetekouw <bas@debian.org>  Thu, 13 Mar 2003 21:31:31 +0100

galeon (1.2.7-6) unstable; urgency=low

   * Disabled compiling with -Werror because that caused failures when builing
     with gcc-3.

 -- Bas Zoetekouw <bas@debian.org>  Fri, 3 Jan 2003 19:41:51 +0100

galeon (1.2.7-5) unstable; urgency=low

   * Rebuilt against mozilla 2:1.2.1-2; their upstream version number
     seems to have changed between 2:1.2.1-1 and -2 (closes: #172348)

 -- Bas Zoetekouw <bas@debian.org>  Mon, 9 Dec 2002 17:39:02 +0100

galeon (1.2.7-4) unstable; urgency=low

   * Built against libpng2 (closes #171837, #171839, #171799)

 -- Bas Zoetekouw <bas@debian.org>  Thu, 5 Dec 2002 14:27:20 +0000

galeon (1.2.7-3) unstable; urgency=low

   * Fixed dependency on nautulus --> nautilus1 (thanks again, Joerg!)

 -- Bas Zoetekouw <bas@debian.org>  Wed, 4 Dec 2002 20:32:37 +0000

galeon (1.2.7-2) unstable; urgency=low

   * Fixed missing comma in Build-depends (thanks Joerg!)

 -- Bas Zoetekouw <bas@debian.org>  Wed, 4 Dec 2002 19:41:39 +0000

galeon (1.2.7-1) unstable; urgency=low

   * New upstream version (closes: #171275, #171650)
   * Depend on mozilla 1.2.1 and conflict with all others
   * New maintainers: Alex de Landgraaf <alextreme@xs4all.nl>,
     Bas Zoetekouw <bas@debian.org>, Erich Schubert <erich@debian.org>
     and Mark Howard <mh344@cam.ac.uk>
   * Reworked the packaging
   * Removed close-tab-with-sidebar-fix patch (already applied upstream)
   * Added support for noopt $DEB_BUILD_OPTIONS option
   * Boosted standards-version to 3.5.8

 -- Bas Zoetekouw <bas@debian.org>  Sun, 1 Dec 2002 17:42:02 +0000

galeon (1.2.6-2) unstable; urgency=low

   * added x-www-browser alternative (priority 100)
     (Closes: #161760, #161757)
   * removed purging of gconf files from galeon,galeon-nautilus
     was a leftover from the split; having it in galeon-common is enough.
     Thanks, Aaron M. Ucko. (Closes: #161602)
   * fix typo in -common description (Closes: #151693)
 
   Maybe someone could have a look at all those old bug reports against galeon.
     http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=galeon
   has 150 bugs i don't have time to deal with...

 -- Erich Schubert <erich@debian.org>  Sat, 21 Sep 2002 23:53:15 +0200

galeon (1.2.6-1) unstable; urgency=low

   * new upstream including sidebar support
   * build against mozilla 1.1. Doesn't work with mozilla 1.0
   * proxy settings should work on startup (Closes: #134839, #149673)
   * acknowldge NMU by J.H.M. Dassen (Ray) (Closes: #159154)
     unfortunately that doesn't work any more.
   * added libjpeg62-dev, libpng2-dev, libtiff3g-dev, libungif4-dev
     to build dependencies (Closes: #157039)
     IMHO libgdk-pixbuf-dev is BROKEN.
   * using newer debian mozilla include path
   * added patch from upstream, so in this package closing the last
     tab when sidebar visible doesn't crash galeon.
     So we probably have 1.2.7 already ;)
   * removed debconf note concerning upgrades
 
   Sorry, i don't have time for working through all bug reports to check
   which of these still apply or are reproducible or reported upstream
   and should be tagged forwarded... maybe someone can spend some time
   on these bug reports - i have to prepare for some exams.
 
   Note: reporting bugs to this version of galeon is quite useless...
   Upstream is working on galeon2 almost exclusively, which is a completely
   new codebase... so chances that bugs in galeon 1.2 will get fixed are
   very low... you should report bugs upstream, too.
   * modified reportbug prejub note accordingly.

 -- Erich Schubert <erich@debian.org>  Sun, 15 Sep 2002 16:46:12 +0200

galeon (1.2.5-1.1) unstable; urgency=low

   * NMU
   * Rollback of GNOME1 png2 -> png3:
     Updated libgnome-dev, libgdk-pixbuf-dev, libgdk-pixbuf-gnome-dev,
     libglade-gnome0-dev, libnautilus-dev build dependencies.
   * With these updates, the build dependencies are sane again.
     (Closes: #157039)

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sun, 1 Sep 2002 17:26:44 +0200

galeon (1.2.5-1) unstable; urgency=low

   * new upstream (only minor bug fixes, new translation)
   * won't complain about mozilla 1.0 final (Closes: #149755)
   * removed some unnecessary files from diff
   * dependencys now using ${Source-Verson}

 -- Erich Schubert <erich@debian.org>  Wed, 12 Jun 2002 23:46:28 +0200

galeon (1.2.3-6) unstable; urgency=high

   * i resign... i should no longer mess with galeon packaging, i have
     broken enough... damn.  i performed very badly these days...
     two tries to fix the postinst, two tries for the dependency...
     i should be very ashamed...
   * fixed dependency on galeon-common (Closes: #148902, #148949)

 -- Erich Schubert <erich@debian.org>  Tue, 4 Jun 2002 00:36:28 +0200

galeon (1.2.3-5) unstable; urgency=high

   * ok, ok... i remove that dependency on mozilla-mailnews again.
     but i HAD reports that mailto: links did have serious problems,
     and that were resolved by installing mozilla-mailnews... But more
     users habe been screaming at me that it works for them without
     mozilla-mailnews. (Closes: #148637, #148877, #148849)
   * fixed dependency on galeon-common (Closes: #148902, #148903)

 -- Erich Schubert <erich@debian.org>  Mon, 3 Jun 2002 16:43:22 +0200

galeon (1.2.3-4) unstable; urgency=high

   * the "learn the details of 'test'" release...
   * fixed postinst again - now ignores correct symlinks (Closes: #148839)

 -- Erich Schubert <erich@debian.org>  Mon, 3 Jun 2002 00:14:20 +0200

galeon (1.2.3-3) unstable; urgency=high

   * the "don't forget to change what you wanted to change before uploading"
     release... /me slaps himself with a big trout...
   * fixed postinst

 -- Erich Schubert <erich@debian.org>  Sun, 2 Jun 2002 17:02:40 +0200

galeon (1.2.3-2) unstable; urgency=high

   * Fix dependencies on mozilla (Closes: #148796, #148797)
     (mozilla rc3 required)
   * make sure that /usr/share/doc/galeon is a symlink, not an empty
     dir in the postinst. (Closes: #148802, #146475)
   * added mozilla-mailnews to depends, so mailto: links work properly
     (Closes: #133319, should close 148637)
   * Upstream fixed in 1.2.3 version:
     - image for submit buttons (Closes: #145818) (security fix)
       don't save image file, could trick the user to overwrite any file
   * move galeon nautilus OAF file to galeon-nautilus package

 -- Erich Schubert <erich@debian.org>  Sun, 2 Jun 2002 14:19:21 +0200

galeon (1.2.3-1) unstable; urgency=high

   * New upstream version.
   * Compatible with mozilla 1.0 rc3 (Closes: #148559)
   * Made /usr/share/doc/(galeon|galeon-nautilus) symlinks to galeon-common
   * Removed some patches that are merged upstream (thanks tko :P)
   * Make the SMB arrows stay put. (thanks tko :>)
   * Fix a memory leak with favicons. (thanks tko :D)

 -- Jared Johnson (Debian) <solomon@futureks.net>  Thu, 30 May 2002 13:31:37 -0500

galeon (1.2.1-2) unstable; urgency=high

   * Hey.. who's this uploading a galeon package... could it be...
     THE MAINTAINER OF GALEON!  stop the presses
   * debian/galeon.templates:
     debian/galeon.templates.es:
     *Apply new, non-stupid spanish translation
      (Thank you Carlos Valdivia, Santiago Vila!)
      (Closes: #144252)
   * +debian/patches/sectooltip_bts143615.dpatch:
     *Fix 2 of the 3 cases where security icon/tooltip were not being updated.
      Third case is a mozilla bug.
      (Thanks Erich Schubert, Crispin Flowerday!)
      (Closes: #143615)
   * +debian/patches/mkdir_bts122072.dpatch:
     *Save files, create ~/.galeon and subdirs with correct permissions
      (Thanks Philippe Troin!)
      (Closes: #122072)
   * debian/control:
     *Moved depends: gconf2 | gconf, scrollkeeper (>= 0.3.6), debconf from
      galeon and galeon-nautilus to galeon-common
      (Closes: #144320)
     *Moved conflicts: gconf (<= 1.0.8), gconf2 (<= 1.1.8), galeon-beta from
      galeon and galeon-nautilus to galeon-common

 -- Jared Johnson (Debian) <solomon@futureks.net>  Wed, 24 Apr 2002 18:34:31 -0500

galeon (1.2.1-1) unstable; urgency=high

   * Backup-Maintainer Upload
   * new upstream release, compatible to mozilla 1.0 RC 1
   * split off galeon-common package, that is shared between all archs
     and between galeon and galeon-nautilus
   * Urgency high to get this into woody.
   * Should fix a couple of forwarded bugs, but i need to get this release
     out for woody, can't re-check all of them now.

 -- Erich Schubert <erich@debian.org>  Mon, 22 Apr 2002 00:18:07 +0200

galeon (1.2.0-6) unstable; urgency=low

   * Backup-Maintainer Upload
   * the "if you have three CFLAGS, change all three" release.
   * made fix for 64-bit on alpha cleaner as suggested by upstream.
   * set debian-version for ia64 too, so it builds again (Closes: #142777)
   * added fix for polish translation (Closes: #142573)

 -- Erich Schubert <erich@debian.org>  Thu, 11 Apr 2002 22:46:16 +0200

galeon (1.2.0-5) unstable; urgency=medium

   * Backup-Maintainer Upload, the
     "i can't keep my hands off galeon, but vacations have ended now." release
   * extracted patch from upstream cvs (Closes: #139914)
     Ctrl+Home key handled by mozilla only while in input fields.
   * GTM error message now recommends installing the package, not
     downloading gtm from the homepage. (Closes: #142344)
     added german translation for this message, too.
   * further updates/additions to README.Debian (Closes: #141907)
   * added Debian/Version to the useragent string like mozilla did.
   * added "sleep 5" to mailcap mime entry, so galeon has a change to
     load the web pages (Workaround for #122768)
   * added option so you can use evolution now directly, not only
     via gnome handler (you can no pass the url via %u to mail handlers)
   * added gnus to mail handler choices. (Closes: #136285)
   * move downloader to current workspace when downloading (Closes: #142452)

 -- Erich Schubert <erich@debian.org>  Thu, 11 Apr 2002 22:46:16 +0200

galeon (1.2.0-4) unstable; urgency=medium

   * Backup-Maintainer Upload
   * the "i begin to really like autoconf" release.
   * Added new package galeon-nautilus, which is galeon with nautilus
     view enabled (use galeon to view html pages in nautilus)
     Thanks to asuffield, ljane and the others on #debian-devel who
     pointed me to the nice features of autoconf ;)
     i had never imagined it would be that easy to do this.

 -- Erich Schubert <erich@debian.org>  Sat, 6 Apr 2002 00:54:43 +0200

galeon (1.2.0-3) unstable; urgency=medium

   * Backup-Maintainer Upload
   * Fix for building galeon on 64 Bit archs (Closes: #141361)

 -- Erich Schubert <erich@debian.org>  Sat, 6 Apr 2002 00:54:43 +0200

galeon (1.2.0-2) unstable; urgency=low

   * Backup-Maintainer Upload
   * The "migrating from -0.x to -1 is difficult" release ;)
     i had removed the orig.tar.gz from the upload, because it was uploaded
     with -0.1 already... seems like i removed it from one file to much...
   * now using dpatch for a nicer build process ;)
   * re-upload with the orig.tar.gz in the .dsc file. (Closes: #141073)

 -- Erich Schubert <erich@debian.org>  Thu, 4 Apr 2002 15:40:07 +0200

galeon (1.2.0-1) unstable; urgency=low

   * Backup-Maintainer Upload
     probably my last for some time, Jared Johnson is back from work ;)
   * Depends: scrollkeeper (>= 0.3.6) (Closes: #140208)
   * Spanish Translation of debconf files (Closes: #140109)
     Thanks, Adrian De Leon.
   * gconf2 is fixed ;) can remove most of the wrapper now.
     the wrapper is now cleaning the installed schema files.
   * removed note about form submission problems from the readme,
     as i have been told that my new fix fixed it automatically ;)
   * fixed sed in config (Closes: #140856, #139558)

 -- Erich Schubert <erich@debian.org>  Tue, 2 Apr 2002 16:27:02 +0200

galeon (1.2.0-0.6) unstable; urgency=high

   * NMU
   * move from non-US to main
   * keep urgency "high" to push the fix for (Closes: #139575)
     feedback is quite good, seems like i squashed this bug.
   * forgot to update the date of the previous upload...
     correct timestamp would be about Tue, 26 Mar 2002 16:25:00 +0100
   * added myself to "Uploaders:", as backup-maintainer for galeon.

 -- Erich Schubert <erich@debian.org>  Tue, 26 Mar 2002 22:20:20 +0100

galeon (1.2.0-0.5) unstable; urgency=high

   * NMU
   * added scrollkeeper-update to the postinst script
   * added note to README.Debian that you might need to kill your oafd
   * improved hotfix for the default-charset locales issue.
     (should improve #139575)
     if you cannot submit forms, read the README.Debian!
   * improved restart-servermode fix
   * improved wrapper and config script (thanks Jochen Hein, Closes: #139558)
   * removed reportbug script to check for gconf2, depending
     on gconf | gconf2 does this job in a nicer fashion ;)

 -- Erich Schubert <erich@debian.org>  Wed, 20 Mar 2002 13:33:55 +0100

galeon (1.2.0-0.4) unstable; urgency=low

   * NMU
   * corrected README.Debian part about "Bypass Proxy", which is bad
     titled for "Refresh at/in Proxy", causing your proxy to reload
     the page, but not disabling the proxy for this reload...
   * found the bug i added the debug statements for (#137487)
     which might not be related to that bug, but to a different
     locales bug. Added a hotfix hack for that.
     Needs to be solved by upstream nicely, l10n issue with gconf.
     (l10n needs to be done for galeon.schema file)

 -- Erich Schubert <erich@debian.org>  Sat, 16 Mar 2002 22:39:46 +0100

galeon (1.2.0-0.3) unstable; urgency=low

   * NMU
   * added French translation of debconf templates (Closes: #138527)
     please contribute further translations! (available: de,fr,ru)
   * added reportbug script to check for gconf2
   * added missing docs, including README.ExtraPrefs (Closes: #138579)
   * put encoding selector at the top in font selector (Closes: #138299)
   * added folding of smart bookmarks with wheel
   * added some notes to README.Debian
   * removed a line lintian complains about from postinst, report if
     installation problems occur (no longer removing /tmp/orbit-root)

 -- Erich Schubert <erich@debian.org>  Sat, 16 Mar 2002 22:39:46 +0100

galeon (1.2.0-0.2) unstable; urgency=low

   * NMU
   * further server mode fixes (unregister at sessionmanagent on timeout)
   * small wrapper fix: do create .galeon dir if nonexistant.
   * added note about AA to README.Debian
   * explicitely disable nautilus view (really Closes: #137294)

 -- Erich Schubert <erich@debian.org>  Fri, 15 Mar 2002 09:05:02 +0100

galeon (1.2.0-0.1) unstable; urgency=low

   * NMU
   * Build against Mozilla 0.9.9
   * Small wrapper fixes
   * using a different approach to fullscreen, please send feedback
     if this works with all window managers!!
   * added some debug statements for debugging #137487
   * respawn when server mode (Closes: #136770)
   * Docs should now be complete. (Closes: #134946, #125952)
   * doesn't require libnautilus (Closes: #137294)
   * small patch for galeon-config-tool (Closes: #138000)
   * New Upstream Release (1.0.3 doesn't build with moz 0.9.9)
     Closes: #129675, #115381, #130493, #131663, #126565, #118317
     Closes: #112911, #103358, #119790, #121085, #113425, #122417
   * thus replacing, conflicting, providing galeon-beta

 -- Erich Schubert <erich@debian.org>  Wed, 13 Mar 2002 15:07:04 +0100

galeon (1.0.3-0.7) unstable; urgency=low

   * NMU
   * Hopefully the last release of 1.0.3
   * Build against Mozilla 0.9.9
   * Recommends libgdkxft0 now
   * Small wrapper fixes

 -- Erich Schubert <erich@debian.org>  Tue, 12 Mar 2002 13:02:40 +0100

galeon (1.0.3-0.6) unstable; urgency=medium

   * NMU
   * Pre-Depends probably is a bad idea, versioned depends on gconf now
     (Closes: #136897, sorry bad bug number before)
   * Added "Replaces: galeon-beta" to allow easier switching
     especially when galeon 1.2 comes out, many will want to stay with
     that one for some time ;)

 -- Erich Schubert <erich@debian.org>  Thu, 7 Mar 2002 15:15:11 +0100

galeon (1.0.3-0.5) unstable; urgency=medium

   * NMU
   * extended wrapper hack for gconf problems (stores version number)
   * Pre-Depends on gconf now. (Closes: #136807)
     hopefully this also Closes: #134377 (mysterious bug)
   * made config script more tolerant hopefully
   * fixed template (Closes: #136485)
     added russian translation thanks to ilgiz kalmetev (Closes: #136923)
   * server mode will be restarted by session (Closes: #136708)

 -- Erich Schubert <erich@debian.org>  Wed, 6 Mar 2002 12:59:48 +0100

galeon (1.0.3-0.4) unstable; urgency=medium

   * NMU
   * Removed conflict with gconf2 again
   * Modified wrapper and galeon-config-tool.
     this is a hack, but seems to work... (Closes: #133799)
   * Build using gcc-3.0 on ia64 (Thanks Matt Chapman)
   * Ugly hack to prevent automake reconfiguration

 -- Erich Schubert <erich@debian.org>  Mon, 18 Feb 2002 13:49:17 +0100

galeon (1.0.3-0.3) unstable; urgency=low

   * NMU: Conflicts with gconf2
     Four bugreports that solve by uninstalling gconf2 is enough.
   * small fix by Alisdair McDiarmid (Closes: #132854)

 -- Erich Schubert <erich@debian.org>  Wed, 13 Feb 2002 19:34:27 +0100

galeon (1.0.3-0.2) unstable; urgency=low

   * NMU: Just build against mozilla 0.9.8

 -- Takuo KITAME <kitame@northeye.org>  Mon, 11 Feb 2002 23:17:08 +0900

galeon (1.0.3-0.1) unstable; urgency=low

   * Non-maintainer upload
   * the "lost my own patches" upload ;)
   * New upstream version
   * removed patches that are now in upstream source, too
   * upstream improved printing and minor bugs
   * really remove that panel dependency (Closes: #127832)
   * really added recommends: mozilla-psm (Closes: #123614)

 -- Erich Schubert <erich@debian.org>  Thu, 7 Feb 2002 00:18:14 +0100

galeon (1.0.2-0.2) unstable; urgency=low

   * Non-maintainer upload with Jared's ok
   * Dependencies:
     panel applet is broken upstream, removed dependency (Closes: #127832)
     build-depends scrollkeeper (part of #127200)
     recommending mozilla-psm (Closes: #123614)
   * added localstatedir to ./configure (Closes: #127200)
   * fixed galeon wrapper (Closes: #126722)
   * icon pixmap now in /usr/share/pixmaps (Closes: #126397)
   * added control files for reportbug (Closes: #130169)
   * purging now correctly removes gconf schemas (Closes: #122628)
   * clean process now removes some more leftovers
   * stolen from CVS: removed duplicate confirmation when overwriting a
     saved session (Closes: #117978)
   * applied patches are in debian/applied_patches for reference
   * fixed mutt entry for mail client (Closes: #121890)
   * less upgrade warnings (ignore last component of version,
     so only warning when upgrading from < 1.0) (Closes: #121937)

 -- Erich Schubert <erich@debian.org>  Sun, 3 Feb 2002 00:22:37 +0100

2001

galeon (1.0.2-0.1) unstable; urgency=low

   * Non-maintainer upload at Jared's request.
   * New upstream version to work with Mozilla 0.9.7.

 -- Robert McQueen <robot101@debian.org>  Sat, 29 Dec 2001 19:04:47 +0000

galeon (1.0-2) unstable; urgency=low

   * ui/*.glade:
     changed all occurances of GTK_WIN_POS_NONE to GTK_WIN_POS_CENTER
   * debian/control, +debian/shlibs.local:
     build dep on libgnome-vfs-dev >= 1.0.3-2, use shlib v00d00 ski11z to
     depend on libgnome-vfs0 >= 1.0.3-2,  to pull in libgnomevfs-pthread.so
     (closes: #121795)
   * debian/rules, -debian/pixmaps/galeon.png.uue, debian/pixmaps/galeon.xpm:
     hehe, they were right... guess the new super spiffy galeon icon was
     neither new nor super spiffy ;>
     (closes: #121536, #121592)

 -- Jared Johnson (Debian) <solomon@futureks.net>  Fri, 30 Nov 2001 01:46:30 -0600

galeon (1.0-1) unstable; urgency=low

   * New upstream version
     (closes: #112922, #117782, #118551, #113837, #116379, #120342, #117867)
     (closes: #114668, #114781, #121063)
   * debian/galeon.mime:  don't try to run in console (thanks Craig Small)
     (closes: #116880)
   * debian/scripts/galeon.wrapper:  work around faulty handling of DISPLAY
     (thanks to Manuel Estrada Sainz <ranty@debian.org>)
     (closes: #111712)
   * Try to make note look alittle better in debconf... maybe
   * src/mozilla/ContentHandler.cpp:  apply small patch to fix crasher
     (Thanks phillipl)
     (closes: #115562)
   * src/mozilla/TOCProtocolHandler.cpp: use /usr/share/man rather than/usr/man
     (Thanks David)
     (closes: #117164)
   * debian/control: suggest nautilus, for inline man page & gnome help display
     (closes: #121352)
   * src/newuser_callbacks.c ui/galeon.glade:
     -oops... restore patch to include debian bookmarks and some custom icons
     -add "source:package" to tooltip for packages.d.o
   * debian/pixmaps/galeon.xpm debian/pixmaps/galeon.png.uue debian/rules:
     replace menu/logo icons with super-spiffy jimmac icon

 -- Jared Johnson (Debian) <solomon@futureks.net>  Sat, 24 Nov 2001 09:38:31 -0600

galeon (0.12.8-1) unstable; urgency=low

   * New upstream version
   * Compile against mozilla 0.9.6 (closes: #120596)

 -- Jared Johnson (Debian) <solomon@futureks.net>  Thu, 22 Nov 2001 12:26:18 -0600

galeon (0.12.7-0.1) unstable; urgency=low

   * Non-maintainer upload
   * New upstream release (closes: #118807)
   * fix gconf with sudo problem (closes: #116898)
   * Build-Depends: xml-i18n-tools renamed to intltool

 -- Takuo KITAME <kitame@northeye.org>  Sun, 11 Nov 2001 04:29:02 +0000

galeon (0.12.4-0.2) unstable; urgency=low

   * Non-maintainer upload
   * add Brazilian Portuguese template thanks to
     Andre Luis Lopes <andrelop@ig.com.br> (closes: #116426)
   * add German template thanks to Sebastian Feltel <sebastian@feltel.de>
     (closes: #114970)
   * add db_stop at end of postinst (closes: #112774)

 -- David Kimdon <dwhedon@debian.org>  Sun, 21 Oct 2001 22:00:46 -0700

galeon (0.12.4-0.1) unstable; urgency=low

   * Non-maintainer upload
   * New upstream release
   * versioned suggest on gtm (closes: #115387)
   * rebuild with mozilla 0.9.5 (closes: #115667)
   * fix permmissions on galeon.xpm
   * remove depend on libxml, it will be pulled in by gconf
   * let shlibdeps find gconf, don't need to list it explicitly

 -- David Kimdon <dwhedon@debian.org>  Mon, 15 Oct 2001 10:21:24 -0700

galeon (0.12.3-1) unstable; urgency=low

   * Non-maintainer upload
   * New upstream release (closes: #113511)
     no longer crases on url toc:man (closes: #113319)
   * Depend on gconf (closes: #114450)
   * Build depend on libwrap-dev0 (closes: #114417)
   * fix galeon-config-tool (closes: #113220)
   * add "Web browsers" hint to menu (closes: #114318)
   * add menu icon (closes: #113591)
   * fix gconf permissions in postinst (closes: #113091)
   * register as mime program (closes: #114363)

 -- David Kimdon <dwhedon@debian.org>  Mon, 8 Oct 2001 19:10:41 -0700

galeon (0.12.1-1) unstable; urgency=low

   * New upstream version.
     (closes: #109048, #111255, #107141, #108281, #110011, #111716, #109264, #109315, #111853, #106312, #108646, #108955, #112470, #112469)
     Upstream is "pretty sure" some of these were fixed, Chime in if they're not.
   * Build against mozilla 2:0.9.4-1, change debian/control to reflect this
   * Rename manpage from galeon-config-clean to galeon-config-tool
   * Correct names and add options to galeon-config-tool manpage
   * Don't add galeon-config-clean script, it's included upstream now
   * Modify debconf template to reflect new script name galeon-config-tool
   * Re-patch galeon.glade and newuser_callbacks.c to be a little neater
   * Add fix in postinst for dumbassed gconf bug.  Hope it works.
   * Build dep on gconf <= 1.0.4 because of dumbassed gconf bug.
   * Applied patch for alpha build.  Sorry for the delay, thanks for the patch Falk Hueffner
     (closes: #110839)
   * Add --disable-install-schemas to prevent gconftool from trying to screw with schemas during build.
   * Add build dependancy on libgdk-pixbuf-gnome-dev

 -- Jared Johnson (Debian) <solomon@futureks.net>  Mon, 17 Sep 2001 03:15:16 -0500

galeon (0.11.5-3) unstable; urgency=low

   * Modified sed stuff in galeon.conf to be slightly betters and faster
     (Thanks Michael Weber)
   * Modified galeon.templates to mention in warning that cookies will also
     be deleted, thanks Daniel Stone
   * Fixed typo in control description, Thanks Colin Walters
   * Modified configopts to use /usr/lib/mozilla instead of /usr/lib and
     /usr/lib/mozilla-0.9.3
   * I _think_ that mozilla now works without mozilla-mailnews as of mozilla
     0.9.3 or 0.9.3+0-1... think.... please please re-open this bug and help
     determine the cause if this is not the case! (closes: #107146)

 -- Jared Johnson (Debian) <solomon@futureks.net>  Sat, 18 Aug 2001 04:13:40 -0500

galeon (0.11.5-2) unstable; urgency=low

   * Add a warning about configuration breakages when upgrading upstream version
     (thanks to old mozilla by frank for the simple version comparison example)
     (thanks to Daniel Stone and Steven Kowalik for the fancy sh-isms)
     (I bet all these additional notes make it look more complex than it is)
   * Added build dependancy on debconf (see above)
   * Added galeon-config-clean to remove galeon user config folders
     Thanks for demonstrating the need for this, Tobias Hunger!
     (closes: #107462)
   * Added crappy manual page for galeon-config-clean
   * Moved scripts to debian/scripts/
   * Added postinst in order to get dh_installdebconf to work (thanks konqueror)
   * Added Provides: www-browser, thank you Ray(?) Dassen (closes: #108620)
   * Use `install` instead of cp to install binaries!  i'm lame :)

 -- Jared Johnson (Debian) <solomon@futureks.net>  Mon, 13 Aug 2001 17:06:06 -0500

galeon (0.11.5-1) unstable; urgency=low

   * New upstream version
   * Compile against mozilla 0.9.3 (closes: #108366)
   * Update configopts with new paths for 0.9.3
   * Fix control to conflict and build-conflict with >=2:0.9.4
     (closes: #108368)
   * Add dependancy on mozilla-mailnews :_( anyone want to figure out
     Bug # 107146, then perhaps i'll be able to not dep on it :(
   * Change maintainer field to match my new gpg key (which still needs to get
     into the debian keyring :-(
   * Move all icons to install target, not just replacements (easier for me)
   * Add manpage for galeon-bin using galeon.links and dh_link

 -- Jared Johnson (Debian) <solomon@futureks.net>  Mon, 13 Aug 2001 11:08:57 -0500

galeon (0.11.3-1.1) unstable; urgency=low

   * Non-maintainer upload
   * The 'when-will-solomon-give-me-a-package-that-builds-properly'
     release.
   * Added build-dep on sharutils.

 -- Robert McQueen <robot101@debian.org>  Sun, 29 Jul 2001 14:27:22 +0100

galeon (0.11.3-1) unstable; urgency=low

   * New upstream version (closes: #104578, #105409, #106266, #106524)
   * Added dep on libpanel-applet0, thanks Guus Sliepen and Henry House!
     (closes: #104336, #106027)
   * Changed libxml deps to 1.8.14, thanks Ilya Konstantinov! (closes: #105754)
   * Replaced debian bugs smart bm icon with nicer one
   * debian/rules
     +debian/pixmaps/*
     +ui/debianbts.png
     +ui/usenet.png
     +ui/dogpile.png
     +ui/yahoo.png
     +ui/dictionary.png
     ui/debian.png
     ui/google.png
     ui/Makefile.am
     ui/Makefile.in
     ui/galeon.glade
     src/newuser_callbacks.c
     - Added some nifty icons and notes for tooltips to smart bookmarks
     - Replaced smart bookmark for rpmfind with Debian BTS yip! (closes: #102830)
     - applied nd's nice patch to include notes in smart bookmarks
     - added icons i made for all the default smart bookmarks and replaced
       galeon release's google and packages.d.o icons... uudecode them from
       debian/pixmaps/* in build target, clean them in clean target, w000t.

 -- Jared Johnson <solomon@futureks.net>  Sat, 28 Jul 2001 09:16:45 -0500

galeon (0.11.1-1) unstable; urgency=low

   * New upstream version (closes: #103876, #103737)
   * Removed www.debian.org default homepage, MyPortal is nicer
   * Updated control with some versioned deps specified by galeon upstream
   * Remove dh_undocumented from debian/rules:  galeon upstream has a manpage
     now! (closes: #102382)
   * Add wrapper script to unset MOZILLA_FIVE_HOME... this should resolve most
     issues with libs etc. in the wrong locations, those that aren't resolved,
     well, people should monitor their own local installations :)
     (closes: #101962)
   * Add deps to libxml >=1.8.13 due to incompatibilities
   * Fix another typo in control description, s/minimual/minimal/

 -- Jared Johnson <solomon@futureks.net>  Sun, 8 Jul 2001 14:21:58 -0500

galeon (0.11.0-1.1) unstable; urgency=low

   * Non-maintainer upload (minor lintian fixes for sponsored upload)
   * Upload to sid		(closes: #75633, #68766, #70555, #86944)
   * Added dh_undocumented link for galeon.1
   * Removed ABOUT-NLS, COPYING and COPYING.README and INSTALL from
     debian/docs
   * Corrected spelling error in description, complient -> compliant
   * Corrected debian/menu file, X11|text|vc|wm -> X11
   * Removed hack-macros dir from diff - upstream now provides configure
     script
   * Edited debian/rules with solomon to fix clean target if autogen.sh
     was used

 -- Robert McQueen <robot101@debian.org>  Sun, 17 Jun 2001 02:30:29 +0100

galeon (0.11.0-1) unstable; urgency=low

   * control:  move to non-US/main
   * control:  remove unneeded build deps
   * Get rid of wrapper script, galeon-bin is now galeon
   * Use proper config command based on existance of configure...
   * Added nifty Makefile-foo for the above operation and the rest, thanks luca
   * Use sed to change start page to www.debian.org

 -- Jared Johnson <solomon@futureks.net>  Sat, 16 Jun 2001 12:51:26 -0500

galeon (0.11.0-0.1) unstable; urgency=low

   * Rebuilt from scratch (new debhelper/standards version etc)
   * New Upstream
   * Building against probably-soon-to-be-in-debian myth's moz 0.9.1
   * Changed long description slightly (is galeon really light?!)
   * Changed dependancy from mozilla to mozilla-browser (>= 2:0.9.1)
   * Commented some unneeded dh crap i never bothered with
   * Now link to undocumented manpage
   * Now build with autogen.sh and clean with make maintainer-clean
   * Add hack-macros to root of source tree to allow autogen.sh build
   * Two above changes will hopefully make cvs scripts same as release
   * Use DESTDIR in make install, hrm i hope that works
   * Added --with-mozilla-home=/usr/lib/mozilla-0.9.1
   * Added a bunch of build depends, thanks ashrida
   * NOTE:  this is a test package, hrm i hope all these changes work right

 -- Jared Johnson <solomon@futureks.net>  Tue, 12 Jun 2001 11:19:37 -0500

galeon (0.10.5-0.1) unstable; urgency=low

   * New Upstream
   * Built against unofficial mozilla 0.8.1 debs from markybob.com

 -- Jared Johnson <solomon@futureks.net>  Fri, 20 Apr 2001 17:10:15 -0500

galeon (0.8+0.9pre3-0.1) unstable; urgency=low

   * New upstream

 -- Jared Johnson <solomon@futureks.net>  Sun, 28 Jan 2001 17:22:47 -0600

galeon (0.8+0.9pre2-0.1) unstable; urgency=low

   * New upstream

 -- Jared Johnson <solomon@futureks.net>  Sun, 21 Jan 2001 15:41:48 -0600

2000

galeon (0.8.3-0.1) unstable; urgency=low

   * New upstream

 -- Jared Johnson <solomon@futureks.net>  Wed, 27 Dec 2000 21:29:48 -0600

galeon (0.8.1-0.1) unstable; urgency=low

   * New upstream

 -- Jared Johnson <solomon@euber.net>  Tue, 28 Nov 2000 22:24:27 -0600

galeon (0.8-0.2) unstable; urgency=low

   * Fixed alsa dependancy i hope

 -- Jared Johnson <solomon@futureks.net>  Sat, 11 Nov 2000 15:46:16 -0600

galeon (0.8-0.1) unstable; urgency=low

   * New upstream

 -- Jared Johnson <solomon@futureks.net>  Wed, 8 Nov 2000 02:57:28 -0600

galeon (0.7.7-0.2) unstable; urgency=low

   * Fixed dependancy goof

 -- Jared Johnson <solomon@futureks.net>  Sun, 22 Oct 2000 23:45:02 -0500

galeon (0.7.7-0.1) unstable; urgency=low

   * Building against M18 woody packages
   * Removed startup script which is no longer needed

 -- Jared Johnson <solomon@futureks.net>  Sun, 22 Oct 2000 06:59:53 -0500

galeon (0.7.6-1) unstable; urgency=low

   * New upstream version

 -- Jared Johnson <solomon@futureks.net>  Mon, 9 Oct 2000 12:09:22 -0500

galeon (0.7.5-1) unstable; urgency=low

   * Initial Release of made-from-scratch deb.  Bug me if There are problems.

 -- Jared Johnson <solomon@futureks.net>  Fri, 22 Sep 2000 08:23:04 -0600