From d6284984cffbc4573a10ca27f9a3de53c945abe8 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Thu, 24 May 2007 21:52:41 +0000 Subject: [PATCH] Update NEWS * NEWS: Update. * texi/muse.texi (Markup Strings): Mention new argument for link-and-anchor. git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-316 --- ChangeLog | 7 +++++-- NEWS | 28 ++++++++++++++++++++++++++++ texi/muse.texi | 1 + 3 files changed, 34 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 530998c..2561c2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2007-05-24 Michael Olson * NEWS: Drop vague entries and position interesting entries closer - to the top of each section. + to the top of each section. Update for new changes. * lisp/muse-project.el (muse-project-ignore-regexp): Add Mercurial and bzr metadata directories to the list of things to ignore. @@ -15,6 +15,9 @@ can occur when these types of markup occur immediately after a paragraph. It's good to have defined behavior! + * texi/muse.texi (Markup Strings): Mention new argument for + link-and-anchor. + 2007-05-19 Michael Olson * lisp/muse-html.el (muse-html-markup-footnote): Add class tags to @@ -141,7 +144,7 @@ 2007-04-01 Michael Olson * lisp/muse-publish.el (muse-publish-date-format): Add - customization type ad group. +` customization type and group. (muse-publish-region): New interactive function that publishes a region to a new buffer. diff --git a/NEWS b/NEWS index edbd486..e35689a 100644 --- a/NEWS +++ b/NEWS @@ -337,6 +337,23 @@ all be nested. It is even possible to force a line break in a list item by inserting a blank line on the same level between the lines. Blockquotes may also be nested inside of a list. +*** New interactive function: muse-publish-region. +This command publishes the current region, prompting for the title of +the page (if any) and the style to use. + +This is handy for firing off quick blog entries and pasting the result +into a web browser -- for this use case, it is recommended to use the +blosxom-html or blosxom-xhtml styles, as they omit the large header +and footer. + +*** Additional arguments for tag. +The optional "style" and "exact" attributes may now be specified, +which cause text to only be included if the current publishing style +matches some criteria -- the text will be removed otherwise. + +Omitting these attributes causes to behave the same as +usual. + *** Allow empty elements in tables. *** Allow initial and trailing whitespace in tables, but strip it @@ -375,8 +392,13 @@ have surrounding text. *** Make comments higher priority than tags when publishing, so that Muse comments within tags get stripped out. +*** Handle properly comments that have no text. + *** Distinguish links and footnotes better. +*** Do the right thing when a footnote reference exists but has no +corresponding footnote. + *** Simplify markup string for anchors. *** Allow text like "%N%" in markup strings. @@ -415,6 +437,9 @@ links with no provided description. *** For headers and footers, use a better algorithm to detect whether we have been given a filename or the real contents. +*** New option: muse-publish-date-format. +Format string of the date used when publishing files. + *** New option: muse-publish-markup-header-footer-tags. This specifies which tags may be used when publishing headers and footers. @@ -488,6 +513,9 @@ This is used to look up terms on the Wikipedia website. **** New option: muse-wikipedia-country. This specified the country code to use for Wikipedia. +*** Add support for "woman:" URLs. +"woman" links are opened with Emacs' internal manpage viewer. + ** Wiki (lisp/muse-wiki.el) *** If the document does not have a valid title string, use the diff --git a/texi/muse.texi b/texi/muse.texi index 7a926fe..4941126 100644 --- a/texi/muse.texi +++ b/texi/muse.texi @@ -2431,6 +2431,7 @@ A link to a page with an anchor, and a description. Argument 1: link. Argument 2: anchor name. Argument 3: description if one exists, or the original link otherwise. +Argument 4: link without an extension. @item email-addr A link to an email address. -- 2.11.4.GIT