Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Side by Side Diff: third_party/hunspell128/README.chromium

Issue 2076009: Move hunspell dictionaris out of "third_party/hunspell".... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/deps/
Patch Set: '' Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/hunspell128/dictionaries/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This is a partial copy of Hunspell 1.1.5, with the following changes: 1 This is a partial copy of Hunspell 1.2.8, with the following changes:
2 * '#include "config.h"' removed from src/hunspell/hunspell.hxx 2 * '#include "config.h"' removed from src/hunspell/hunspell.hxx
3 * '#include "config.h"' removed from src/hunspell/license.hunspell 3 * '#include "config.h"' removed from src/hunspell/license.hunspell
4 * Two unreferenced local variables removed from src/hunspell/suggestmgr.cxx 4 * Two unreferenced local variables removed from src/hunspell/suggestmgr.cxx
5 * src/hunspell/utf_info.cxx moved to src/hunspell/utf_info.hxx, and #include 5 * src/hunspell/utf_info.cxx moved to src/hunspell/utf_info.hxx, and #include
6 reference in src/hunspell/csutil.cxx changed accordingly 6 reference in src/hunspell/csutil.cxx changed accordingly
7 * Change the input params of the constructors to receive a FILE* instead of 7 * Change the input params of the constructors to receive a FILE* instead of
8 a file path. This is required to use hunspell in the sandbox. 8 a file path. This is required to use hunspell in the sandbox.
9 * Remove all HUNSPELL_WARNING parameters since we are not using HashMgr 9 * Remove all HUNSPELL_WARNING parameters since we are not using HashMgr
10 anymore, just show the msg not the line number. 10 anymore, just show the msg not the line number.
11 * Remove the key variable from Hunspell, HashMgr and AffixMgr since Bdict 11 * Remove the key variable from Hunspell, HashMgr and AffixMgr since Bdict
12 is being used instead. 12 is being used instead.
13 13
14 The English dictionary distributed by Firefox has been checked in to the 14 Dictionaries distributed by open-source communities have been checked in to
15 dictionaries directory. It has several additions over the default 15 the "third_party/hunspell_dictionaries" directory. They have several additions
16 myspell/hunspell dictionary. 16 over the default myspell/hunspell dictionaries.
17 (See "third_party/hunspell_dictionaries/README.chromium" for their details.)
17 18
18 19
OLDNEW
« no previous file with comments | « no previous file | third_party/hunspell128/dictionaries/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698