Comment #19 on issue 14756 by [email protected]: update hunspell to  
the latest stable version to use the latest dictionary format
http://code.google.com/p/chromium/issues/detail?id=14756

The following revision refers to this bug:
     http://src.chromium.org/viewvc/chrome?view=rev&revision=22243

------------------------------------------------------------------------
r22243 | [email protected] | 2009-07-31 19:31:34 -0700 (Fri, 31 Jul 2009) |  
7 lines
Changed paths:
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/spellcheck_unittest.cc?r1=22243&r2=22242
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/spellchecker.cc?r1=22243&r2=22242
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/third_party/hunspell/README.chromium?r1=22243&r2=22242
    D /trunk/src/chrome/third_party/hunspell/google.patch
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/third_party/hunspell/hunspell.gyp?r1=22243&r2=22242
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/third_party/hunspell/src/hunspell/affentry.cxx?r1=22243&r2=22242
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/third_party/hunspell/src/hunspell/affentry.hxx?r1=22243&r2=22242
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/third_party/hunspell/src/hunspell/affixmgr.cxx?r1=22243&r2=22242
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/third_party/hunspell/src/hunspell/affixmgr.hxx?r1=22243&r2=22242
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/third_party/hunspell/src/hunspell/atypes.hxx?r1=22243&r2=22242
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/third_party/hunspell/src/hunspell/baseaffix.hxx?r1=22243&r2=22242
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/third_party/hunspell/src/hunspell/csutil.cxx?r1=22243&r2=22242
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/third_party/hunspell/src/hunspell/csutil.hxx?r1=22243&r2=22242
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/third_party/hunspell/src/hunspell/dictmgr.cxx?r1=22243&r2=22242
    A  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/third_party/hunspell/src/hunspell/filemgr.cxx
    A  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/third_party/hunspell/src/hunspell/filemgr.hxx
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/third_party/hunspell/src/hunspell/hashmgr.cxx?r1=22243&r2=22242
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/third_party/hunspell/src/hunspell/hashmgr.hxx?r1=22243&r2=22242
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/third_party/hunspell/src/hunspell/htypes.hxx?r1=22243&r2=22242
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/third_party/hunspell/src/hunspell/hunspell.cxx?r1=22243&r2=22242
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/third_party/hunspell/src/hunspell/hunspell.h?r1=22243&r2=22242
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/third_party/hunspell/src/hunspell/hunspell.hxx?r1=22243&r2=22242
    A  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/third_party/hunspell/src/hunspell/hunzip.cxx
    A  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/third_party/hunspell/src/hunspell/hunzip.hxx
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/third_party/hunspell/src/hunspell/license.hunspell?r1=22243&r2=22242
    A  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/third_party/hunspell/src/hunspell/phonet.cxx
    A  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/third_party/hunspell/src/hunspell/phonet.hxx
    A  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/third_party/hunspell/src/hunspell/replist.cxx
    A  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/third_party/hunspell/src/hunspell/replist.hxx
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/third_party/hunspell/src/hunspell/suggestmgr.cxx?r1=22243&r2=22242
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/third_party/hunspell/src/hunspell/suggestmgr.hxx?r1=22243&r2=22242
    A  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/third_party/hunspell/src/hunspell/w_char.hxx

Update Hunspell to the latest stable version to use the latest bdict format.

Updated Hunspell to version 1.2.8 which properly deals with UTF8 and fixes  
many bugs. This CL will use the BDict format and remove the usage of  
FileMgr. Removed the unwanted "key" parameter constructors from hunspell  
since we are managing them through bdict. Removed all line numbers from the  
errors  since we don't support that.

BUG= 14756 (http://crbug.com/14756)
TEST= Compiled Hunspell, Compiled Chromium, Ran Chromium, Fixed some of my  
spelling mistakes. Ran unit tests for SpellCheckTest.*
Review URL: http://codereview.chromium.org/155841
------------------------------------------------------------------------


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to