comparison etc/NEWS @ 26684:5ffc1f61b1d4

Add description of changed outline-regexp/new outline-level for Emacs Lisp mode.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 02 Dec 1999 10:33:46 +0000
parents a556296b4c8a
children 866ff79482ce
comparison
equal deleted inserted replaced
26683:832508ad3da7 26684:5ffc1f61b1d4
341 341
342 *** a new command `reftex-view-crossref-from-bibtex' (bound to `C-c &' 342 *** a new command `reftex-view-crossref-from-bibtex' (bound to `C-c &'
343 in BibTeX-mode) can be called in a BibTeX database buffer in order 343 in BibTeX-mode) can be called in a BibTeX database buffer in order
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
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.
346 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
350 *** The patterns for finding the time stamp and for updating a pattern 355 *** The patterns for finding the time stamp and for updating a pattern