changeset 51505:96facfc71511

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 05 Jun 2003 23:35:23 +0000
parents d33fae39a99c
children eb007228d1de
files etc/NEWS
diffstat 1 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Thu Jun 05 23:23:53 2003 +0000
+++ b/etc/NEWS	Thu Jun 05 23:35:23 2003 +0000
@@ -88,6 +88,13 @@
 
 * Changes in Emacs 21.4
 
+** BibTeX mode:
+*** New `bibtex-entry-format' option `required-fields', enabled by default.
+*** bibtex-maintain-sorted-entries can take values `plain',
+`crossref', and `entry-class' which control the sorting scheme used
+for BibTeX entries. `bibtex-sort-entry-class' controls the sorting
+scheme `entry-class'.
+
 ** When display margins are present in a window, the fringes are now
 displayed between the margins and the buffer's text area, rather than
 at the edges of the window.
@@ -373,7 +380,7 @@
 The variable `automatic-hscrolling' was renamed to
 `auto-hscroll-mode'.  The old name is still available as an alias.
 
-** TeX:
+** TeX modes:
 *** C-c C-c prompts for a command to run, and tries to offer a good default.
 +++
 *** The user option `tex-start-options-string' has been replaced
@@ -1262,6 +1269,8 @@
 
 * Lisp Changes in Emacs 21.4
 
+** The kill-buffer-hook is now permanent-local.
+
 ** The `local-map' property now also works at the ends of overlays and
 text-properties, according to their stickiness.  This also means that it
 works with empty overlays.  The same hold for the `keymap' property.