Revision: 8726
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8726&view=rev
Author:   dnaber
Date:     2012-12-30 18:10:56 +0000 (Sun, 30 Dec 2012)
Log Message:
-----------
merge changes from 2.0 tag

Modified Paths:
--------------
    trunk/JLanguageTool/CHANGES.txt
    trunk/JLanguageTool/build.properties
    trunk/JLanguageTool/src/main/java/org/languagetool/JLanguageTool.java
    
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/ca/hunspell/ignore.txt
    
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/de/hunspell/ignore.txt
    
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/fr/hunspell/ignore.txt
    
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/km/hunspell/ignore.txt
    
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/pt/hunspell/ignore.txt

Property Changed:
----------------
    trunk/JLanguageTool/CHANGES.txt
    trunk/JLanguageTool/build.properties
    trunk/JLanguageTool/src/

Modified: trunk/JLanguageTool/CHANGES.txt
===================================================================
--- trunk/JLanguageTool/CHANGES.txt     2012-12-30 18:05:03 UTC (rev 8725)
+++ trunk/JLanguageTool/CHANGES.txt     2012-12-30 18:10:56 UTC (rev 8726)
@@ -1,9 +1,9 @@
 LanguageTool Change Log
 
-2.0-dev (release planned for 2012-12-30)
+2.0 (2012-12-30)
 
  -Breton:
-  -several new rules and fixed false alarms
+  -added several new rules and fixed false alarms
   -updated POS dictionary (fix wrong POS tags) from Apertium (svn r42124)
   -updated FSA spelling dictionary from An Drouizig Breton Spellchecker 0.10
   -updated classification of words tagged as plural nouns of persons
@@ -19,7 +19,8 @@
 
  -English:
   -uses the same word tokenizer again as other European languages
-  -fix Sourceforge bug #3479817 (capitalization the first item of a list not 
required)
+  -fix Sourceforge bug #3479817 (capitalization of the first item of a list 
not required)
+  -a few rule updates
 
  -Esperanto
   -few new rules
@@ -29,23 +30,26 @@
   -fixed false alarms
 
  -German:
-   -several new rules and rule updates
+  -many new rules and rule updates
 
  -Portuguese:
   -Added hundreds of compound words taken from a huge Porto Editora dictionary
-   I am looking word by word, page by page.
   -Added/improved several rules
   -Replaced the current dictionary with PT-pt (pre-language agreement).
    To use the post-language agreement, use the PT-br one.
 
  -Russian:
-  -improve some rules
+  -improved some rules
   -several new rules
   -updated POS dictionary (fix wrong POS Tags)
 
  -Spanish:
   -several new rules (thanks to Alexander Socop Arango)
 
+ -Ukrainian:
+  -updated a few rules
+
+
  -OpenOffice/LibreOffice integration:
   -Fixed ConcurrentModificationException (Sourceforge bug #3572536)
 


Property changes on: trunk/JLanguageTool/CHANGES.txt
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/V_1_5/CHANGES.txt:5611-5614
/branches/V_1_6/CHANGES.txt:6112-6120
/branches/V_1_7/CHANGES.txt:6650-6652
/branches/V_1_8/CHANGES.txt:7566-7569
/branches/V_1_9/CHANGES.txt:8116-8126
/branches/mbryant/CHANGES.txt:5075-5236
/tags/V_1_5/CHANGES.txt:5615
/tags/V_1_6/CHANGES.txt:6121
/tags/V_1_7/CHANGES.txt:6653
/tags/V_1_8/CHANGES.txt:7570
/tags/V_1_9/CHANGES.txt:8127
   + /branches/V_1_5/CHANGES.txt:5611-5614
/branches/V_1_6/CHANGES.txt:6112-6120
/branches/V_1_7/CHANGES.txt:6650-6652
/branches/V_1_8/CHANGES.txt:7566-7569
/branches/V_1_9/CHANGES.txt:8116-8126
/branches/V_2_0/CHANGES.txt:8713-8718
/branches/mbryant/CHANGES.txt:5075-5236
/tags/V_1_5/CHANGES.txt:5615
/tags/V_1_6/CHANGES.txt:6121
/tags/V_1_7/CHANGES.txt:6653
/tags/V_1_8/CHANGES.txt:7570
/tags/V_1_9/CHANGES.txt:8127
/tags/V_2_0/CHANGES.txt:8719-8725

Modified: trunk/JLanguageTool/build.properties
===================================================================
--- trunk/JLanguageTool/build.properties        2012-12-30 18:05:03 UTC (rev 
8725)
+++ trunk/JLanguageTool/build.properties        2012-12-30 18:10:56 UTC (rev 
8726)
@@ -1,6 +1,6 @@
 debug = on
 
-version = 2.0-dev
+version = 2.0
 
 src.dir = ./src
 src.java.dir = ${src.dir}/main/java


Property changes on: trunk/JLanguageTool/build.properties
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/V_1_5/build.properties:5611-5614
/branches/V_1_6/build.properties:6112-6120
/branches/V_1_7/build.properties:6650-6652
/branches/V_1_8/build.properties:7566-7569
/branches/V_1_9/build.properties:8116-8126
/branches/mbryant/build.properties:5075-5236
/tags/V_1_5/build.properties:5615
/tags/V_1_6/build.properties:6121
/tags/V_1_7/build.properties:6653
/tags/V_1_8/build.properties:7570
/tags/V_1_9/build.properties:8127
   + /branches/V_1_5/build.properties:5611-5614
/branches/V_1_6/build.properties:6112-6120
/branches/V_1_7/build.properties:6650-6652
/branches/V_1_8/build.properties:7566-7569
/branches/V_1_9/build.properties:8116-8126
/branches/V_2_0/build.properties:8713-8718
/branches/mbryant/build.properties:5075-5236
/tags/V_1_5/build.properties:5615
/tags/V_1_6/build.properties:6121
/tags/V_1_7/build.properties:6653
/tags/V_1_8/build.properties:7570
/tags/V_1_9/build.properties:8127
/tags/V_2_0/build.properties:8719-8725


Property changes on: trunk/JLanguageTool/src
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/V_1_5/src:5611-5614
/branches/V_1_6/src:6112-6120
/branches/V_1_7/src:6650-6652
/branches/V_1_8/src:7566-7569
/branches/V_1_9/src:8116-8126
/branches/mbryant/src:5075-5236
/tags/V_1_5/src:5615
/tags/V_1_6/src:6121
/tags/V_1_7/src:6653
/tags/V_1_8/src:7570
/tags/V_1_9/src:8127
   + /branches/V_1_5/src:5611-5614
/branches/V_1_6/src:6112-6120
/branches/V_1_7/src:6650-6652
/branches/V_1_8/src:7566-7569
/branches/V_1_9/src:8116-8126
/branches/V_2_0/src:8713-8718
/branches/mbryant/src:5075-5236
/tags/V_1_5/src:5615
/tags/V_1_6/src:6121
/tags/V_1_7/src:6653
/tags/V_1_8/src:7570
/tags/V_1_9/src:8127
/tags/V_2_0/src:8719-8725

Modified: trunk/JLanguageTool/src/main/java/org/languagetool/JLanguageTool.java
===================================================================
--- trunk/JLanguageTool/src/main/java/org/languagetool/JLanguageTool.java       
2012-12-30 18:05:03 UTC (rev 8725)
+++ trunk/JLanguageTool/src/main/java/org/languagetool/JLanguageTool.java       
2012-12-30 18:10:56 UTC (rev 8726)
@@ -75,7 +75,7 @@
 @SuppressWarnings({"UnusedDeclaration"})
 public final class JLanguageTool {
 
-  public static final String VERSION = "2.0-dev"; // keep in sync with 
build.properties!
+  public static final String VERSION = "2.0"; // keep in sync with 
build.properties!
   public static final String BUILD_DATE = getBuildDate();
 
   public static final String PATTERN_FILE = "grammar.xml";

Modified: 
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/ca/hunspell/ignore.txt
===================================================================
--- 
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/ca/hunspell/ignore.txt
     2012-12-30 18:05:03 UTC (rev 8725)
+++ 
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/ca/hunspell/ignore.txt
     2012-12-30 18:10:56 UTC (rev 8726)
@@ -1,7 +1,7 @@
 # words to be ignored by the spellchecker (auto-generated)
-d
+embolcalladora
 electronvolt
 ls
+bes-tia
 'ls
-'n
-d'
+embolcallador

Modified: 
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/de/hunspell/ignore.txt
===================================================================
--- 
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/de/hunspell/ignore.txt
     2012-12-30 18:05:03 UTC (rev 8725)
+++ 
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/de/hunspell/ignore.txt
     2012-12-30 18:10:56 UTC (rev 8726)
@@ -9,6 +9,7 @@
 äußere
 Higgs-Boson
 Zarah
+Geißel
 Grüße
 Ola
 La
@@ -21,8 +22,12 @@
 Jane
 Blu-ray
 Gustaf
+Maß
 Barbra
+Maßen
+Gruß
 org
+außer
 ausschließlich
 Austen
 Sahra
@@ -42,8 +47,8 @@
 ODF
 Brod
 Scheiße
+verschließen
 Til
-verschließen
 bass
 Groucho
 Challenge

Modified: 
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/fr/hunspell/ignore.txt
===================================================================
--- 
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/fr/hunspell/ignore.txt
     2012-12-30 18:05:03 UTC (rev 8725)
+++ 
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/fr/hunspell/ignore.txt
     2012-12-30 18:10:56 UTC (rev 8726)
@@ -1,5 +1,4 @@
 # words to be ignored by the spellchecker (auto-generated)
-feta
 baladodiffusée
 coconnage
 West
@@ -58,7 +57,6 @@
 minilabo
 Kanye
 Streisand
-ricotta
 Cyndi
 Britney
 -S
@@ -74,7 +72,6 @@
 Stewart
 Joplin
 Stivell
-surfaceuse
 -à-d
 Jane
 Warren

Modified: 
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/km/hunspell/ignore.txt
===================================================================
--- 
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/km/hunspell/ignore.txt
     2012-12-30 18:05:03 UTC (rev 8725)
+++ 
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/km/hunspell/ignore.txt
     2012-12-30 18:10:56 UTC (rev 8726)
@@ -1 +1,2 @@
 # words to be ignored by the spellchecker (auto-generated)
+ហើយនិង

Modified: 
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/pt/hunspell/ignore.txt
===================================================================
--- 
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/pt/hunspell/ignore.txt
     2012-12-30 18:05:03 UTC (rev 8725)
+++ 
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/pt/hunspell/ignore.txt
     2012-12-30 18:10:56 UTC (rev 8726)
@@ -2,9 +2,7 @@
 ultra-secreto
 fim-de-semana
 pêlo
-auto-estima
 meio-ambiente
 pára
 à-vontade
-cartão-de-visita
 ultra-secreta

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to