-----------
v2.2.0-pre9
-----------

[iem] Danish language updates thanks to Lars Juul <lju@fmts.dk> and
      Jette Lyon <jettelyon@mail.dk>
[cjh] Fixed a problem with IE caching the bounce form.
[cjh] Fixed a typo in compose/javascript.inc that caused the address parsing
      javascript to add "@to_domain" in exactly the wrong cases.
[cjh] Removed a call to _() (gettext) that snuck in with the MIME rewrite.


-----------
v2.2.0-pre8
-----------

[cjh] Started weeding out unneccesary uses of imap_msgno() when the function
      in question takes the FT_UID flag.
[cjh] Vastly improved the MIME attachment code. IMP now passes the MIME
      torture test.
[cjh] Fixed a javascript problem in the compose window where the last
      character before a space would be deleted incorrectly.
[cjh] Using javascript to make sure that a target mailbox is selected before
      submitting a move/copy form.
[cjh] Committing patches from Federico Giannici <giannici@neomedia.it> for
      cookie-less operation.
[cjh] Doctored the clickable-url functions for performance, and to not
      butcher included html code.
[cjh] Moving ldap.php3 to ldap.php3.dist in the distribution.
[cjh] Patches from Stuart Henderson <sh@eclipse.net.uk> to: not include
      open_compose_win javascript when it isn't being used, clear possibly
      confusing behavior when mail is both from: and to: the current user,
      fix a javascript syntax error, some tweaks for ie3, and honoring of
      the new $this_client->rather_not_popup property.
[jon] Patches from Stuart Henderson <sh@eclipse.net.uk> that should fix
      errors when viewing non-existant messages via pop3.
[jon] Cleanups to local/en/contacts.help from <sh@eclipse.net.uk>.
[cjh] Localized the "Back to mailbox" text from templates/compose/results.inc
[cjh] Made the page navigator input size=2 for all locales
[cjh] Fixed up the language setting code to retain choices correctly.
      Choices are now set in a cookie and retained for a year, and are reset
      on login. You shouldn't lose your language selection anymore.


-----------
v2.2.0-pre7
-----------

[cjh] Improved pop3 support so that message deletion should work, and so
      that users are warned before permanently deleting a message.
[cjh] Made some interface to the contacts screen to make the UI clearer,
      hopefully.


-----------
v2.2.0-pre6
-----------

[cjh] Replaced all calls to ereg* functions with preg* functions, for speed.
      Because of this we now require php 3.0.12 or later.
[cjh] Fixed a problem where if there were no attachments selected and the
      user pressed the "delete attachments" button, the form would incorrectly
      be submitted and a variable would be used uninitialized.
[cjh] Putting an invalid value into the attachment field and clicking "add
      attachment" no longer causes an error.
[cjh] cancelling a message now waits for user confirmation before really
      throwing anything away.
[cjh] 8bit headers should now be correctly encoded according to RFC 2047

NLS: added missing spanish strings (cjh); committed updated
     Italian translation (from Federico Giannici <giannici@neomedia.it>)
     Updated Danish translations thanks to: Jette Lyon
     Added Slovak locales thanks to: Peter Dordik <dordik@viapvt.sk>


-----------
v2.2.0-pre5
-----------

[IEM]  Fixed x-gtar mime type command line (z needs to come before f)
[IEM]  Added x-tar and x-debian-package mime support
[IEM]  Added better handleing of PGP/MIME types.
[IEM]  Fixed ldap support.  It was failing to load the ldap.php3 file properly
       from within contacts.php3.


-----------
v2.2.0-pre4
-----------

BUG: renaming folders should work again (cjh)
BUG: contacts with " in the fullname should work again
BUG: went back to using $h->udate for message dates to avoid problems with strange dates
BUG: fixed a garbled line that was causing a warning when resuming messages (cjh)
BUG: poppassd support should work now ("Charles P. Wright" <cpwright@cpwright.com>)
CHANGE: $default->localhost is now deprecated in favor of $SERVER_NAME
CHANGE: INBOX is no longer shown on the folders page
LANGUAGE: Czech updated
LANGUAGE: German updated
LANGUAGE: Polish now available (-_ sergio _- <ser@serek.arch.pwr.wroc.pl>)
LANGUAGE: Norwegian Bokml language support - Terje Lunndal <terje.lunndal@norway.eu.net>
LANGUAGE: Icelandic language support - Kristofer Arnar Einarsson <kristofe@kristofer.com>
LANGUAGE: French updated - Jean Charles Delepine <delepine@u-picardie.fr>
SECURITY: We should now be immune to the {} and mocha javascript exploits recently described on Bugtraq (Charles Wright).


------
v2.2.0-pre3
------
BUG: Fixed Nynorks-Norwegian (Roy-Magne Mo<rmo@www.hivolda.no>)
BUG: Fixed postgresql functions (iem)
BUG: Fixed several lynx issues (index, compose, menu, mailbox) (IEM)
BUG: large mailbox issues should be fixed now
BUG: from_server issues should be fixed (using from_server instead of localhost
BUG: Fixed a minor tabindex problem with server lists
BUG: attachments now work again
LANGUAGE: Estonian now available (Jaanus Toomsalu <jaanus@matti.ee>
LANGUAGE: Finnish now available (leo.jaaskelainen@kolumbus.fi)
LANGUAGE: Czech now available (Petr Cech) <cech@atrey.karlin.mff.cuni.cz>
CLEANUP: some IE3 html cleanup (stewart)
CLEANUP: cleaned up ldap code (use of imap_rfc822_write_address) (chuck)
CLEANUP: 100% magic quotes free
ADDED: sort order buttons (nice little arrors)
ADDED: several new ISpell language checking (danish, etc..)
ADDED: now prints a message telling you that a mailbox is empty (jon)
ADDED: documentation on per directory phplib configuration (prepend, etc..)
ADDED: empty mailbox message 
ADDED: better javascript error checking added to contacts form (chuck)
ADDED: Adding screen size changes
CHANGE: moved documentation into docs/ subdirectory to cleanup main tree
CHANGE: removed config/examples directory.  (using .dist files instead)
