What Changed since the 0.2.17 Release?
--------------------------------------
* Lots of bug fixes: Maildirs, Debian bugs, improved documentation
* Got rid of cloom: it wasn't working, and I could not keep it up to date

What Changed since the 0.2.16 Release?
--------------------------------------
* Fixed labels

What Changed since the 0.2.15 Release?
--------------------------------------
* Added config/reply/alternates, a repository of alternate addresses
  as regexs, so people will not reply to themselves.

What Changed since the 0.2.14 Release?
--------------------------------------
* Fixed bug in sorting introduced in 0.2.14

What Changed since the 0.2.13 Release?
--------------------------------------
* Logging to syslog as "pms", not "python"
* Fixed MaildirServer
* Added "pms init" command which is installed regularily

What Changed since the 0.2.10 Release?
--------------------------------------
* Added logging framework
* Fixed subset folder
* Added header signature to GPG module
* Fixed default folder picking
* Made status saving safer
* Added script to initialize ~/.pms

What Changed since the 0.2.9 Release?
-------------------------------------
* Fixed bugs in SortedFolder

What Changed since the 0.2.8 Release?
-------------------------------------
* Fixed bugs in RecursiveFolder
* Cleaning up debian packaging

What Changed since the 0.2.7 Release?
-------------------------------------
* Added optional 'folder' argument to 'pms server'
* Refactored common folder functionality into AbstractFolder
* Made sure the only situation a current message is invalid is if
  there are no messages, and the index is 0
* Added (possible) dependance on exim
* Fixed showstopper in create()
* Added header signature
* Fixed bug in subset folder

What Changed since the 0.2.6 Release?
-------------------------------------
* No more ugly broken pipe errors
* Robustified install.py

What Changed since the 0.2.5 Release?
-------------------------------------
* Added subset command
* Added docstrings to all PMS.Commands functions

What Changed since the 0.2.4 Release?
-------------------------------------
* Added cp/mv/cpall/mvall/rmall descriptions to the manual
* Fixed manual's formatting
* Fixed default header generation to be Debian policy compliant
* Fixed fallback editor/pager to be /usr/bin/editor /usr/bin/pager
* Not replying to self

What Changed since the 0.2.2 Release?
-------------------------------------
* Enhanced manpage
* Added mvall/cpall/rmall to handle all e-mails in a folder
* Added folder creation
* Fixed cloom's path
* Fixed pms/cloom manpages in Debian package
* Labeling can now take a range
* GPG encryption now signs too
* Fixed message removal inside recursive folders

What Changed since the 0.2.1 Release?
-------------------------------------
* Added byte-compilation of Python code
* Made clean work cleanly (ugly warning during dpkg-buildpackage)
* Properly dealing with Mail-Followup-To
* Fixed GPG bugs

What Changed since the 0.2.0 Release?
-------------------------------------
* Fixed installer
* Fixed cloom's path
* Debian packages are now architecture indep.
* Depends: on mail-transport-agent
* Not installing INSTALL in .deb
* Fixed man-pages installtion
* Moved to binary pickles (startup should be faster)
* Fixed make_pms_prog to generate the correct e-mail address
* Added folder creation
* Redid rm/mv/cp
* When viewing headers only, only headers retrieved
* Made folders lazy
* get_uid is now a public interface
* Added encryption support
* Refactored LimitFolder and SortedFolder into ForwardingFolder

What Changed since the 0.1.3 Release?
-------------------------------------
* Fixed installer's fake-lib-prefix
* made a debian package

What Changed since the 0.1.2 Release?
-------------------------------------
* Fixed bug which caused e-mails to be cropped sometimes
* Made what now? pluggable

What Changed since the 0.1.1 Release?
-------------------------------------
* Fixed configuration bug
* Fixed POP3 bug
* Added NNTP (AKA Usenet) support
* Fixed set-folder bug
* Properly closing servers on shutdown

What changed since the 0.1.0 Release?
-------------------------------------
* Capitalization of headers is now better.
* There is now sorting by from/subject too.
* Maildir supports now actually works.
* added option to lie to installer
* Added pythonms, to make using raw PMS.Commands easier
* fixed bug in installing cloom
* When sorting, replace folder 
* No resyncing when popping folder
* Added install document
* Moved change log out of README

What changed since the 0.0.20 Release?
-------------------------------------
* Added pms recursive (still no CLOOM support): this command allows
  you to treat a collection of folders as one.
* Added sorting by date support.
* Bug fixes.
* Added user-level documentation.

What changed since the 0.0.19 Release?
-------------------------------------
* Bug fixes

What changed since the 0.0.18 Release?
-------------------------------------
* I improved the PMEP support, and it is now just as stable as the
  other stuff.

What changed since the 0.0.17 Release?
-------------------------------------
* Fixed lots of bugs that annoyed me.

What changed since the 0.0.16 Release?
-------------------------------------
* Fixed bug introducted in 0.0.15 to composing messages
* Fixed default limit header

What changed since the 0.0.15 Release?
-------------------------------------
* Fixed nasty bug in removing messages from limited folder

What changed since the 0.0.14 Release?
-------------------------------------
* Added networking server -- invented a new protocol and documented it.

What changed since the 0.0.13 Release?
-------------------------------------
* Added pre-alpha version of CLOOM.
* Fixed bug in reply generation code.
* Fixed bug in aliases translation code.

What changed since the 0.0.12 Release?
-------------------------------------
* Added blatant self-promotion to headers
* Removed printing functionality from folder/i
* Working more efficiently internally by passing around pseudo-messages
* Added user-defined labels, and filtering by labels

What changed since the 0.0.11 Release?
-------------------------------------
* Removed print statement.
* Fixed Aliases.py clobbering bug -- you can't send mail with 0.0.11

What changed since the 0.0.10 Release?
-------------------------------------
* headers.py is now cross platform.
* comp can now give adequate help
* Everything works in terms of rfc822.Message internally

What changed since the 0.0.9 Release?
-------------------------------------
* Fixed pms -- it's executable now
* pms runs a Python in the path, not a hardcoded one.
* Added acknowledgments for people who help.
* Added summary option to scan (thanks rdmurray!)

What changed since the 0.0.8 Release?
-------------------------------------
* Added support for explicit pushing
* Added support for unique prefix of options
* Added pre-alpha support for Maildir and POP3

What changed since the 0.0.7.1 Release?
---------------------------------------
* A bug in the message removal code was fixed.
* Now show -full_headers just dumps the raw message.
* Implemented "subject" command.

What changed since the 0.0.7 Release?
-------------------------------------
* A bug in the syncing code was fixed.

What changed since the 0.0.6 Release?
-------------------------------------
* resync is now an explicit pms command instead of implicit upon startup
* corrected a bug at message removal

What changed since the 0.0.5 Release?
-------------------------------------
* Now, limit and changing to relative folders *pushes* the current folder.
  Note that because of that, old ./pms/status will *not* work. You'll have
  to delete it.
* Added defaults to Status.set_folder, Status.push_folder, Status.pop_folder

What changed since the 0.0.3 Release?
-------------------------------------
* Bug corrections: pms p, pms i
* Limiting interface
* pms replies: limit to replies of current message in current folder
* Made status saving a bit saver: less chance of clobbering

What Changed Since the 0.0.2 Release?
-------------------------------------
* Added forwarding
* Added functionality to folder/i: without arguments, report current 
  folder/index

What Changed Since the 0.0.1.10.alpha Release?
----------------------------------------------
Lots of things. I've added alias translation, improved
rm and mv , and loads of other things. None of your existing
knowledge needs to be modified, though.

What Changed Since the 0.0.1.9.pre-alpha Release?
-------------------------------------------------
Replying works now. 
When you remove the currently selected message, the folder stays in the 
same place.

What Changed Since the 0.0.1.8.pre-alpha Release?
-------------------------------------------------
There is now a refiling utility -- it moves mail
between folders. Useful thing, that.

What Changed Since the 0.0.1.7.pre-alpha Release?
-------------------------------------------------
I actually managed to send mail.

What Changed Since the 0.0.1.6.pre-alpha Release?
-------------------------------------------------
I've added a user's guide, since it's ready for (brave!) users.

What Changed Since the 0.0.1.5.pre-alpha Release?
-------------------------------------------------
I managed to use it to actually read e-mail.
It's almost dogfood.

What Changed Since the 0.0.1.4.pre-alpha Release?
-------------------------------------------------
Numerous bug fixes and UI improvements.

What Changed Since the 0.0.1.3.pre-alpha Release?
-------------------------------------------------
I've added the "scan" command, and corrected some bugs.
Also writing more extensions should get easier, now that the status
functions have convinient defaults.

What Changed Since the 0.0.1.2.pre-alpha Release?
-------------------------------------------------
This time, I actually managed to get it to show me a mail message.
It was cool!

What Changed Since the 0.0.1.1.pre-alpha Release?
-------------------------------------------------
* I've fixed some bugs -- it should more or less work now
* The folder infrastructure is much imporoved. The downside is
  that you'll need to remove your old status files.
* We have a preliminary installation process
* We have a command "pms" which will run all the other commands --
  so you don't need to litter your path with those things.


What Changed Since the 0.0.1.pre-alpha Release?
-----------------------------------------------
I've fixed numerous brown-paper-bugs in the various commands. In fact,
it's almost (but not quite) at the "barely usable" stage.


Moshe Zadka <pms@zadka.site.co.il>
