------------
v2.2.0-pre12
------------

[cjh] check for a language preference on login.
[cjh] updated norwegian translations from Hans Morten Kind <Kind@it.uib.no>.
[cjh] fix displaying of preferences containing non-ascii values by replacing
      calls to htmlentities() with htmlspecialchars().
[cjh] make the icon to show for multipart/alternative messages (usually html
      mail) configurable ($default->multipart_alternative_icon), and make
      the default not to show one.
[cjh] correct the amount of whitespace put into encoded strings by
      encode_mime_string.
[cjh] call setlocale according to the language being used.
[cjh] correct ispell strings for many languages, from
      Martin Kster <mk@ezl-data.dk>
[cjh] renamed locale/sv to locale/se for correctness with country codes.
[cjh] send charset values with the content-type header when we have them.
      this should vastly improve support for non-western (and even some
      western) languages.
[cjh] added Portuguese translation, from Miguel Cabea <cabeca@jazznet.pt>
[cjh] use method=get in select.php3 to allow "back" to work properly
[cjh] hide the expunge/hide deleted links only in pop3 mode, not just when
      we're not using folders.
[cjh] added urls for patches to php to the install documentation, and made
      the use of the 'hordemgr' user a bit more consistent.
[cjh] uniq-ify compose links even when minimum_popups is being used.
[cjh] do some handling of badly-typed addresses (seperated by spaces, etc).
[cjh] use horde_cleanup() to make sure generated files are removed.
[cjh] locale/hu/ updated.
[cjh] Setting the umask and loading the db driver are now done in
      imp/lib/postconf.php3 - other things that need to be done after both
      the library files and conf files are loaded can go here.
[cjh] Display an appropriate message when the user is logged out due to
      changing their password.
[cjh] IE5 shouldn't miss the folder select frame anymore, or fail to update
      it.
[cjh] stopgap fix for the deletion of the wrong messages over pop3. ideally
      we wouldn't have to close and open the pop3 stream.
[cjh] added $default->text_inline_size to determine the max inline-able part
[cjh] the database library in use is now completely determined by
      $default->database_driver. db.lib is OBSOLETE.
[cjh] all libraries are now pre-built, to hopefully simplify installation.
[cjh] decode base64 parts when replying.
[cjh] add a MimeFetchDecodedContent() function.
[cjh] es updates from German Poo Caaman~o <gpoo@ubiobio.cl>


------------
v2.2.0-pre11
------------

[cjh] addcontact.php3 decodes and displays mime strings correctly now.
[cjh] addcontact.php3, contacts.php3, and prefs.php3 all now correctly quote
      or escape (as necessary) special characters in fullnames. This should
      increase rfc822 compliance quite a bit.
[cjh] Add locale/el (Greek), from Foteini Papagalou <foteinh@ccf.auth.gr>
[cjh] cache the results of all the mysql get_* pref functions. this needs to
      be done for other databases.
[cjh] cache the results of imp_check_prefs()
[cjh] Make sure that site-specific menu items are class="menuitem", and add
      an extra line between the normal menu items and them.
[jon] Set the umask ($default->umask) for the current process.
[cjh] Added imp/locale/nl/ translation <philip.steeman@kh.khbo.be>
[cjh] Fix warnings in addcontact.php3 and compose.php3 when
      $h->replyto_address was not set.
[jon] Changed the behavior of the "cancel message" button.  Clicking "Ok"
      now cancels the message.
[cjh] Show the correct background color on select.php3 when folders are
      disabled.
[cjh] The login screen does not reload when you choose a new language, if a
      username or password has been entered.
[cjh] Changing the protocol selected changes the port to the default port
      for that protocol.
[cjh] Fixed the javascript confirmation on deletion of folders.
[cjh] Keep folder subscriptions correctly up to date when a folder is renamed.
[cjh] Don't display an attachment inline unless it is set to disposition:
      inline, no matter any other settings.
[jon] Some buglet fixes from <giannici@neomedia.it>.
[jon] Italian language updates from <giannici@neomedia.it>.
[cjh] Addresses are now listed individually in the message screen, with a
      compose link and "add to contacts" link for each.
[cjh] Bahasa Indonedia locale updates/fixes <justin@peter.petra.ac.id>


------------
v2.2.0-pre10
------------

[cjh] Tweaking compose window sizes for pt-BR <gilberto@server3.visaonet.com.br>
[cjh] Slovak updates from Juraj Bednar <bednar@rak.isternet.sk>
[cjh] If mailfrom() returns false, compose.php3 now at least tells the user
      there was an error instead of silently reloading.
[cjh] Frech locale updates from Jean Charles Delepine <delepine@u-picardie.fr>
[cjh] Changed $lang->pagenav to size the page navigator box dynamically
      depending on the number of pages.
[jon] Updated Italian language strings from <giannici@neomedia.it>.
[jon] Avoid some more Javascript errors. <chris@jeks.net>
[cjh] Added a $default->show_shared_hierarchy option to display the UW-imapd
      #shared/ folder hierarchy.


-----------
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)
