Ensure we can actually link with sys_errlist &c.
[xapian.git] / xapian-data / ChangeLog
blob50e454b4db6e5b7e9f9553c3e70141df942e300a
1 This ChangeLog file is no longer maintained - see the git repo history for
2 more recent changes: https://xapian.org/bleeding
4 Wed Dec 16 00:42:12 GMT 2009  Olly Betts <olly@survex.com>
6         * stemming/german/output.txt,stemming/german2/output.txt: Update
7           expected output from the german and german2 stemmers to match the
8           updated algorithms.
10 Tue Sep 02 04:16:57 GMT 2008  Olly Betts <olly@survex.com>
12         * stemming/romanian/: Split out the romanian stemming test data into
13           the vanilla files taken from Snowball and supplemental files with
14           our extra data.  Our voc.txt and output.txt files now exactly match
15           Snowball's.
16         * stemming/README: Update to document the new scheme.
18 Tue Sep 02 02:59:00 GMT 2008  Olly Betts <olly@survex.com>
20         * stemming/: Rename all the stemming data files to match those in the
21           Snowball sources, to make maintenance easier.
23 Tue Sep 02 02:46:36 GMT 2008  Olly Betts <olly@survex.com>
25         * README: Reword.  Drop author attribution, as it's not relevant who
26           wrote this two line note.
28 Thu Oct 18 18:11:07 BST 2007  Olly Betts <olly@survex.com>
30         * stemming/turkish.st,stemming/turkish.voc: Append new Snowball
31           turkish data.
32         * stemming/README: Note that most data here is from Snowball, but
33           some may not be.
35 Thu Mar 29 17:55:54 BST 2007  Richard Boulton <richard@lemurconsulting.com>
37         * stemming/romanian.st: Oops - also remove corresponding word from the
38           expected output file, or it won't work.
40 Thu Mar 29 17:49:44 BST 2007  Richard Boulton <richard@lemurconsulting.com>
42         * stemming/romanian.voc: Remove sample word which had a capital
43           letter, since stemtest doesn't cope with these.
45 Tue Mar 27 14:49:28 BST 2007  Olly Betts <olly@survex.com>
47         * stemming/romanian2.st,stemming/romanian2.voc: Remove romanian2
48           vocab and output since the corresponding stemmer has been removed.
50 Tue Mar 27 12:08:41 BST 2007  Richard Boulton <richard@lemurconsulting.com>
52         * stemming/: Rename romanian1 vocab list to romanian, and update
53           the output to correspond to that from the new romanian stemmer.
55 Tue Mar 27 04:51:43 BST 2007  Olly Betts <olly@survex.com>
57         * stemming/hungarian.voc: Lowercase terms with uppercase letters.
58         * stemming/: Import new stemming test data from snowball.
60 Mon Feb 26 21:46:41 GMT 2007  Olly Betts <olly@survex.com>
62         * stemming/: Add vocab lists and stemmed equivalents for
63           hungarian, kraaij_pohlmann, and romanian1.
65 Mon Feb 26 20:18:51 GMT 2007  Richard Boulton <richard@lemurconsulting.com>
67         * stemming/: Use new snowball vocab lists and stemmed word lists -
68           changes character set to UTF-8, and updates some of the stemmings
69           to reflect changes in the snowball stemmers.
71 Mon Oct 14 00:04:54 BST 2002  Olly Betts <olly@survex.com>
73         * stemming/: Use Snowball vocab lists instead of the old Xapian ones;
74           removed stopword lists (we'll use the Snowball ones, but they want
75           to be in xapian-core which everyone downloads, not with the stemmer
76           test data which few people need).
78 Sun Oct 13 03:44:58 BST 2002  Olly Betts <olly@survex.com>
80         * stemming/: Fixed layout of stopsource files where the muscat3.6
81           style "e^a" accents have been changed into "é" etc.
83 Sun Oct 13 03:34:09 BST 2002  Olly Betts <olly@survex.com>
85         * stemming/: Updated files so that they are correct for the Snowball
86           stemmers (which use iso-8859-1 accents and produce slightly
87           different results).
89 Fri Apr 12 14:07:40 BST 2002  Olly Betts <olly@survex.com>
91         * Started ChangeLog; updated README files to refer to Xapian and
92           www.xapian.org.