From ad57b3ab3ab6ac5f7e41580a96bf03900a52e5b2 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Mon, 20 Mar 2006 17:38:10 -0500
Subject: [PATCH] Minor improvements and bugfixes (see changelog)

---
 CHANGELOG |   59 ++++++++++++++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 52 insertions(+), 7 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index c3ba47b..da1f9a7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,16 +1,56 @@
 CHANGELOG RoundCube Webmail
 ---------------------------
 
-2006/02/04
+2006/03/20
+----------
+- Avoid error message when saving an unchanged identity (Bug #1429510)
+- Fixed hard-coded cols selection for sent folder (Bug #1354586)
+- Enable some HTML links for use with "open in new window" or "save target"
+- Check meta-key instead of ctrl on Macs
+- Ignore double clicks when holding down a modifier key
+- Fixed reloading of the login page
+- Fixed typo in compose template (Bug #1446852)
+- Added compose button to message read step (Request #1433288)
+- New config parameter for persistent database connections (Bug #1431817)
+
+
+2006/03/14
+----------
+- Don't remove internal HTML tags in plaintext messages
+- Improved error handling in DB connection failure
+
+
+2006/02/22
+----------
+- Updated localizations
+- Fixed bug #1435989
+
+
+2006/02/19
+----------
+- Updated localizations
+- Applied patch of Anders Karlsson
+- Applied patch of Jacob Brunson
+- Applied patch for virtuser_query by Robin Elfrink
+- Added support for References header (patch by Auke)
+- Added support for mbstring module by Tadashi Jokagi
+- Added function for automatic remove of slashes on GET and POST vars
+  if magic_quotes is enabled
+
+
+2006/02/05
 ----------
 - Added Slovak, Hungarian, Bosnian and Croation translation
 - Fixed bug when inserting signatures with !?&
-- Chopping message headers before inserting into the message cache table (to avoid bugs in Postgres)
+- Chopping message headers before inserting into the message cache table
+  (to avoid bugs in Postgres)
 - Allow one-char domains in e-mail addresses
 - Make product name in page title configurable
 - Make username available as skin object
-- Added session_write_close() in rcube_db class destructor to avoid problems in PHP 5.0.5
-- Use move_uploaded_file() instead of copy() for a more secure handling of uploaded attachments
+- Added session_write_close() in rcube_db class destructor to avoid problems
+  in PHP 5.0.5
+- Use move_uploaded_file() instead of copy() for a more secure handling of
+  uploaded attachments
 - Additional config parameter to show/hide deleted messages
 - Added periodic request for checking new mails (Request #1307821)
 - Added EXPUNGE command
@@ -23,18 +63,22 @@
 - Skip sender-address as recipient when Reply-to-all
 - Fixes in utf8-class
 - Added patch for Quota display by Aury Fink Filho <nuny@aury.com.br>
+- Added garbage collector for message cache
+- Added patches for BCC headers
 
 
 2005/12/16
 ----------
 - Added Turkish and Simplified Chinese translation
 - Use virtusertable to resolve e-mail addresses at login
-- Configurable mail_domain used to compose correct e-mail addresses on first login
+- Configurable mail_domain used to compose correct e-mail addresses
+  on first login
 
 
 2005/12/03
 ----------
-- Added Finnish, Romanian, Polish, Czech, British, Norwegian, Greek, Russian, Estonian and Chinese translation
+- Added Finnish, Romanian, Polish, Czech, British, Norwegian, Greek, Russian,
+  Estonian and Chinese translation
 - Get IMAP server capabilities in array
 - Check for NAMESPACE capability before sending command
 - Set default user language from config 'locale_string'
@@ -68,7 +112,8 @@
 ----------
 - Write list header to client even if list is empty
 - Add functions "select all", "select none" to message list
-- Improved filter for HTML messages to remove potentially malicious tags (script, iframe, object) and event handlers.
+- Improved filter for HTML messages to remove potentially malicious tags
+  (script, iframe, object) and event handlers.
 - Buttons for next/previous message in view mode
 - Add new created contact to list and show confirmation status
 - Added folder management (subscribe/create/delete)

--
Gitblit v1.9.1