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

« back to all changes in this revision

Viewing changes to lisp/muse.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:
4
4
 
5
5
;; Emacs Lisp Archive Entry
6
6
;; Filename: muse.el
7
 
;; Version: 3.02.6
8
 
;; Date: Sat 12-Jan-2006
 
7
;; Version: 3.02.8
 
8
;; Date: Tue 10-Oct-2006
9
9
;; Keywords: hypermedia
10
10
;; Author: John Wiegley (johnw AT gnu DOT org)
11
11
;; Maintainer: Michael Olson (mwolson AT gnu DOT org)
12
12
;; Description: An authoring and publishing tool for Emacs
13
 
;; URL: http://www.mwolson.org/projects/MuseMode.html
 
13
;; URL: http://www.mwolson.org/projects/EmacsMuse.html
14
14
;; Compatibility: Emacs21 XEmacs21 Emacs22
15
15
 
16
 
;; This file is not part of GNU Emacs.
17
 
 
18
 
;; This is free software; you can redistribute it and/or modify it under
19
 
;; the terms of the GNU General Public License as published by the Free
20
 
;; Software Foundation; either version 2, or (at your option) any later
21
 
;; version.
22
 
;;
23
 
;; This is distributed in the hope that it will be useful, but WITHOUT
24
 
;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
25
 
;; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
26
 
;; for more details.
27
 
;;
 
16
;; This file is part of Emacs Muse.  It is not part of GNU Emacs.
 
17
 
 
18
;; Emacs Muse is free software; you can redistribute it and/or modify
 
19
;; it under the terms of the GNU General Public License as published
 
20
;; by the Free Software Foundation; either version 2, or (at your
 
21
;; option) any later version.
 
22
 
 
23
;; Emacs Muse is distributed in the hope that it will be useful, but
 
24
;; WITHOUT ANY WARRANTY; without even the implied warranty of
 
25
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
26
;; General Public License for more details.
 
27
 
28
28
;; You should have received a copy of the GNU General Public License
29
 
;; along with GNU Emacs; see the file COPYING.  If not, write to the
 
29
;; along with Emacs Muse; see the file COPYING.  If not, write to the
30
30
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
31
31
;; Boston, MA 02110-1301, USA.
32
32
 
45
45
 
46
46
;;; Code:
47
47
 
48
 
(defvar muse-version "3.02.5"
 
48
(defvar muse-version "3.02.8"
49
49
  "The version of Muse currently loaded")
50
50
 
51
51
(defun muse-version (&optional insert)