aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2006-09-14 17:52:57 +0000
committerChong Yidong2006-09-14 17:52:57 +0000
commit834ea6288121d71a1b11ce081ec5f2f3c1693b6d (patch)
tree3f73923dc9dbe083e857da923e83488b1db6c1ab
parentd83509985e17a19fe5771422d8620467a190e816 (diff)
downloademacs-834ea6288121d71a1b11ce081ec5f2f3c1693b6d.tar.gz
emacs-834ea6288121d71a1b11ce081ec5f2f3c1693b6d.zip
+ Disqualification of aberrent topics in allout.el
-rw-r--r--etc/NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f2a6b5cb10e..0e19f64720f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2051,6 +2051,21 @@ asterisk - for instance, the comment close of some languages (eg, c's "*/"
2051or mathematica's "*)") - at the beginning of line are no longer are 2051or mathematica's "*)") - at the beginning of line are no longer are
2052interpreted as level 1 topics in those modes. (Yay!) 2052interpreted as level 1 topics in those modes. (Yay!)
2053 2053
2054*** Many or most commonly occuring "accidental" topics are disqualified.
2055Text that looks like low-depth topics is no longer mistaken for them unless
2056the depth of the first subsequent topic-seeming text greater depth is only
2057one level deeper.
2058
2059For example, pasting some text with a bunch of leading asterisks into a
2060topic that's followed by a level 3 or deeper topic will not cause the
2061pasted text to be mistaken for outline structure. Likewise for any text
2062added that looks like any level 2 or 3 topics.
2063
2064This settles an old issue where typed or pasted text needed to be carefully
2065reviewed, and sometimes doctored, to avoid accidentally disrupting the
2066outline structure. Now that should be generally unnecessary, as the most
2067prone-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