diff options
| author | Ken Manheimer | 2011-02-17 16:47:18 -0500 |
|---|---|---|
| committer | Ken Manheimer | 2011-02-17 16:47:18 -0500 |
| commit | 3a00a36316bcc52882c13351df11bcd39bad5c1a (patch) | |
| tree | 8853bc2289c5eaf98e66f9b2148d16d31088d4e7 /lisp | |
| parent | a202ff49bf73e0c1be566f04b76282e4a3b8ac73 (diff) | |
| download | emacs-3a00a36316bcc52882c13351df11bcd39bad5c1a.tar.gz emacs-3a00a36316bcc52882c13351df11bcd39bad5c1a.zip | |
* 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')
| -rw-r--r-- | lisp/ChangeLog | 7 | ||||
| -rw-r--r-- | lisp/allout-widgets.el | 8 | ||||
| -rw-r--r-- | lisp/allout.el | 8 |
3 files changed, 14 insertions, 9 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0ff975592ca..c6b67ccfd73 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2011-02-17 Ken Manheimer <ken.manheimer@gmail.com> | ||
| 2 | |||
| 3 | * lisp/allout-widgets.el: (allout-widgets-icons-light-subdir) | ||
| 4 | (allout-widgets-icons-dark-subdir): Track relocations of icons | ||
| 5 | * lisp/allout.el: Remove commentary about remove encryption | ||
| 6 | passphrase mnemonic support and verification. | ||
| 7 | |||
| 1 | 2011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com> | 8 | 2011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com> |
| 2 | 9 | ||
| 3 | * net/rcirc.el (rcirc-float-time): New function. | 10 | * net/rcirc.el (rcirc-float-time): New function. |
diff --git a/lisp/allout-widgets.el b/lisp/allout-widgets.el index 1d2523f2026..75e1e5882f6 100644 --- a/lisp/allout-widgets.el +++ b/lisp/allout-widgets.el | |||
| @@ -154,12 +154,12 @@ See `allout-widgets-mode' for allout widgets mode features." | |||
| 154 | ;; (make-variable-buffer-local 'allout-widgets-allow-unruly-edits) | 154 | ;; (make-variable-buffer-local 'allout-widgets-allow-unruly-edits) |
| 155 | ;;;_ = allout-widgets-auto-activation - below, for eval-order dependencies | 155 | ;;;_ = allout-widgets-auto-activation - below, for eval-order dependencies |
| 156 | ;;;_ = allout-widgets-icons-dark-subdir | 156 | ;;;_ = allout-widgets-icons-dark-subdir |
| 157 | (defcustom allout-widgets-icons-dark-subdir "icons/allout-widgets-dark-bg/" | 157 | (defcustom allout-widgets-icons-dark-subdir "icons/allout-widgets/dark-bg/" |
| 158 | "Directory on `image-load-path' holding allout icons for dark backgrounds." | 158 | "Directory on `image-load-path' holding allout icons for dark backgrounds." |
| 159 | :type 'string | 159 | :type 'string |
| 160 | :group 'allout-widgets) | 160 | :group 'allout-widgets) |
| 161 | ;;;_ = allout-widgets-icons-light-subdir | 161 | ;;;_ = allout-widgets-icons-light-subdir |
| 162 | (defcustom allout-widgets-icons-light-subdir "icons/allout-widgets-light-bg/" | 162 | (defcustom allout-widgets-icons-light-subdir "icons/allout-widgets/light-bg/" |
| 163 | "Directory on `image-load-path' holding allout icons for light backgrounds." | 163 | "Directory on `image-load-path' holding allout icons for light backgrounds." |
| 164 | :type 'string | 164 | :type 'string |
| 165 | :group 'allout-widgets) | 165 | :group 'allout-widgets) |
| @@ -1923,8 +1923,8 @@ reapplying this method will rectify the glyphs." | |||
| 1923 | 1923 | ||
| 1924 | (setq icon-state | 1924 | (setq icon-state |
| 1925 | (cond (does-encrypt (if is-encrypted | 1925 | (cond (does-encrypt (if is-encrypted |
| 1926 | 'encrypted-locked | 1926 | 'locked-encrypted |
| 1927 | 'encrypted-unlocked)) | 1927 | 'unlocked-encrypted)) |
| 1928 | (expanded 'opened) | 1928 | (expanded 'opened) |
| 1929 | (has-subitems 'closed) | 1929 | (has-subitems 'closed) |
| 1930 | (t 'empty))) | 1930 | (t 'empty))) |
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 @@ | |||
| 39 | ;; emacs local file variables need to be enabled when the | 39 | ;; emacs local file variables need to be enabled when the |
| 40 | ;; file was visited -- see `enable-local-variables'.) | 40 | ;; file was visited -- see `enable-local-variables'.) |
| 41 | ;; - Configurable per-file initial exposure settings | 41 | ;; - Configurable per-file initial exposure settings |
| 42 | ;; - Symmetric-key and key-pair topic encryption, plus symmetric passphrase | 42 | ;; - Symmetric-key and key-pair topic encryption. Encryption is via the |
| 43 | ;; mnemonic support, with verification against an established passphrase | 43 | ;; Emacs 'epg' library. See allout-toggle-current-subtree-encryption |
| 44 | ;; (using a stashed encrypted dummy string) and user-supplied hint | 44 | ;; docstring. |
| 45 | ;; maintenance. Encryption is via the Emacs 'epg' library. See | ||
| 46 | ;; allout-toggle-current-subtree-encryption docstring. | ||
| 47 | ;; - Automatic topic-number maintenance | 45 | ;; - Automatic topic-number maintenance |
| 48 | ;; - "Hot-spot" operation, for single-keystroke maneuvering and | 46 | ;; - "Hot-spot" operation, for single-keystroke maneuvering and |
| 49 | ;; exposure control (see the allout-mode docstring) | 47 | ;; exposure control (see the allout-mode docstring) |