Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a6aa9850
Commit
a6aa9850
authored
Jul 05, 2003
by
Kai Großjohann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Describe bibtex.el changes. From Roland Winkler.
parent
d715b065
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
1 deletion
+21
-1
etc/NEWS
etc/NEWS
+21
-1
No files found.
etc/NEWS
View file @
a6aa9850
...
...
@@ -109,7 +109,27 @@ If you prefer the old behavior, you can set the new user option
*** 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'.
scheme `entry-class'. TAB completion for reference keys and
automatic detection of duplicates does not require anymore that
bibtex-maintain-sorted-entries is non-nil.
*** If the new variable bibtex-parse-keys-fast is non-nil,
use fast but simplified algorithm for parsing BibTeX keys.
*** If the new variable bibtex-autoadd-commas is non-nil,
automatically add missing commas at end of BibTeX fields.
*** The new variable bibtex-autofill-types contains a list of entry
types for which fields are filled automatically (if possible).
*** The new command bibtex-complete completes word fragment before
point according to context (bound to M-tab).
*** The new commands bibtex-find-entry and bibtex-find-crossref
locate entries and crossref'd entries.
*** In BibTeX mode the command fill-paragraph (bound to M-q) fills
individual fields of a BibTeX entry.
** When display margins are present in a window, the fringes are now
displayed between the margins and the buffer's text area, rather than
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment