From 242a2f0fad8fa29692896b956089d7a64a2580c3 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Sun, 17 Jun 2007 17:10:22 +0000 Subject: [PATCH] Release Emacs Muse 3.03! * lisp/muse-publish.el (muse-publish-markup-list): Remove unused variable. * lisp/muse.el (muse-version): Release Emacs Muse version 3.03. git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-374 --- ChangeLog | 5 +++++ lisp/muse-blosxom.el | 2 +- lisp/muse-latex2png.el | 2 +- lisp/muse-publish.el | 3 +-- lisp/muse-xml.el | 2 +- lisp/muse.el | 8 ++++---- texi/muse.texi | 2 +- 7 files changed, 14 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7f6e379..e6444b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20,6 +20,9 @@ * lisp/muse-latex.el (muse-latex-slides-header) (muse-latex-lecture-notes-header): Docfix. + * lisp/muse-publish.el (muse-publish-markup-list): Remove unused + variable. + * lisp/muse-texinfo.el (muse-texinfo-process-natively): Set default to nil, since texinfmt.el is a serious nuisance. (muse-texinfo-markup-strings): Add newlines to begin-example and @@ -32,6 +35,8 @@ * lisp/muse-xml.el (muse-xml-footer): Docfix. + * lisp/muse.el (muse-version): Release Emacs Muse version 3.03. + 2007-06-16 Michael Olson * etc/IDEAS.muse: Add some ideas from David D. Smith. diff --git a/lisp/muse-blosxom.el b/lisp/muse-blosxom.el index 619c05e..8c4d1cf 100644 --- a/lisp/muse-blosxom.el +++ b/lisp/muse-blosxom.el @@ -2,7 +2,7 @@ ;; Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. -;; Author: Michael Olson (mwolson AT gnu DOT org) +;; Author: Michael Olson ;; Date: Wed, 23 March 2005 ;; This file is part of Emacs Muse. It is not part of GNU Emacs. diff --git a/lisp/muse-latex2png.el b/lisp/muse-latex2png.el index 2bc4e0c..227036f 100644 --- a/lisp/muse-latex2png.el +++ b/lisp/muse-latex2png.el @@ -2,7 +2,7 @@ ;; Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. -;; Author: Michael Olson (mwolson AT gnu DOT org) +;; Author: Michael Olson ;; Created: 12-Oct-2005 ;; This file is part of Emacs Muse. It is not part of GNU Emacs. diff --git a/lisp/muse-publish.el b/lisp/muse-publish.el index 0ad5955..8d0819b 100644 --- a/lisp/muse-publish.el +++ b/lisp/muse-publish.el @@ -1246,8 +1246,7 @@ and type, respecting the end-of-list property." (type (muse-list-item-type str)) (indent (buffer-substring (muse-line-beginning-position) (match-beginning 1))) - (post-indent (length str)) - (last (match-beginning 0))) + (post-indent (length str))) (cond ((or (get-text-property (muse-list-item-critical-point) 'read-only) (get-text-property (muse-list-item-critical-point) 'muse-link)) diff --git a/lisp/muse-xml.el b/lisp/muse-xml.el index 8f668a8..941842c 100644 --- a/lisp/muse-xml.el +++ b/lisp/muse-xml.el @@ -2,7 +2,7 @@ ;; Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. -;; Author: Michael Olson (mwolson AT gnu DOT org) +;; Author: Michael Olson ;; Date: Sat 23-Jul-2005 ;; This file is part of Emacs Muse. It is not part of GNU Emacs. diff --git a/lisp/muse.el b/lisp/muse.el index 7cf7ba9..87d594e 100644 --- a/lisp/muse.el +++ b/lisp/muse.el @@ -4,11 +4,11 @@ ;; Emacs Lisp Archive Entry ;; Filename: muse.el -;; Version: 3.02.93 (3.03 RC3) -;; Date: Fri 7-Apr-2006 +;; Version: 3.03 +;; Date: Sun 17-Jun-2007 ;; Keywords: hypermedia ;; Author: John Wiegley (johnw AT gnu DOT org) -;; Maintainer: Michael Olson (mwolson AT gnu DOT org) +;; Maintainer: Michael Olson ;; Description: An authoring and publishing tool for Emacs ;; URL: http://mwolson.org/projects/EmacsMuse.html ;; Compatibility: Emacs21 XEmacs21 Emacs22 @@ -48,7 +48,7 @@ ;; Indicate that this version of Muse supports nested tags (provide 'muse-nested-tags) -(defvar muse-version "3.02.93" +(defvar muse-version "3.03" "The version of Muse currently loaded") (defun muse-version (&optional insert) diff --git a/texi/muse.texi b/texi/muse.texi index daaaa2c..daa3fa1 100644 --- a/texi/muse.texi +++ b/texi/muse.texi @@ -12,7 +12,7 @@ @syncodeindex fn cp @copying -This manual is for Emacs Muse version 3.02.93 (3.03 RC3). +This manual is for Emacs Muse version 3.03. Copyright @copyright{} 2004, 2005, 2006, 2007 Free Software Foundation, Inc. -- 2.11.4.GIT