Skip to content

Commit

Permalink
Release Emacs Muse 3.03!
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
mwolson committed Jun 17, 2007
1 parent 6b54b0f commit 242a2f0
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 10 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 <mwolson@gnu.org>

* etc/IDEAS.muse: Add some ideas from David D. Smith.
Expand Down
2 changes: 1 addition & 1 deletion lisp/muse-blosxom.el
Original file line number Diff line number Diff line change
Expand Up @@ -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 <mwolson@gnu.org>
;; Date: Wed, 23 March 2005

;; This file is part of Emacs Muse. It is not part of GNU Emacs.
Expand Down
2 changes: 1 addition & 1 deletion lisp/muse-latex2png.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

;; Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.

;; Author: Michael Olson (mwolson AT gnu DOT org)
;; Author: Michael Olson <mwolson@gnu.org>
;; Created: 12-Oct-2005

;; This file is part of Emacs Muse. It is not part of GNU Emacs.
Expand Down
3 changes: 1 addition & 2 deletions lisp/muse-publish.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion lisp/muse-xml.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

;; Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.

;; Author: Michael Olson (mwolson AT gnu DOT org)
;; Author: Michael Olson <mwolson@gnu.org>
;; Date: Sat 23-Jul-2005

;; This file is part of Emacs Muse. It is not part of GNU Emacs.
Expand Down
8 changes: 4 additions & 4 deletions lisp/muse.el
Original file line number Diff line number Diff line change
Expand Up @@ -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 <mwolson@gnu.org>
;; Description: An authoring and publishing tool for Emacs
;; URL: http://mwolson.org/projects/EmacsMuse.html
;; Compatibility: Emacs21 XEmacs21 Emacs22
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion texi/muse.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 242a2f0

Please sign in to comment.