diff options
author | Karl Berry <karl@freefriends.org> | 2017-10-05 00:40:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-10-05 00:40:03 +0000 |
commit | 1464527159aa1d2463f505eacc5e09aea1cbcd00 (patch) | |
tree | dfa283928d19b529d5a06f3edab3ba5ba1329eb8 /Master/texmf-dist/source/fonts/fonts-tlwg/ChangeLog | |
parent | 7071967abdc4ecd0ebbbb1bab886b78d0e3e4aeb (diff) |
fonts-tlwg (4oct17)
git-svn-id: svn://tug.org/texlive/trunk@45469 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/fonts/fonts-tlwg/ChangeLog')
-rw-r--r-- | Master/texmf-dist/source/fonts/fonts-tlwg/ChangeLog | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/ChangeLog b/Master/texmf-dist/source/fonts/fonts-tlwg/ChangeLog index e255e62fd23..a2282c0c4ef 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/ChangeLog +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/ChangeLog @@ -1,3 +1,79 @@ +2017-10-03 Theppitak Karoonboonyanan <theppitak@gmail.com> + + * NEWS: + === Version 0.6.4 === + +2017-10-03 Theppitak Karoonboonyanan <theppitak@gmail.com> + + * COPYING: + - Add copyright & license info for LaTeX stuffs. + +2017-09-27 Theppitak Karoonboonyanan <theppitak@gmail.com> + + LaTeX: include scaling tests in dist tarball. + + * latex/examples/Makefile.am: + - Append testscaled-120.tex and testscaled-65.tex to EXAMPLES list + +2017-09-27 Abhabongse Janthong <abhabongse@gmail.com> + + LaTeX: Add font scaling option + + * latex/fonts-tlwg.sty: + - Require package xkeyval and use \DeclareOptionX instead of + \DeclareOption to allow options with value + - Also use \ProcessOptionsX instead of \ProcessOptions + - Add option 'scale' and define \fontstlwg@scale command from + its value + * latex/lthgaruda.fd: + * latex/lthkinnari.fd: + * latex/lthlaksaman.fd: + * latex/lthloma.fd: + * latex/lthnorasi.fd: + * latex/lthpurisa.fd: + * latex/lthsawasdee.fd: + * latex/lthttype.fd: + * latex/lthttypist.fd: + * latex/lthumpush.fd: + * latex/lthwaree.fd: + - Check if \fontstlwg@scale has been defined and use it + as scaling factor in \DeclareFontShape + * latex/README.latex: + - Document the new 'scale' option + * latex/examples/testscaled-120.tex: + * latex/examples/testscaled-65.tex: + - Add test docs + +2017-09-04 Abhabongse Janthong <abhabongse@gmail.com> + + LaTeX: Fix familydefault upon switching between scripts + + * latex/fonts-tlwg.sty: + - Also redefine \familydefault in \thaitext and \latintext + * latex/examples/Makefile.am, +latex/examples/testsans.tex: + - Add test doc with \normalfont macro + + https://github.com/tlwg/fonts-tlwg/issues/1 + +2016-12-15 Theppitak Karoonboonyanan <theppitak@gmail.com> + + Include git-version-gen in tarball + + * Makefile.am: + - Add build-aux/git-version-gen to EXTRA_DIST. + +2016-07-11 Theppitak Karoonboonyanan <theppitak@gmail.com> + + Use versioning based on Git snapshot. + + * Makefile.am: + - Add dist-hook to generate VERSION file on tarball generation. + * +build-aux/git-version-gen: + - Add script to generate version based on 'git describe' + if in git tree, or using VERSION file if in release tarball. + * configure.ac: + - Call git-version-gen to get package version. + 2016-06-09 Theppitak Karoonboonyanan <theppitak@gmail.com> * configure.ac, NEWS: |