diff options
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -344,6 +344,11 @@ The default mode has been changed from `plain-tex-mode' to | |||
| 344 | to show locations in LaTeX documents where a particular entry has | 344 | to show locations in LaTeX documents where a particular entry has |
| 345 | been cited. | 345 | been cited. |
| 346 | 346 | ||
| 347 | ** Emacs Lisp mode now allows multiple levels of outline headings. | ||
| 348 | The level of a heading is determined from the number of leading | ||
| 349 | semicolons in a heading line. Toplevel forms starting with a `(' | ||
| 350 | in column 1 are always made leaves. | ||
| 351 | |||
| 347 | ** The M-x time-stamp command (most commonly used on write-file-hooks) | 352 | ** The M-x time-stamp command (most commonly used on write-file-hooks) |
| 348 | has the following new features: | 353 | has the following new features: |
| 349 | 354 | ||