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

« back to all changes in this revision

Viewing changes to experimental/muse-cite.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
 
;;; muse-cire.el --- smart citations for Muse
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.
 
1
;;; muse-cite.el --- smart citations for Muse
 
2
 
 
3
;; Copyright (C) 2005 Free Software Foundation, Inc.
 
4
 
 
5
;; This file is part of Emacs Muse.  It is not part of GNU Emacs.
 
6
 
 
7
;; Emacs Muse is free software; you can redistribute it and/or modify
 
8
;; it under the terms of the GNU General Public License as published
 
9
;; by the Free Software Foundation; either version 2, or (at your
 
10
;; option) any later version.
 
11
 
 
12
;; Emacs Muse is distributed in the hope that it will be useful, but
 
13
;; WITHOUT ANY WARRANTY; without even the implied warranty of
 
14
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
15
;; General Public License for more details.
14
16
 
15
17
;; 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
 
18
;; along with Emacs Muse; see the file COPYING.  If not, write to the
17
19
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18
20
;; Boston, MA 02110-1301, USA.
19
21