From 93fc492d1edabbd7d145a5203c35aa70a5ace462 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Sat, 19 Nov 2005 05:46:05 +0000 Subject: [PATCH] Update NEWS. * NEWS: Update for 3.02.02. git-archimport-id: mwolson@gnu.org--2005/muse--rel--3.02--patch-17 --- ChangeLog | 16 +++++++++++++- NEWS | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 88 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 885d398..25ce460 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,20 @@ # arch-tag: automatic-ChangeLog--mwolson@gnu.org--2005/muse--rel--3.02 # +2005-11-19 05:46:05 GMT Michael Olson patch-17 + + Summary: + Update NEWS. + Revision: + muse--rel--3.02--patch-17 + + * NEWS: Update for 3.02.02. + + modified files: + ChangeLog NEWS + {arch}/muse/muse--rel/muse--rel--3.02/mwolson@gnu.org--2005/patch-log/patch-13 + + 2005-11-19 05:08:09 GMT Michael Olson patch-16 Summary: @@ -61,7 +75,7 @@ colored as bad links if they don't correspond with a real file. Make the code more straightforward. - * lisp/muse-wiki.el (muse-wiki-ignore-bare-project-names): New option + * lisp/muse-wiki.el (muse-wiki-allow-nonexistent-wikiword): New option that determines whether to colorize nonexistent WikiWords. The default is nil, which means "don't colorize". (muse-wiki-resolve-project-page, muse-wiki-handle-wikiword): Adapt for diff --git a/NEWS b/NEWS index 853eb69..d61155e 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,78 @@ Emacs Muse NEWS --- History of user-visible changes -*- outline -*- +* Changes in Muse 3.02.02 + +** Configuration + +*** A bug with customizing `muse-project-alist' has been fixed. + +*** We use a file extension for Muse files by default. +To obtain the old behavior, set `muse-file-extension' to nil and +`muse-mode-auto-p' to t. + +*** New option: `muse-wiki-ignore-bare-project-names'. +This causes Muse to ignore bare project names if specified. The +default is to turn bare project names into links. + +*** New option: `muse-publish-comments-p'. +This causes Muse to publish comments as markup. The default is to +remove comments before publishing rather than trying to mark them up. + +*** New option: `muse-wiki-allow-nonexistent-wikiword'. +Enabling this will cause WikiWords with no corresponding file to be +colored as bad links. The default is not to color them and turn them +into links. + +** Muse Mode + +*** An error with intangible links has been fixed. + +*** Visiting a page with an anchor works better than before. + +*** Flyspell behaves better with Emacs21 than before. + +*** Links to nonexistent files will be colored red by default. +This happened previously, but the algorithm was buggy and didn't cover +implicit links. + +** Programming + +*** A convenience macro called `with-muse-project' has been added. +This allows a code block to be executed after changing the current +Muse project. It is analogous to emacs-wiki's +`with-emacs-wiki-project' function. + +** Publishing + +*** An issue involving anchors at the end of a line has been +addressed. + +*** Non-word characters are now allowed before an anchor. + +*** Comments may now be published, if desired. +This behavior may be controlled with the `muse-publish-comments-p' +option. The default is to remove comments before publishing rather +than trying to mark them up. + +*** Publishing directives may now include a dash character. + +** LaTeX publishing + +*** A bug with footmarks has been addressed. + +*** Table headers are underlined and table footers are overlined. + +*** PDF publishing will cause pdflatex to be called as needed. +The previous behavior was to always call pdflatex twice. Currently, +if pdflatex succeeds, it will not be called again. Otherwise, call it +up to three times. + +*** Escaping of special characters should be drastically improved. +An attempt has been made to get escaping done right in most contexts. +The only quirk is that you must surround dollar signs with equal signs +to ensure escaping. This makes publishing PDF documents much more +useful. + * Changes in Muse 3.02.01 ** Configuration -- 2.11.4.GIT