summaryrefslogtreecommitdiffstats
path: root/third_party/hyphen/NEWS
diff options
context:
space:
mode:
authorrolandsteiner@chromium.org <rolandsteiner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-29 06:05:56 +0000
committerrolandsteiner@chromium.org <rolandsteiner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-29 06:05:56 +0000
commitdff8c1108d0b414ea73ae0e0d0d904e09856cdd6 (patch)
treeadae2223b4034afb2f017346f2cec11bd32bb4e3 /third_party/hyphen/NEWS
parent906eed0d5bb752a29adbfa86054df1bebd507a80 (diff)
downloadchromium_src-dff8c1108d0b414ea73ae0e0d0d904e09856cdd6.zip
chromium_src-dff8c1108d0b414ea73ae0e0d0d904e09856cdd6.tar.gz
chromium_src-dff8c1108d0b414ea73ae0e0d0d904e09856cdd6.tar.bz2
Add Hunspell 'Hyphen' hyphenation library.
BUG=60895 TEST=none Review URL: http://codereview.chromium.org/4143003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64368 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/hyphen/NEWS')
-rw-r--r--third_party/hyphen/NEWS55
1 files changed, 55 insertions, 0 deletions
diff --git a/third_party/hyphen/NEWS b/third_party/hyphen/NEWS
new file mode 100644
index 0000000..83010a5
--- /dev/null
+++ b/third_party/hyphen/NEWS
@@ -0,0 +1,55 @@
+2010-08-10 Hyphen 2.6 release:
+ - maintainance release, fix all warnings, tidy up
+ make check with VALGRIND=memcheck, etc.
+
+2010-02-23 Hyphen 2.5 release:
+ - add Unicode ligature support for correct hyphenmin calculation
+ (ff, fi, fl, St, st are 1-character, ffi and ffl are 2-character length for
+ hyphenation)
+ - fix lefthyphenmin calculation for UTF-8 encoded input
+
+ - en_US hyphenation dictionary:
+ - add OpenOffice.org patch to fix apostrophe handling
+ - add correct hyphenation for words with Unicode f-ligatures
+ (NOTE: hyphenation within ligatures is not supported yet
+ because of an implementation problem of OpenOffice.org,
+ see OOo issue 71608.)
+
+ - small patches from OpenOffice.org
+
+2008-05-01 Hyphen 2.4 release:
+ - compound word hyphenation support by recursive pattern matching
+ based on two hyphenation pattern sets, see README.compound.
+ Especially useful for languages with arbitrary number of compounds (Danish,
+ Dutch, Finnish, German, Hungarian, Icelandic, Norwegian, Swedish etc.).
+
+ - new dictionary parameters (minimal character numbers for hyph. distances):
+ LEFTHYPHENMIN: minimal hyphenation distance from the left end of the word
+ RIGHTHYPHENMIN: minimal hyphenation distance from the right end of the word
+ COMPOUNDLEFTHYPHENMIN: min. hyph. dist. from the left compound word boundary
+ COMPOUNDRIGHTHYPHENMIN: min. hyph. dist. from the right comp. word boundary
+
+ - new API function: hnj_hyphen_hyphenate3() (like hyphenate2(), but
+ with hyphenmin options)
+
+en_US hyphenation patterns:
+
+ - extended hyph_en_US.dic with TugBoat hyphenation log (fix thousand
+ incompletely or badly hyphenated words, for example acad-e-my, acro-nym,
+ acryl-amide, adren-a-line, aero-space, am-phet-a-mine, anom-aly etc.)
+
+ - fixed hyph_en_US.dic: set the right default hyphenation distance of
+ the original TeX hyphenation patterns:
+ LEFTHYPHENMIN 2
+ RIGHTHYPHENMIN 3 (not 2!)
+ It is not only a typographical issue. It seems, TeX hyphenation
+ patterns are right only with these settings, for example,
+ the bad "anoma-ly" is restricted in TeX only by the default
+ \righthyphenmin=3 (but not restricted in OpenOffice.org, until now).
+
+ - documentation (README_hyph_en_US.dic)
+
+ - fixes for automake configuration, compiling and checking, see ChangeLog
+
+2008-02-19: Hyphen 2.3.1 release:
+ - fix obsolete API function hnj_hyphen_hyphenate()