summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2010-07-31 09:48:46 +0000
committerthomascube <thomas@roundcube.net>2010-07-31 09:48:46 +0000
commit5cff852b07b83ddf330fcaffd0843eb3cad6d5ee (patch)
tree7f38865196239140ea5e3a56dd279811fe268ff0 /CHANGELOG
parent7b808b585bc80f25bc9565cc5737bfb1293a1d7c (diff)
Disable active spell check in tinyMCE before switching to plaintext mode (#1486870) + focus message field after mode switch
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7d7cc2687..fe27ecda1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG RoundCube Webmail
===========================
+- Fix JS errors on compose mode switch (#1486870)
- Fix message structure parsing when it lacks optional fields (#1486881)
- Include all recipients in sendmail log
- Support HTTP_X_FORWARDED_PROTO header for HTTPS detecting (#1486866)