OLD | NEW |
1 Name: hunspell | 1 Name: hunspell |
2 URL: http://hunspell.sourceforge.net/ | 2 URL: http://hunspell.sourceforge.net/ |
| 3 Version: 1.2.12 |
3 | 4 |
| 5 Description: |
4 This is a partial copy of Hunspell 1.2.12 with the following changes: | 6 This is a partial copy of Hunspell 1.2.12 with the following changes: |
5 * Remove '#include "config.h"' from src/hunspell/hunspell.hxx | 7 * Remove '#include "config.h"' from src/hunspell/hunspell.hxx |
6 * Remove '#include "config.h"' from src/hunspell/license.hunspell | 8 * Remove '#include "config.h"' from src/hunspell/license.hunspell |
7 * Change src/hunspell/filemgr.hxx and src/hunspell/filemgr.cxx to use | 9 * Change src/hunspell/filemgr.hxx and src/hunspell/filemgr.cxx to use |
8 LineIterator. | 10 LineIterator. |
9 * Add ScropedHashEntry, which creates temporary hentry objects, to | 11 * Add ScropedHashEntry, which creates temporary hentry objects, to |
10 src/hunspell/suggestmgr.cxx | 12 src/hunspell/suggestmgr.cxx |
11 * Change the input params of the constructors to receive a BDICTReader instead | 13 * Change the input params of the constructors to receive a BDICTReader instead |
12 of a file path. | 14 of a file path. |
13 The patch is in google.patch. | 15 The patch is in google.patch. |
14 | 16 |
15 All dictionaries used by Chromium has been checked in to the | 17 All dictionaries used by Chromium has been checked in to the |
16 'third_party/hunspell_dictionaries' directory. They have several additions over | 18 'third_party/hunspell_dictionaries' directory. They have several additions over |
17 the default myspell/hunspell dictionaries. | 19 the default myspell/hunspell dictionaries. |
18 (See 'third_party/hunspell_dictionaries/README.chromium' for their details.) | 20 (See 'third_party/hunspell_dictionaries/README.chromium' for their details.) |
OLD | NEW |