<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/pspell, branch php-4.0.3</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>Added capability to create and manipulate a config object that can be</title>
<updated>2000-08-10T20:57:40+00:00</updated>
<author>
<name>Vlad Krupin</name>
<email>vlad@php.net</email>
</author>
<published>2000-08-10T20:57:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=23df217463bfd80be45b42d6bed8ceac5e9d16e2'/>
<id>23df217463bfd80be45b42d6bed8ceac5e9d16e2</id>
<content type='text'>
used later to create an instance of the spellchecker based on that
config.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
used later to create an instance of the spellchecker based on that
config.

</pre>
</div>
</content>
</entry>
<entry>
<title>#fixed typos</title>
<updated>2000-08-10T07:00:12+00:00</updated>
<author>
<name>David Croft</name>
<email>david@php.net</email>
</author>
<published>2000-08-10T07:00:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a7e8750446a9683eae29228efa4a7bc4613809d4'/>
<id>a7e8750446a9683eae29228efa4a7bc4613809d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added instructions on how to use personalized dictionaries</title>
<updated>2000-08-08T19:23:35+00:00</updated>
<author>
<name>Vlad Krupin</name>
<email>vlad@php.net</email>
</author>
<published>2000-08-08T19:23:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=831e15d0d1842611dbd70400b07291eecd543746'/>
<id>831e15d0d1842611dbd70400b07291eecd543746</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added support for personalized dictionaries.</title>
<updated>2000-08-08T18:46:41+00:00</updated>
<author>
<name>Vlad Krupin</name>
<email>vlad@php.net</email>
</author>
<published>2000-08-08T18:46:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a2cdb7726f9a247a36c2e4da5359469e1f3fbcbb'/>
<id>a2cdb7726f9a247a36c2e4da5359469e1f3fbcbb</id>
<content type='text'>
new functions: pspell_new_personal(), pspell_save_wordlist().

pspell_save_wordlist() needs to be changed to return error-codes
once pspell library gets fixed

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
new functions: pspell_new_personal(), pspell_save_wordlist().

pspell_save_wordlist() needs to be changed to return error-codes
once pspell library gets fixed

</pre>
</div>
</content>
</entry>
<entry>
<title>Added a parameter type.</title>
<updated>2000-08-06T19:53:56+00:00</updated>
<author>
<name>Egon Schmid</name>
<email>eschmid@php.net</email>
</author>
<published>2000-08-06T19:53:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c6569921d7fbb4acf6b5aed07647c7739f4e5ae3'/>
<id>c6569921d7fbb4acf6b5aed07647c7739f4e5ae3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed some protos.</title>
<updated>2000-08-06T18:56:14+00:00</updated>
<author>
<name>Egon Schmid</name>
<email>eschmid@php.net</email>
</author>
<published>2000-08-06T18:56:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=05684f2d860775860a349f4559007d2733d3c421'/>
<id>05684f2d860775860a349f4559007d2733d3c421</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed syntax of pspell_new() (one more parameter - mode)</title>
<updated>2000-07-26T21:32:29+00:00</updated>
<author>
<name>Vlad Krupin</name>
<email>vlad@php.net</email>
</author>
<published>2000-07-26T21:32:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3d3d23802162c256cad5b33ed4cdd7f028803c27'/>
<id>3d3d23802162c256cad5b33ed4cdd7f028803c27</id>
<content type='text'>
pspell_new() parameters that are empty ("") are now ignored

Removed pspell_mode() and pspell_runtogether() - their
functionality moved to pspell_new() because the ability
to dynamically change those settings is not in ISPELL, and
is likely do disappear from ASPELL, according to ASPELL
author.

Created a new constant - PSPELL_RUN_TOGETHER for pspell_new()

fixed a bug in pspell_new() that caused non-English dictionaries
to be ignored

removed a bogus line from pspell_new() that could result in
a memory leak

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pspell_new() parameters that are empty ("") are now ignored

Removed pspell_mode() and pspell_runtogether() - their
functionality moved to pspell_new() because the ability
to dynamically change those settings is not in ISPELL, and
is likely do disappear from ASPELL, according to ASPELL
author.

Created a new constant - PSPELL_RUN_TOGETHER for pspell_new()

fixed a bug in pspell_new() that caused non-English dictionaries
to be ignored

removed a bogus line from pspell_new() that could result in
a memory leak

</pre>
</div>
</content>
</entry>
<entry>
<title>Removed pspell_mode() and pspell_runtogether()</title>
<updated>2000-07-26T21:24:17+00:00</updated>
<author>
<name>Vlad Krupin</name>
<email>vlad@php.net</email>
</author>
<published>2000-07-26T21:24:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f1f91467fa2e93d8436936aab12bebc140790618'/>
<id>f1f91467fa2e93d8436936aab12bebc140790618</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added several functions for manipulating wordlists:</title>
<updated>2000-07-25T22:09:52+00:00</updated>
<author>
<name>Vlad Krupin</name>
<email>vlad@php.net</email>
</author>
<published>2000-07-25T22:09:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b3305dab642684fee25ae04860e2650e13ecb1c1'/>
<id>b3305dab642684fee25ae04860e2650e13ecb1c1</id>
<content type='text'>
 pspell_store_replacement()
 pspell_add_to_personal()
 pspell_add_to_session()
 pspell_clear_session()

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 pspell_store_replacement()
 pspell_add_to_personal()
 pspell_add_to_session()
 pspell_clear_session()

</pre>
</div>
</content>
</entry>
<entry>
<title>- added several functions for manipulating wordlists - pspell_store_replacement(), pspell_add_to_personal(), pspell_add_to_session(), pspell_clear_session().</title>
<updated>2000-07-25T22:06:38+00:00</updated>
<author>
<name>Vlad Krupin</name>
<email>vlad@php.net</email>
</author>
<published>2000-07-25T22:06:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=29ab69a767ebd236d6f7c06c8eee3955141f8744'/>
<id>29ab69a767ebd236d6f7c06c8eee3955141f8744</id>
<content type='text'>
- fixed a few confusing typos in comments

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fixed a few confusing typos in comments

</pre>
</div>
</content>
</entry>
</feed>
