ChangeLog of TkPasMan 2.2b:

Sat Jul 30 17:31:23 CEST 2005 -- version 2.2b
- Fixed the install procedure to use install instead of cp.

Mon Jun  9 12:53:42 CEST 2003 -- version 2.2a
- Cleared up some ambiguous syntax (grid -column instead of -col)
- Added a workaround for a bug in Tcl/Tk 8.4.0, which crashes on selection
  requests when a handler is registered without a type.  Thanks to Roberto
  Ugoccioni for both of these patches!

Tue Nov 13 16:05:52 CET 2001 -- version 2.2
- Added --fullhelp option.
- Some minor tweaks in the 'config' file.
- Solaris bash does not support echo -n, so removed that one from the build.sh
  script.
- README aka built-in help updated.

Mon Apr  9 12:03:23 CEST 2001 -- version 2.2pre4
- With help of Peter Bray (Sydney, Australia) debugged the build.sh script to
  work right, and on different shells.
- Small corrections to tkpasman.tcl

Sat Apr  7 13:22:37 CEST 2001 -- version 2.2pre3
- Changed build.sh script and Makefile to be simpler
- You can now change the shell to run the build script with, in case
  something does not work.
- Tried to make the build.sh as generic as possible.

Thu Apr  5 13:05:25 CEST 2001 -- version 2.2pre2
- Little bug in importing old config file: confirm-save-on-quit is now always
  set to 1, so new users do not accidentally save a file in the new format.

Thu Apr  5 08:23:34 CEST 2001 -- version 2.2pre1
- Changed the build script so that comments, empty lines and other white-
  space are removed from the resulting executable Tcl script.  The --help
  commandline option now fetches its text from the built-in help file.

Wed Apr  4 18:14:13 CEST 2001 -- version 2.2pre
- TkPasMan nicely warns user if importing old (config and password) file
- TkPasMan now can perform certain operations (e.g. --dump) from outside X.
- Added some useful commandline options.  Try `tkpasman --help'.
- Added experimental OpenSSL encryption support.
- Changed format of the user-preferences file, now ~/.tkpasman2rc, for security
  reasons (plain `source'ing the config file is dangerous)
- Streamlined build process.  The ugly Makefile now delegates the actual build
  process to a script build.sh.  Config variables are now in `config'.
- Changed the selection radiobuttons to be checkbuttons.  Removed
  `allow-two-pastes' function; this is now configurable per-site.  The file
  format changes slightly, without breaking the program, but the selection
  options will not be imported correctly from the old tkpasman format.

Mon Sep 11 09:01:28 CEST 2000 -- version 2.1
- An option to allow one repeat of the last paste.  Useful for situations in
  which you have to enter a password twice.
- The unbelievable has happened: tkpasman has a nice way to determine if some
  other application constantly scans the selection.  If the selection is
  requested too short after it has been owned, tkpasman will warn the user
  whether it should honor the request.  The default time is 800ms, which is
  configurable in the .tkpasmanrc file.
- Now checks password file for the right permissions on startup and warns
  if permissions are not ok (i.e. not -r(w)-------)
- Goldenrod skin added.
- improved skin switching so that attributes that may be changed in some
  widgets but not in others (like Scrollbar.width <-> Text.width) now
  are possible. So for certain widgets different attributes are reconfigured.
  Also certain tags in text widgets can be made skin sensitive. E.g.
  *urlForeground addresses the -foreground attribute of the url tag. See
  cooltk.tcl.
- switched to make for building program. Now `make' and `make install' install
  tkpasman properly. Some adjustments can be made in the Makefile.

Tue Aug 29 13:24:55 CEST 2000 -- version 2.0
- confirm-remove-site option and dialog added
- Pale-pink skin added, save-windowsize option added.
- small bugfix when changed description was identical to another.

Sun Aug 27 22:21:37 CEST 2000 -- version 2.0-PRE1
- code cleanup, stupid save->cancel bug fixed.

Sat Aug 26 21:49:27 CEST 2000 -- version 2.0-PRE
- a major rewrite of the application framework: TkPasMan now has menus and
  config options. Preferences include visible/hidden passwords, lock file, a
  statusbar to give more feedback and even skin support. The file format has
  not been changed.

Sat Aug  5 00:47:19 CEST 2000 -- version 1.2
- removed repeating of uname/passwd pairs. Now stops changing selection after
  passwd is pasted. Thinking of clearing the selection, but that might disturb
  KDE's klipper even more, as George B. Smith <gbsmith@futuresouth.com>
  (Thanks!) already pointed out. The dynamic selection mechanism does not work
  properly when there are other programs that monitor the selection, like
  WebDownloader for X and Klipper. Use separate pastes instead. A better
  solution will hopefully be introduced in a new major version.

Wed Apr 12 08:29:34 CEST 2000 -- version 1.1
- fixed bug that caused lockfile to be deleted when saving without quit
- now saves only on exit when really changed. Button `save' saves explicitly
- code cleanup, handles long lists faster
- corrected small error (`radioboxes' --> `radiobuttons') in README and builtin
  help

Mon Apr 10 22:14:41 CEST 2000 -- version 1.0a
- fixed a NASTY bug that caused last changes in entry not to be saved.
- small code cleanup, rearranged display to get better resize behaviour.
- changed 4th selection to separate uname and passwd pastes, otherwise password
  appears on screen (e.g. using telnet) which is not elegant.

Sun Apr  9 16:00:50 CEST 2000 -- version 1.0
- created first release, it is in fact a complete, functional program, so I
  decided to call it just version 1.0
