aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Großjohann2003-07-05 12:42:43 +0000
committerKai Großjohann2003-07-05 12:42:43 +0000
commita6aa98503edd76e9c98b65f86971ca771b4c25b4 (patch)
treeab19f0a1667814ace4e38dccf03bb570ccb4d811
parentd715b065ad4a8bc36bfd36d6971e598ed66fdd86 (diff)
downloademacs-a6aa98503edd76e9c98b65f86971ca771b4c25b4.tar.gz
emacs-a6aa98503edd76e9c98b65f86971ca771b4c25b4.zip
Describe bibtex.el changes. From Roland Winkler.
-rw-r--r--etc/NEWS22
1 files changed, 21 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8d7e05e3387..d3d90089d6d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -109,7 +109,27 @@ If you prefer the old behavior, you can set the new user option
109*** bibtex-maintain-sorted-entries can take values `plain', 109*** bibtex-maintain-sorted-entries can take values `plain',
110`crossref', and `entry-class' which control the sorting scheme used 110`crossref', and `entry-class' which control the sorting scheme used
111for BibTeX entries. `bibtex-sort-entry-class' controls the sorting 111for BibTeX entries. `bibtex-sort-entry-class' controls the sorting
112scheme `entry-class'. 112scheme `entry-class'. TAB completion for reference keys and
113automatic detection of duplicates does not require anymore that
114bibtex-maintain-sorted-entries is non-nil.
115
116*** If the new variable bibtex-parse-keys-fast is non-nil,
117use fast but simplified algorithm for parsing BibTeX keys.
118
119*** If the new variable bibtex-autoadd-commas is non-nil,
120automatically add missing commas at end of BibTeX fields.
121
122*** The new variable bibtex-autofill-types contains a list of entry
123types for which fields are filled automatically (if possible).
124
125*** The new command bibtex-complete completes word fragment before
126point according to context (bound to M-tab).
127
128*** The new commands bibtex-find-entry and bibtex-find-crossref
129locate entries and crossref'd entries.
130
131*** In BibTeX mode the command fill-paragraph (bound to M-q) fills
132individual fields of a BibTeX entry.
113 133
114** When display margins are present in a window, the fringes are now 134** When display margins are present in a window, the fringes are now
115displayed between the margins and the buffer's text area, rather than 135displayed between the margins and the buffer's text area, rather than