diff options
| author | Chong Yidong | 2006-09-14 17:52:57 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-09-14 17:52:57 +0000 |
| commit | 834ea6288121d71a1b11ce081ec5f2f3c1693b6d (patch) | |
| tree | 3f73923dc9dbe083e857da923e83488b1db6c1ab | |
| parent | d83509985e17a19fe5771422d8620467a190e816 (diff) | |
| download | emacs-834ea6288121d71a1b11ce081ec5f2f3c1693b6d.tar.gz emacs-834ea6288121d71a1b11ce081ec5f2f3c1693b6d.zip | |
+ Disqualification of aberrent topics in allout.el
| -rw-r--r-- | etc/NEWS | 15 |
1 files changed, 15 insertions, 0 deletions
| @@ -2051,6 +2051,21 @@ asterisk - for instance, the comment close of some languages (eg, c's "*/" | |||
| 2051 | or mathematica's "*)") - at the beginning of line are no longer are | 2051 | or mathematica's "*)") - at the beginning of line are no longer are |
| 2052 | interpreted as level 1 topics in those modes. (Yay!) | 2052 | interpreted as level 1 topics in those modes. (Yay!) |
| 2053 | 2053 | ||
| 2054 | *** Many or most commonly occuring "accidental" topics are disqualified. | ||
| 2055 | Text that looks like low-depth topics is no longer mistaken for them unless | ||
| 2056 | the depth of the first subsequent topic-seeming text greater depth is only | ||
| 2057 | one level deeper. | ||
| 2058 | |||
| 2059 | For example, pasting some text with a bunch of leading asterisks into a | ||
| 2060 | topic that's followed by a level 3 or deeper topic will not cause the | ||
| 2061 | pasted text to be mistaken for outline structure. Likewise for any text | ||
| 2062 | added that looks like any level 2 or 3 topics. | ||
| 2063 | |||
| 2064 | This settles an old issue where typed or pasted text needed to be carefully | ||
| 2065 | reviewed, and sometimes doctored, to avoid accidentally disrupting the | ||
| 2066 | outline structure. Now that should be generally unnecessary, as the most | ||
| 2067 | prone-to-occur accidents are disqualified. | ||
| 2068 | |||
| 2054 | *** Many substantial fixes and refinements, including: | 2069 | *** Many substantial fixes and refinements, including: |
| 2055 | 2070 | ||
| 2056 | - repaired regexp-quoting of custom header prefixes, so any literals | 2071 | - repaired regexp-quoting of custom header prefixes, so any literals |