index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
mail
/
footnote.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
* lisp/mail/footnote.el (footnote--local-advice): Add missing comma.
Noam Postavsky
2019-07-26
1
-1
/
+1
*
Tweak previous footnote-mode patch
Lars Ingebrigtsen
2019-07-25
1
-1
/
+1
*
Fix setting fill-paragraph-function in footnote-mode
Lars Ingebrigtsen
2019-07-25
1
-12
/
+24
*
Fill footnotes better on `M-q'
Lars Ingebrigtsen
2019-07-21
1
-0
/
+10
*
* lisp/mail/footnote.el (footnote-prefix): Docstring typo.
Stefan Monnier
2019-05-15
1
-3
/
+2
*
* lisp/mail/footnote.el: Avoid regexp-opt-charset, which is not autoloaded.
Stefan Monnier
2019-05-09
1
-1
/
+1
*
* lisp/mail/footnote.el: Add TEXT and POINTERS together
Stefan Monnier
2019-05-02
1
-71
/
+49
*
* lisp/mail/footnote.el: Tweak markers convention
Stefan Monnier
2019-05-02
1
-55
/
+37
*
* lisp/mail/footnote.el: Use dolist and hoist regexps out of loops
Stefan Monnier
2019-05-02
1
-106
/
+77
*
* lisp/mail/footnote.el: Consolidate the two marker-alists
Stefan Monnier
2019-05-01
1
-97
/
+94
*
* lisp/mail/footnote.el: Minor simplifications
Stefan Monnier
2019-05-01
1
-67
/
+31
*
Use regexp-opt-charset to improve regexp tweaks
Paul Eggert
2019-03-27
1
-4
/
+8
*
2019-03-26 regex cleanup
Paul Eggert
2019-03-26
1
-4
/
+12
*
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
*
|
Optionally add argument description in minor mode DOC (bug#10754)
John Shahid
2018-07-01
1
-3
/
+0
*
|
Merge from origin/emacs-26
Paul Eggert
2018-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
|
Eliminate last uses of 'cl' in lisp/mail/
Stefan Monnier
2017-12-26
1
-1
/
+1
*
|
* lisp/mail/footnote.el: Reduce redundancy in roman&hebrew defs
Stefan Monnier
2017-12-26
1
-18
/
+26
*
|
* lisp/mail/footnote.el: Use lexical-binding
Stefan Monnier
2017-12-25
1
-8
/
+8
*
|
* lisp/mail/footnote.el: Replace "Footnote-" prefix with "footnote--"
Boruch Baum
2017-12-25
1
-131
/
+128
*
|
* lisp/mail/footnote.el (footnote-align-to-fn-text): New config var
Boruch Baum
2017-12-22
1
-7
/
+54
*
|
* lisp/mail/footnote.el: Misc changes in preparation for more
Boruch Baum
2017-12-22
1
-36
/
+106
*
|
Merge from origin/emacs-26
Glenn Morris
2017-12-22
1
-3
/
+1
|
\
|
|
*
Fix doc string of 'footnote-style-alist'
Eli Zaretskii
2017-12-22
1
-3
/
+1
*
|
Support Hebrew-style footnotes in footnote.el
Boruch Baum
2017-12-22
1
-2
/
+49
|
/
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
* lisp/mail/footnote.el (footnote-mode): Fix doc typo.
Glenn Morris
2016-05-31
1
-1
/
+1
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
; Remove extraneous "coding: utf-8" specifications in Elisp files
Dmitry Gutov
2015-09-29
1
-1
/
+1
*
Fix byte-compiler warnings about looking-back.
Stefan Monnier
2015-04-20
1
-1
/
+1
*
cl-lib.el: Partial revert of "2015-04-05 Rationalize c[ad]+r"
Stefan Monnier
2015-04-10
1
-1
/
+1
*
Rationalize use of c[ad]+r, expunging cl-c[ad]\{3,4\}r.
Alan Mackenzie
2015-04-05
1
-1
/
+1
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Every defcustom should specify its type
Glenn Morris
2013-12-28
1
-4
/
+3
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
*
More CL cleanups and reduction of use of cl.el.
Stefan Monnier
2012-07-11
1
-9
/
+8
*
Convert more defvars to defcustoms.
Chong Yidong
2012-05-04
1
-4
/
+6
*
Remove * characters from the front of variable docstrings.
Chong Yidong
2012-04-09
1
-1
/
+1
*
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-05
1
-1
/
+1
*
Fix typos.
Juanma Barranquero
2011-11-20
1
-4
/
+4
*
Fix more minor mode docstrings.
Chong Yidong
2011-10-19
1
-3
/
+8
*
Add a new footnote style unicode
Leo Liu
2011-05-10
1
-1
/
+25
*
Convert mail/footnote.el to utf-8 encoding
Leo Liu
2011-05-10
1
-3
/
+3
*
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-24
1
-2
/
+1
*
Nuke arch-tags.
Glenn Morris
2011-01-15
1
-1
/
+0
[next]