Changes:
Unifont 12.0
------------
5 March 2019 Release (Unifont 12.0.01)
These are the major changes:
- Unicode Plane 0 (in Unifont):
* David Corbett contributed the new Unicode 12.0.0 glyphs added to
Lao (U+0E80..U+0EFF).
* Paul Hardy contributed the new Unicode 12.0.0 glyphs added to
Telugu, Vedic Extensions, Miscellaneous Symbols and Arrows,
Supplemental Punctuation, Latin Extended-D, and Latin Extended-E.
Paul Hardy also redrew glyphs in Phags-pa, CJK Unified Ideographs,
CJK Unified Ideographs Extension A, Bopomofo, and Bopomofo Extended
following changes in the modified glyphs depicted in Unicode 12.0.0
code charts.
□ Unicode Plane 1 (in Unifont Upper):
* Johnnie Weaver contributed new scripts introduced in Unicode
12.0.0:
o U+10FE0..U+10FFF Elymaic
o U+119A0..U+119FF Nandinagari
o U+1B130..U+1B16F Small Kana Extension
o U+1E100..U+1E14F Nyiakeng Puachue Hmong
o U+1E2C0..U+1E2FF Wancho
* David Corbett:
o Contributed new Chess Symbols glyphs for Unicode 12.0.0 release
(U+1FA00..U+1FA5F).
o Contributed new scripts introduced in Unicode 12.0.0:
- U+11FC0..U+11FFF Tamil Supplement
- U+1ED00..U+1ED4F Ottoman Siyaq Numbers
* Paul Hardy:
o Raised Indic Siyaq Numbers script by three rows to match
baseline of Arabic glyphs, as suggested by David Corbett.
o Contributed new glyphs for Unicode 12.0.0 release in these
scripts: Newa, Takri, Soyombo, Miao, Ideographic Symbols and
Punctuation, Enclosed Alphanumeric Supplement, Transport and
Map Symbols, Geometric Shapes Extended, Supplemental Symbols
and Pictographs.
o Contributed new scripts introduced in Unicode 12.0.0:
- U+13430..U+1343F Egyptian Hieroglyph Format Controls
(although Unifont, with its low resolution, does not
support Egyptian Hieroglyphs)
- U+1FA70..U+1FAFF Symbols and Pictographs Extended-A
Starting with this release, 1.2.0, it now includes the mkfontdir script
previously distributed separately for compatibility with older X11 versions.
(The entries below starting with 'mkfontdir: ' represent the git commits
grafted from the mkfontdir repo and were all included in the mkfontdir 1.0.7
or earlier releases.)
Adam Jackson (1):
mkfontdir: Find mkfontscale through @bindir@ rather than AC_PATH_PROG, since the one in the path could be from an old install that doesn't support all the needed flags.
Alan Coopersmith (20):
Remove last use of strcat
Replace dsprintf("%s", s) with strdup(s)
Use vasprintf(), if available, to implement dsprintf()
Rename variable 'n' to avoid shadowing another 'n' in doDirectory
Stop shadowing 'found' in checkExtraEncoding()
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Clear some -Wsign-compare warnings from gcc 7
Clear some -Wshorten-64-to-32 warnings from clang 6
mkfontdir: Add references to mkfontscale to man page
mkfontdir: Fill in COPYING file with copyright/license notices
mkfontdir: Fix formatting of man page so ellipsis are shown with Solaris nroff
mkfontdir: Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
mkfontdir: config: Remove unnecessary calls from configure.ac
mkfontdir: Drop CVS version tag from mkfontdir.cpp too
mkfontdir: Make Makefile.am compatible with Solaris make
Add mkfontdir to README.md
Use autoconf instead of sed to substitute @bindir@ in mkfontdir.in
Add mkfontdir to .gitignore
mkfontscale 1.2.0
Bernhard M. Wiedemann (1):
Sort input file list
Egbert Eich (5):
mkfontdir: Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
mkfontdir: readding XFree86's cvs IDs
mkfontdir: Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
mkfontdir: Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
mkfontdir: Merging XORG-CURRENT into trunk
Gaetan Nadon (3):
mkfontdir: man: remove trailing spaces and tabs
mkfontdir: config: move man pages into their own directory
mkfontdir: config: substitute bindir in mkfontdir using Autoconf @bindir@
Jeremy Huddleston (1):
mkfontdir: Fix issues where mkfontscale and mkfontdir are installed in different locations or bindir contains a space
Jesse Adkins (1):
mkfontdir: Purge cvs tags.
Jon TURNEY (1):
mkfontdir: Fix for non-srcdir builds
Kaleb Keithley (3):
mkfontdir: R6.6 is the Xorg base-line
mkfontdir: XFree86 4.3.0.1
mkfontdir: Initial revision
Kevin E Martin (1):
mkfontdir: Add build system for bdftopcf, mkfontdir and mkfontscale
Matthieu Herrb (2):
mkfontdir: build fix for non-GNU make
mkfontdir: Let BSD make find mkfontdir.cpp when building in a separate obj dir
Thomas Klausner (1):
Add new ConstList functions and use them.
3.38.0:
- [cffLib] Fixed RecursionError when unpickling or deepcopying TTFont with
CFF table.
- [subset] Fixed AttributeError when using --desubroutinize option.
Also, fixed desubroutinizing bug when subrs contain hints.
- [CPAL] Make Color a subclass of namedtuple.
- [feaLib] Allow hyphen in glyph class names.
- [feaLib] Added 'tables' option to __main__.py.
- [feaLib] Add support for special-case contextual positioning formatting.
- [svgLib] Support converting SVG basic shapes (rect, circle, etc.) into
equivalent SVG paths.
- [Snippets] Added name-viewer.ipynb Jupyter notebook.
Using TOOLS_PLATFORM.date= has the unfortunately side-effect of creating an
empty BUILD_DATE pkg_summary entry, as ${DATE} fails when generating the
metadata. Found by a pkg_summary checker.
This release fixes a bug that would cause mkfontscale(1) to fail to
produce entries for the iso8859-7 encoding because of wrong Unicode
mappings for the iso8859-7 codepage.
Alan Coopersmith (4):
Fix iso8859-7 mappings for 0xA1, 0xA2, & 0xFF
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
libfontenc 1.1.4
Emil Velikov (1):
autogen.sh: use quoted string variables
Julien Cristau (1):
make FontEncDirectory return a const string
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Overview of changes leading to 2.3.1
Wednesday, January 30, 2019
====================================
- AAT bug fixes.
- Misc internal housekeeping cleanup.
2.0.15:
Sam Lantinga - Fri Oct 26 13:26:54 PDT 2018
* Updated to FreeType version 2.9.1
Sam Lantinga - Sun Sep 10 00:18:45 PDT 2017
* Text rendering functions now use the alpha component of the text colors
Sam Lantinga - Sat Sep 9 22:21:55 PDT 2017
* Added support for characters greater than 0xFFFF (e.g. emoji) in the UTF-8 APIs
3.37.3:
- The previous release accidentally changed several files from Unix to DOS
line-endings. Fix that.
3.37.2:
- [varLib] Temporarily revert the fix to load_masters(), which caused a
crash in interpolate_layout() when deepcopy-ing OTFs.
3.37.1:
- [varLib] load_masters() now actually assigns the fonts it loads to the
source.font attributes.
- [varLib] Fixed an MVAR table generation crash when sparse masters were
involved.
- [voltLib] parse_coverage_() returns a tuple instead of an ast.Enum.
- [feaLib] A MarkClassDefinition inside a block is no longer doubly indented
compared to the rest of the block.
3.37.0:
- [svgLib] Added support for converting elliptical arcs to cubic bezier curves
- [py23] Added backport for math.isfinite.
- [varLib] Apply HIDDEN flag to fvar axis if designspace axis has attribute
hidden=1.
- Fixed "DeprecationWarning: invalid escape sequence" in Python 3.7.
- [voltLib] Fixed parsing glyph groups. Distinguish different PROCESS_MARKS.
Accept COMPONENT glyph type.
- [feaLib] Distinguish missing value and explicit <NULL> for PairPos2
format A. Round-trip useExtension keyword. Implemented
ValueRecord.asFea method.
- [subset] Insert empty widths into hdmx when retaining gids
## v2.7 (2019/01/24)
* Add new `ScaleAgain` feature for compounding scale factors.
(This is largely to support `unicode-math` but may be useful by others.)
* `\oldstylenums` no longer overwritten if `textcomp` loaded after
`fontspec`.
* More fixes for recent regressions (sorry!).
## v2.7a (2019/01/25)
* One last (?!) fix for recent regression (!!). I am not getting enough
sleep at the moment and it is too hot.
* Add `LocalForms=On/Off/Reset` to control the `locl` OpenType tag.
* Reorganise some documentation.
* Remove redundant redefinition of `\-` which is nowadays defined correctly
by the LaTeX2e kernel.
* Add code to remove the patching of verbatim commands and environments
when the new `\verbvisiblespace` command is defined in a future version
of LaTeX2e.
This version syncs the files with the ConTeXt files from2018/12/19. It
extends the mode key to allow the use of more fontloaders. It is the last
version which can be used with luatex 1.07. Future versions will need 1.09
and will be available only at the github site until texlive 2018 is freezed.
## v2.6k (2019/01/16)
* Fix crash when loading fonts that are missing a requested script.
## v2.6l (2019/01/18)
* REALLY fix crash when loading fonts that are missing a requested script.
* Lots of internal logic changes for what should have been an easy fix :(
- Fix regression on big-endian architectures. Ouch!
- Misc bug and build fixes.
- Fix subsetting of simple GSUB/GDEF.
- Merge CFF / CFF2 support contributed by Adobe. This mostly involves
the subsetter, but also get_glyph_extents on CFF fonts.
* Regenerate the fonts with current FontForge resolving
PDF/A compatibility problem.
* Use the same dual licensing as the original URW fonts, c.f.
<URL:http://www.tug.org/fonts/lppl-urw.txt>
Version: 1.109 2018-09-29:
- Improve Arabic math glyph considerably, they are much usable now.
- Add upright RTL integral alternates.
- Change ‘cv01’ feature for alternate Arabic math glyphs.
- Make the ‘hhea’ ascent/descent/line gap match the ‘OS/2’ typo metrics.
- Don’t set deprecated ForceBold in CFF Private dictionary.
- Fix script position with vertical bar on MS Word.
- Make vertical bar extensible in bold math font.
- Make MS Word linear fraction work better.
- Bundle WOFF fonts.
- Remove glyph overlap, some CFF rasterizers handle it badly.
- Fonts can be build with vanilla FontForge now.
- Builds are reproducible.
Version: 1.200 2018-10-02
This is the final release with new features; from now on XITS
is in maintenance mode and only bug fixes will be made.
Version: 1.200.1 2018-10-10
Drop WOFF fonts from tarball uploaded to CTAN, they break XeTeX.
Updates to TeX Gyre Adventor and Pagella in version 2.501:
* substantial extension of the repertoires by geometric, math and
technical symbols, in OTF, files stylistic feature ss10 (backward
compatibility with old math symbols) added, marks (anchors) implemented
* only one aggregate map (for each) is included for all encodings
* the contents of the source/fonts/tex-gyre/ directory changed; most
importantly, it contains source *.sfd files
* the relevant LaTeX files haven't been changed, they just got a new time
stamp
Version 1.55 adds support for the SticksToo text fonts (a reworking of
STIX2) as option stix2 to newtxmath. Along with this addition, there
are some important code differences concerning the treatment of
embedded Blackboard Bold alphabets, and, unique to the behavior under
stix2, the addition of the built-in DSSerif alphabet to the options for
Blackboard Bold alphabet.