I am pleased to announce the release of Emacs Muse 3.11. Emacs Muse is an authoring and publishing environment for Emacs. It simplifies the process of writing documents and publishing them to various output formats. One of the principal aims in the development of Muse is to make it very easy to produce good-looking, standards-compliant documents.
Tarball :: http://download.gna.org/muse-el/muse-3.11.tar.gz Zip file :: http://download.gna.org/muse-el/muse-3.11.zip Here is the short list of changes. The more-detailed NEWS entries are attached. - Fixed many Emacs21 and XEmacs compatibility bugs. - Fixed bug with setting muse-file-extension to some other string than "muse". This case should now be handled perfectly, without the need to resort to setting muse-auto-mode-p to non-nil. - Add support for Blosxom, thanks to Michael Welle. - Include the hard-to-find metadate plugin for PyBlosxom. - Fix font-locking bug involving emphasized lines that changed when moving around in the buffer.
pgp9DtlcALB8C.pgp
Description: PGP signature
Emacs Muse NEWS --- History of user-visible changes -*- outline -*- * Changes in Muse 3.11 ** Update my example settings in examples/mwolson. ** Fix several bugs with setting muse-file-extension to something else. If you have both muse-file-extension set to some string, and muse-mode-auto-p set to non-nil, please set muse-mode-auto-p to nil from now on. This was a workaround that some people used to deal with a bug that has now been fixed. ** Support for serving published Muse files with Blosxom. See the end of the Blosxom Requirements section of the Muse manual for details. ** The metadate plugin for PyBlosxom is now included with Muse in contrib/pyblosxom/metadate.py. ** Compatibility fixes for Emacs21 and XEmacs *** Use copy-tree instead of copy-alist. *** Correctly require derived.el. *** Deal with the lack of a `delete-and-extract-region' function in XEmacs by making `muse-delete-and-extract-region'. *** Fix XEmacs and Texinfo publishing bug. *** Deal with lack of autoloads for the `man' function in some Emacs variants. *** Fix XEmacs compilation error in muse-import-xml.el. ** Muse Mode highlighting (lisp/muse-colors.el) *** Fix display bug where emphasis becomes unhighlighted when moving around the buffer. ** ConTeXt publishing (lisp/muse-context.el) *** Add support for #module directive. Consult the ConTeXt section of the Muse manual for details. ** DocBook publishing (lisp/muse-docbook.el) *** Fix bug with paragraphs after <verse> tags. ** HTML publishing (lisp/muse-html.el) *** Fix bug with links not being interpreted in titles. This fix also takes care of some additional escaping issues that were addressed in the previous release by a different means. ** Journal (lisp/muse-journal.el) *** Fix bug with title anchors and CJK. *** Fix bug with summarized entries. ** LaTeX publishing (lisp/muse-latex.el) *** Remove footnote references from headings. The reason for this is that LaTeX will throw errors during the publishing process if they exist. ** Publishing (lisp/muse-publish.el) *** Fix serious bug in definition list publishing. We were skipping past the initial indented line, and that was causing an erroneous blockquote to be inserted. *** Revert fix for escaping bug involving headings and the <contents> tag, because it was buggy. This is instead handled by muse-html.el now. ** Texinfo publishing (lisp/muse-texinfo.el) *** Make url, link, and link-and-anchor output look better in texi2html output, for people who want to run that command on texi output produced by Muse. ** XML publishing (lisp/muse-xml.el) *** Add support for <cite> tag. *** Bump the version of etc/muse.rnc to 1.1 to reflect support for <cite>. ** Muse Manual (texi/muse.texi) *** Document support for citations in new Citations section. *** Document how to use the Pyblosxom metadate plugin in the Blosxom Requirements section.
--
Michael Olson -- FSF Associate Member #652 |
http://mwolson.org/ -- Jabber: mwolson_at_hcoop.net | /` |\ | | |
Sysadmin -- Hobbies: Lisp, GP2X, HCoop | |_] | \| |_|
Projects: Emacs, Muse, ERC, EMMS, ErBot, DVC, Planner |
_______________________________________________ gnu-emacs-sources mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources
