From cdf96e459b54231c36fda3c9f0006e39ffaf574d Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Sun, 15 Oct 2006 05:45:05 +0000 Subject: [PATCH] Do some bookkeeping 2006-10-15 Michael Olson * AUTHORS: Bookkeeping. * lisp/muse-blosxom.el (muse-blosxom-header): Indent code in lisp tag. git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-216 --- AUTHORS | 6 +++++- ChangeLog | 5 +++++ lisp/muse-blosxom.el | 18 +++++++++++------- lisp/muse-protocols.el | 3 +++ 4 files changed, 24 insertions(+), 8 deletions(-) diff --git a/AUTHORS b/AUTHORS index 5e01ba7..0f33ab7 100644 --- a/AUTHORS +++ b/AUTHORS @@ -35,7 +35,7 @@ Andrew J. Korty: Author of muse-groff.el (assigned past and future changes) Sasha Kovar: Contributor - - muse-blosxom.el: 5 lines changed + - muse-blosxom.el: >15 lines changed Peter K. Lee: Contributor (assigned past and future changes) @@ -61,6 +61,10 @@ Jim Ottaway: Author of muse-backlink.el, Andrea Riciputi: Idea taken from code, but re-implemented +Stefan Schlee: Contributor + - muse-protocols.el: 1 line changed + - muse.texi: 7 lines changed + Per B. Sederberg: Contributor (assigned past and future changes) diff --git a/ChangeLog b/ChangeLog index d2323c4..085f0c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2006-10-15 Michael Olson + * AUTHORS: Bookkeeping. + + * lisp/muse-blosxom.el (muse-blosxom-header): Indent code in lisp + tag. + * lisp/muse-groff.el (muse-groff-markup-tags): Adapt for nested tags. diff --git a/lisp/muse-blosxom.el b/lisp/muse-blosxom.el index 1045876..201b855 100644 --- a/lisp/muse-blosxom.el +++ b/lisp/muse-blosxom.el @@ -125,6 +125,10 @@ ;; Björn Lindström (bkhl AT elektrubadur DOT se) made many valuable ;; suggestions. +;; Sasha Kovar (sasha AT arcocene DOT org) fixed +;; muse-blosxom-new-entry when using tags and also implemented support +;; for the #postdate directive. + ;;; Code: ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -149,13 +153,13 @@ See `muse-blosxom' for more information." (defcustom muse-blosxom-header "(concat (muse-publishing-directive \"title\") \"\\n\" -(when muse-blosxom-use-metadate - (let ((date (muse-publishing-directive \"date\"))) - (when date (concat \"#postdate \" - (muse-blosxom-format-date date) \"\\n\")))) -(when muse-blosxom-use-tags - (let ((tags (muse-publishing-directive \"tags\"))) - (when tags (concat \"#tags \" tags \"\\n\")))))" + (when muse-blosxom-use-metadate + (let ((date (muse-publishing-directive \"date\"))) + (when date (concat \"#postdate \" + (muse-blosxom-format-date date) \"\\n\")))) + (when muse-blosxom-use-tags + (let ((tags (muse-publishing-directive \"tags\"))) + (when tags (concat \"#tags \" tags \"\\n\")))))" "Header used for publishing Blosxom files. This may be text or a filename." :type 'string :group 'muse-blosxom) diff --git a/lisp/muse-protocols.el b/lisp/muse-protocols.el index a389a8f..9c30351 100644 --- a/lisp/muse-protocols.el +++ b/lisp/muse-protocols.el @@ -46,6 +46,9 @@ ;; Phillip Lord (Phillip.Lord AT newcastle DOT ac DOT uk) provided a ;; handler for DOI URLs. +;; Stefan Schlee fixed a bug with handling of colons at the end of +;; URLs. + ;;; Code: ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -- 2.11.4.GIT