summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2007-09-19 06:29:28 +0000
committerthomascube <thomas@roundcube.net>2007-09-19 06:29:28 +0000
commit5eee009671d773cb3ebef5beca6ad47c919ac4c7 (patch)
treed7e74e8c1523579380fb4c16710b1c88a9cd8508 /CHANGELOG
parent104ee38b205d125a002b04adb704178897bae057 (diff)
Allow vars and PHP code in templates; improved page title; fixed #1484395
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 12d7872cc..39f505028 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,14 @@
CHANGELOG RoundCube Webmail
---------------------------
+2007/09/18 (thomasb)
+----------
+- Eval PHP code in template includes (if configured)
+- Show message when folder is empty. Mo more static text in table (#1484395)
+- Only display unread count in page title when new messages arrived
+- Show mailbox name in page title
+
+
2007/09/09 (thomasb)
----------
- Fixed wrong delete button tooltip (#1483965)