Began rework of options page. Also added 3 plugins (filters, translate, and squirrels...
[squirrelmail.git] / plugins / squirrelspell / doc / ChangeLog
1 SQUIRRELSPELL
2
3 v0.3.5
4 -------
5 - Making it work with 1.1.1 broke it under 1.0.6. Decided not to support
6 developmental versions after this release.
7
8 v0.3.4
9 -------
10 - Changes to unbreak it in 1.1.1. :)
11
12 v0.3.3
13 -------
14 - Apparently, magic quotes wasn't a bug, but something introduced in 1.0.6,
15 so I took out all magic-quotes escaping routines, since it's done
16 automatically now by validate.php.
17
18 v0.3.2
19 -------
20 - Rolled back changes in v0.3.1
21 - Workaround for an odd bug with PHP's magic_quotes_gpc
22 - Changed trim to chop so the newline-trimming function doesn't trim
23 leading spaces.
24 - Changed SOUP_NAZI to only deny Opera-4 versions
25 - Moved SQSPELL_VERSION to sqspell_functions.php for easier
26 upgrades.
27
28 v0.3.1
29 -------
30 Changes to make it work with 1.0.5.
31
32 v0.3
33 -----
34 Added vlink and alink settings, plus fixed some colors.
35
36 v0.3b
37 ------
38 - Major code re-organization.
39 - Moved modules into separate directory.
40 - Moved most JavaScript out of the main code into separate .js files
41 - Created generic GUI-wrappers for most interface screens.
42 - Added support for multiple international dictionaries.
43 - Added MCRYPT support for encrypting the user dictionaries.
44 - No longer checks lines starting with ">" (reply).
45 - No longer checks anything past the "--" on a single line (signature).
46 - SquirrelSpell options are now on the main OPTIONS page, not on the
47 personal options page.
48
49 v0.2.1
50 ------
51 Added a SoupNazi function. :)) Checks for bad browsers which are known not to
52 work with SquirrelSpell due to their odd JavaScript.
53
54 v0.2pl1
55 -------
56 Fixed the Magic Quotes problems.
57
58 v0.2
59 -----
60 Added user dictionaries.
61
62 v0.1.1
63 -------
64 Added support for aspell
65
66 v0.1pl1
67 --------
68 Fixed Magic Quotes errors.
69
70 version v0.1
71 -------------
72 Initial release.