The NetBSD Project

CVS log for pkgsrc/print/tex-polyglossia/PLIST

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / print / tex-polyglossia

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed May 7 12:41:54 2025 UTC (10 days, 5 hours ago) by markd
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +6 -6 lines
tex-polyglossia{,-doc}: update to 2.4

* Fix changecounternumbering option of Bengali.
* Fix testing of languages in groups.
* Fix error with undefined internal command (\xpg_pop_language:)
  that should be defined.
* The command \familytype is now predefined again independent of
  font settings, and its name was changed to \l_xpg_familytype_tl.
* A warning is now issued if babel is loaded in parallel with
  polyglossia.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Feb 25 19:56:25 2024 UTC (14 months, 3 weeks ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1, pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
tex-polyglossia{,-doc}: update to 2.0

We have bumped the version to 2.0 with this release, not so much since this is
a revolutionary issue (it isn't), but (1.) to indicate the slow (and
unfinished) transformation of the polyglossia code to latex3 which quite
progressed in this release, and (2.) simply since the minor version number got
ridiculously large meanwhile.

The most important fix in this release concerns a problem that appeared with
the recent l3kernel update and which broke compilation of many documents. As it
is quite likely that this hits, or will hit, you if you use polyglossia, we
encourage all users to upgrade.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Feb 15 19:30:48 2024 UTC (15 months ago) by markd
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -0 lines
tex-polyglossia{,-doc}: update to 1.66

1.64
Fix conflict of soul with splithyphens on XeLaTeX (regression in some languages)

1.65
Bug fixes
* Fix spurious space in Hebrew captions.
* Fix resetting of language specifications at end of inline switch.

Documentation improvements
* Refer to \greeknumeral and \Greeknumeral rather than to the synonyms
  \greeknumber and \Greeknumber.

1.66
Bug fixes
‣ Fix OpenType language and script tags in Chinese.
‣ Fix resetting of language specifications at the end of a local font set with
  babel legacy means (\foreignlanguage or otherlanguage* environment).
‣ Fix lowercasing of \textlang’s first mandatory argument. Now the casing does
  not change (language tag was lower-cased always).
‣ Add missing BCP-47 alias for Khmer.
‣ Stop \charifavailable from looking ahead for more numbers or gobbling a space.

New Features
‣ Add support for Odia, provided by AviseK Jena and AshoK Das.
‣ New auxiliary package odiadigits
‣ Add auxiliary command \IfCharIsAvailableTF to complement \charifavailable.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Jun 17 10:39:31 2023 UTC (23 months ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -0 lines
tex-polyglossia{,.doc}: update to 1.63

Bug fixes:
‣ Language options are now lowercased before they are handled.
  This fixes errors when using the options in \MakeUppercase
  context (e.g., in headings).
‣ Fix casing value for medieval Latin (this concerns ⟨u⟩ and
  ⟨V⟩ casing).
‣ Remove hacks in some gloss files where \MakeUppercase has been
  redefined to a no-op since the respective scripts do not have
  uppercasing. As \MakeUppercase is now locale-aware, these hacks
  are no longer needed. This concerns Arabic, Divehi, Hebrew,
  Hindi, Kurdish, Persian, Punjabi, Syriac, and Urdu.
‣ Fix Eastern (Mashriq) Arabic numbering direction with LuaLaTeX
  for Arabic, Kurdish, Persian, Syriac, and Urdu.
‣ French variant=acadian refers to the Canadian French subvariety
  as spoken in the Acadian region (as opposed to Quebec French).
  To differentiate it we now use a dedicated subtag which can also
  be used to access the language (fr-CA-u-sd-canb).
  Note that Quebec French is currently connected with fr-CA,
  not the more specific fr-CA-u-sd-caqc, although the u extension
  is returned if requested via \BCPdata. In practice, the Canadian
  subvarieties of French are identical currently, anyway.
‣ Do not blindly de-activate the quote character in languages that
  provide shorthands if the shorthands are not used. This allows
  to activate the character with other packages such as csquotes.
‣ Do not flood the LaTeX hooks with redundant French itemlabels
  and footnote settings.
‣ Fix Korean patching of part format with hyperref.
‣ Make Hebrew numerals expandable.
‣ Avoid superfluous writing of language switches to aux file.

New features:
‣ New option capitalyiwn for Armenian.
‣ New option capitaleszett for German.
‣ New option capitaliota for Greek.
‣ New option datei for Serbian.
‣ New option sectionsep for Arabic, Kurdish, Persian, Syriac,
  and Urdu.
‣ Add aliases eastern (= mashriq) and western (= maghrib) to
  Arabic numerals.
‣ New date commands \today*, \todayGen, \todayArabic, and
  \todayRoman (all with starred counterparts) for Serbian.
‣ Implement basic support for variant=ijekavian in Serbian.
‣ Dutch now hyphenates properly on letters with tremata.
  The new option, tremahyphenation, is provided to opt-out
  this feature.
‣ Add shorthands "a, "e, "i, "o, "u, "A, "E, "I, "O, "U,
  "y, and "Y to Dutch.

Interface changes:
‣ All language options are now lowercase by default (though the
  mechanism is case-insensitive anyway). Changes cover Kurdish,
  Sanskrit, Serbian.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Apr 1 22:09:34 2023 UTC (2 years, 1 month ago) by markd
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +8 -0 lines
tex-polyglossia{,-doc}: update to 1.60

1.60
* Remove stray U+FEFF glyphs in gloss files
* Fix vertical whitespace in captions
* Fix whitespace in dutch with shorthands.

1.59
New features
* Add support for (simplified and traditional) Chinese (provided by Takuji Tanaka).
* Add support for Punjabi, provided by Arvinder Singh.

Bug fixes
* Do not error, but warn, after language change due to non-updated aux file.
* Fix catcode issue for Latin.
* Improve error message with missing fonts

1.58
- The option forceheadingpunctuation is introduced for correct running headers
in Hungarian documents.
- Fix language setting in list of figure and table if captions float to
different language areas.
- Make Croatian digraphs robust.
- Fix definition of some Finnish shorthands.
- Re-fix Hungarian patching of parts with hyperref.
- Correct running headers in Hungarian documents.
- Fix option expansion issue

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Apr 15 04:23:42 2022 UTC (3 years, 1 month ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
tex-polyglossia{,-doc}: update to 1.55a

1.55a
This is an emergency release that fixes a critical bug introduced in v. 1.54.

1.55
This is a maintenance release which adds a file that has been
 forgotten in v. 1.54 (gloss-latex-lde).

Furthermore, it introduces new features for Polish (splithyphens,
vlna, babelshorthands).

1.54
New features
* New option 'splithyphens' for Serbian and Portuguese.
* Add babelshorthands to Portuguese.
* Add 'schoolhyphens' option to Finnish.

Interface and defaults changes
* Rename 'disableligatures' to 'disabledigraphs' for Croatian.
* Fix output with 'numerals=cyrillic-alph'.
* Standardize February and November in Indonesian according to the Great
  Dictionary of the Indonesian Language of the Language Center (Kamus Besar
  Bahasa Indonesia)

Bug fixes
* Fix robustification of font family switches.
* Preserve font family switches across languages.
* Fix TeX dash ligatures with splithyphens.
* Prevent missing hyphenmins value LaTeX error with unknown languages.
* Fix global babelshorthands, localmarks and verbose options.
* Fix Latin shorthands.
* Remove spurious space in Bosnian date.
* Fix \languagevariant and \mainlanguagevariant macros.
* Make \iflanguageloaded and friends work in preamble.
* Fix deactivation of shorthands.
* Fix deactivation of numerals.
* Update deprecated LaTeX hooks.
* Fix luatexrenderer option which was not considered appropriately.
* Turn warning about totalhyphenmin to info, which is more appropriate.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Jun 5 05:38:31 2021 UTC (3 years, 11 months ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -0 lines
tex-polyglossia{,-doc}: update to 1.53

changes unknown

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun May 3 11:57:35 2020 UTC (5 years ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +160 -3 lines
tex-[h-s]*: update to texlive 2020 versions

tex-hyperref{,-doc} to 7.00d
tex-jsclasses to 2020
tex-kotex-oblivoir to 2.2.1
tex-latexconfig to 2020
tex-lettrine{,-doc} to 2.23
tex-listings{,-doc} to 1.8d
tex-listofitems{,-doc} to 1.63
tex-moderncv{,-doc} to 2.0.0.52669
tex-ocgx2{,-doc} to 0.48
tex-overpic to 1.3
tex-parskip{,-doc} to 2.0d
tex-pdfpages{,-doc} to 0.5q
tex-pdftex{,-doc} to 2020
tex-pgf{,-doc} to 3.1.5b
tex-pgfplots{,-doc} to 1.17
tex-pict2e{,-doc} to 0.3c
tex-platex{,-doc} to 2020
tex-polyglossia{,-doc} to 1.49
tex-preview{,-doc} to 12.2
tex-ptex-base{,-doc} to 2020
tex-schwalbe-chess{,-doc} to 2.7
tex-siunitx{,-doc} to 2.8b
tex-snapshot{,-doc} to 2.13
tex-subfiles{,-doc} to 1.6
tex-supertabular to 4.1g
tex-latex-base-dev{,-doc} version 20201001pre5

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun May 12 04:02:15 2019 UTC (6 years ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -0 lines
tex-polyglossia{,-doc}: update to 1.44

changes unknown

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat May 12 01:25:23 2018 UTC (7 years ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -1 lines
tex-polyglossia{,-doc}: update to 1.43

changes unknown

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jun 16 04:06:14 2016 UTC (8 years, 11 months ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -1 lines
Updated to TexLive 2016:

	Updated print/cjkutils to 4.8.4nb1
	Updated print/dviljk to 2.6.5nb7
	Updated print/dvipdfmx to 20160307
	Updated print/dvipsk to 5.996
	Updated print/kpathsea to 6.2.2
	Updated print/lacheck to 1.28nb1
	Updated print/luatex to 0.95
	Updated print/ptexenc to 1.3.4
	Updated print/seetexk to 1.1nb2
	Updated print/tex4ht to 0.0.20160522
	Updated print/vlna to 1.5nb2
	Updated print/web2c to 2016
	Updated print/xdvik to 22.87.03
	Updated print/xetex to 0.99996
	Updated print/xpdfopen to 0.86nb1
	Updated print/tex-IEEEtran{,-doc} to 1.8b
	Updated print/tex-abc{,-doc} to 2.0b
	Updated print/tex-aleph to 0.2.40768
	Updated print/tex-algorithm2e{,-doc} to 5.1
	Updated print/tex-algorithms{,-doc} to 0.1
	Updated print/tex-amsmath{,-doc} to 2.15b
	Updated print/tex-babel{,-doc} to 3.9r
	Updated print/tex-babel-bosnian to 1.1
	Updated print/tex-babel-estonian to 1.1a
	Updated print/tex-babel-french to 3.2c
	Updated print/tex-babel-friulan to 1.3
	Updated print/tex-babel-greek to 1.9f
	Updated print/tex-babel-hungarian to 1.5c
	Updated print/tex-babel-icelandic to 1.2b
	Updated print/tex-babel-latin to 3.5
	Updated print/tex-babel-russian to 1.3h
	Updated print/tex-babel-spanish to 5.0p
	Updated print/tex-babel-vietnamese to 1.4
	Updated print/tex-babel-welsh to 1.1a
	Updated print/tex-biblatex{,-doc} to 3.4
	Updated print/tex-booktabs{,-doc} to 1.618033
	Updated print/tex-breqn to 0.98d
	Updated print/tex-caption{,-doc} to 20160202
	Updated print/tex-chess-problem-diagrams{,-doc} to 1.12
	Updated print/tex-cjk-gs-integrate{,-doc} to 20160115.0
	Updated print/tex-cjk-ko{,-doc} to 1.8
	Updated print/tex-cjkpunct{,-doc} to 4.8.4
	Updated print/tex-context{,-doc} to 2016
	Updated print/tex-csplain to 2016
	Updated print/tex-csquotes{,-doc} to 5.1g
	Updated print/tex-ctable to 1.31
	Updated print/tex-cweb{,-doc} to 3.64af
	Updated print/tex-datatool{,-doc} to 2.25
	Updated print/tex-dvipdfmx{,-doc} to 2016
	Updated print/tex-dvipdfmx-def to 4.08
	Updated print/tex-dvips{,-doc} to 2016
	Updated print/tex-eplain{,-doc} to 3.8
	Updated print/tex-etex-pkg{,-doc} to 2.6
	Updated print/tex-europasscv{,-doc} to 2016
	Updated print/tex-fix2col{,-doc} to 0.04
	Updated print/tex-font-change{,-doc} to 2015.2
	Updated print/tex-glossaries{,-doc} to 4.23
	Updated print/tex-graphics{,-doc} to 1.0r
	Updated print/tex-hausarbeit-jura{,-doc} to 1.4
	Updated print/tex-hyperref{,-doc} to 6.83n
	Updated print/tex-hyph-utf8{,-doc} to 2016
	Updated print/tex-hyphen-afrikaans to 2016
	Updated print/tex-hyphen-ancientgreek to 2016
	Updated print/tex-hyphen-arabic to 2016
	Updated print/tex-hyphen-armenian to 2016
	Updated print/tex-hyphen-base to 2016
	Updated print/tex-hyphen-basque to 2016
	Updated print/tex-hyphen-bulgarian to 2016
	Updated print/tex-hyphen-catalan to 2016
	Updated print/tex-hyphen-chinese to 2016
	Updated print/tex-hyphen-coptic to 2016
	Updated print/tex-hyphen-croatian to 2016
	Updated print/tex-hyphen-czech to 2016
	Updated print/tex-hyphen-danish to 2016
	Updated print/tex-hyphen-dutch to 2016
	Updated print/tex-hyphen-english to 2016
	Updated print/tex-hyphen-esperanto to 2016
	Updated print/tex-hyphen-estonian to 2016
	Updated print/tex-hyphen-ethiopic to 2016
	Updated print/tex-hyphen-farsi to 2016
	Updated print/tex-hyphen-finnish to 2016
	Updated print/tex-hyphen-french to 2016
	Updated print/tex-hyphen-friulan to 2016
	Updated print/tex-hyphen-galician to 2016
	Updated print/tex-hyphen-georgian to 2016
	Updated print/tex-hyphen-german to 2016
	Updated print/tex-hyphen-greek to 2016
	Updated print/tex-hyphen-hungarian to 2016
	Updated print/tex-hyphen-icelandic to 2016
	Updated print/tex-hyphen-indic to 2016
	Updated print/tex-hyphen-indonesian to 2016
	Updated print/tex-hyphen-interlingua to 2016
	Updated print/tex-hyphen-irish to 2016
	Updated print/tex-hyphen-italian to 2016
	Updated print/tex-hyphen-kurmanji to 2016
	Updated print/tex-hyphen-latin to 3.1.2016
	Updated print/tex-hyphen-latvian to 2016
	Updated print/tex-hyphen-lithuanian to 2016
	Updated print/tex-hyphen-mongolian to 2016
	Updated print/tex-hyphen-norwegian to 2016
	Updated print/tex-hyphen-piedmontese to 2016
	Updated print/tex-hyphen-polish to 3.0a.2016
	Updated print/tex-hyphen-portuguese to 2016
	Updated print/tex-hyphen-romanian to 2016
	Updated print/tex-hyphen-romansh to 2016
	Updated print/tex-hyphen-russian to 2016
	Updated print/tex-hyphen-sanskrit to 2016
	Updated print/tex-hyphen-serbian to 1.0a.2016
	Updated print/tex-hyphen-slovak to 2016
	Updated print/tex-hyphen-slovenian to 2016
	Updated print/tex-hyphen-spanish to 4.5.2016
	Updated print/tex-hyphen-swedish to 2016
	Updated print/tex-hyphen-thai to 2016
	Updated print/tex-hyphen-turkish to 2016
	Updated print/tex-hyphen-turkmen to 2016
	Updated print/tex-hyphen-ukrainian to 2016
	Updated print/tex-hyphen-uppersorbian to 2016
	Updated print/tex-hyphen-welsh to 2016
	Updated print/tex-ifluatex{,-doc} to 1.4
	Updated print/tex-koma-script to 3.20
	Updated print/tex-kotex-oblivoir{,-doc} to 2.1.7
	Updated print/tex-kotex-plain{,-doc} to 2.1.1.a
	Updated print/tex-kotex-utf{,-doc} to 2.1.2
	Updated print/tex-kotex-utils{,-doc} to 2.1.0
	Updated print/tex-kpathsea{,-doc} to 2016
	Updated print/tex-latex{,-doc} to 2016
	Updated print/tex-latex-bin to 2016
	Updated print/tex-latexconfig to 2016
	Updated print/tex-leaflet{,-doc} to 1.1a
	Updated print/tex-lettrine{,-doc} to 1.9
	Updated print/tex-lollipop{,-doc} to 1.06
	Updated print/tex-luatex to 0.95
	Updated print/tex-mathtools to 1.18
	Updated print/tex-media9{,-doc} to 0.68
	Updated print/tex-memoir{,-doc} to 3.7f
	Updated print/tex-mhchem{,-doc} to 4.04
	Updated print/tex-microtype{,-doc} to 2.6a
	Updated print/tex-minted{,-doc} to 2.1
	Updated print/tex-musixtex{,-doc} to 1.22
	Updated print/tex-oberdiek{,-doc} to 2016
	Updated print/tex-pageslts to 1.2f
	Updated print/tex-paralist{,-doc} to 2.5
	Updated print/tex-pdfcomment{,-doc} to 2.3b
	Updated print/tex-pdfpages{,-doc} to 0.5f
	Updated print/tex-pdftex{,-doc} to 2016
	Updated print/tex-pgf{,-doc} to 3.0.1a
	Updated print/tex-pgfplots{,-doc} to 1.13
	Updated print/tex-pict2e{,-doc} to 0.3b
	Updated print/tex-plain to 3.141592653.40274
	Updated print/tex-polyglossia{,-doc} to 1.42.4
	Updated print/tex-powerdot to 1.5a
	Updated print/tex-preview{,-doc} to 11.89
	Updated print/tex-ptex to 3.2pl41220
	Updated print/tex-realscripts{,-doc} to 0.3d
	Updated print/tex-schwalbe-chess{,-doc} to 2.1
	Updated print/tex-showlabels{,-doc} to 1.7
	Updated print/tex-siunitx{,-doc} to 2.6q
	Updated print/tex-sttools{,-doc} to 1.8
	Updated print/tex-tetex{,-doc} to 3.0.41059
	Updated print/tex-tex4ht{,-doc} to 2016
	Updated print/tex-texinfo to 5.1.40618
	Updated print/tex-texlive-scripts to 2016
	Updated print/tex-texlive.infra to 2016
	Updated print/tex-titlesec{,-doc} to 2.10.2
	Updated print/tex-tools{,-doc} to 2016
	Updated print/tex-toptesi{,-doc} to 5.91
	Updated print/tex-udesoftec{,-doc} to 1.5.2
	Updated print/tex-xcjk2uni{,-doc} to 0.6
	Updated print/tex-xcolor{,-doc} to 2.12
	Updated print/tex-xetex{,-doc} to 2016
	Updated print/tex-xetex-def to 4.08
	Updated print/tex-xetexconfig to 2016
	Updated print/tex-xltxtra{,-doc} to 0.6
	Added print/tex-pbibtex-base{,-doc} version 0.0.2016
	Added print/tex-ptex-base{,-doc} version 0.0.2016
	Added print/tex-tex-ini-files{,-doc} version 2016
	Added print/tex-unicode-data{,-doc} version 1.4a
	Added print/tex-updmap-map version 2016

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Aug 2 02:02:15 2015 UTC (9 years, 9 months ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Import tex-polyglossia{,-doc} 1.40.1. packaged by Christoph Badura, updated
by me.

This package provides a complete Babel replacement for users of
LuaLaTeX and XeLaTeX; it relies on the fontspec package,
version 2.0 at least. This is the first release that supports
use with LuaLaTeX; it should be considered "transitional" in
that role.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>