From 53a7b6bfb49531fe83782993f2112d36d92c73ec Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Mon, 08 Jul 2013 03:07:30 -0400
Subject: [PATCH] Update changelog

---
 CHANGELOG                |    1 +
 config/main.inc.php.dist |    5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index d2f447a..304c2d9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
 CHANGELOG Roundcube Webmail
 ===========================
 
+- Add support for 'enchant' spellcheck engine
 - Fix "could not load message" error on valid empty message body (#1489228)
 - Check filetype detection in installer and update script (#1489193)
 - Fix handling of message/rfc822 attachments on message forward and edit (#1489214)
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 1d1eb9d..2c2b553 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -512,8 +512,9 @@
 // Setting it to 'shared' will make the dictionary shared by all users.
 $rcmail_config['spellcheck_dictionary'] = false;
 
-// Set the spell checking engine. 'googie' is the default. 'pspell' is also available,
-// but requires the Pspell extensions. When using Nox Spell Server, also set 'googie' here.
+// Set the spell checking engine. 'googie' is the default.
+// 'pspell' and 'enchant' are also available, but they require
+// PHP Pspell or Enchant extensions. When using Nox Spell Server, also set 'googie' here.
 $rcmail_config['spellcheck_engine'] = 'googie';
 
 // For a locally installed Nox Spell Server, please specify the URI to call it.

--
Gitblit v1.9.1