~ubuntu-branches/ubuntu/karmic/muse-el/karmic

« back to all changes in this revision

Viewing changes to lisp/muse-blosxom.el

  • Committer: Bazaar Package Importer
  • Author(s): Michael W. Olson (GNU address)
  • Date: 2006-10-10 21:44:42 UTC
  • mfrom: (1.1.2 upstream) (3.1.1 edgy)
  • Revision ID: james.westby@ubuntu.com-20061010214442-dwhmmh43pp8oqi4f
Tags: 3.02.8-1
* New upstream release.
* Bug fix: "muse-el: Can not activate planner-mode on Emacs 22", thanks
  to intrigeri (Closes: #391408).
* Bug fix: "muse-el: muse-http.el is not functional", thanks to Junichi
  Uekawa (Closes: #357949).
* control (Build-Depends): New field which contains debhelper
  dependency.
  (Standards-Version): Bump to 3.7.2.
* debian/emacsen-install: Compile files in contrib directory in addition
  to the normal fare.  Thanks to Junichi Uekawa for the suggestion.
* debian/emacsen-startup: Add contrib directory to load-path.
* debian/emacsen-remove: Fix comment.
* debian/compat: New file that sets the debhelper compatibility level to
  4.
* debian/rules: Remove DH_COMPAT line.  Thanks to Romain Francoise for
  the suggestion.
* debian/NEWS: Rename from NEWS.Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
;;; muse-blosxom.el --- publish a document tree for serving by (py)Blosxom
2
2
 
3
 
;; Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
3
;; Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
4
4
 
 
5
;; Author: Michael Olson (mwolson AT gnu DOT org)
5
6
;; Date: Wed, 23 March 2005
6
 
;; Author: Michael Olson (mwolson AT gnu DOT org)
7
 
;; Maintainer: Michael Olson (mwolson AT gnu DOT org)
8
 
 
9
 
;; This file is not part of GNU Emacs.
10
 
 
11
 
;; This is free software; you can redistribute it and/or modify it under
12
 
;; the terms of the GNU General Public License as published by the Free
13
 
;; Software Foundation; either version 2, or (at your option) any later
14
 
;; version.
15
 
;;
16
 
;; This is distributed in the hope that it will be useful, but WITHOUT
17
 
;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
18
 
;; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
19
 
;; for more details.
20
 
;;
 
7
 
 
8
;; This file is part of Emacs Muse.  It is not part of GNU Emacs.
 
9
 
 
10
;; Emacs Muse is free software; you can redistribute it and/or modify
 
11
;; it under the terms of the GNU General Public License as published
 
12
;; by the Free Software Foundation; either version 2, or (at your
 
13
;; option) any later version.
 
14
 
 
15
;; Emacs Muse is distributed in the hope that it will be useful, but
 
16
;; WITHOUT ANY WARRANTY; without even the implied warranty of
 
17
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
18
;; General Public License for more details.
 
19
 
21
20
;; You should have received a copy of the GNU General Public License
22
 
;; along with GNU Emacs; see the file COPYING.  If not, write to the
 
21
;; along with Emacs Muse; see the file COPYING.  If not, write to the
23
22
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
24
23
;; Boston, MA 02110-1301, USA.
25
24
 
99
98
 
100
99
;; Gary Vaughan (gary AT gnu DOT org) is the original author of
101
100
;; `emacs-wiki-blosxom.el', which is the ancestor of this file.
102
 
;;
 
101
 
103
102
;; Brad Collins (brad AT chenla DOT org) ported this file to Muse.
104
 
;;
105
 
;; Michael Olson (mwolson AT gnu DOT org) further adapted this file to
106
 
;; Muse and continues to maintain it.
107
 
;;
 
103
 
108
104
;; Björn Lindström (bkhl AT elektrubadur DOT se) made many valuable
109
105
;; suggestions.
110
106