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

« back to all changes in this revision

Viewing changes to lisp/muse-xml.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-xml.el --- publish XML files
2
2
 
3
 
;; Copyright (C) 2005  Free Software Foundation, Inc.
4
 
 
5
 
;; This file is free software; you can redistribute it and/or modify
6
 
;; it under the terms of the GNU General Public License as published by
7
 
;; the Free Software Foundation; either version 2, or (at your option)
8
 
;; any later version.
9
 
 
10
 
;; This file is distributed in the hope that it will be useful,
11
 
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
12
 
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
 
;; GNU General Public License for more details.
 
3
;; Copyright (C) 2005, 2006 Free Software Foundation, Inc.
 
4
 
 
5
;; Author: Michael Olson (mwolson AT gnu DOT org)
 
6
;; Date: Sat 23-Jul-2005
 
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.
14
19
 
15
20
;; You should have received a copy of the GNU General Public License
16
 
;; 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
17
22
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18
23
;; Boston, MA 02110-1301, USA.
19
24
 
31
36
;; Peter K. Lee (saint AT corenova DOT com) made the initial
32
37
;; implementation of planner-publish.el, which was heavily borrowed
33
38
;; from.
34
 
;;
 
39
 
35
40
;; Brad Collins (brad AT chenla DOT org) provided a Compact RelaxNG
36
41
;; schema.
37
 
;;
38
 
;; Michael Olson (mwolson AT gnu DOT org) assembled everything into a
39
 
;; usable form.
40
42
 
41
43
;;; Code:
42
44