summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-02-11 22:50:22 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-02-11 22:50:22 +0000
commit954c64628a20534c0ff212496876ef723aff3266 (patch)
treedfc076437ecf5326cf147bdd5eabfb3f8aa4ace1
parent681b9e62db843695fa3d76a85455a698f624fbe9 (diff)
Update changelog
git-svn-id: https://svn.roundcube.net/trunk@1045 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/CHANGELOG9
1 files changed, 8 insertions, 1 deletions
diff --git a/roundcubemail/CHANGELOG b/roundcubemail/CHANGELOG
index def887dd3..4147eea8f 100644
--- a/roundcubemail/CHANGELOG
+++ b/roundcubemail/CHANGELOG
@@ -5,10 +5,15 @@ CHANGELOG RoundCube Webmail
----------
- Add function to mark the selected messages as read/unread (#1457360)
+2008/02/08 (thomasb)
+----------
+- Distinguish ssl and tls for imap connections (#1484667)
+- Added some charset aliases to fix typical mis-labelling (#1484565)
+
2008/02/07 (thomasb)
----------
- Remember decision to display images for a certain message during session (#1484754)
-- Truncte attachment filenames to 55 characters due to an IE bug (#1484757)
+- Truncate attachment filenames to 55 characters due to an IE bug (#1484757)
- Fix size of the attachment preview frame (#1484758)
2008/02/05 (thomasb)
@@ -26,8 +31,10 @@ CHANGELOG RoundCube Webmail
----------
- Always update $CONFIG with user prefs (#1484729)
- Don't ask for MDN confirmations on drafted messages (#1484691)
+- Also respect receipt and priority settings when re-opening a draft message
2008/01/31 (robin)
+----------
- Remember search results (closes #1483883), patch by the_glu
2008/01/08 (tomekp)