2016-06-30 Akira Kakuto * tests/*.tex: udpate version number. 2016-05-06 Ken Brown * tests/*.tex: udpate version number. 2016-05-03 Zdenek Wagner * devnag.c: update version number to 2.16. * NEWS, README: remove. The maintained README is in the package's doc/ directory (in Master = CTAN). 2016-03-09 Karl Berry * devnag.1: new file, originally written by Norbert. Double backslash per esr, tldoc mail 29 Feb 2016 06:35:27. * Makefile.am (man1_MANS): list it. 2015-07-07 Peter Breitenlohner * Makefile.am: Better dependencies for 'make check'. 2014-12-23 Peter Breitenlohner * Makefile.am (AM_CPPFLAGS): Define TEXLIVE. * src/devnag.c: Use binary mode for output files only when compiling for TeX Live. 2014-06-19 Peter Breitenlohner * src/devnag.c: Avoid undefined behaviour when char is signed. 2014-06-16 Peter Breitenlohner * Makefile.am: Drop the obsolete ACLOCAL_AMFLAGS. 2014-04-21 Karl Berry * Makefile.am (DISTCLEANFILES): use += the second time. 2014-02-18 Peter Breitenlohner * src/devnag.c (dnproc): Bug fix: More strcpy() => memmove() when src and dest overlap. Reported by Richard Koch . 2014-02-17 Peter Breitenlohner * src/devnag.c (dnproc): Bug fix: Replace strcpy() by memmove() when src and dest overlap. Reported by Richard Koch . 2013-10-01 Peter Breitenlohner * configure.ac: Drop AC_HEADER_STDC, fail for missing strstr(). * Makefile.am: Adapted. 2013-03-15 Peter Breitenlohner * src/Makefile.am (removed): Merged into Makefile.am. * tests/devnag.test (new): Shell script for a test case. * tests/*.{dn,tex} (new): Test input and expected output. * Makefile.am, configure.ac: Adapted. 2012-12-17 Peter Breitenlohner * configure.ac: Use KPSE_BASIC to enable silent rules. 2012-05-16 Peter Breitenlohner * src/devnag.c: Use binary mode for output files. From Akira Kakuto (W32TeX). 2010-12-08 Peter Breitenlohner * configure.ac: Version 2.15 (since 2008-07-03). 2010-05-22 Akira Kakuto * src/devnag.c: cast arguments in order to avoid compiler warnings. 2009-08-21 Peter Breitenlohner Avoid maximal compiler warnings. * src/devnag.c: Constify various global strings and string args. Drop global variable nbsub. 2009-06-19 Peter Breitenlohner * configure.ac, Makefile.am, src/Makefile.am: enable compiler warnings. 2009-05-27 Peter Breitenlohner Adapt to TL2009 build system. 2008-01-31 Peter Breitenlohner * configure.in (removed): moved ... * configure.ac (new): ... to here and adapted for TeX Live: axiliary files in ../../build-aux, added AM_MAINTAINER_MODE, modernized Autoconf idioms. 2008-01-31 Peter Breitenlohner * Autoreconfed. Version 2.01 is a bugfix release, containing two changes in coding. (1) Previous versions of devnag have output "[" and "]" for Devanagari half-"sa and half-gha. Under some circumstances this can interact badly with LaTeX, and the form of output has been changed to avoid the problem. (2) \cline has been added to the list of LaTeX commands which devnag knows how to handle. Version 2.0 of devnag is the first major revision of the program since its original release. It is based on version 1.6 (there are no releases 1.7, 1.8 or 1.9). (This ChangeLog file is public domain.)