Next | Query returned 24 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2024-02-18 11:04:29 by Mark Davies | Files touched by this commit (4) | Package updated
Log message:
tex-fontspec{,-doc}: update to 2.9a

* Added a `Scale=MatchAveragecase` paramater which averages
  `Scale=MatchLowercase` and `Scale=MatchUppercase`.
* Switched options to LaTeX keyval handler.
* Added option `verbose` to undo silent/quiet.
* `euenc`/`tuenc` options are now obsolete (TU is the only encoding).
* Support variable fonts under LuaLaTeX.
* Skip scanning for filenames when loading fonts by name on LuaLaTeX.
* Allow restricting filename lookup to kpathsea lookups using `KpseOnly`.
* Added support for named colors from l3color.
* Support with lualatex spotcolors and cmyk colors in the pdf.
   2022-04-09 23:09:01 by Mark Davies | Files touched by this commit (5) | Package updated
Log message:
tex-fontspec{,-doc}: update to 2.8a

* Add `SwashFont` and `BoldSwashFont` features to support LaTeX's
  now-builtin `\textsw` and `\swshape` commands, with matching
  `SwashFeatures` and `BoldSwashFeatures`.
  A simple implementation that has scope to get more complex if need be.
* Remove some legacy code that extended the NFSS in ways that are now
  handled by LaTeX2e natively.
* Long neglected updates through various Github Issues and pull requests.
  Thanks for your patience with the delays.
   2021-10-26 12:28:41 by Nia Alarie | Files touched by this commit (864)
Log message:
fonts: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:05:29 by Nia Alarie | Files touched by this commit (864)
Log message:
fonts: Remove SHA1 hashes for distfiles
   2020-04-26 14:21:22 by Mark Davies | Files touched by this commit (241) | Package updated
Log message:
tex-*: update to texlive 2020 versions

tex-adforn{,-doc} to 1.1b
tex-adfsymbols{,-doc} to 1.2b
tex-adobemapping to 2020
tex-alegreya{,-doc} to 2020
tex-baskervaldx{,-doc} to 1.073
tex-cabin{,-doc} to 2020
tex-ccfonts{,-doc} to 1.2
tex-cinzel{,-doc} to 2020
tex-clearsans{,-doc} to 2020
tex-countriesofeurope{,-doc} to 0.23
tex-ebgaramond{,-doc} to 2020
tex-ebgaramond-maths{,-doc} to 1.2
tex-erewhon{,-doc} to 1.104
tex-esint{,-doc} to 1.2d
tex-fira{,-doc} to 4.3.54512
tex-fontinst{,-doc} to 1.933.53562
tex-fontname{,-doc} to 2020
tex-fontools{,-doc} to 2020
tex-fontspec{,-doc} to 2.7i
tex-fourier{,-doc} to 2.2
tex-ipaex{,-doc} to 2020
tex-junicode{,-doc} to 1.0.2
tex-libertine{,-doc} to 5.3.0.54583
tex-librecaslon{,-doc} to 2020
tex-luaotfload{,-doc} to 3.12
tex-mathalpha{,-doc} to 1.13
tex-mathpazo{,-doc} to 1.003.52663
tex-merriweather{,-doc} to 2020
tex-newpx{,-doc} to 1.410
tex-newtx{,-doc} to 1.625
tex-newtxtt{,-doc} to 1.056
tex-oldstandard{,-doc} to 2.5
tex-overlock{,-doc} to 2020
tex-playfair{,-doc} to 2020
tex-psnfss{,-doc} to 9.3
tex-pxtxalfa{,-doc} to 1.54080
tex-quattrocento{,-doc} to 2020
tex-roboto{,-doc} to 2020
tex-sansmathaccent{,-doc} to 2020
tex-skull to 0.1.51907
tex-superiors{,-doc} to 1.06
tex-txfontsb{,-doc} to 1.1.1
tex-universa{,-doc} to 2.1
tex-wasy{,-doc} to 2.5
tex-wasysym{,-doc} to 2.4
tex-xcharter{,-doc} to 1.205
tex-xits{,-doc} to 1.301
tex-wasy-type1 to 001.002
   2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046)
Log message:
all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
   2019-12-06 20:30:17 by Mark Davies | Files touched by this commit (430)
Log message:
tex-*: add TEXLIVE_UNVERSIONED=yes
   2019-05-12 01:11:27 by Mark Davies | Files touched by this commit (4) | Package updated
Log message:
tex-fontspec{,-doc}: update to 2.7c

* Two optimisations reduce time for font definitions with a large number of
  `FontFace` options.
   2019-05-07 13:11:23 by Mark Davies | Files touched by this commit (4) | Package updated
Log message:
tex-fontspec: update to 2.7b

* Fix regression in loading `Language=Turkish`. This now allows users
  to define more than one OpenType tag when defining a language name,
  where the first tag found is the one selected for the font. E.g.,

  \newfontlanguage{Turkish}{TRK,TUR}

  when selected, this first checks for the existance of the TRK
  language tag, and if not found then checks for the TUR language tag
  to use if available.

* Add new `Renderer` options for LuaTeX that enable the Harfbuzz
  engine. These only work running under `luahbtex` and are currently
  experimental. The new options are `Harfbuzz`, `OpenType`, `AAT`, and
  `Graphite`.

* Always try to remove ‘clashing’ font features inside
  `\addfontfeatures` even in cases when the requested font feature
  doesn't exist. E.g., now if a font is loaded with `Numbers=OldStyle`
  and *doesn't have* `Numbers=Lining`, requesting the latter will still
  re!set the former.

* Add `pxfonts`, `txfonts`, `newpxmath`, `newtxmath`, `mtpro2` to the
  list of packages that automatically invoke `no-math`.

* Add `\providefontfamily`, `\setfontface`, `\renewfontface`, and
  `\providefontface`.

* Add local/global distinction with `\fontspec_(g)set_family:Nnn` and
  `\fontspec_(g)set_fontface:NNnn`.
   2019-02-01 23:24:11 by Mark Davies | Files touched by this commit (4) | Package updated
Log message:
tex-fontspec{,-doc}: update to 2.7a

## 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.

Next | Query returned 24 messages, browsing 1 to 10 | Previous