Revision: 6651
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6651&view=rev
Author:   dnaber
Date:     2012-03-25 12:54:23 +0000 (Sun, 25 Mar 2012)
Log Message:
-----------
prepare release 1.7

Modified Paths:
--------------
    branches/V_1_7/CHANGES.txt
    branches/V_1_7/README.txt
    branches/V_1_7/build.properties
    branches/V_1_7/src/java/org/languagetool/JLanguageTool.java

Modified: branches/V_1_7/CHANGES.txt
===================================================================
--- branches/V_1_7/CHANGES.txt  2012-03-25 12:41:48 UTC (rev 6650)
+++ branches/V_1_7/CHANGES.txt  2012-03-25 12:54:23 UTC (rev 6651)
@@ -1,6 +1,6 @@
 LanguageTool Change Log
 
-1.7-dev (release planned for around 2012-03-25)
+1.7 (2012-03-25)
 
  -English
    -a few new rules
@@ -37,7 +37,7 @@
 
  -consecutive tab characters are not considered an error anymore
 
- -Ellipsis … is no longer considered as a sentence separator (only relevant
+ -Ellipsis ("…") is no longer considered as a sentence separator (only relevant
   for languages not yet using SRX tokenizer).
 
  -new optional rule element "url" (optional): an URL to a page that explains

Modified: branches/V_1_7/README.txt
===================================================================
--- branches/V_1_7/README.txt   2012-03-25 12:41:48 UTC (rev 6650)
+++ branches/V_1_7/README.txt   2012-03-25 12:54:23 UTC (rev 6651)
@@ -7,8 +7,9 @@
 Homepage: http://www.languagetool.org
 
 Requirements:
- -Java 6.0 or later (Sun/Oracle Java or IcedTea; GIJ is not supported)
- -For OpenOffice.org integration, OpenOffice 3.0.1 or later.
+ -Java 6.0 or later (Oracle Java or IcedTea; GIJ is not supported)
+ -For OpenOffice.org/LibreOffice integration: OpenOffice 3.0.1 or later
+  or LibreOffice.
 
 Usage:
  -To integrate LanguageTool into OpenOffice.org or LibreOffice, you
@@ -28,6 +29,10 @@
   You should see a blue underline under the word "an". Opening
   the context menu with the right mouse button offers you a
   description of the error and, if available, a correction.
+
+  If you are using LibreOffice 3.5+ and you want to check English texts:
+  Use Options -> Language Settings -> Writing Aids -> Edit... to disable
+  LightProof and enable LanguageTool for English.
   
   Note that there will also be a new menu item "LanguageTool"
   under the "Tools" menu which you might need to use if 

Modified: branches/V_1_7/build.properties
===================================================================
--- branches/V_1_7/build.properties     2012-03-25 12:41:48 UTC (rev 6650)
+++ branches/V_1_7/build.properties     2012-03-25 12:54:23 UTC (rev 6651)
@@ -1,6 +1,6 @@
 debug = on
 
-version = 1.7-dev
+version = 1.7
 
 src.dir = ./src
 src.java.dir = ${src.dir}/java

Modified: branches/V_1_7/src/java/org/languagetool/JLanguageTool.java
===================================================================
--- branches/V_1_7/src/java/org/languagetool/JLanguageTool.java 2012-03-25 
12:41:48 UTC (rev 6650)
+++ branches/V_1_7/src/java/org/languagetool/JLanguageTool.java 2012-03-25 
12:54:23 UTC (rev 6651)
@@ -61,7 +61,7 @@
 @SuppressWarnings({"UnusedDeclaration"})
 public final class JLanguageTool {
 
-  public static final String VERSION = "1.7-dev"; // keep in sync with 
build.properties!
+  public static final String VERSION = "1.7"; // keep in sync with 
build.properties!
   public static final String BUILD_DATE = getBuildDate();
 
   public static final String PATTERN_FILE = "grammar.xml";

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


------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Languagetool-cvs mailing list
Languagetool-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to