~ubuntu-branches/ubuntu/intrepid/muse-el/intrepid

« back to all changes in this revision

Viewing changes to lisp/muse-texinfo.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-texinfo.el --- publish entries to Texinfo format or PDF
2
2
 
3
 
;; Copyright (C) 2004, 2005  Free Software Foundation, Inc.
4
 
 
5
 
;; This file is not part of GNU Emacs.
6
 
 
7
 
;; This is free software; you can redistribute it and/or modify it under
8
 
;; the terms of the GNU General Public License as published by the Free
9
 
;; Software Foundation; either version 2, or (at your option) any later
10
 
;; version.
11
 
;;
12
 
;; This is distributed in the hope that it will be useful, but WITHOUT
13
 
;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14
 
;; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
15
 
;; for more details.
16
 
;;
 
3
;; Copyright (C) 2004, 2005, 2006 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.
 
16
 
17
17
;; You should have received a copy of the GNU General Public License
18
 
;; 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
19
19
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20
20
;; Boston, MA 02110-1301, USA.
21
21