From marc.battyani at fractalconcept.com Tue Apr 5 21:13:10 2005 From: marc.battyani at fractalconcept.com (Marc Battyani) Date: Tue, 5 Apr 2005 23:13:10 +0200 Subject: [cl-pdf-announce] cl-pdf repository update References: <074c01c503f3$13b432c0$0a02a8c0@marcxp> Message-ID: <019701c53a24$46defe20$0a02a8c0@marcxp> I've commited the latest modifications to the cl-pdf repository. Rev 88: Native integration of salza 0.7.1 for the content-streams compression. Salza is Zach Beane's zlib in Lisp (No more FFI problems ;-) and is now the default compression for cl-pdf. It is even slightly faster than using zlib through FFI. (the other compressions are still there for some time (look at cl-pdf.asd if you want to use them) Refactoring of charts. Added pre and post draw hooks for plot-xy (to draw a background etc.). Removed cl-pdf.system as all the other systems cl-pdf depends on have no .system defined. (I will put it back if somebody wants to add and maintain them) The full repository is here: http://www.fractalconcept.com:8000/public/open-source/ (It's a subversion 1.1 repository.) The projects repositories are: http://www.fractalconcept.com:8000/public/open-source/cl-pdf/ http://www.fractalconcept.com:8000/public/open-source/cl-typesetting/ http://www.fractalconcept.com:8000/public/open-source/mod_lisp/ There are also tarballs available http://www.fractalconcept.com/download/cl-pdf-current.tgz http://www.fractalconcept.com/download/cl-typesetting-current.tgz BTW the (somewhat outdated) home pages for these projects are here: http://www.fractalconcept.com/asp/html/cl-pdf.html http://www.fractalconcept.com/asp/html/cl-typesetting.html http://www.fractalconcept.com/asp/html/mod_lisp.html Marc From marc.battyani at fractalconcept.com Fri Apr 8 14:29:04 2005 From: marc.battyani at fractalconcept.com (Marc Battyani) Date: Fri, 8 Apr 2005 16:29:04 +0200 Subject: [cl-pdf-announce] Re: [cl-pdf-devel] cl-pdf repository update References: <074c01c503f3$13b432c0$0a02a8c0@marcxp> <019701c53a24$46defe20$0a02a8c0@marcxp> Message-ID: <07a701c53c47$524252b0$0a02a8c0@marcxp> Sorry, 2 files were missing in Salza. :( Corrected now in Rev 89 Marc > I've commited the latest modifications to the cl-pdf repository. > > Rev 88: > Native integration of salza 0.7.1 for the content-streams compression. Salza > is Zach Beane's zlib in Lisp (No more FFI problems ;-) and is now the > default compression for cl-pdf. It is even slightly faster than using zlib > through FFI. (the other compressions are still there for some time (look at > cl-pdf.asd if you want to use them) > > Refactoring of charts. Added pre and post draw hooks for plot-xy (to draw a > background etc.). > > Removed cl-pdf.system as all the other systems cl-pdf depends on have no > .system defined. (I will put it back if somebody wants to add and maintain > them) > > The full repository is here: > http://www.fractalconcept.com:8000/public/open-source/ > (It's a subversion 1.1 repository.) > > The projects repositories are: > http://www.fractalconcept.com:8000/public/open-source/cl-pdf/ > http://www.fractalconcept.com:8000/public/open-source/cl-typesetting/ > http://www.fractalconcept.com:8000/public/open-source/mod_lisp/ > > There are also tarballs available > http://www.fractalconcept.com/download/cl-pdf-current.tgz > http://www.fractalconcept.com/download/cl-typesetting-current.tgz > > BTW the (somewhat outdated) home pages for these projects are here: > http://www.fractalconcept.com/asp/html/cl-pdf.html > http://www.fractalconcept.com/asp/html/cl-typesetting.html > http://www.fractalconcept.com/asp/html/mod_lisp.html > > Marc > > > _______________________________________________ > cl-pdf-devel site list > cl-pdf-devel at common-lisp.net > http://common-lisp.net/mailman/listinfo/cl-pdf-devel > From marc.battyani at fractalconcept.com Wed Apr 20 20:11:49 2005 From: marc.battyani at fractalconcept.com (Marc Battyani) Date: Wed, 20 Apr 2005 22:11:49 +0200 Subject: [cl-pdf-announce] cl-pdf and cl-typesetting release candidates References: <074c01c503f3$13b432c0$0a02a8c0@marcxp> <019701c53a24$46defe20$0a02a8c0@marcxp> Message-ID: <2fb101c545e5$31557a80$0a02a8c0@marcxp> The last "official" versions for cl-pdf and cl-typesetting are very old (1 year ?). It seems that some people don't like to use the latest versions and prefer official releases. So I plan to do one tomorrow. Please send me remarks, fixes and patches you may have from the current repository version. Rev 93: cl-pdf: Updated iterate to the latest version (1.4?) Rev 92: cl-typesetting: Perform early compression of the content-streams (as soon as they are closed) to reduce memory use. Updated Klaus Weidner's (X)HTML to pdf converter in the contrib directory. Added Spanish hyphenation file [Andrew Philpot] Rev 91: cl-pdf: Some file encoding modifications More salza optimizations [Dmitri Ivanov] The full repository is here: http://www.fractalconcept.com:8000/public/open-source/ (It's a subversion 1.1 repository.) The projects repositories are: http://www.fractalconcept.com:8000/public/open-source/cl-pdf/ http://www.fractalconcept.com:8000/public/open-source/cl-typesetting/ http://www.fractalconcept.com:8000/public/open-source/mod_lisp/ There are also tarballs available http://www.fractalconcept.com/download/cl-pdf-current.tgz http://www.fractalconcept.com/download/cl-typesetting-current.tgz BTW the (rather outdated) home pages for these projects are here: http://www.fractalconcept.com/asp/html/cl-pdf.html http://www.fractalconcept.com/asp/html/cl-typesetting.html http://www.fractalconcept.com/asp/html/mod_lisp.html Marc