index
:
roundcube.git
css_sprites
local_0.8.6
local_0.9.0
nkinkade
npk
svn-trunk
A clone of the Roundcube Mail code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
roundcubemail
/
program
/
steps
/
mail
/
spell_pspell.inc
Age
Commit message (
Expand
)
Author
2010-05-18
- Some files from /bin + spellchecking actions moved to the new 'utils' task
alec
2010-01-28
- add file/line definitions to raise_error() calls
alec
2010-01-08
- Bug in spellchecker suggestions when server charset != UTF8 (#1486406)
alec
2009-10-19
- pspell checker: split text by [dot]+[non-word] instead of [dot] and don't c...
alec
2009-07-23
- performance fix: don't check mbstring functions existence too often
alec
2009-06-22
- use RCMAIL_CHARSET instead of hardcoded 'utf-8'
alec
2009-05-02
- limit pspell suggestions for each word
alec
2009-02-18
- use RCMAIL_CHARSET const
alec
2009-02-18
Fix pspell's handling of special html characters (#1485744)
ksteinhoff
2009-01-05
Add required parameters to raise_error() calls.
robin
2008-10-14
#1485398, #1485441: fix (p)spell checking CRLF/multibyte issues
alec
2008-10-13
#1485441: fix pspell checking of multibyte languages
alec
2008-08-15
Prevent further errors when the requested dictionary is not available; pspell...
thomasb
2008-08-15
Added pspell support patch by Kris Steinhoff (#1483960)
thomasb