Mercurial > emacs
diff etc/NEWS @ 62279:c3422068dcdc
Advertize Makefile mode changes.
author | Daniel Pfeiffer <occitan@esperanto.org> |
---|---|
date | Fri, 13 May 2005 08:06:41 +0000 |
parents | 3366f31482cc |
children | f1bee922ac7c |
line wrap: on
line diff
--- a/etc/NEWS Fri May 13 07:58:44 2005 +0000 +++ b/etc/NEWS Fri May 13 08:06:41 2005 +0000 @@ -1755,6 +1755,11 @@ * Changes in Specialized Modes and Packages in Emacs 22.1: +** Makefile mode has now been split up into specialized modes for automake, +gmake, makepp and BSD make. The former two couldn't be differentiated before, +and the latter two are new. Font-locking is robust now and offers new +customizable faces. + +++ ** In Outline mode, hide-body no longer hides lines at the top of the file that precede the first header line.