Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2041)

Unified Diff: third_party/hyphen/NEWS

Issue 20860003: Remove hyphenation code from Chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/hyphen/Makefile.in ('k') | third_party/hyphen/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/hyphen/NEWS
diff --git a/third_party/hyphen/NEWS b/third_party/hyphen/NEWS
deleted file mode 100644
index 83010a540beef29dee5d1af942b5aa6fb3cb29f1..0000000000000000000000000000000000000000
--- a/third_party/hyphen/NEWS
+++ /dev/null
@@ -1,55 +0,0 @@
-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()
« no previous file with comments | « third_party/hyphen/Makefile.in ('k') | third_party/hyphen/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698