From 617fa8c5d1ed92e8b2eff4d6d2b53e608440db20 Mon Sep 17 00:00:00 2001 From: "Michael W. Olson" Date: Mon, 28 Jan 2008 22:13:11 -0500 Subject: [PATCH] Release Emacs Muse 3.12. --- ChangeLog | 4 ++++ Makefile.defs.default | 2 +- lisp/muse.el | 6 +++--- texi/muse.texi | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6219e15..6243e68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,13 @@ 2008-01-28 Michael Olson + * Release Emacs Muse 3.12. + * NEWS: Update. * Update copyright years. + * examples/mwolson: Update init file, stylesheets, and templates. + * etc/muse.rnc: Add support for the
tag. Don't allow tags inside of format elements. diff --git a/Makefile.defs.default b/Makefile.defs.default index 22e7ac2..51c2c42 100644 --- a/Makefile.defs.default +++ b/Makefile.defs.default @@ -37,7 +37,7 @@ install_info = install-info --info-dir=$(INFODIR) $(1) || : # Useful only for the maintainer PROJECT = muse DEBNAME = muse-el -VERSION = 3.11 +VERSION = 3.12 MANUAL = muse LASTUPLOAD = 3.03-1 BUILDOPTS = diff --git a/lisp/muse.el b/lisp/muse.el index aecd941..6064a73 100644 --- a/lisp/muse.el +++ b/lisp/muse.el @@ -4,10 +4,10 @@ ;; Emacs Lisp Archive Entry ;; Filename: muse.el -;; Version: 3.11 -;; Date: Fri 24-Aug-2007 +;; Version: 3.12 +;; Date: Fri 28-Jan-2008 ;; Keywords: hypermedia -;; Author: John Wiegley (johnw AT gnu DOT org) +;; Author: John Wiegley ;; Maintainer: Michael Olson ;; Description: An authoring and publishing tool for Emacs ;; URL: http://mwolson.org/projects/EmacsMuse.html diff --git a/texi/muse.texi b/texi/muse.texi index 1a41830..502a7ba 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.11. +This manual is for Emacs Muse version 3.12. Copyright @copyright{} 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. -- 2.11.4.GIT