[Pkg-haskell-commits] r1286 - in /packages/lhs2tex/trunk: ./ Examples/ Library/ Testsuite/ debian/ doc/
arjan at users.alioth.debian.org
arjan at users.alioth.debian.org
Sat Jan 17 17:08:28 UTC 2009
Author: arjan
Date: Sat Jan 17 17:08:28 2009
New Revision: 1286
URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=1286
Log:
* New upstream release:
- Unicode support.
- Support for Agda's lexing rules (via --agda flag).
Added:
packages/lhs2tex/trunk/Examples/Fig.lhs
- copied unchanged from r1285, packages/lhs2tex/branches/upstream/current/Examples/Fig.lhs
packages/lhs2tex/trunk/Examples/SeqBack.lhs
- copied unchanged from r1285, packages/lhs2tex/branches/upstream/current/Examples/SeqBack.lhs
packages/lhs2tex/trunk/Library/agda.fmt
- copied unchanged from r1285, packages/lhs2tex/branches/upstream/current/Library/agda.fmt
packages/lhs2tex/trunk/Library/exists.fmt
- copied unchanged from r1285, packages/lhs2tex/branches/upstream/current/Library/exists.fmt
packages/lhs2tex/trunk/Library/lambda.fmt
- copied unchanged from r1285, packages/lhs2tex/branches/upstream/current/Library/lambda.fmt
Modified:
packages/lhs2tex/trunk/Directives.lhs
packages/lhs2tex/trunk/Document.lhs
packages/lhs2tex/trunk/FileNameUtils.lhs
packages/lhs2tex/trunk/HsLexer.lhs
packages/lhs2tex/trunk/INSTALL
packages/lhs2tex/trunk/Main.lhs
packages/lhs2tex/trunk/Makefile
packages/lhs2tex/trunk/Math.lhs
packages/lhs2tex/trunk/MathCommon.lhs
packages/lhs2tex/trunk/MathPoly.lhs
packages/lhs2tex/trunk/NewCode.lhs
packages/lhs2tex/trunk/RELEASE
packages/lhs2tex/trunk/Setup.hs
packages/lhs2tex/trunk/TeXCommands.lhs
packages/lhs2tex/trunk/Testsuite/Makefile
packages/lhs2tex/trunk/Typewriter.lhs
packages/lhs2tex/trunk/configure
packages/lhs2tex/trunk/debian/changelog
packages/lhs2tex/trunk/doc/Guide2.lhs
packages/lhs2tex/trunk/doc/Guide2.pdf
packages/lhs2tex/trunk/doc/poly.fmt
packages/lhs2tex/trunk/doc/polytt.fmt
packages/lhs2tex/trunk/doc/stupid.fmt
packages/lhs2tex/trunk/doc/tex.fmt
packages/lhs2tex/trunk/doc/typewriter.fmt
packages/lhs2tex/trunk/doc/verbatim.fmt
packages/lhs2tex/trunk/lhs2TeX.fmt.lit
packages/lhs2tex/trunk/lhs2TeX.sty.lit
packages/lhs2tex/trunk/lhs2tex.cabal
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: packages/lhs2tex/trunk/Directives.lhs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/Directives.lhs?rev=1286&op=diff
Modified: packages/lhs2tex/trunk/Document.lhs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/Document.lhs?rev=1286&op=diff
Modified: packages/lhs2tex/trunk/FileNameUtils.lhs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/FileNameUtils.lhs?rev=1286&op=diff
Modified: packages/lhs2tex/trunk/HsLexer.lhs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/HsLexer.lhs?rev=1286&op=diff
Modified: packages/lhs2tex/trunk/INSTALL
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/INSTALL?rev=1286&op=diff
Modified: packages/lhs2tex/trunk/Main.lhs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/Main.lhs?rev=1286&op=diff
Modified: packages/lhs2tex/trunk/Makefile
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/Makefile?rev=1286&op=diff
Modified: packages/lhs2tex/trunk/Math.lhs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/Math.lhs?rev=1286&op=diff
Modified: packages/lhs2tex/trunk/MathCommon.lhs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/MathCommon.lhs?rev=1286&op=diff
Modified: packages/lhs2tex/trunk/MathPoly.lhs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/MathPoly.lhs?rev=1286&op=diff
Modified: packages/lhs2tex/trunk/NewCode.lhs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/NewCode.lhs?rev=1286&op=diff
Modified: packages/lhs2tex/trunk/RELEASE
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/RELEASE?rev=1286&op=diff
Modified: packages/lhs2tex/trunk/Setup.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/Setup.hs?rev=1286&op=diff
Modified: packages/lhs2tex/trunk/TeXCommands.lhs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/TeXCommands.lhs?rev=1286&op=diff
Modified: packages/lhs2tex/trunk/Testsuite/Makefile
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/Testsuite/Makefile?rev=1286&op=diff
Modified: packages/lhs2tex/trunk/Typewriter.lhs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/Typewriter.lhs?rev=1286&op=diff
Modified: packages/lhs2tex/trunk/configure
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/configure?rev=1286&op=diff
Modified: packages/lhs2tex/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/debian/changelog?rev=1286&op=diff
Modified: packages/lhs2tex/trunk/doc/Guide2.lhs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/doc/Guide2.lhs?rev=1286&op=diff
Modified: packages/lhs2tex/trunk/doc/Guide2.pdf
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/doc/Guide2.pdf?rev=1286&op=diff
Modified: packages/lhs2tex/trunk/doc/poly.fmt
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/doc/poly.fmt?rev=1286&op=diff
Modified: packages/lhs2tex/trunk/doc/polytt.fmt
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/doc/polytt.fmt?rev=1286&op=diff
Modified: packages/lhs2tex/trunk/doc/stupid.fmt
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/doc/stupid.fmt?rev=1286&op=diff
Modified: packages/lhs2tex/trunk/doc/tex.fmt
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/doc/tex.fmt?rev=1286&op=diff
Modified: packages/lhs2tex/trunk/doc/typewriter.fmt
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/doc/typewriter.fmt?rev=1286&op=diff
Modified: packages/lhs2tex/trunk/doc/verbatim.fmt
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/doc/verbatim.fmt?rev=1286&op=diff
Modified: packages/lhs2tex/trunk/lhs2TeX.fmt.lit
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/lhs2TeX.fmt.lit?rev=1286&op=diff
Modified: packages/lhs2tex/trunk/lhs2TeX.sty.lit
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/lhs2TeX.sty.lit?rev=1286&op=diff
Modified: packages/lhs2tex/trunk/lhs2tex.cabal
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/lhs2tex.cabal?rev=1286&op=diff
More information about the Pkg-haskell-commits
mailing list