2022-11-01  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 0.1.4

	* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3

	* tests/simple.R: Condition test on sufficient pandoc version

	* README.md: Update several http:// URLs to https://
	* vignettes/tintHtmlIntro.Rmd (vignette): Idem
	* vignettes/tintPdfIntro.Rmd (vignette): Idem
	* man/tintHtml.Rd: Idem

2022-01-09  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Remove unused continuous integration artifact and badge

2021-09-19  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Add link to sidenotes overview

2021-06-02  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (URL): Add repo to URL

2021-02-21  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Roll minor version

	* inst/rmarkdown/templates/tintPdf/resources/tintPdf-template.tex:
	Install package 'array' when tables are used

2021-02-07  Dirk Eddelbuettel  <edd@debian.org>

	* inst/rmarkdown/templates/tintHtml/resources/tint.css:
	Further tweaking of values for improved references

2021-02-05  David Selby  <qurk.kinschien@gmail.com>

	* inst/rmarkdown/templates/tintHtml/resources/tint.css:
	Improve styling for explicit (non-margin) references

2021-01-21  Dirk Eddelbuettel  <edd@debian.org>

        * .github/workflows/ci.yaml: Add CI runner using r-ci
	* README.md: Add new badge

2020-11-01  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Roll minor version

2020-07-18  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 0.1.3

2020-07-15  Dirk Eddelbuettel  <edd@debian.org>

	* R/html.R (tintHtml): Also update margin_references()
	* vignettes/tintHtmlIntro.Rmd: Update citation examples

	* cleanup: Paid tribute the overlord of checkbashism

2020-07-14  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Roll minor version

	* R/html.R (tintHtml): More small updates from tufte
	* R/utils.R (pandoc2): One-line helper function

2020-07-13  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Roll minor version

	* R/html.R (parse_footnotes): Updated from tufte upstream

2020-05-02  Dirk Eddelbuettel  <edd@debian.org>

	* inst/examples/tintBibDemo.Rmd: Add simple demo based on
	non-quite-right bug report in issue #42
	* inst/examples/tintBibDemo.bib: One-entry bib file

2020-04-11  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Add a 'last commit' badge

2019-10-27  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Add 'See also' section

2019-04-19  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 0.1.2

	* R/pdf.R (tintPdfCreate): Revert remaining 'tidy' chunk option to
	FALSE to not have a spurious dependency on the formatR package

	* vignettes/tintHtmlIntro.Rmd: Refined download of two png images used
	for two margin figure to better cope with the delight that is Windows
	* vignettes/tintPdfIntro.Rmd: Idem, but also turn download off if on
	Windows and we could get this work for pdf vignettes on win-builder

2019-04-18  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Roll minor version

	* vignettes/tintHtmlIntro.Rmd (author): Updated to use package
	version of theme_tint and check for connectedness
	* vignettes/tintPdfIntro.Rmd: Idem

	* R/theme.R (theme_tint): Now conditional on ggplot2 installed

	* R/pdf.R: Added copyright header, small edits to roxygen docs
	* R/html.R: Idem

	* man/tintHtml.Rd: Updated
	* man/Custom-templates.Rd: Idem
	* man/YAML-metadata.Rd: Idem

	* R/utils.R: Marked sans_serif() via .Deprecated() as a candidate
	for removal.

2019-04-17  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Description): Expanded Description

	* R/isConnected.R (.isConnected): New helper function (to check network
	access) borrowed from our dang package

	* R/theme.R (theme_tint): New helper function for 'theme_tint' based
	a similar function in 'ggtufte' by Jeffrey Arnold
	* man/theme_tint.Rd: Documentation

	* R/utils.R: More explicit copyright header
	* R/utilsKnitr.R: Idem

	* README.md: Minor edit

2019-04-14  Dirk Eddelbuettel  <edd@debian.org>

	* vignettes/tintHtmlIntro.Rmd: New shorter vignette

	* cleanup: Added

2019-04-13  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Roll minor version

	* vignettes/tintPdfIntro.Rmd: New shorter vignette

	* inst/examples/tintPDF.Rmd: Moved from vignettes/
	* inst/examples/tintHTML.Rmd: Idem

	* tests/simple.R: Pause local pdf test

2019-04-09  Dirk Eddelbuettel  <edd@debian.org>

	* inst/rmarkdown/templates/tintPdf/resources/tintPdf-template.tex:
	Rounded parenthesis as default citation style (as we do in tintBook)

2019-03-30  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 0.1.1

	* inst/examples/tintPDFGaramond.Rmd: Added example
	* inst/examples/tintPDFGaramond.pdf: Idem
	* inst/examples/tintPDFLato.Rmd: Idem
	* inst/examples/tintPDFLato.pdf: Idem

2019-03-29  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Add dependency badge

2018-11-24  Jonathan Gilligan  <jonathan.gilligan@gmail.com>

	* R/html.R: Fixed obsolete URL
	* inst/examples/simpleHtml.Rmd: Idem
	* inst/examples/simplePdf.Rmd: Idem
	* inst/rmarkdown/templates/tintBook/skeleton/skeleton.Rmd: Idem
	* inst/rmarkdown/templates/tintHtml/skeleton/skeleton.Rmd: Idem
	* inst/rmarkdown/templates/tintPdf/skeleton/skeleton.Rmd: Idem
	* man/tintHtml.Rd: Idem
	* vignettes/tintHtml.Rmd: Idem
	* vignettes/tintPdf.Rmd: Item

2018-11-22  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Addded new co-author, rolled version and date

	* README.md: Added two more screenshots with font choices

	* inst/NEWS.Rd: Updated

2018-11-21  Jonathan Gilligan  <jonathan.gilligan@gmail.com>

	* R/pdf.R: Allow user-specified LaTeX templates in YAML; corrected
        YAML output option latex_engine work correctly; added documentation
	* R/html.R: Updated documentation for tint* functions.
	* inst/rmarkdown/templates/tintPdf/resources/tintBook-template.tex:
	Updated template to allow user-specified fonts and link color.
	* inst/rmarkdown/templates/tintBook/resources/tintBook-template.tex:
	Idem

	* man/Custom-templates.Rd: New documentation for using custom templates.
	* man/YAML-metadata.Rd: New documentation on new YAML style options.
	* man/tintHtml.Rd: Updated documentation on tint* functions.

2018-04-08  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 0.1.0

	* README.md: Updated, added book screenshot

	* vignettes/tintHTML.Rmd: Updated path
	* vignettes/tintPDF.Rmd: Idem

2018-04-07  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): New minor version

	* inst/rmarkdown/templates/tintBook/: Template for tintBook variant

	* inst/rmarkdown/templates/tintPdf/: Renamed from pdf
	* inst/rmarkdown/templates/tintHtml/: Renamed from html

	* R/pdf.R (tintBook): Path adjusted
	* R/html.R (tintHtml): Idem

	* R/pdf.R (tintPdfCreate): Updated chapters argument

2018-04-06  Dirk Eddelbuettel  <edd@debian.org>

	* R/pdf.R (tintPdf): Set default to 'tango'

2018-04-01  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Mention tintBook

2018-03-07  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): New minor release

2018-03-06  Dirk Eddelbuettel  <edd@debian.org>

	* R/pdf.R (tintBook): Minimal wrapper for tufte-book
	* R/html.R: Added few words to roxygen for tintBook()
	* man/tintHtml.Rd: Ditto
	* inst/rmarkdown/templates/pdf/resources/tintBook-template.tex:
	  template used in new style
	* NAMESPACE: Export tintBook()

2018-01-05  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 0.0.5

	* vignettes/tintHTML.Rmd (knitr): Modified geom_smooth calls to
	not require mgcv as a hidden dependency
	* vignettes/tintPDF.Rmd (knitr): Idem

2017-11-04  Dirk Eddelbuettel  <edd@debian.org>

	* tests/simple.R: Condition html rendering test on being on Linux or
	Windows as CRAN uses some seriously dated pandoc binaries elsewere

2017-11-02  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 0.0.4

2017-11-01  Dirk Eddelbuettel  <edd@debian.org>

	* vignettes/tintPDF.Rmd (vignette): New PDF vignette
	* vignettes/tintHTML.Rmd (vignette): New HTML vignette

	* DESCRIPTION: Added 'VignetteDriver: knitr', 'Suggests: ggplot2'
	* .travis.yml (install): Also install r-cran-ggplot2

	* inst/examples/simplePdf.Rmd: Refer to tint source
	* inst/examples/simpleHtml.Rmd: Idem
	* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: Idem

2017-10-31  Dirk Eddelbuettel  <edd@debian.org>

	* R/pdf.R (tintPdf): More default argument
	* inst/examples/simplePdf.Rmd: Shorter YAML frontmatter
	* inst/examples/simpleHtml.Rmd: Idem
	* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: Idem
	* inst/rmarkdown/templates/html/skeleton/skeleton.Rmd: Idem

2017-10-31  Ben Marwick  <benmarwick@hotmail.com>

	* inst/rmarkdown/templates/html/skeleton/skeleton.Rmd: Reference
	tint, not tufte, source file

2017-04-16  Dirk Eddelbuettel  <edd@debian.org>

	* .travis.yml (before_install): Use https to download

2016-10-17  R. Mark Sharp  <rmsharp@me.com>

	* README.md: Spelling and grammar corrections

2016-10-16  Matthew Henderson  <matthew.james.henderson@gmail.com>

	* README.md: Spelling corrections

2016-10-15  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 0.0.3

	* inst/rmarkdown/templates/pdf/resources/tintPdf-template.tex: color

	* inst/examples/simplePdf.Rmd: Small edits and corrections
	* inst/examples/simpleHtml.Rmd: Ditto
	* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: Ditto
	* inst/rmarkdown/templates/html/skeleton/skeleton.Rmd: Ditto

	* tests/simple.R: Conditional test of pdf rendering

2016-10-14  Dirk Eddelbuettel  <edd@debian.org>

	* inst/examples/simplePdf.Rmd: Small edits
	* inst/examples/simpleHtml.Rmd: Ditto
	* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: Ditto
	* inst/rmarkdown/templates/html/skeleton/skeleton.Rmd: Ditto

2016-10-09  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Add Travis badge

2016-10-08  Dirk Eddelbuettel  <edd@debian.org>

	* tests/simple.R: Minimal test added

	* inst/examples/simple.Rmd: Added (for use in simple tests)

	* .travis.yml: Added

2016-10-07  Dirk Eddelbuettel  <edd@debian.org>

	* inst/rmarkdown/templates/pdf/resources/tintPdf-template.tex: No
	italics in toc either

	* README.md: Added badges, updated CRAN status

2016-10-06  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 0.0.2

	* inst/rmarkdown/templates/html/resources/tint.css: Correct use of
	italic and bold
	* inst/rmarkdown/templates/html/resources/font/roboto/: Additional fonts

	* inst/rmarkdown/templates/html/skeleton/skeleton.Rmd: Small edits
	* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: Ditto

	* R/html.R: Updated roxygen code for help pages
	* R/pdf.R: Ditto
	* R/utils.R: Ditto
	* man/tintHtml.Rd: Updated help page

2016-10-06  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Set license to GPL-3 as for tufte, other small edits
	* README.md: Ditto

2016-10-05  Dirk Eddelbuettel  <edd@debian.org>

	* R/html.R: Renamed from tint.R
	* inst/rmarkdown/templates/html/: Directory renamed as well

2016-10-03  Dirk Eddelbuettel  <edd@debian.org>

	* R/pdf.R: New function tintPdf()
	* R/utilsKnitr.R: Helper functions from knitr package
	* R/utils.R: Updated

	* man/tintPdf.Rd: Added

	* inst/rmarkdown/templates/pdf/resources/tintPdf-template.tex: Added


2016-09-24  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version): First alpha release 0.0.1

