comparison lisp/allout.el @ 92337:a1a12ed4e5e2

(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.
author Glenn Morris <rgm@gnu.org>
date Fri, 29 Feb 2008 04:06:46 +0000
parents 7dc2524306eb
children ee5932bf781d
comparison
equal deleted inserted replaced
92336:5f827896103e 92337:a1a12ed4e5e2
689 :group 'allout) 689 :group 'allout)
690 ;;;_ = allout-topic-encryption-bullet 690 ;;;_ = allout-topic-encryption-bullet
691 (defcustom allout-topic-encryption-bullet "~" 691 (defcustom allout-topic-encryption-bullet "~"
692 "*Bullet signifying encryption of the entry's body." 692 "*Bullet signifying encryption of the entry's body."
693 :type '(choice (const nil) string) 693 :type '(choice (const nil) string)
694 :version "22.0" 694 :version "22.1"
695 :group 'allout-encryption) 695 :group 'allout-encryption)
696 ;;;_ = allout-passphrase-verifier-handling 696 ;;;_ = allout-passphrase-verifier-handling
697 (defcustom allout-passphrase-verifier-handling t 697 (defcustom allout-passphrase-verifier-handling t
698 "*Enable use of symmetric encryption passphrase verifier if non-nil. 698 "*Enable use of symmetric encryption passphrase verifier if non-nil.
699 699
700 See the docstring for the `allout-enable-file-variable-adjustment' 700 See the docstring for the `allout-enable-file-variable-adjustment'
701 variable for details about allout ajustment of file variables." 701 variable for details about allout ajustment of file variables."
702 :type 'boolean 702 :type 'boolean
703 :version "22.0" 703 :version "22.1"
704 :group 'allout-encryption) 704 :group 'allout-encryption)
705 (make-variable-buffer-local 'allout-passphrase-verifier-handling) 705 (make-variable-buffer-local 'allout-passphrase-verifier-handling)
706 ;;;_ = allout-passphrase-hint-handling 706 ;;;_ = allout-passphrase-hint-handling
707 (defcustom allout-passphrase-hint-handling 'always 707 (defcustom allout-passphrase-hint-handling 'always
708 "*Dictate outline encryption passphrase reminder handling: 708 "*Dictate outline encryption passphrase reminder handling:
714 See the docstring for the `allout-enable-file-variable-adjustment' 714 See the docstring for the `allout-enable-file-variable-adjustment'
715 variable for details about allout ajustment of file variables." 715 variable for details about allout ajustment of file variables."
716 :type '(choice (const always) 716 :type '(choice (const always)
717 (const needed) 717 (const needed)
718 (const disabled)) 718 (const disabled))
719 :version "22.0" 719 :version "22.1"
720 :group 'allout-encryption) 720 :group 'allout-encryption)
721 (make-variable-buffer-local 'allout-passphrase-hint-handling) 721 (make-variable-buffer-local 'allout-passphrase-hint-handling)
722 ;;;_ = allout-encrypt-unencrypted-on-saves 722 ;;;_ = allout-encrypt-unencrypted-on-saves
723 (defcustom allout-encrypt-unencrypted-on-saves t 723 (defcustom allout-encrypt-unencrypted-on-saves t
724 "*When saving, should topics pending encryption be encrypted? 724 "*When saving, should topics pending encryption be encrypted?
747 disable auto-saves for that file." 747 disable auto-saves for that file."
748 748
749 :type '(choice (const :tag "Yes" t) 749 :type '(choice (const :tag "Yes" t)
750 (const :tag "All except current topic" except-current) 750 (const :tag "All except current topic" except-current)
751 (const :tag "No" nil)) 751 (const :tag "No" nil))
752 :version "22.0" 752 :version "22.1"
753 :group 'allout-encryption) 753 :group 'allout-encryption)
754 (make-variable-buffer-local 'allout-encrypt-unencrypted-on-saves) 754 (make-variable-buffer-local 'allout-encrypt-unencrypted-on-saves)
755 755
756 ;;;_ + Developer 756 ;;;_ + Developer
757 ;;;_ = allout-developer group 757 ;;;_ = allout-developer group
1662 ;; XXX We use isearch-open-invisible *and* isearch-mode-end-hook. The 1662 ;; XXX We use isearch-open-invisible *and* isearch-mode-end-hook. The
1663 ;; latter would be sufficient, but it seems that a separate behavior -- 1663 ;; latter would be sufficient, but it seems that a separate behavior --
1664 ;; the _transient_ opening of invisible text during isearch -- is keyed to 1664 ;; the _transient_ opening of invisible text during isearch -- is keyed to
1665 ;; presence of the isearch-open-invisible property -- even though this 1665 ;; presence of the isearch-open-invisible property -- even though this
1666 ;; property controls the isearch _arrival_ behavior. This is the case at 1666 ;; property controls the isearch _arrival_ behavior. This is the case at
1667 ;; least in emacs 21, 22.0, and xemacs 21.4. 1667 ;; least in emacs 21, 22.1, and xemacs 21.4.
1668 (put 'allout-exposure-category 'isearch-open-invisible 1668 (put 'allout-exposure-category 'isearch-open-invisible
1669 'allout-isearch-end-handler) 1669 'allout-isearch-end-handler)
1670 (if (featurep 'xemacs) 1670 (if (featurep 'xemacs)
1671 (put 'allout-exposure-category 'start-open t) 1671 (put 'allout-exposure-category 'start-open t)
1672 (put 'allout-exposure-category 'insert-in-front-hooks 1672 (put 'allout-exposure-category 'insert-in-front-hooks