From 21e8bc996dcb20a54b40311ebdcf9646840a7cfe Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 29 Feb 2008 04:06:59 +0000 Subject: [PATCH] (allout-topic-encryption-bullet) (allout-passphrase-verifier-handling, allout-passphrase-hint-handling) (allout-encrypt-unencrypted-on-saves): Change defcustom :version from 22.0 to 22.1. --- lisp/ChangeLog | 5 +++++ lisp/allout.el | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e051e2d1b91..a8bc7f49de5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,10 @@ 2008-02-29 Glenn Morris + * allout.el (allout-topic-encryption-bullet) + (allout-passphrase-verifier-handling, allout-passphrase-hint-handling) + (allout-encrypt-unencrypted-on-saves): Change defcustom :version + from 22.0 to 22.1. + * net/imap.el (imap-ping-server): * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch): Change defcustom :version from 23.0 to 23.1. diff --git a/lisp/allout.el b/lisp/allout.el index a259723d5ba..9c90e702bbf 100644 --- a/lisp/allout.el +++ b/lisp/allout.el @@ -691,7 +691,7 @@ formatted copy." (defcustom allout-topic-encryption-bullet "~" "*Bullet signifying encryption of the entry's body." :type '(choice (const nil) string) - :version "22.0" + :version "22.1" :group 'allout-encryption) ;;;_ = allout-passphrase-verifier-handling (defcustom allout-passphrase-verifier-handling t @@ -700,7 +700,7 @@ formatted copy." See the docstring for the `allout-enable-file-variable-adjustment' variable for details about allout ajustment of file variables." :type 'boolean - :version "22.0" + :version "22.1" :group 'allout-encryption) (make-variable-buffer-local 'allout-passphrase-verifier-handling) ;;;_ = allout-passphrase-hint-handling @@ -716,7 +716,7 @@ variable for details about allout ajustment of file variables." :type '(choice (const always) (const needed) (const disabled)) - :version "22.0" + :version "22.1" :group 'allout-encryption) (make-variable-buffer-local 'allout-passphrase-hint-handling) ;;;_ = allout-encrypt-unencrypted-on-saves @@ -749,7 +749,7 @@ disable auto-saves for that file." :type '(choice (const :tag "Yes" t) (const :tag "All except current topic" except-current) (const :tag "No" nil)) - :version "22.0" + :version "22.1" :group 'allout-encryption) (make-variable-buffer-local 'allout-encrypt-unencrypted-on-saves) @@ -1664,7 +1664,7 @@ the following two lines in your Emacs init file: ;; the _transient_ opening of invisible text during isearch -- is keyed to ;; presence of the isearch-open-invisible property -- even though this ;; property controls the isearch _arrival_ behavior. This is the case at - ;; least in emacs 21, 22.0, and xemacs 21.4. + ;; least in emacs 21, 22.1, and xemacs 21.4. (put 'allout-exposure-category 'isearch-open-invisible 'allout-isearch-end-handler) (if (featurep 'xemacs) -- 2.11.4.GIT