index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
textmodes
/
bibtex.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
lisp/*.el, src/*.c: Fix typos in docstrings
Juanma Barranquero
2019-09-19
1
-5
/
+5
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Replace insignificant backquotes
Michael Heerdegen
2018-11-25
1
-2
/
+2
*
|
New commands bibtex-next/previous-entry (Bug#32378)
Alex Branham
2018-08-27
1
-0
/
+22
*
|
Merge from origin/emacs-26
Glenn Morris
2018-08-26
1
-1
/
+1
|
\
|
|
*
Fix duplicate custom group names in bibtex.el
Basil L. Contovounesios
2018-08-17
1
-1
/
+1
*
|
bibtex-search-entry: Reuse the window displaying the buffer.
Roland Winkler
2018-05-30
1
-7
/
+13
*
|
bibtex-mark-entry: Display no message.
Roland Winkler
2018-05-30
1
-2
/
+3
*
|
bibtex-format-entry: Preserve opt-alt if possible.
Roland Winkler
2018-05-30
1
-7
/
+9
*
|
Merge from origin/emacs-26
Glenn Morris
2018-05-25
1
-1
/
+1
|
\
|
|
*
Move window-point in bibtex-search-entry
Roland Winkler
2018-05-24
1
-1
/
+1
*
|
The tedious game of whack-a-mole with compiler warnings continues
Glenn Morris
2018-04-20
1
-4
/
+6
*
|
Merge from origin/emacs-26
Paul Eggert
2018-03-20
1
-1
/
+1
|
\
|
|
*
* lisp/textmodes/bibtex.el (bibtex-mark-entry): activate mark
Alex Branham
2018-03-20
1
-1
/
+1
*
|
Use map-y-or-n-p in bibtex.el
Basil L. Contovounesios
2018-01-20
1
-17
/
+20
*
|
Reverse bibtex-reference-keys in 'bibtex-parse-keys'
Basil L. Contovounesios
2018-01-20
1
-1
/
+1
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Add Conference to the list of valid bibtex entry types
Lixin Chin
2017-02-23
1
-1
/
+15
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Fix docstring quoting problems with ‘ '’
Paul Eggert
2015-11-17
1
-2
/
+2
*
Backslash cleanup in Elisp source files
Paul Eggert
2015-09-17
1
-4
/
+4
*
Quoting fixes in lisp/textmodes
Paul Eggert
2015-08-30
1
-16
/
+23
*
Don't overflow if computing approximate percentage
Paul Eggert
2015-07-31
1
-1
/
+1
*
Don't quote nil and t in doc strings
Paul Eggert
2015-05-21
1
-4
/
+4
*
Fix a typo in bibtex.el
Eli Zaretskii
2015-04-27
1
-1
/
+1
*
Fix byte-compiler warnings about looking-back.
Stefan Monnier
2015-04-20
1
-1
/
+1
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
* lisp/electric.el (electric-layout-post-self-insert-function):
Dmitry Antipov
2014-06-22
1
-2
/
+2
*
* textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update required/optional
Per Starbäck
2014-02-27
1
-5
/
+6
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
bibtex-biblatex-entry-alist: Add optional field subtitle for entry type book
Roland Winkler
2013-09-07
1
-1
/
+1
*
bibtex-generate-url-list): Add support for DOI URLs
Roland Winkler
2013-06-25
1
-1
/
+5
*
bibtex-mode: Update imenu-support when dialect changes
Roland Winkler
2013-06-25
1
-4
/
+4
*
lisp/textmodes/bibtex.el (bibtex-search-entries): Bug fix
Roland Winkler
2013-04-13
1
-13
/
+16
*
lisp/textmodes/bibtex.el (bibtex-url): Doc fix
Roland Winkler
2013-04-13
1
-0
/
+3
*
lisp/textmodes/bibtex.el (bibtex-initialize): If the current buffer does not ...
Roland Winkler
2013-04-13
1
-7
/
+12
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+2
*
lisp/textmodes/bibtex.el: minor bugfixes
Roland Winkler
2012-09-23
1
-15
/
+17
*
Various minor variable/hook cleanups.
Chong Yidong
2012-06-12
1
-4
/
+8
*
Remove * characters from the front of variable docstrings.
Chong Yidong
2012-04-09
1
-3
/
+3
*
Add missing defcustom :version tags
Glenn Morris
2012-02-10
1
-0
/
+9
*
lisp/textmodes/bibtex.el: minor doc fix
Roland Winkler
2012-01-28
1
-1
/
+5
*
lisp/textmodes/bibtex.el: allow bibtex-dialect as file-local variable (Bug#10...
Roland Winkler
2012-01-28
1
-102
/
+125
*
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-05
1
-1
/
+1
*
Spelling fixes.
Paul Eggert
2011-12-29
1
-1
/
+1
*
Fix typos.
Juanma Barranquero
2011-11-24
1
-2
/
+2
*
Spelling fixes.
Paul Eggert
2011-11-19
1
-1
/
+1
[next]