wmmail (0.64-13.2) unstable; urgency=low

  * Non-maintainer upload.
  * Fix postrm (Closes: #591655)

 -- Moritz Muehlenhoff <jmm@debian.org>  Thu, 05 Aug 2010 10:56:42 -0400

wmmail (0.64-13.1) unstable; urgency=low

  [ Jari Aalto ]
  * Non-maintainer upload.
    - Move to packaging format "3.0 (quilt)" due to patch.
  * debian/compat
    - Update to 7.
  * debian/control
    - (Build-Depends): Update obsolete xutils to xutils-dev
      (important; Closes: #578961).
      Update to debhelper 7.1. Add autotools-dev.
    - (Depends): Add ${misc:Depends}.
    - (Pre-Depends): New field. Add debconf.
    - (Standards-Version): Update to 3.8.4.
  * debian/copyright
    - Point to GPL-2.
  * debian/menu
    - (section): Change nn-existing Apps/Net to Applications/Network/Monitoring.
  * debian/{preinst,prerm,postinst}
    - Add "set -e".
  * debian/copyright
    - Update layout.
    - Add note about unreachable upstream URL.
  * debian/prerm
    - Add "set -e".
  * debian/rules
    - (buid-stamp): Use newest config.* files.
    - (install-stamp): Change dh_clean to dh_prep.
    - (clean): Fix lintian debian-rules-ignores-make-clean-error.
  * debian/source/format
    - New file.
  * debian/wmmail.postrm
    - New file. Purge debconf.
  * debian/WMMail.1
    - Fix hyphens.

 -- Jari Aalto <jari.aalto@cante.net>  Sat, 08 May 2010 22:24:56 +0300

wmmail (0.64-13) unstable; urgency=low

  * Updated build-dependencies for xlibs split (closes: #347052).

 -- Chris Waters <xtifr@debian.org>  Wed, 18 Jan 2006 16:17:51 -0800

wmmail (0.64-12) unstable; urgency=low

  * Add support for names/passwords containing spaces to IMAP module
    (this should probably be generalized for all the client/server
    modules, but this will solve the immediate complaint) (closes: #240006).
  * Cleaned up bad examples from /usr/share/doc/wmmail/examples/WMMail
    (closes: #227331).
  * Removed some non-ASCII chars from the changelog (apologies to those
    whose names are now slightly mangled).

 -- Chris Waters <xtifr@debian.org>  Tue, 27 Apr 2004 14:37:39 -0700

wmmail (0.64-11.1) unstable; urgency=low

  * NMU
  * Add AM_MAINTAINER_MODE to configure.in (closes: #206553).
  * Remove "touch configure" and friends from debian/rules as they are 
    obsoleted by AM_MAINTAINER_MODE.

 -- Nicolas Boullis <nboullis@debian.org>  Sun, 14 Sep 2003 02:42:08 +0200

wmmail (0.64-11) unstable; urgency=low

  * Added "touch configure" to debian/rules to prevent make system from
    getting confused and trying to re-run autoconf (closes: #206553).

 -- Chris Waters <xtifr@debian.org>  Wed, 27 Aug 2003 15:12:38 -0700

wmmail (0.64-10) unstable; urgency=low

  * Fixed bug in command-line parsing that caused crashes.

 -- Chris Waters <xtifr@debian.org>  Wed, 20 Aug 2003 18:23:59 -0700

wmmail (0.64-9) unstable; urgency=low

  * Since dpkg can't replace dirs with symlinks very well, need to manage
    the image/sounds symlinks in install scripts (closes: #205074).
  * Remove duplicate definitions of wmalloc, wrealloc and wfree, which are
    all already provided by WINGs library in use now (closes: #205248).

 -- Chris Waters <xtifr@debian.org>  Wed, 20 Aug 2003 17:59:22 -0700

wmmail (0.64-8) unstable; urgency=low
  * Patch from Daniel Richard G. to use libwings instead of obsolete
    libproplist.
  * Another patch from Daniel Richard G. to update display when program
    called by ExecuteOnClick exits and sends SIGCHLD; also updates display
    whenever SIGUSR1 is sent.  Also includes some minor cleanups of the code.
  * Removed old, obsolete debconf-based note.
  * In a slightly ugly hack, moved images and sounds to /usr/share
    directory and then added links back from old location in /usr/lib.
    Hey, it keeps lintian happy.  :)
  * General updating of package.

 -- Chris Waters <xtifr@debian.org>  Sat,  9 Aug 2003 19:56:46 -0700

wmmail (0.64-7) unstable; urgency=low

  * Added new configuration option for IMAP folders: "UseSelect", for use
    with IMAP servers that have a broken "EXAMINE" command.  See the
    man page or /usr/share/doc/README.debian for more. (closes: #156251)
  * Added comment about the strange temporary window seen in the
    blackbox/fluxbox "slit" to the man page.  (As seen in bug#154775.)
    Note that this does not constitute a fix for the bug, which is still a
    bit of a mystery, but an essentially harmless one.

 -- Chris Waters <xtifr@debian.org>  Thu, 26 Sep 2002 17:21:47 -0700

wmmail (0.64-6) unstable; urgency=low

  * Added russian translation to debconf template.  Thanks to ilgiz
    kalmetev.  (closes: #137167)

 -- Chris Waters <xtifr@debian.org>  Fri,  8 Mar 2002 13:20:33 -0800

wmmail (0.64-5) unstable; urgency=low

  * Added spanish translation to debconf template.  Thanks to Carlos
    Valdivia Yague.  (closes:#117686)
  * Corrected /usr/doc/wmmail to /usr/share/doc/wmmail in template (also
    thanks to Carlos).

 -- Chris Waters <xtifr@debian.org>  Sun,  4 Nov 2001 12:04:47 -0800

wmmail (0.64-4) unstable; urgency=low

  * Added missing build-depends on xutils. (closes:#90734)

 -- Chris Waters <xtifr@debian.org>  Fri, 13 Apr 2001 13:59:32 -0700

wmmail (0.64-3) unstable; urgency=low

  * Moved binary to /usr/bin, as per new policy.  (Also moved man page.)
  * Changed section from x11 to mail (seemed to make more sense).
  * Added hints to menu entry.
  * Added translations to debconf template, German (thanks to Joerg
    Rieger), Swedish (thanks to Andre Dahlqvist), and French (thanks to
    Thomas Morin).  (closes: #83304, #83503, #83779)
  * Added comment to man page about DisplayEachMailbox requiring
    Animations. (closes:#90698)
  * Made debian/rules use a few more debhelper features.
  
 -- Chris Waters <xtifr@debian.org>  Mon,  2 Apr 2001 16:31:07 -0700

wmmail (0.64-2) unstable; urgency=low

  * Verified that a user configuration file is not required.  This has
    apparently been fixed for an unknown length of time.  (closes:#24101)
  * Also verified that a missing mailbox does not cause a crash (although
    it exits gracefully if *no* mailboxes to monitor can be found).  Again,
    fixed for unknown length of time.  (closes:#41316)
  * src/imap.c: Modified imap checking to use the read-only EXAMINE command
    instead of the otherwise identical SELECT command.  (Submitting upstream
    too.)   (closes:#58494)
  * WMMail.1x: Documented why an empty white window may sometimes appear,
    and what to do about it.  (closes:#54189)
  * WMMail.1x: Removed unsupported feature from example configuration file.
    Added note about this to README.Debian.  (closes:#79310)
  * WMMail.1x: Added new "DisplayEachMailbox" setting.  Added settings for
    POP3 mailboxes, and removed the claim that POP3 is unsupported.  In IMAP
    settings, added "port", and updated description of "folder".  
  * debian/control: Updated description to reflect some of the new features.
    Updated Build-depends for new xlibs-dev.
  * Removed predefined pre/post-inst/rm scripts so debhelper can do its job.
  
 -- Chris Waters <xtifr@debian.org>  Thu, 14 Dec 2000 23:08:28 -0800

wmmail (0.64-1) unstable; urgency=low

  * new maintainer
  * new upstream version (closes:#65231)

 -- Chris Waters <xtifr@debian.org>  Fri,  3 Nov 2000 14:07:26 -0800

wmmail (0.63a-4) frozen unstable; urgency=low

  * debian/wmmail.prerm: added ';;' (prevents removal of wmmail) (Closes:
    bug#55690, bug#53910, bug#54576, bug#55475)
  * WMMail.1x:  added documentation for MailboxHasInternalData mbox
    option. (Closes: bug#54187)

 -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 23 Jan 2000 14:32:50 +0100

wmmail (0.63a-3) unstable; urgency=low

  * debian/rules: s!usr/(doc|man)!usr/share/\1!
  * debian/rules: export DH_COMPAT=2
  * debian/control: Build-Depends... errr... Joey, wonderful work and all,
    but it took me a while to figure out which dammed version of debhelper
    I had to use.  IMO it should be at least (>= 2.0.40) for every recent
    package generated using debhelper.
  * debian/rules: install-stamp is now a phony target (following
    debhelper's 2.0.56 changelog entry)
  * debian/rules: uses dh_link
  * debian/rules: s!debian/tmp!debian/$(package)!
  * debian/control: Depends: debconf
  * debian/wmmail.{config,templates}: new files
  * debian/copyright: point to /usr/share/common-licenses/GPL instead of
    the old location
  * debian/control: Depends: base-files (>= 2.0.3) (if I'm pointing the
    user to read something, I want that something to be there... this
    should be policy, IMO) (yes, I know there's a symlink in place, but
    what happens when that symlink is gone, AFAI have understood it, it is
    going to dissapear a some point)

 -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 18 Dec 1999 19:41:26 +0100

wmmail (0.63a-2) unstable; urgency=low

  * maildir.c: patch by Lars Bensmann (sent upstream)
  * debian/{copyright,README.Debian}: updated Bryan's webpage URL and
    email address

 -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 13 Jun 1999 15:17:53 -0600

wmmail (0.63a-1) unstable; urgency=low

  * New upstream version.
  * Review of closed bugs: #30795 (0.62-1), #30882 (can't reproduce, and
    there's no bashism in {pre,post} scripts), #35543 (WMMail should not
    behave properly if no ~/Defaults/WMMail exists), #36372 and #36418
    (what?!? README and copyright _are_ there), #28286 (Maildir support
    was added a few releases ago and it works properly -- I know because I
    use it) (closes: bug#30795, bug#30882, bug#35543, bug#36372,
    bug#36418, bug#28286)

 -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 29 May 1999 07:40:55 -0600

wmmail (0.62-1) unstable; urgency=low

  * New upstream version
  * Upstream has incorporated the load of patches between 0.59-1 and
    0.59-6.  Now, if I can get my mails to Bryan not to bounce...
  * wmutil.c: added signal(SIG*, SIG_DFL) to revert signal to default in
    the child processes  -- lets exmh work properly (bug#30795)
  * debian/upgrade-wmmailrc: new file.  Handles the upgrade from 0.59 to
    0.62.

 -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 17 Jan 1999 14:35:18 -0600

wmmail (0.59-6) unstable; urgency=low

  * Added support for Maildir mailboxes (thanks Lars! Sorry for taking so
    long). (closes: bug#28286)
  * Imakefile: added maildir.c to SRCS and maildir.o to OBJS

 -- Marcelo E. Magallon <mmagallo@debian.org>  Wed, 16 Dec 1998 19:43:18 -0600

wmmail (0.59-5) frozen unstable; urgency=low

  * wmutil.c: added signal(SIG*, SIG_DFL) to revert signal to default in
    the child processes  -- lets exmh work properly (closes: bug#30795)

 -- Marcelo E. Magallon <mmagallo@debian.org>  Wed, 16 Dec 1998 19:03:59 -0600

wmmail (0.59-4) unstable; urgency=low

  * Applied patch to wmmail.c by neale@lanl.gov to solve the zombies
    problem pointed out by him and Larry 'Daffy' Daffner
    <vizzie@mail.airmail.net> and introduced by yours truly. Thanks guys!
    (Sent upstream) (closes: bug#26197, bug#26280)
  * Applied patch to mh.c by Larry 'Daffy' Daffner
    <vizzie@mail.airmail.net> to avoid wmmail from crashing on empty mh
    mailboxes. (closes: bug#26198)

 -- Marcelo E. Magallon <mmagallo@debian.org>  Mon, 31 Aug 1998 15:42:33 -0600

wmmail (0.59-3) unstable; urgency=low

  * Changed system for execCommand, taken from WindowMaker. Should handle
    better double clicks... (using "system" and not including an "&" at
    the end of the command makes wmmail wait for the launched process to
    return)

 -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 23 Aug 1998 16:06:03 -0600

wmmail (0.59-2) unstable; urgency=low

  * Fixed typo in wmmail.man (closes: #23764)
  * Modified path handling to parse "~someuser/somepath" (code taken from
    WindowMaker). Added system wide configuration file. Patches sent
    upstream.
  * Cleaned debian/rules a bit

 -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 26 Jul 1998 17:16:35 -0600

wmmail (0.59-1) frozen unstable; urgency=low

  * New upstream release
  * Several upstream bugfixes: fixed ExecuteOnUpdate option which was
    broken, fixed bug in count_mail(), fixed shift/reduce conflicts in
    configuration file parser (possibly fixes open bug #22373), reduced
    CPU-intensiveness

 -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 16 May 1998 09:41:00 -0600

wmmail (0.56-1) frozen unstable; urgency=low

  * New upstream release
  * Important upstream bug fixes: added command line option "-swallowed"
    so that wmmail shows a shaped window that can be swallowed by
    AfterStep; fixed NumOfMsgMode NULL pointer bug; fixed bug in parser,
    so wmmail will work even when .wmmailrc does not have a newline after
    the last option; patch to make wmmail 8 bpp friendly
  * Included sounds with the package

 -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 12 Apr 1998 13:55:42 -0600

wmmail (0.53-3) unstable; urgency=low

  * Included example pixmaps (closes: bug#19550)

 -- Marcelo E. Magallon <mmagallo@debian.org>  Sun,  15 Mar 1998 17:52:00 -0600

wmmail (0.53-2) unstable; urgency=low

  * Fixed architecture = any (fixes: bug#17924)

 -- Marcelo E. Magallon <mmagallo@debian.org>  Sun,  15 Feb 1998 13:25:00 -0600

wmmail (0.53-1) unstable; urgency=low

  * Initial release

 -- Marcelo E. Magallon <mmagallo@efis.ucr.ac.cr>  Sun,  25 Jan 1998 11:49:00 -0600


