diff etc/NEWS @ 41623:8cf1bafe44b1

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 28 Nov 2001 07:26:37 +0000
parents d5ea676e4052
children 30f353761d6c
line wrap: on
line diff
--- a/etc/NEWS	Wed Nov 28 07:25:03 2001 +0000
+++ b/etc/NEWS	Wed Nov 28 07:26:37 2001 +0000
@@ -168,6 +168,12 @@
 change the `fill-column', `window-margins' and `tab-stop-list'
 settings.
 
+*** The reveal.el package provides the minor modes `reveal-mode' and
+`global-reveal-mode' which will make text visible on the fly as you
+move your cursor into hidden region of the buffer.
+It should work with any package that uses overlays to hide parts
+of a buffer, such as outline-minor-mode, hs-minor-mode, hide-ifdef-mode, ...
+
 *** master-mode.el implements a minor mode for scrolling a slave
 buffer without leaving your current buffer, the master buffer.