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

Side by Side 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, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/hyphen/Makefile.in ('k') | third_party/hyphen/README » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 2010-08-10 Hyphen 2.6 release:
2 - maintainance release, fix all warnings, tidy up
3 make check with VALGRIND=memcheck, etc.
4
5 2010-02-23 Hyphen 2.5 release:
6 - add Unicode ligature support for correct hyphenmin calculation
7 (ff, fi, fl, St, st are 1-character, ffi and ffl are 2-character length for
8 hyphenation)
9 - fix lefthyphenmin calculation for UTF-8 encoded input
10
11 - en_US hyphenation dictionary:
12 - add OpenOffice.org patch to fix apostrophe handling
13 - add correct hyphenation for words with Unicode f-ligatures
14 (NOTE: hyphenation within ligatures is not supported yet
15 because of an implementation problem of OpenOffice.org,
16 see OOo issue 71608.)
17
18 - small patches from OpenOffice.org
19
20 2008-05-01 Hyphen 2.4 release:
21 - compound word hyphenation support by recursive pattern matching
22 based on two hyphenation pattern sets, see README.compound.
23 Especially useful for languages with arbitrary number of compounds (Danish,
24 Dutch, Finnish, German, Hungarian, Icelandic, Norwegian, Swedish etc.).
25
26 - new dictionary parameters (minimal character numbers for hyph. distances):
27 LEFTHYPHENMIN: minimal hyphenation distance from the left end of the word
28 RIGHTHYPHENMIN: minimal hyphenation distance from the right end of the word
29 COMPOUNDLEFTHYPHENMIN: min. hyph. dist. from the left compound word boundary
30 COMPOUNDRIGHTHYPHENMIN: min. hyph. dist. from the right comp. word boundary
31
32 - new API function: hnj_hyphen_hyphenate3() (like hyphenate2(), but
33 with hyphenmin options)
34
35 en_US hyphenation patterns:
36
37 - extended hyph_en_US.dic with TugBoat hyphenation log (fix thousand
38 incompletely or badly hyphenated words, for example acad-e-my, acro-nym,
39 acryl-amide, adren-a-line, aero-space, am-phet-a-mine, anom-aly etc.)
40
41 - fixed hyph_en_US.dic: set the right default hyphenation distance of
42 the original TeX hyphenation patterns:
43 LEFTHYPHENMIN 2
44 RIGHTHYPHENMIN 3 (not 2!)
45 It is not only a typographical issue. It seems, TeX hyphenation
46 patterns are right only with these settings, for example,
47 the bad "anoma-ly" is restricted in TeX only by the default
48 \righthyphenmin=3 (but not restricted in OpenOffice.org, until now).
49
50 - documentation (README_hyph_en_US.dic)
51
52 - fixes for automake configuration, compiling and checking, see ChangeLog
53
54 2008-02-19: Hyphen 2.3.1 release:
55 - fix obsolete API function hnj_hyphen_hyphenate()
OLDNEW
« 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