comparison etc/NEWS @ 65543:27612d890a6c

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 15 Sep 2005 13:17:55 +0000
parents 845541eefcf1
children 82ce0d75e8ed
comparison
equal deleted inserted replaced
65542:b695b0dc3532 65543:27612d890a6c
1481 1481
1482 --- 1482 ---
1483 *** There's a new support for colors on `rxvt' terminal emulator. 1483 *** There's a new support for colors on `rxvt' terminal emulator.
1484 1484
1485 * New Modes and Packages in Emacs 22.1 1485 * New Modes and Packages in Emacs 22.1
1486
1487 ---
1488 ** Newsticker is now part of the Emacs distribution.
1489
1490 Newsticker asynchronously retrieves headlines (RSS) from a list of news
1491 sites, prepares these headlines for reading, and allows for loading the
1492 corresponding articles in a web browser. Its documentation is in a
1493 separate manual.
1486 1494
1487 +++ 1495 +++
1488 ** Filesets are collections of files. You can define a fileset in 1496 ** Filesets are collections of files. You can define a fileset in
1489 various ways, such as based on a directory tree or based on 1497 various ways, such as based on a directory tree or based on
1490 program files that include other program files. 1498 program files that include other program files.
2995 `skeleton-point' independent of `_' should now use `-' instead. The 3003 `skeleton-point' independent of `_' should now use `-' instead. The
2996 updated `skeleton-insert' docstring explains these new features along 3004 updated `skeleton-insert' docstring explains these new features along
2997 with other details of skeleton construction. 3005 with other details of skeleton construction.
2998 3006
2999 --- 3007 ---
3000 ** New variable `hs-set-up-overlay' allows customization of the overlay 3008 ** Hideshow mode changes
3009
3010 *** New variable `hs-set-up-overlay' allows customization of the overlay
3001 used to effect hiding for hideshow minor mode. Integration with isearch 3011 used to effect hiding for hideshow minor mode. Integration with isearch
3002 handles the overlay property `display' specially, preserving it during 3012 handles the overlay property `display' specially, preserving it during
3003 temporary overlay showing in the course of an isearch operation. 3013 temporary overlay showing in the course of an isearch operation.
3004 3014
3005 ** New variable `hs-allow-nesting' non-nil means that hiding a block does 3015 *** New variable `hs-allow-nesting' non-nil means that hiding a block does
3006 not discard the hidden state of any "internal" blocks; when the parent 3016 not discard the hidden state of any "internal" blocks; when the parent
3007 block is later shown, the internal blocks remain hidden. Default is nil. 3017 block is later shown, the internal blocks remain hidden. Default is nil.
3008 3018
3009 +++ 3019 +++
3010 ** `hide-ifdef-mode' now uses overlays rather than selective-display 3020 ** `hide-ifdef-mode' now uses overlays rather than selective-display