index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
files-x.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Audit some plist uses with new predicate argument
Basil L. Contovounesios
2022-10-22
1
-7
/
+4
*
Add helpers to dynamically assign connection-local values
Jim Porter
2022-10-17
1
-5
/
+98
*
Add no-byte-compile to the ".dir-locals.el" auto-insert template
Stefan Kangas
2022-10-15
1
-0
/
+2
*
Prevent .dir-locals.el from being byte-compiled
Philip Kaludercic
2022-10-14
1
-1
/
+1
*
Remove many items obsolete since 24.1
Stefan Kangas
2022-07-08
1
-2
/
+1
*
Don't accumulate trailing newlines on every save of .dir-locals.el
Juri Linkov
2022-07-07
1
-1
/
+2
*
End new .dir-locals.el files with a newline
Stefan Kangas
2022-07-07
1
-13
/
+14
*
with-connection-local-variables: Avoid code duplication
Stefan Monnier
2022-05-28
1
-16
/
+22
*
Make application configurable in 'with-connection-local-variables'
Michael Albinus
2022-03-18
1
-5
/
+9
*
Respect customization nature of `connection-local-*' user options
Michael Albinus
2022-02-08
1
-2
/
+6
*
Make connection-local variables user options
Michael Albinus
2022-02-07
1
-5
/
+24
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
; Fix symbol quoting typos
Stefan Kangas
2021-09-12
1
-1
/
+1
*
* lisp/files-x.el: Use lexical-binding
Stefan Monnier
2021-04-10
1
-2
/
+2
*
* lisp/files-x.el (connection-local-criteria-for-default-directory):
Michael Albinus
2021-03-22
1
-6
/
+7
*
Prefer defvar-local in remaining libraries
Stefan Kangas
2021-02-02
1
-2
/
+1
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Handle connection-local null-device and path-separator variables
Michael Albinus
2020-11-21
1
-0
/
+10
*
Use `format-prompt' when prompting with default values
Lars Ingebrigtsen
2020-09-06
1
-14
/
+5
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Invalidate dir-locals-directory-cache when writing dir-local file
Johan Claesson
2019-08-18
1
-0
/
+7
*
Go back to "Maintainer: emacs-devel@gnu.org"
Paul Eggert
2019-05-25
1
-0
/
+1
*
Fixes for "Maintainer:" and related lines
Paul Eggert
2019-05-19
1
-1
/
+0
*
Bind `enable-local-variables' in `hack-connection-local-variables'
Michael Albinus
2019-03-24
1
-2
/
+1
*
Fix Bug#34943
Michael Albinus
2019-03-23
1
-2
/
+6
*
Do not hardcode "/bin/sh" in compile. Bug#24338, Bug#29723
Michael Albinus
2019-03-09
1
-19
/
+32
*
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
*
|
* lisp/files-x.el (modify-dir-local-variable): Use assoc-delete-all
Juri Linkov
2018-11-08
1
-3
/
+7
*
|
Rename add-dir-local-variables-to-string to dir-locals-to-string (bug#32817)
Juri Linkov
2018-09-25
1
-6
/
+6
*
|
Output alists with dotted pair notation in .dir-locals.el
Juri Linkov
2018-09-24
1
-9
/
+26
|
/
*
Prevent `modify-file-local-variable-prop-line' from adding extra ';'
Wenjamin Petrenko
2018-08-24
1
-1
/
+3
*
Fix Bug#32090
Michael Albinus
2018-07-09
1
-18
/
+19
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
* lisp/files-x.el (connection-local-set-profile-variables): Fix docstring.
Ted Zlatanov
2017-12-09
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Apply connecion-local variables for shells
Michael Albinus
2017-04-02
1
-8
/
+6
*
Rework connection local variables
Michael Albinus
2017-02-19
1
-77
/
+90
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
|
*
Backport: * lisp/files.el: Remove support for extra .dir-locals file
Artur Malabarba
2016-01-30
1
-18
/
+12
*
|
Implement connection-local variables
Michael Albinus
2016-11-14
1
-0
/
+139
|
/
*
* lisp/files-x.el (modify-dir-local-variable): Small rewrite
Artur Malabarba
2016-01-25
1
-14
/
+15
*
* lisp/files.el (dir-locals--all-files): Use completion instead of wildcards
Artur Malabarba
2016-01-16
1
-4
/
+2
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
* lisp/files.el (dir-locals-file): Allow wildcards
Artur Malabarba
2015-11-10
1
-11
/
+18
*
Go back to grave quoting in source-code docstrings etc.
Paul Eggert
2015-09-07
1
-1
/
+1
*
Prefer directed to neutral quotes
Paul Eggert
2015-08-24
1
-1
/
+1
*
* lisp/files-x.el (add-file-local-variable):
Glenn Morris
2015-06-10
1
-0
/
+7
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
[next]