# HG changeset patch # User Thien-Thi Nguyen # Date 1126658198 0 # Node ID e1161bdd6143c9e972e0e5b6fda8a01e53392d6f # Parent d96d6056d74bc428a0b069ac6bbdb2965b25bd9f Mention new user var `hs-allow-nesting'. diff -r d96d6056d74b -r e1161bdd6143 etc/NEWS --- a/etc/NEWS Wed Sep 14 00:29:50 2005 +0000 +++ b/etc/NEWS Wed Sep 14 00:36:38 2005 +0000 @@ -2996,6 +2996,10 @@ handles the overlay property `display' specially, preserving it during temporary overlay showing in the course of an isearch operation. +** New variable `hs-allow-nesting' non-nil means that hiding a block does +not discard the hidden state of any "internal" blocks; when the parent +block is later shown, the internal blocks remain hidden. Default is nil. + +++ ** `hide-ifdef-mode' now uses overlays rather than selective-display to hide its text. This should be mostly transparent but slightly