comparison etc/NEWS @ 27328:7748234c70d7

align.el
author Gerd Moellmann <gerd@gnu.org>
date Fri, 14 Jan 2000 22:32:41 +0000
parents 1d69cbf8a91e
children 6a78e514e6d3
comparison
equal deleted inserted replaced
27327:c7597f93c50d 27328:7748234c70d7
758 ** SGML mode's default `sgml-validate-command' is now `nsgmls'. 758 ** SGML mode's default `sgml-validate-command' is now `nsgmls'.
759 759
760 ** A new command `view-emacs-problems' (C-h P) displays the PROBLEMS file. 760 ** A new command `view-emacs-problems' (C-h P) displays the PROBLEMS file.
761 761
762 ** New modes and packages 762 ** New modes and packages
763
764 *** The package align.el will align columns within a region, using M-x
765 align. Its mode-specific rules, based on regular expressions,
766 determine where the columns should be split. In C and C++, for
767 example, it will align variable names in declaration lists, or the
768 equal signs of assignments.
763 769
764 *** `paragraph-indent-minor-mode' is a new minor mode supporting 770 *** `paragraph-indent-minor-mode' is a new minor mode supporting
765 paragraphs in the same style as `paragraph-indent-text-mode'. 771 paragraphs in the same style as `paragraph-indent-text-mode'.
766 772
767 *** bs.el is a new package for buffer selection similar to 773 *** bs.el is a new package for buffer selection similar to