aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog46
1 files changed, 46 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d7def506d98..71fc929308b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,49 @@
12011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
2
3 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
4 insecure exception for current topic. Also note that auto-saves
5 are handled differently.
6
7 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
8 State variables for tracking auto-save inhibition situation.
9
10 (allout-write-contents-hook-handler): Rename from
11 'allout-write-file-hook-handler', and describe how it depends on
12 write-contents-functions sensitivity to non-nil value to prevent
13 file write.
14
15 (allout-auto-save-hook-handler): Remove. auto-save does not check
16 this in individual buffers, only in the starting buffer, so this
17 is not the right way for us to inhibit auto-save in a buffer
18 according to its condition.
19
20 (allout-mode): Use new allout-write-contents-hook-handler, and
21 only with write-contents-functions. Remove auto-save provisions -
22 they're implemented elsewhere.
23
24 (allout-before-change-handler): If undo is in progress, note that
25 for attention of allout-post-command-business.
26
27 (allout-post-command-business): If the command we're following was
28 an undo, check for change in the status of encrypted items and
29 adjust auto-save inhibitions accordingly.
30
31 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
32 according to whether there are or aren't any plain-text topics
33 pending encryption.
34
35 (allout-inhibit-auto-save-info-for-decryption): Adjust
36 buffer-saved-size and some allout state to inhibit auto-saves if
37 there are plain-text topics pending encryption.
38
39 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
40 buffer-saved-size and some allout state to not inhibit auto-saves
41 if there are no longer any plain-text topics pending encryption.
42
43 (allout-next-topic-pending-encryption),
44 (allout-encrypt-decrypted): No longer provide for exemption of the
45 current topic.
46
12011-07-04 Juri Linkov <juri@jurta.org> 472011-07-04 Juri Linkov <juri@jurta.org>
2 48
3 Add 7z operations to delete and save changed members (bug#8968). 49 Add 7z operations to delete and save changed members (bug#8968).