Mercurial > emacs
comparison etc/NEWS @ 57976:11f6a1a4af7a
Document changes in behavior of hide-body.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 06 Nov 2004 12:15:10 +0000 |
parents | 25fe68335fa7 |
children | 3d41de3e3850 |
comparison
equal
deleted
inserted
replaced
57975:350952e778dd | 57976:11f6a1a4af7a |
---|---|
95 ** Building with -DENABLE_CHECKING does not automatically build with union | 95 ** Building with -DENABLE_CHECKING does not automatically build with union |
96 types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. | 96 types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. |
97 | 97 |
98 | 98 |
99 * Changes in Emacs 21.4 | 99 * Changes in Emacs 21.4 |
100 | |
101 ** In Outline mode, hide-body no longer hides lines at the top | |
102 of the file that precede the first header line. | |
100 | 103 |
101 +++ | 104 +++ |
102 ** `set-auto-mode' now gives the interpreter magic line (if present) | 105 ** `set-auto-mode' now gives the interpreter magic line (if present) |
103 precedence over the file name. Likewise an <?xml or <!DOCTYPE declaration | 106 precedence over the file name. Likewise an <?xml or <!DOCTYPE declaration |
104 will give the buffer XML or SGML mode, unless the file name leads to a mode in | 107 will give the buffer XML or SGML mode, unless the file name leads to a mode in |