summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2007-03-18 18:46:03 +0000
committerthomascube <thomas@roundcube.net>2007-03-18 18:46:03 +0000
commit86958f70d2970704e9ec6935d65e294c077143ea (patch)
tree43d9a57ffda90e2ff4f5adbe0ce64e335dc984a9 /CHANGELOG
parent43a42dcf405c1667f0f39150ffaa8bbda7d9d1a0 (diff)
Improved contacts drop down; HTML output improvements; JS code cleanup
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3d1796df4..6288cbc35 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,17 @@
CHANGELOG RoundCube Webmail
---------------------------
+2007/03/18 (thomasb)
+----------
+- Also use user_id for unique key in messages table (closes #1484074)
+- Hide contacts drop down on blur (closes #1484203)
+- Make entries in contacts drop down clickable
+- Turn off browser autocompletion on login page
+- Quote <? in text/html message parts
+- Hide border around radio buttons
+- Replaced old JS function calls.
+
+
2007/03/13 (thomasb)
----------
- Applied patch for attachment download by crichardson (closes #1484198)