diff options
author | Eli Zaretskii <eliz@gnu.org> | 2005-10-20 15:07:51 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2005-10-20 15:07:51 +0000 |
commit | 81154e3da3e04fe660a2838db7db29153358d5aa (patch) | |
tree | f13b1634c421c0c77bf05f776acc499ab765eb8d /etc | |
parent | 517c6ca5a3849f7e9c13b607ad229885ba044c88 (diff) | |
download | emacs-81154e3da3e04fe660a2838db7db29153358d5aa.tar.gz |
Describe changes in allout.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1794,6 +1794,28 @@ boundaries during scrolling. * Changes in Specialized Modes and Packages in Emacs 22.1: +** Changes in Allout + +*** Topic cryptography added, enabling easy gpg topic encryption and +decryption. Per-topic basis enables interspersing encrypted-text and +clear-text within a single file to your hearts content, using symmetric +and/or public key modes. Time-limited key caching, user-provided +symmetric key hinting and consistency verification, auto-encryption of +pending topics on save, and more, make it easy to use encryption in +powerful ways. + +*** many substantial fixes and refinements, including: + + - repaired inhibition of inadvertant edits to concealed text + - repaired retention of topic body hanging indent upon topic depth shifts + - prevent "containment discontinuities" where a topic is shifted deeper + than the offspring-depth of its' container + - easy to adopt the distinctive bullet of a topic in a topic created + relative to it, or select a new one, or use the common topic bullet + - plain bullets, by default, now alternate between only two characters + ('.' and ','), yielding less cluttered outlines. + - many internal fixes. + ** The variable `woman-topic-at-point' was renamed to `woman-use-topic-at-point' and behaves differently: if this variable is non-nil, the `woman' command uses the word at point |