summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorsvncommit <devs@roundcube.net>2006-07-24 18:41:27 +0000
committersvncommit <devs@roundcube.net>2006-07-24 18:41:27 +0000
commitf0f98fb108885aca3c29f759128040ef9e015e68 (patch)
tree9e2c6251221d21817eef835d7e0778da45d50e13 /CHANGELOG
parentd52676effc52f8a92c70b4e7267de8b2a47b6ffe (diff)
Improvements to Draft handling
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 51f9b8efa..28a098686 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,15 @@
CHANGELOG RoundCube Webmail
---------------------------
+2006/07/24 (richs)
+----------
+- Draft window no longer reloads. It saves to an iframe in the background instead (fixes bug #1483869)
+- Draft timer now part of program/js/app.js instead of skins/default/templates/compose.inc
+- Draft saving now properly returns an error when saving fails
+- Draft timer stops and resets properly when attachments are uploaded, or when saving manually
+- Old compose session/attachments are now cleaned up when a new/forward/reply/draft is made/opened
+
+
2006/07/19 (thomasb)
----------
- Correct entity encoding of link urls (HTML validity)