Thu, 20 Sep 2012 13:33:45 -0700 (PDT) Received: by 10.52.70.82 with SMTP id k18mr625801vdu.1.1348173225740; Thu, 20 Sep 2012 13:33:45 -0700 (PDT) Path: newsread.funet.fi!newsfeed2.funet.fi!newsfeeds.funet.fi!newsfeed1.swip.net!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.216.87.MISMATCH!l8no222914qao.0!news-out.google.com!t12ni1094712qak.0!nntp.google.com!l8no169556qao.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: gnu.emacs.sources Date: Thu, 20 Sep 2012 13:33:45 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=88.207.62.126; posting-account=w3JFsgoAAACV_7Wb1aIYm5YtfgBOPOJ8 NNTP-Posting-Host: 88.207.62.126 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <407bc0d6-f4cc-435e-a1b2-c60754d3b1f6@googlegroups.com> Subject: htmlize 1.42 released From: =?UTF-8?B?SHJ2b2plIE5pa8WhacSH?= Injection-Date: Thu, 20 Sep 2012 20:33:45 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: newsread.funet.fi gnu.emacs.sources:7629 I am pleased to announce the release 1.42 of htmlize, the package that exports buffer decoration (typically font-lock, but also arbitrary text properties) to HTML. Get it from: http://fly.srk.fer.hr/~hniksic/emacs/htmlize.el.cgi Many changes have been introduced since the last announced release: ** `before-string' and `after-string' overlay properties are now recognized by htmlize and inserted into the HTML. ** Images specified by `display' property are recognized and inserted into the HTML as . *** If the image data comes from a file, the image will be rendered as a relative URI that would resolve to that file. Images whose data comes from a string will be rendered inline as data: URIs. The flag `htmlize-force-inline-images' can be used to force inserting *all* images inline as data: URIs. ** The image's ALT text will be the text that the `display' property is replacing, if non-empty. ** Arbitrary links can now be added to the generated HTML. If htmlize encounters buffer text with `htmlize-link' property, it will wrap the text in .... If the property value is a string, it is interpreted as the URI. If it is a list, it should be a property list whose currently only defined key is :uri.