<feed xmlns='http://www.w3.org/2005/Atom'>
<title>roundcube.git/program/lib/Roundcube/rcube_spellchecker.php, branch v1.0-rc</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.hiegel.fr/cgit/roundcube.git/atom?h=v1.0-rc</id>
<link rel='self' href='https://git.hiegel.fr/cgit/roundcube.git/atom?h=v1.0-rc'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/'/>
<updated>2013-11-18T10:08:20Z</updated>
<entry>
<title>Fix deprecated function usage</title>
<updated>2013-11-18T10:08:20Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2013-11-18T10:08:20Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=51fe045a0422e2c6a92cedf3b233dc66b21da64a'/>
<id>urn:sha1:51fe045a0422e2c6a92cedf3b233dc66b21da64a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove duplicate languages on spellchecker langs list (#1489395)</title>
<updated>2013-11-02T19:00:39Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2013-11-02T19:00:39Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=64cb70284798f6f910e8545c738b8b82027e6bc7'/>
<id>urn:sha1:64cb70284798f6f910e8545c738b8b82027e6bc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get supported spell-check languages from the configured backend; replace suspended google spell service with our new service at spell.roundcube.net</title>
<updated>2013-10-18T10:50:25Z</updated>
<author>
<name>Thomas Bruederli</name>
<email>thomas@roundcube.net</email>
</author>
<published>2013-10-18T10:50:25Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=c344b64f13e7aa3c87c423cc14e57536d28c40b6'/>
<id>urn:sha1:c344b64f13e7aa3c87c423cc14e57536d28c40b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor spellchecker class into backend subclasses for better extensibility</title>
<updated>2013-10-11T13:15:46Z</updated>
<author>
<name>Thomas Bruederli</name>
<email>thomas@roundcube.net</email>
</author>
<published>2013-10-11T13:15:46Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=bc0a470157518e5c5873872388280fbd711edc6e'/>
<id>urn:sha1:bc0a470157518e5c5873872388280fbd711edc6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added support for the enchant spell checking engine</title>
<updated>2013-07-07T08:21:55Z</updated>
<author>
<name>Michel Weimerskirch</name>
<email>michel@weimerskirch.net</email>
</author>
<published>2013-07-07T08:21:55Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=f99aa1230047c26f108127548c7b4d38ce52fe8f'/>
<id>urn:sha1:f99aa1230047c26f108127548c7b4d38ce52fe8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve code readability</title>
<updated>2013-06-25T07:04:39Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2013-06-25T07:04:39Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=8f42c32c4545aa3048f0e8bc4bd85b046f2dad1f'/>
<id>urn:sha1:8f42c32c4545aa3048f0e8bc4bd85b046f2dad1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix improper error checking</title>
<updated>2013-06-25T06:39:23Z</updated>
<author>
<name>Victor Benincasa</name>
<email>vbenincasa@gmail.com</email>
</author>
<published>2013-06-25T06:39:23Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=093a3d9e7df58e2bd41db2caf6a348bf60c9ec8a'/>
<id>urn:sha1:093a3d9e7df58e2bd41db2caf6a348bf60c9ec8a</id>
<content type='text'>
Currently all (HTML/TEXT) spell checking logs an error (due commit b15cc7d) and HTML spell checking doesn't work (due commit cfe2fc8). Fix: ignore error="0" value from the returned XML as it isn't an error.</content>
</entry>
<entry>
<title>Fix bugs caught by static analysis</title>
<updated>2013-05-06T10:07:05Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2013-05-06T10:07:05Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=c027ba7709a86c23038428de15ffed503e67c522'/>
<id>urn:sha1:c027ba7709a86c23038428de15ffed503e67c522</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Check Google spell check service response for errors and report them accordingly</title>
<updated>2013-05-03T10:09:57Z</updated>
<author>
<name>Thomas Bruederli</name>
<email>thomas@roundcube.net</email>
</author>
<published>2013-05-03T10:09:57Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=b15cc7d6f4c77fb941c74670eb58fb07bd9c7d9c'/>
<id>urn:sha1:b15cc7d6f4c77fb941c74670eb58fb07bd9c7d9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix plain text spellchecker icorrect highlighting in non-ASCII text (#1488973)</title>
<updated>2013-02-25T10:10:22Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2013-02-25T10:10:22Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=36391cf3424b178067bed5153df915b3b3c872ac'/>
<id>urn:sha1:36391cf3424b178067bed5153df915b3b3c872ac</id>
<content type='text'>
</content>
</entry>
</feed>
