EasyPG 1.07 Released
[packages] / xemacs-packages / pgg / ChangeLog.XEmacs
1 2014-05-15  Norbert Koch  <viteno@xemacs.org>
2
3         * Makefile (VERSION): XEmacs package 1.10 released.
4
5 2014-05-15  Norbert Koch  <viteno@xemacs.org>
6
7         * Makefile (VERSION): XEmacs package 1.09 released.
8
9 2014-05-13  Jerry James  <james@xemacs.org>
10
11         * .cvsignore: Remove.
12         * .hgignore: New file.
13
14 2011-03-14  Norbert Koch  <viteno@xemacs.org>
15
16         * Makefile (VERSION): XEmacs package 1.08 released.
17
18 2011-03-12  Aidan Kehoe  <kehoea@parhasard.net>
19
20         * pgg-parse.el (pgg-parse-crc24, pgg-parse-crc24-string):
21         Call #'define-ccl-program at compile time, if available, not at
22         runtime. Addresses Marcus Crestani's problem of
23         http://mid.gmane.org/vpdhcif81o9.fsf@informatik.uni-tuebingen.de .
24
25 2009-02-02  Norbert Koch  <viteno@xemacs.org>
26
27         * Makefile (VERSION): XEmacs package 1.07 released.
28
29 2009-01-26  Stephen J. Turnbull  <stephen@xemacs.org>
30
31         * Revert Aidan's last commit.
32
33 2007-12-23  Aidan Kehoe  <kehoea@parhasard.net>
34
35         * pgg-parse.el (pgg-parse-crc24): 
36         Provide the CCL program, independent of whether
37         #'define-ccl-program was available at compile time. 
38         * pgg-parse.el (pgg-parse-crc24-string):
39         Only call the CCL program if #'ccl-execute-on-string is available,
40         which it will be, if the current emacs has CCL support.
41
42 2005-09-26  Norbert Koch  <viteno@xemacs.org>
43
44         * Makefile (VERSION): XEmacs package 1.06 released.
45
46 2005-08-15  Simon Josefsson  <jas@extundo.com>
47
48         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
49         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
50         Capello and Romain Francoise.
51         (pgg-fetch-key-function): Removed, not used?
52         (pgg-insert-url-with-w3): Require url, to get
53         url-insert-file-contents regardless of where it is defined.
54
55 2005-08-08  Simon Josefsson  <jas@extundo.com>
56
57         * pgg.el: Autoload url-insert-file-contents instead of loading
58         w3/url.
59         (pgg-insert-url-with-w3): Don't load url here.
60
61 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
62
63         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
64
65 2005-07-25  Simon Josefsson  <jas@extundo.com>
66
67         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
68         to have the url package without w3.  Reported by Daiki Ueno
69         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
70
71 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
72
73         * pgg-gpg.el (pgg-gpg):
74         * pgg-parse.el (pgg-parse):
75         * pgg-pgp.el (pgg-pgp):
76         * pgg-pgp5.el (pgg-pgp5): Finish `defgroup' description with period.
77
78 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
79
80         * pgg.el (pgg-verify): Return the verification result.
81
82 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
83
84         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Replace `string-to-int'
85         by `string-to-number'.
86         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
87         (pgg-format-key-identifier): Ditto.
88
89 2005-05-09  Simon Josefsson  <jas@extundo.com>
90
91         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching,
92         tiny patch from "Georg C. F. Greve" <greve@gnu.org>.
93
94 2005-01-21  Derek Atkins <warlord@MIT.EDU>  (tiny change)
95
96         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
97
98 2004-09-16  Norbert Koch  <viteno@xemacs.org>
99
100         * Makefile (VERSION): XEmacs package 1.05 released.
101
102 2004-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
103
104         * pgg.texi: Use @copying and @insertcopying.
105
106 2004-01-17  Jesper Harder  <harder@ifa.au.dk>
107
108         * pgg.texi (User Commands, Backend methods): do.
109
110 2004-01-05  Simon Josefsson  <jas@extundo.com>
111
112         * pgg.texi (Caching passphrase): Fix PGG passphrase caching
113         section.
114
115 2003-09-14  Jesper Harder  <harder@ifa.au.dk>
116
117         * pgg.texi (Selecting an implementation, Caching passphrase)
118         (Initializing): Markup fix.
119
120 2003-05-17  Adrian Aichner  <adrian@xemacs.org>
121
122         * pgg.texi (Prerequisites): Ruthless typo fixing.
123         * pgg.texi (Architecture): Ditto.
124         * pgg.texi (Backend methods): Ditto.
125
126 2004-09-16  Simon Josefsson  <jas@extundo.com>
127