diff options
author | Karl Berry <karl@freefriends.org> | 2009-07-24 23:41:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-07-24 23:41:28 +0000 |
commit | 76fa5e8e1df302a76387fdcd18ae069d1b4fed02 (patch) | |
tree | 7c9f3e16947ba6de1e04ff5746d8f53cd21afabe /Master/texmf-dist/doc/eplain/ChangeLog | |
parent | d9694ce1fb8dd23d0e0854338fff8c6cddc28d19 (diff) |
eplain 3.3 (24jul09)
git-svn-id: svn://tug.org/texlive/trunk@14435 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/eplain/ChangeLog')
-rw-r--r-- | Master/texmf-dist/doc/eplain/ChangeLog | 106 |
1 files changed, 106 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/eplain/ChangeLog b/Master/texmf-dist/doc/eplain/ChangeLog index 06bff49b92c..9d12ad3aefb 100644 --- a/Master/texmf-dist/doc/eplain/ChangeLog +++ b/Master/texmf-dist/doc/eplain/ChangeLog @@ -1,3 +1,109 @@ +2009-07-21 Oleg Katsitadze <olegkat@gmail.com> + + * NEWS, Makefile, eplain.tex, doc/eplain.info, doc/eplain.pdf: + * doc/eplain.texi: + Version 3.3. + +2009-07-18 Oleg Katsitadze <olegkat@gmail.com> + + * util/mkdist-merge: Only unset world's and group's write + permission bit on the generated eplain.tex and leave user's bit + on. + + * xeplain.tex (\idx@scanterm): Reset catcode of newline before + calling \scantokens, to work around a peculiarity of TeX/e-TeX + adding a trailing newline in \scantokens when newline's catcode is + 13 (active). Hopefully nobody will ever rely on unusual newline + catcode inside an index term. + + * doc/userdef.texi (Packages known to work): Updated with the new + version of epstopdf (v2.2). + + * xeplain.tex (\usepkg@load@pkg): Send the package reloading + warning to the log file only and not the terminal, for the sake of + epstopdf.sty which causes several such warnings. + +2009-07-12 Oleg Katsitadze <olegkat@gmail.com> + + * doc/userdef.texi (Verbatim listing): Added a note on extending + \dospecials when defining new special characters. + * doc/progdef.texi (Category codes): Refer to "Verbatim listing" + for the note on \dospecials. + + * xeplain.tex (\@idxwrite): \sanitize the term before passing it + to \indexproofterm, to unactivate any active characters the user + hasn't bothered to add to \dospecials. + +2009-07-10 Karl Berry <karl@gnu.org> + + * xeplain.tex (\beginpackages): Set \DoNotLoadEpstopdf, + for TL 2009 graphics.cfg. + +2009-07-05 Oleg Katsitadze <olegkat@gmail.com> + + xeplain.tex (\eqnum, \eqalignnum, \lefteqnumbers, \righteqnumbers): + New macros. Suggested by Dan Luecking May 15 00:32:26 CEST 2009. + doc/userdef.texi (Displays): Documented \eqnum, \eqalignnum, + \lefteqnumbers and \righteqnumbers. + (Formatting displays): Removed stale reference to \generaldisplay. + + xeplian.tex, doc/userdef.texi (Logos): Added eTeX, ExTeX, XeTeX + and XeLaTeX (from tugboat.dtx). Suggested by Dorai Sitaram Apr 12 + 21:30:42 CEST 2009. + +2009-06-28 Oleg Katsitadze <olegkat@gmail.com> + + (NEWS): News for the upcoming release. + +2009-06-26 Oleg Katsitadze <olegkat@gmail.com> + + doc/hlink.texi (General hyperlinks, URL hyperlinks): Added + examples of mailto hyperlinks. Suggested by John Culleton Apr 22 + 14:53:31 CEST 2009. + +2009-06-25 Oleg Katsitadze <olegkat@gmail.com> + + demo/Makefile (ctan_lion_350x350.png): New target to notify about + the missing image file and how to obtain it. + + Makefile (DIR_SOURCE, FILES_ZSOURCE): Renamed to DIR_ZSOURCE and + FILES_ZSOURCE ("zipped source"). + (DIR_SOURCE, FILES_SOURCE): Targets for packaging unzipped source + files. Includes only xeplain.tex so far. Suggested by Jim + Diamond Jun 15 16:59:03 CEST 2009. + +2009-06-21 Oleg Katsitadze <olegkat@gmail.com> + + * README.TDS, xeplain.tex, doc/invoke.texi: Added a note on how to + obtain Eplain's source files. + + * ifpdf.sty: Updated. + + * util/idxuniq, util/trimsee: Comment tweaks. + +2009-05-23 Karl Berry <karl@gnu.org> + + * util/trimsee: use standard sh instead of bash ((...)), Frank K + tex-live mail 23 May 2009 19:30:06 +0200, debian#530199 + +2009-03-28 Oleg Katsitadze <olegkat@gmail.com> + + * doc/userdef.texi (Indexing): Note on specifying output file for + MakeIndex (option -o) when using multiple indexes. Reported by + John Culleton Mar 24 15:30:47 CET 2009. + +2009-03-27 Oleg Katsitadze <olegkat@gmail.com> + + * xeplain.tex (\@idxcollectname): Expand \idxnameseparator once, + so that the .idx file contains its contents. This ensures that + \idxname{John}{Smith} and \idx{Smith, John} don't end up as + separate index entries. Reported by John Culleton Mar 23 19:31:46 + CET 2009. + +2008-03-30 Oleg Katsitadze <olegkat@gmail.com> + + * doc/userdef.texi: Note on writing .bbl by hand. + 2007-11-26 Oleg Katsitadze <olegkat@gmail.com> * NEWS, Makefile, eplain.tex, doc/eplain.info, doc/eplain.pdf: |