# HG changeset patch # User Daniel Pfeiffer # Date 1115971601 0 # Node ID c3422068dcdc248cd0c41e31bc4bdcb57de4cf17 # Parent 241bb14c31deab4d31dbdb37961921c70d4f8a08 Advertize Makefile mode changes. diff -r 241bb14c31de -r c3422068dcdc etc/NEWS --- 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.