Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
62278:241bb14c31de | 62279:c3422068dcdc |
---|---|
1752 return. The macro 1value suppresses a brown splotch for its argument. | 1752 return. The macro 1value suppresses a brown splotch for its argument. |
1753 This macro is a no-op except during test-coverage -- then it signals | 1753 This macro is a no-op except during test-coverage -- then it signals |
1754 an error if the argument actually returns differing values. | 1754 an error if the argument actually returns differing values. |
1755 | 1755 |
1756 * Changes in Specialized Modes and Packages in Emacs 22.1: | 1756 * Changes in Specialized Modes and Packages in Emacs 22.1: |
1757 | |
1758 ** Makefile mode has now been split up into specialized modes for automake, | |
1759 gmake, makepp and BSD make. The former two couldn't be differentiated before, | |
1760 and the latter two are new. Font-locking is robust now and offers new | |
1761 customizable faces. | |
1757 | 1762 |
1758 +++ | 1763 +++ |
1759 ** In Outline mode, hide-body no longer hides lines at the top | 1764 ** In Outline mode, hide-body no longer hides lines at the top |
1760 of the file that precede the first header line. | 1765 of the file that precede the first header line. |
1761 | 1766 |