From 70b5a0182c6e6d8682c56cc2a08031ed3515a2f3 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Tue, 7 Nov 2006 05:24:25 +0000 Subject: [PATCH] Make Emacs Muse 3.02.93 (3.03 RC3) available 2006-11-07 Michael Olson * lisp/muse.el (muse-version): Make Emacs Muse 3.02.93, the third release candidate for Muse 3.03, available. * NEWS: Update. git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-245 --- ChangeLog | 7 +++++++ Makefile.defs | 4 ++-- NEWS | 18 ++++++++++++++++++ lisp/muse.el | 4 ++-- muse.texi | 2 +- 5 files changed, 30 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index cfd8b7f..74b7315 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-11-07 Michael Olson + + * lisp/muse.el (muse-version): Make Emacs Muse 3.02.93, the third + release candidate for Muse 3.03, available. + + * NEWS: Update. + 2006-11-06 Michael Olson * lisp/muse-project.el (muse-project-find-file): Fix bug when diff --git a/Makefile.defs b/Makefile.defs index ec230f6..fb29a75 100644 --- a/Makefile.defs +++ b/Makefile.defs @@ -22,7 +22,7 @@ INSTALLINFO = install-info --info-dir=$(INFODIR) # Useful only for the maintainer PROJECT = muse DEBNAME = muse-el -VERSION = 3.02.92 +VERSION = 3.02.93 MANUAL = muse -LASTUPLOAD = 3.02.6-2 +LASTUPLOAD = 3.02.8-1 BUILDOPTS = diff --git a/NEWS b/NEWS index 28a32a8..2928cf4 100644 --- a/NEWS +++ b/NEWS @@ -131,6 +131,9 @@ command for details. `C-c C-b' is now `muse-find-backlinks' `C-c C-v' is now `muse-browse-result' +*** Remove the C-c C-c keybinding, since it conflicts with other +modes like Planner. + *** Don't require muse-publish.el, since publishing and viewing Muse files are supposed to be completely separable. @@ -178,6 +181,9 @@ where the current page will be published. *** Make links blue by default, like most other Emacs modes do. +*** Source-level change: The regexps in `muse-colors-markup' are now +permitted to have non-shy groupings. + ** New modules *** lisp/muse-backlink.el -- Provide backlink support for Muse. @@ -234,6 +240,11 @@ disambiguate the link. For example: "web/TestPage". This holds the output style that is currently being used to publish a file. +*** Permit non-Muse files in projects to be linked to. + +*** Handle relative links to other Muse pages. +Relative links are prefixed with "./" or "../". + ** Publishing (lisp/muse-publish.el) *** Implement escaping of specials throughout the entire document. @@ -353,6 +364,8 @@ to non-nil. Note that this involved a change to the structure of `muse-publish-markup-tag', so be sure to change any custom tags appropriately. +*** Fix bug with WikiName link descriptions and PDF output. + *** New tags, see the Tag Summary section in the manual for details **** -- Designate entire regions as comments. @@ -417,6 +430,11 @@ page, both when formatting and publishing. *** For interwiki links, prefer files that have the same file extension as the current file. +*** Check the entire explicit link for a project name or complete +interwiki link, not just part of it. This allows page names with +invalid WikiName characters to be referred to by using an explicit +link. + ** XML publishing (lisp/muse-xml.el) *** Update examples/muse.rnc to handle nested list items. diff --git a/lisp/muse.el b/lisp/muse.el index 79f9a17..4c4607a 100644 --- a/lisp/muse.el +++ b/lisp/muse.el @@ -4,7 +4,7 @@ ;; Emacs Lisp Archive Entry ;; Filename: muse.el -;; Version: 3.02.92 (3.03 RC2) +;; Version: 3.02.93 (3.03 RC3) ;; Date: Fri 7-Apr-2006 ;; Keywords: hypermedia ;; Author: John Wiegley (johnw AT gnu DOT org) @@ -48,7 +48,7 @@ ;; Indicate that this version of Muse supports nested tags (provide 'muse-nested-tags) -(defvar muse-version "3.02.92" +(defvar muse-version "3.02.93" "The version of Muse currently loaded") (defun muse-version (&optional insert) diff --git a/muse.texi b/muse.texi index c0fa09d..b10f5b8 100644 --- a/muse.texi +++ b/muse.texi @@ -12,7 +12,7 @@ @syncodeindex fn cp @copying -This manual is for the Emacs Muse version 3.02.92 (3.03 RC2). +This manual is for Emacs Muse version 3.02.93 (3.03 RC3). Copyright @copyright{} 2004, 2005, 2006 Free Software Foundation, Inc. -- 2.11.4.GIT