# HG changeset patch # User Glenn Morris # Date 1204258057 0 # Node ID 1279685cd822f26782fc8ab5cb94149438798114 # Parent 4e86767e811422a81b50e51f6ad78456bc1e6555 (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. diff -r 4e86767e8114 -r 1279685cd822 lisp/allout.el --- a/lisp/allout.el Fri Feb 29 03:13:44 2008 +0000 +++ b/lisp/allout.el Fri Feb 29 04:07:37 2008 +0000 @@ -584,7 +584,7 @@ (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 @@ -593,7 +593,7 @@ 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 @@ -609,7 +609,7 @@ :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 @@ -642,7 +642,7 @@ :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) @@ -1641,7 +1641,7 @@ ;; 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)