diff options
author | Ken Manheimer <ken.manheimer@gmail.com> | 2011-02-17 16:47:18 -0500 |
---|---|---|
committer | Ken Manheimer <ken.manheimer@gmail.com> | 2011-02-17 16:47:18 -0500 |
commit | 3a00a36316bcc52882c13351df11bcd39bad5c1a (patch) | |
tree | 8853bc2289c5eaf98e66f9b2148d16d31088d4e7 /lisp/allout.el | |
parent | a202ff49bf73e0c1be566f04b76282e4a3b8ac73 (diff) | |
download | emacs-3a00a36316bcc52882c13351df11bcd39bad5c1a.tar.gz |
* lisp/allout-widgets.el: (allout-widgets-icons-light-subdir)
(allout-widgets-icons-dark-subdir): Track relocations of icons
* lisp/allout.el: Remove commentary about remove encryption passphrase
mnemonic support and verification.
* etc/images/icons/allout-widgets/dark-bg,
etc/images/icons/allout-widgets/light-bg,
encrypted-locked.{xpm,png}, unlocked-encrypted.{xpm,png}: Reorganize icon
directories and files to reconcile against windows short-filename clashes.
Diffstat (limited to 'lisp/allout.el')
-rw-r--r-- | lisp/allout.el | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lisp/allout.el b/lisp/allout.el index f77fb0b47bd..4496f9a9f00 100644 --- a/lisp/allout.el +++ b/lisp/allout.el @@ -39,11 +39,9 @@ ;; emacs local file variables need to be enabled when the ;; file was visited -- see `enable-local-variables'.) ;; - Configurable per-file initial exposure settings -;; - Symmetric-key and key-pair topic encryption, plus symmetric passphrase -;; mnemonic support, with verification against an established passphrase -;; (using a stashed encrypted dummy string) and user-supplied hint -;; maintenance. Encryption is via the Emacs 'epg' library. See -;; allout-toggle-current-subtree-encryption docstring. +;; - Symmetric-key and key-pair topic encryption. Encryption is via the +;; Emacs 'epg' library. See allout-toggle-current-subtree-encryption +;; docstring. ;; - Automatic topic-number maintenance ;; - "Hot-spot" operation, for single-keystroke maneuvering and ;; exposure control (see the allout-mode docstring) |