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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Shorten over-wide docstrings in variables
Stefan Kangas
2020-12-19
1
-3
/
+5
*
Shorten over-wide docstrings in defcustoms
Stefan Kangas
2020-12-19
1
-4
/
+6
*
bibtex-mode: Permit user-defined schemes for sorting entries.
Roland Winkler
2020-12-18
1
-38
/
+62
*
Fix electric pairs in rst-mode
Lars Ingebrigtsen
2020-12-15
1
-4
/
+2
*
bibtex-autokey-get-year: Follow iso8601
Roland Winkler
2020-12-11
1
-12
/
+18
*
Prefer setq-local in bibtex-style.el
Stefan Kangas
2020-12-10
1
-6
/
+6
*
Make table-fixed-width-mode work again
Boruch Baum
2020-12-08
1
-0
/
+2
*
Fix file name quoting problems in tex-mode
Lars Ingebrigtsen
2020-12-07
1
-2
/
+7
*
* lisp/textmodes/bibtex.el: Use user-error.
Roland Winkler
2020-12-04
1
-42
/
+43
*
Prefer setq-local in most of textmodes/*.el
Stefan Kangas
2020-12-04
9
-113
/
+93
*
Remove redundant requires of 'button'
Stefan Kangas
2020-12-03
1
-2
/
+0
*
Remove redundant requires of 'custom'
Stefan Kangas
2020-12-03
1
-4
/
+0
*
bibtex-autokey-get-year: Allow both a year or date field.
Roland Winkler
2020-12-02
1
-10
/
+18
*
bibtex-mode: do not fail when local variables are disabled
Roland Winkler
2020-12-02
1
-1
/
+1
*
Allow bibtex-contline-indentation as file-local variable.
Roland Winkler
2020-12-02
1
-13
/
+21
*
Allow bibtex-unify-case-function as file-local variable
Roland Winkler
2020-12-02
1
-13
/
+14
*
Make XEmacs compat aliases easy-menu-{add,remove} obsolete
Stefan Kangas
2020-11-24
4
-7
/
+11
*
Remove Emacs 19 and 20 compat code from table.el
Stefan Kangas
2020-11-23
1
-56
/
+45
*
Assume font-lock is provided; it's preloaded since 22.1
Stefan Kangas
2020-11-19
1
-2
/
+0
*
Don't make bibtex-unify-case-convert buffer-local
Basil L. Contovounesios
2020-11-18
1
-2
/
+1
*
Remove redundant 'function's around lambdas
Stefan Kangas
2020-11-17
1
-28
/
+27
*
; Fix last change to bibtex.el
Basil L. Contovounesios
2020-11-16
1
-5
/
+5
*
Add new user option bibtex-unify-case-convert
Francesco Potortì
2020-11-16
1
-38
/
+51
*
Don't quote lambdas in several places
Stefan Kangas
2020-11-14
2
-9
/
+7
*
Don't quote lambdas in several places
Stefan Kangas
2020-11-12
3
-28
/
+27
*
Sync biblatex entries and fields with v3.15
Basil L. Contovounesios
2020-11-05
1
-61
/
+85
*
Remove unused variable in ispell.el (thanks, Stefan Kangas)
Reuben Thomas
2020-11-04
1
-3
/
+1
*
Factor out some common code in ispell.el
Reuben Thomas
2020-11-03
1
-8
/
+13
*
Simplify ispell-check-version’s use of -vv flag
Reuben Thomas
2020-11-03
1
-3
/
+1
*
Fix previous patch to ispell.el
Reuben Thomas
2020-11-02
1
-2
/
+2
*
Fix previous code change to `ispell--call-enchant-lsmod'
Reuben Thomas
2020-11-02
1
-8
/
+9
*
Explain last change
Eli Zaretskii
2020-11-02
1
-0
/
+2
*
Make ispell.el ignore warnings from enchant-lsmod (closes #44318)
Reuben Thomas
2020-11-02
1
-7
/
+5
*
Make hideshow.el work with Mhtml mode
Thien-Thi Nguyen
2020-10-30
1
-0
/
+12
*
Simplify some bibtex.el variable definitions
Basil L. Contovounesios
2020-10-29
1
-48
/
+41
*
css--complete-property-value: Limit the backward search
Dmitry Gutov
2020-10-28
1
-1
/
+1
*
Complete property values in multi-line CSS declarations
Simen Heggestøyl
2020-10-27
1
-1
/
+3
*
Don't use obsolete variable write-contents-hooks
Stefan Kangas
2020-10-27
1
-1
/
+1
*
Convert artist.el to lexical binding
Mattias Engdegård
2020-10-21
1
-37
/
+25
*
Make more load-hooks obsolete (Bug#21563)
Stefan Kangas
2020-10-20
1
-0
/
+2
*
* lisp/textmodes/picture.el: Use lexical binding.
Mattias Engdegård
2020-10-20
1
-1
/
+1
*
Add "Old-" prefix to "Version" header in more cases
Stefan Kangas
2020-10-18
1
-1
/
+1
*
Don't boldify the flyspell language indicator in the mode line
Lars Ingebrigtsen
2020-10-11
1
-1
/
+0
*
Make artist-mode work when display-line-numbers-mode is on
Lars Ingebrigtsen
2020-10-07
1
-8
/
+14
*
Merge from origin/emacs-27
Glenn Morris
2020-10-02
1
-4
/
+5
|
\
|
*
; Fix many typos in symbols in docs and comments
Stefan Kangas
2020-10-02
1
-4
/
+5
*
|
; Prefer https to http in many URLs
Stefan Kangas
2020-10-01
2
-13
/
+13
*
|
Don't quote lambdas in several places
Stefan Kangas
2020-10-01
2
-3
/
+3
*
|
Don't recommend quoting lambdas
Stefan Kangas
2020-10-01
3
-6
/
+6
*
|
Remove some Emacs 20 compat code
Stefan Kangas
2020-09-22
1
-19
/
+5
[next]