summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-02-29 04:08:10 +0000
committerGlenn Morris <rgm@gnu.org>2008-02-29 04:08:10 +0000
commitd805d7545f3aaefa0120fb007723589bb340f845 (patch)
treec5f62e4fd1b8ed58ddc3b40210818604ea418da1
parent2220be5b739d3270410a358d0bb38140f764c17a (diff)
downloademacs-d805d7545f3aaefa0120fb007723589bb340f845.tar.gz
(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.
-rw-r--r--lisp/ChangeLog7
-rw-r--r--lisp/allout.el10
2 files changed, 12 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index eb80e96e331..df98bb937e4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
+2008-02-29 Glenn Morris <rgm@gnu.org>
+
+ * 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.
+
2008-02-29 Juanma Barranquero <lekktu@gmail.com>
* desktop.el (desktop-save): Save the buffer name if the
diff --git a/lisp/allout.el b/lisp/allout.el
index 075a41bdba1..5b1d38bb4b1 100644
--- a/lisp/allout.el
+++ b/lisp/allout.el
@@ -584,7 +584,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
@@ -593,7 +593,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
@@ -609,7 +609,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
@@ -642,7 +642,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)
@@ -1641,7 +1641,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)