~ubuntu-branches/ubuntu/wily/semi/wily

« back to all changes in this revision

Viewing changes to pgg-def.el

  • Committer: Bazaar Package Importer
  • Author(s): Tatsuya Kinoshita
  • Date: 2010-02-08 23:40:04 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100208234004-zra1zdm4bgijt51o
Tags: 1.14.6+0.20100207-1
* New upstream release. (CVS semi-1_14 branch on 2010-02-07)
  - Fix non-compliant messages that are signed and encrypted with OpenPGP.
    (closes: #555472)
  - Fix missing mandatory "Version: 1" field for application/pgp-encrypted.
    (closes: #554720)
* debian/rules: Add direntry to *.texi for *.info. (closes: #528895)
* debian/prerm, debian/postinst: Removed.
* debian/control:
  - Add `dpkg (>= 1.15.4) | install-info' to Depends.
  - Add `${misc:Depends}' to Depends.
  - Set Section to lisp.
  - Update Standards-Version to 3.8.4.
* debian/copyright: Updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
  :group 'pgg
59
59
  :type 'boolean)
60
60
 
 
61
(defcustom pgg-decrypt-automatically nil
 
62
  "*If t, decrypt messages automatically."
 
63
  :group 'pgg
 
64
  :type 'boolean)
 
65
 
61
66
(defvar pgg-messages-coding-system nil
62
67
  "Coding system used when reading from a PGP external process.")
63
68