diff options
| author | Dan Nicolaescu | 2008-02-09 21:59:34 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-02-09 21:59:34 +0000 |
| commit | 0bd4f3175d3d2e0d6ef892900688dcd0ab2166b3 (patch) | |
| tree | 04d6a19e50eed9961c4853fd5a76dc9626b061da | |
| parent | 4624371d9a4c1a078bcb7a305adb0520cd8975bc (diff) | |
| download | emacs-0bd4f3175d3d2e0d6ef892900688dcd0ab2166b3.tar.gz emacs-0bd4f3175d3d2e0d6ef892900688dcd0ab2166b3.zip | |
* epa.el (epa-faces, epa):
* epa-file.el (epa-file):
* epg-config.el (epg): Add :version.
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/epa-file.el | 1 | ||||
| -rw-r--r-- | lisp/epa.el | 2 | ||||
| -rw-r--r-- | lisp/epg-config.el | 1 |
4 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ff0dea0aa38..248cc4e243a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * epa.el (epa-faces, epa): | ||
| 4 | * epa-file.el (epa-file): | ||
| 5 | * epg-config.el (epg): Add :version. | ||
| 6 | |||
| 1 | 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org> | 7 | 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org> |
| 2 | 8 | ||
| 3 | * vc.el (vc-exec-after): Append CODE to previous fragments. | 9 | * vc.el (vc-exec-after): Append CODE to previous fragments. |
diff --git a/lisp/epa-file.el b/lisp/epa-file.el index 613f496649e..c753d4c37a0 100644 --- a/lisp/epa-file.el +++ b/lisp/epa-file.el | |||
| @@ -27,6 +27,7 @@ | |||
| 27 | 27 | ||
| 28 | (defgroup epa-file nil | 28 | (defgroup epa-file nil |
| 29 | "The EasyPG Assistant hooks for transparent file encryption" | 29 | "The EasyPG Assistant hooks for transparent file encryption" |
| 30 | :version "23.1" | ||
| 30 | :group 'epa) | 31 | :group 'epa) |
| 31 | 32 | ||
| 32 | (defun epa-file--file-name-regexp-set (variable value) | 33 | (defun epa-file--file-name-regexp-set (variable value) |
diff --git a/lisp/epa.el b/lisp/epa.el index c614342f64e..ea1c4aad593 100644 --- a/lisp/epa.el +++ b/lisp/epa.el | |||
| @@ -31,6 +31,7 @@ | |||
| 31 | 31 | ||
| 32 | (defgroup epa nil | 32 | (defgroup epa nil |
| 33 | "The EasyPG Assistant" | 33 | "The EasyPG Assistant" |
| 34 | :version "23.1" | ||
| 34 | :group 'epg) | 35 | :group 'epg) |
| 35 | 36 | ||
| 36 | (defcustom epa-popup-info-window t | 37 | (defcustom epa-popup-info-window t |
| @@ -46,6 +47,7 @@ the separate window." | |||
| 46 | 47 | ||
| 47 | (defgroup epa-faces nil | 48 | (defgroup epa-faces nil |
| 48 | "Faces for epa-mode." | 49 | "Faces for epa-mode." |
| 50 | :version "23.1" | ||
| 49 | :group 'epa) | 51 | :group 'epa) |
| 50 | 52 | ||
| 51 | (defface epa-validity-high | 53 | (defface epa-validity-high |
diff --git a/lisp/epg-config.el b/lisp/epg-config.el index 7230cfc0f5c..1ac05d1ba52 100644 --- a/lisp/epg-config.el +++ b/lisp/epg-config.el | |||
| @@ -27,6 +27,7 @@ | |||
| 27 | 27 | ||
| 28 | (defgroup epg () | 28 | (defgroup epg () |
| 29 | "The EasyPG Library" | 29 | "The EasyPG Library" |
| 30 | :version "23.1" | ||
| 30 | :group 'emacs) | 31 | :group 'emacs) |
| 31 | 32 | ||
| 32 | (defcustom epg-gpg-program "gpg" | 33 | (defcustom epg-gpg-program "gpg" |