From 125da7ea827d6753205b2a8fb685b84bf31181af Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Sun, 31 Jan 2010 11:06:28 -0800 Subject: [PATCH] Update version, note that Ikiwiki support is not complete. --- Makefile.defs.default | 2 +- lisp/muse.el | 6 +++--- texi/muse.texi | 6 ++++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Makefile.defs.default b/Makefile.defs.default index 327fd70..28d7eb7 100644 --- a/Makefile.defs.default +++ b/Makefile.defs.default @@ -36,7 +36,7 @@ install_info = install-info --info-dir=$(INFODIR) $(1) || : # Useful only for the maintainer PROJECT = muse -VERSION = 3.12 +VERSION = 3.20 MANUAL = muse # Location of Emacs Lisp Package Archive entries diff --git a/lisp/muse.el b/lisp/muse.el index cd836e3..4d4a0b9 100644 --- a/lisp/muse.el +++ b/lisp/muse.el @@ -5,8 +5,8 @@ ;; Emacs Lisp Archive Entry ;; Filename: muse.el -;; Version: 3.12 -;; Date: Fri 28-Jan-2008 +;; Version: 3.20 +;; Date: Sun 31 Jan-2010 ;; Keywords: hypermedia ;; Author: John Wiegley ;; Maintainer: Michael Olson @@ -49,7 +49,7 @@ ;; Indicate that this version of Muse supports nested tags (provide 'muse-nested-tags) -(defvar muse-version "3.12" +(defvar muse-version "3.20" "The version of Muse currently loaded") (defun muse-version (&optional insert) diff --git a/texi/muse.texi b/texi/muse.texi index a863ce0..f62c030 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.12. +This manual is for Emacs Muse version 3.20. Copyright @copyright{} 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @@ -2538,8 +2538,10 @@ This will be used if no special characters are found. @comment node-name, next, previous, up @section Integrating with ikiwiki +Note: Support for Ikiwiki is not yet complete. Use at your own risk. + Ikiwiki is a wiki compiler (@url{http://ikiwiki.info/}). Emacs Muse can -be used as a source format for Ikiwiki pages with the plugin +(not yet) be used as a source format for Ikiwiki pages with the plugin @file{IkiWiki::Plugin::muse}. The @file{lisp/muse-ikiwiki.el} file provides publishing functions and -- 2.11.4.GIT