You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2014/09/21 22:36:10 UTC

[23/50] [abbrv] git commit: [flex-utilities] [refs/heads/master] - update read me and release notes for next version

update read me and release notes for next version


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/477711a0
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/477711a0
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/477711a0

Branch: refs/heads/master
Commit: 477711a0f28753461a3c2e6c35abc9eeb1fef4e1
Parents: 8b5d6f5
Author: Justin Mclean <jm...@apache.org>
Authored: Thu Sep 4 18:05:58 2014 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Thu Sep 4 18:05:58 2014 +1000

----------------------------------------------------------------------
 Squiggly/README        | 22 ++++++++++++++--------
 Squiggly/RELEASE_NOTES | 13 ++++++++++++-
 2 files changed, 26 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/477711a0/Squiggly/README
----------------------------------------------------------------------
diff --git a/Squiggly/README b/Squiggly/README
index 701f588..92e6d24 100644
--- a/Squiggly/README
+++ b/Squiggly/README
@@ -61,24 +61,30 @@ How to check the code out of Git
 How to use the Squiggly SDK
 ==========================================================================================
 
-Please read the ASDocs (found in docs) first to understand the classes in Squiggly.
+Please read the ASDocs (found in docs directory) first to understand the
+classes in Squiggly.
 
 If you are using the SpellChecker class directly, you need.
 - SpellingEngine.swc in [YourProject]/libs folder, you can find it from ./libs
 - Dictionary files in [YourProject]/src folder
 
-You can obtain en_US, en_CA and en_GB dictionaries under a BSD/MIT-like license from:
-   http://wordlist.aspell.net/dicts/
+You can obtain en_US, en_CA and en_GB dictionaries under a BSD/MIT-like license
+from SCOWL (and friends):
+   http://wordlist.aspell.net/dicts
+   https://github.com/kevina/wordlist
+   
+For your convenience the en_US and en_GB dictionaries have been included in the
+source and binary releases.  
 
 You can obtain other dictionary files from:
-    http://wordlist.aspell.net/other-dicts/
+    http://wordlist.aspell.net/other-dicts
     http://extensions.openoffice.org
     http://hunspell.sourceforge.net
 
 But note that many of these dictionaries are under LPGL licenses.
 
-If you are using the simple UI integration feature (SpellUI class), in addition to what
-mentioned above, you also need:
+If you are using the simple UI integration feature (SpellUI class), in addition
+to what mentioned above, you also need:
 - SpellingConfig.xml in [YourProject]/src
 - SpellingUI.swc in [YourProject]/src
 - SpellingUIEx.swc if you need spark support in Flex 4) in [YourProject]/libs 
@@ -88,8 +94,8 @@ You can download dictionaries and use those by editing SpellingConfig.xml.
 The default name of the config file has changed from AdobeSpellingConfig.xml to
 SpellingConfig.xml.
 
-Here's the content of SpellingConfig.xml, each entry maps the languageCode with the
-relative path for resource files. 
+Here's the content of SpellingConfig.xml, each entry maps the languageCode with
+the relative path for resource files. 
 
 <SpellingConfig>
   <LanguageResource language="English" languageCode="en_US"

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/477711a0/Squiggly/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/Squiggly/RELEASE_NOTES b/Squiggly/RELEASE_NOTES
index a4ae170..ca5315a 100644
--- a/Squiggly/RELEASE_NOTES
+++ b/Squiggly/RELEASE_NOTES
@@ -1,5 +1,16 @@
 ------------------------------------------------
-Squiggly 1.0
+Apche Flex Squiggly 1.1
+------------------------------------------------
+
+Squiggly 1.1 has the following changes from Squiggly 1.0:
+- Mavenized version of Squiggly
+- Added en_US and en_GB dictionaries
+
+The following bugs have been fixed:
+
+
+------------------------------------------------
+Apche Flex Squiggly 1.0
 ------------------------------------------------
 
 Initial parity release for Adobe's Squiggly library.