wmpasman (2.2) unstable; urgency=low

  * Remove the current date substitution from the manpage.
  * Delay app deactivation for 100ms after a paste to work around a wontfixed
    bug in Chromium: https://bugs.chromium.org/p/chromium/issues/detail?id=778686

 -- Brad Jorsch <anomie@users.sourceforge.net>  Sun, 16 Dec 2018 11:06:27 -0500

wmpasman (2.1) unstable; urgency=low

  * Pass -1 for length to gtk_selection_data_set_text, secret_value_get isn't
    returning the length we need.

 -- Brad Jorsch <anomie@users.sourceforge.net>  Mon, 09 Mar 2015 22:23:56 -0400

wmpasman (2.0) unstable; urgency=low

  * Completely rewritten for GTK+ 3 and libsecret.

 -- Brad Jorsch <anomie@users.sourceforge.net>  Wed, 19 Feb 2014 19:20:27 -0500

wmpasman (0.8.5.3) unstable; urgency=low

  * Only set res_class "DockApp" on the actual dock icon window.
  * Fix some sudden error in utils/Makefile.am

 -- Brad Jorsch <anomie@users.sourceforge.net>  Tue, 28 Sep 2010 10:19:17 -0400

wmpasman (0.8.5.2) unstable; urgency=low

  * Change the res_class to "DockApp".
  * Minor typo in manpage.
  * Re-debianize.
  * Include the debian directory in the tarball.
  * Use -Wl,--as-needed (when available) to avoid linking to the many
    libraries returned by gtk+'s pkg-config that we don't actually use.

 -- Brad Jorsch <anomie@users.sourceforge.net>  Wed, 15 Sep 2010 09:20:13 -0400

wmpasman (0.8.5.1) unstable; urgency=low

  * Clean up a bunch of warnings.

 -- Brad Jorsch <anomie@users.sourceforge.net>  Tue, 17 Nov 2009 12:24:36 -0500

wmpasman (0.8.5) unstable; urgency=low

  * wmgeneral/wmgeneral-gtk.c: Hey, if I make iconwin a POPUP instead of a
    TOPLEVEL, everything works with no weird leader or anything. Nifty.
  * Clean up a bunch of warnings.

 -- Brad Jorsch <anomie@users.sourceforge.net>  Sat, 30 Dec 2006 01:37:18 -0500

wmpasman (0.8.4.1) unstable; urgency=low

  * wmgeneral/wmgeneral-gtk.c: Hack around a libgtk bug that prevents the icon
    window from being set.

 -- Brad Jorsch <anomie@users.sourceforge.net>  Sat, 05 Jun 2004 08:47:00 -0400

wmpasman (0.8.4) unstable; urgency=low

  * Adjusted the m4 files to be more informative.

 -- Brad Jorsch <anomie@users.sourceforge.net>  Thu,  5 Sep 2002 22:59:21 -0400

wmpasman (0.8.3) unstable; urgency=low

  * Added failure conditions to configure.ac.
  * Actually use LIBOBJS. Change to automake-1.6 since 1.4 is b0rken.

 -- Brad Jorsch <anomie@users.sourceforge.net>  Sun,  1 Sep 2002 20:32:17 -0400

wmpasman (0.8.2) unstable; urgency=low

  * Added a forgotten SIGCHLD handler. Die, zombies!

 -- Brad Jorsch <anomie@users.sourceforge.net>  Sun, 25 Aug 2002 22:02:08 -0400

wmpasman (0.8.1) unstable; urgency=low

  * Reorganized wmgeneral:
    - moved some functions to other files
    - made Makefile.am build separate libs for the non-GUI and GUI portions
      (this way non-GUI apps don't need @XLIBS@ to link properly)
  * Renamed some wmgeneral functions
  * Rewrote wmgeneral for Gtk+. Not everything is supported, but the important
    stuff is.
  * In the process of the above, fixed the bug where the dock icon couldn't
    actually be docked correctly.
  * Fixed the bug where pasmanedit would always offer --help
  * Added to the wmpasman manpage.
  * Fixed the Username Display not erasing bug
  * Made using buttons 4-7 actually work. Damn Gdk was insisting on pretending
    they were "scroll" events. Good thing they allow event filters, i just
    munge the X event to add 4 to buttons numbers >3 on the dock icon windows,
    and then correct for that in the click handler. ;)

 -- Brad Jorsch <anomie@users.sourceforge.net>  Sun, 11 Aug 2002 18:29:59 -0400

wmpasman (0.8) unstable; urgency=low

  * Initial debianization
  * Pretty much rewrote the whole thing.
  * Use Gtk+ instead of Xaw.
  * Lock memory where possible.
  * More command-line options.
  * More config file options. We can use more than three buttons now!
  * Possibly more secure password file format.

 -- Brad Jorsch <anomie@users.sourceforge.net>  Fri, 09 Aug 2002 20:34:10 -0400

wmpasman (0.7.1) unstable; urgency=low

  * Use qsort(3) to sort the list of algorithms.

 -- Brad Jorsch <anomie@users.sourceforge.net>  Tue, 13 Nov 2001 16:14:18 -0600

wmpasman (0.7) unstable; urgency=low

  * Rewrote the thing to use libmcrypt and libmhash

 -- Brad Jorsch <anomie@users.sourceforge.net>  Tue, 29 Aug 2000 21:58:30 -0500

version 0.6.0

  Added a feature to (easily?) rearrange passwords. Fixed editing so that
  it wouldn't automatically do a "move to left" operation at the same time.

 -- Jan 22, 2000

version 0.5.8

  Made the "save password?" box make more sense.

 -- Dec 6, 1999

version 0.5.7

  Added Dischordian dates to the clock. Changed the signals around
  a little bit, and added a very basic prog that's basically a command-
  line interface to kill(2) in case the standard /bin/kill refuses to
  send weird signals like 62 or 63.

 -- The Aftermath 10, 3165 (aka 29 Oct, 1999)

version 0.5.6

  Ignore synthetic button events. Vague sense of paranoia prompted
  this (otherwise, someone could possibly XSendEvent us fake events
  to change the current password, arm the system, and then request
  the selection... Repeat as desired to steal all passwords. At least
  now they have to fake an X event with the send_event field false)

 -- Oct 17, 1999

version 0.5.5

  Changes the swapBeats code to try and avoid the annoying problem
  where the app freezes if you swap at precisely the wrong time (e.g.
  you frob the display rapidly).

 -- Oct 14, 1999

version 0.5.4

  Changed saving slightly to prevent segfaults with no passwords,
  and to use the currently selected password at save time as the
  selected for subsequent loads.

 -- Sept 28, 1999

version 0.5.3

  Added a GMT/UTC option to the clock. -g, SIGURG.

 -- Sept 21, 1999 

version 0.5.2

  Changed some of the lower case letters so they'd look nicer.
  Added a second master xpm, because i like blue better than greenish.
  Added a 'beats' function to the clock. Command line -b or SIGUSR1
  toggles it.
  SIGUSR2 now toggles military time mode.

 -- Sept 19, 1999

version 0.5.1

  Added a function to change the passphrase used to encrypt the database.
  Added a warning dialog about closing the database without saving
  changes.
  Added some keyboard shortcuts.

 -- Sept 18, 1999

version 0.5

  Added in all the popup menu stuff and the crypto stuff, as well as a
  command-line prog for editing the password file. i think it's in
  danger of becoming useful!

  Now, to write manpages and documentation and such. Maybe clean up the
  Makefile.

 -- Sept 17, 1999

version 0.3

  Changed the layout of the dock icon, giving 2 lines for the password
  display and making the clock into one area instead of 3. Also,
  rearranged the file layout.

 -- Sept 6, 1999

version 0.2.1

  Changed around some internal code in the selection handling stuff. It
  will now drop the selection as soon as you paste the value, or after a
  certain number of seconds (command-line option to select the timing).

 -- Sept 3, 1999

version 0.2

  Selections finally work! It successfully puts the word "YES!" in the
  PRIMARY selection buffer, for pasting. Turns out i was confused, setting
  the property on my own window instead of on the requestor's...

 -- Sept 2, 1999 (about 2 hours later ;)

version 0.1

  The clock works. Selection manipulation almost works, except for the
  fact that it doesn't... *sigh*

 -- Sept 2, 1999
