1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
|
cl-typesetting (157-3) unstable; urgency=low
* Changed to group maintanance
* Corrected Vcs-Git control field
* Added homepage field
* swap binary-indep and binary-arch
* Updated standard version without real changes
* New upstream version. Now uses git svn to track upstream.
Changes:
+ Small correction in reduce+nullable
+ Added table-cell to generic render method so that customization
can be added to it.
+ cl-typesetting: Small modif of the unicode test. [Marc]
+ Add leading-ratio to the text-style
-- Peter Van Eynde <pvaneynd@debian.org> Sat, 23 Feb 2008 14:17:39 +0100
cl-typesetting (149-1) unstable; urgency=low
* Fixed copyright (Closes: #433466)
* New upstream. Major changes:
+ Typeset: fix (put-string "(string with parens)") false escaping. Also added a note that it may be only valid when using unicode, although my tests don't show any change otherwise while fix unicode.
+ Evaluation code moved out from tables.lisp
+ Call pdf:draw-spaced-strings instead of pdf:show-spaced-strings to escape characters
+ Amended row spanning and cell height calculation for rows of fixed height, added :row-span 0 and :col-span 0 support
+ Table row height constained in layout-time
-- Peter Van Eynde <pvaneynd@debian.org> Sat, 15 Sep 2007 00:16:50 +0200
cl-typesetting (139-1) unstable; urgency=low
* New upstream version with BSD license. Thanks Marc!
-- Peter Van Eynde <pvaneynd@debian.org> Mon, 30 Apr 2007 23:12:28 +0200
cl-typesetting (137-1) unstable; urgency=low
* New upstream version:
- cl-typesetting: Added the start of a cl-typesetting and cl-pdf documentation from Brian Sorg.
- Started adding functional descriptions to the documentation
-- Peter Van Eynde <pvaneynd@debian.org> Mon, 09 Apr 2007 01:18:13 +0200
cl-typesetting (133-1) experimental; urgency=low
* Updated upstream, mostly allergo related fixes.
-- Peter Van Eynde <pvaneynd@debian.org> Wed, 14 Mar 2007 09:35:17 +0100
cl-typesetting (129-1) experimental; urgency=low
* Added XS-X-Vcs-Darcs header
* modified S-X-Vcs-Darcs to XS-Vcs-Darcs field
* New upstream. Major changes:
+ cl-typesetting: General cleanup, mostly to get rid of warnings.
Also fix a possible left-over from a trimmable-white-space-p ->
trimmable-p rename. Should not affect the lib's operation other then
that.
* upload to experimental during the freeze
-- Peter Van Eynde <pvaneynd@debian.org> Tue, 6 Feb 2007 11:08:13 +0100
cl-typesetting (117-3) unstable; urgency=low
* Applied patch from Anoop Aryal so it compiles again on sbcl.
(Closes: #374744)
* Moved debhelper to BuildDepends and updated standards version
without real changes.
-- Peter Van Eynde <pvaneynd@debian.org> Wed, 21 Jun 2006 09:17:28 +0200
cl-typesetting (117-2) unstable; urgency=low
* Moved to non-free as it should be from the
beginning.
-- Peter Van Eynde <pvaneynd@debian.org> Sun, 26 Mar 2006 22:37:51 +0200
cl-typesetting (117-1) unstable; urgency=low
* New upstream version
-- Peter Van Eynde <pvaneynd@debian.org> Fri, 10 Mar 2006 09:12:57 +0100
cl-typesetting (108-1) UNRELEASED; urgency=low
* First packaging
-- Peter Van Eynde <pvaneynd@debian.org> Mon, 24 Oct 2005 10:25:37 +0200
|