Don't use the /machine:i386 switch. The defaults work fine: the 32-bit
linker will produce i386 executables, the 64-bit linker will produce
x64 ones.
Don't use the /Op compiler switch, it doesn't exist in MSVC 2008.
This is 'libreoffice-3-3' - the stable branch for the 3.3.x releases.
Only safe changes, reviewed by anoter person are allowed.
If you want to build something cool, unstable, and risky, use master.
This is 'libreoffice-3-3-0' - the stable branch for the 3.3.0 release.
Only very safe changes, reviewed by three people are allowed.
If you want to commit more complicated fix for the next 3.3.x release,
please use the 'libreoffice-3-3' branch.
If you want to build something cool, unstable, and risky, use master.
ChangeLog
2011-01-01:
- fix for Acrobat Reader (bad layout with non-canonical glyph of cursive
ligature ffj), the bug was reported by bolond from hup.hu
2010-12-29:
- NEWS.pdf, doc/NEWS.odt
- feature cpsp: capital spacing
- feature sa01..sa99: single items of feature salt, suggested by Kim Bastin.
- extended uppercase feature (caps=2):
- default feature "case" (normalized parenthesis and digits)
- default feature "cpsp" (capital kerning)
- new cursive glyph "gj" as default ligature
- new cursive glyph "gy" as default ligature in Hungarian texts
- modified and extended feature dlig:
- cursive ligature ch, ck, tz are default only in German
- added ligated ligature ij for Dutch, also handling a few exceptions (bijoux, bijectie)
- fix for Linux Libertin G Italic:
- ch and ck are default ligatures only for German
- Fixes for Dutch:
- Casing of letter IJ
- Limited ligature fi for words containing "fij",
with short f usage for prettier layout
- default J.alt in Italics
- Caps fix for Qu
- short f for fi, ffi, fj, ffj, when liga=0
- kerning fixes:
- guillemets, bad kerning with feature fbsp reported by Joachim Köstler
- cursive ffj
- proportional old figures after slash
Signed-off-by: Kalman Szalai - KAMI <kami911@gmail.com>