~ubuntu-branches/ubuntu/precise/a2ps/precise-updates

« back to all changes in this revision

Viewing changes to lib/jobs.h

  • Committer: Bazaar Package Importer
  • Author(s): Masayuki Hatta (mhatta)
  • Date: 2008-01-03 23:38:51 UTC
  • mfrom: (1.1.4 upstream) (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080103233851-izw2sup5iili3lhq
Tags: 1:4.14-1
* New upstream release.
* Bumped up Standards-Version to 3.7.3 (no physical changes).
* Sorted out copyright information.  Thanks to Patrick Schoenfeld
  - closes: #448454
* Now use autoload, not load, in emacsen-startup.  Thanks to Trent W. Buck 
  - closes: #446152
* Now a2ps try to use html2ps for parsing HTML - closes: #424161
  I'll try to support Iceweasel later.
* Now prefer emacs22 - closes: #434914, #283828
* Added a manpage for a2ps-lpr-wrapper.  Thanks to Michael Tautschnig 
  - closes: #425068
* debian/emacsen-install: do not load site files when byte-compiling, 
  and set symlinks to *.el files 
  - closes: #246296, #269409, #401684, #448144
* prerm, postinst: use emacsen-common stuff only when it is installed 
  and configured.
* rules: do not install emacsen snippets in {prerm,postinst}.
* Many thanks to Agustin Martin Domingo for these 3 hacks above.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 *
13
13
 * This program is free software; you can redistribute it and/or modify
14
14
 * it under the terms of the GNU General Public License as published by
15
 
 * the Free Software Foundation; either version 2, or (at your option)
 
15
 * the Free Software Foundation; either version 3, or (at your option)
16
16
 * any later version.
17
17
 *
18
18
 * This program is distributed in the hope that it will be useful,
27
27
 */
28
28
 
29
29
/*
30
 
 * $Id: jobs.h,v 1.1.1.1 2002/03/04 18:46:25 akim Exp $
 
30
 * $Id: jobs.h,v 1.1.1.1.2.1 2007/12/29 01:58:19 mhatta Exp $
31
31
 */
32
32
#ifndef _JOBS_H_
33
33
#define _JOBS_H_