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.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't modify minibuffer variables globally
Leo Liu
2016-12-25
1
-7
/
+7
*
Fix 'expand-file-name' during startup on MS-Windows
Eli Zaretskii
2016-11-28
1
-11
/
+28
*
Clarify doc string of 'save-buffer'
Eli Zaretskii
2016-07-09
1
-2
/
+8
*
Fix doc string quoting
Stephen Berman
2016-06-06
1
-1
/
+1
*
Clarify doc string of 'file-name-sans-extension'
Eli Zaretskii
2016-05-29
1
-8
/
+9
*
clear-visited-file-modtime doc string fix
Lars Ingebrigtsen
2016-05-01
1
-1
/
+1
*
insert-file-contents-literally doc fix
Lars Ingebrigtsen
2016-05-01
1
-0
/
+1
*
Fix symbolic mode string conversion for s and t
Andreas Schwab
2016-03-07
1
-3
/
+3
*
Fix problems caused by new implementation of sub-word mode
Eli Zaretskii
2016-02-05
1
-1
/
+1
*
Fix warning message in hack-local-variables
Noam Postavsky
2016-02-03
1
-1
/
+5
*
Backport: * lisp/files.el: Remove support for extra .dir-locals file
Artur Malabarba
2016-01-30
1
-123
/
+75
*
* lisp/files.el: Use a fixed file name for the second dir-locals file
Artur Malabarba
2016-01-25
1
-26
/
+32
*
* lisp/files.el (dir-locals-find-file): Refactor return values
Artur Malabarba
2016-01-25
1
-34
/
+31
*
* lisp/files.el (dir-locals--all-files): Respect absolute file-names
Artur Malabarba
2016-01-16
1
-2
/
+3
*
* lisp/files.el (dir-locals--all-files): Use completion instead of wildcards
Artur Malabarba
2016-01-16
1
-10
/
+13
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Document the new feature of 'minibuffer-with-setup-hook'
Eli Zaretskii
2015-12-19
1
-2
/
+4
*
* lisp/files.el (load-library): Doc fix. (Bug#22140)
Eli Zaretskii
2015-12-11
1
-0
/
+1
*
Fix some display-warning usage.
Glenn Morris
2015-12-07
1
-2
/
+2
*
Fix documentation and implementation of 'directory-name-p'
Eli Zaretskii
2015-12-03
1
-3
/
+8
*
Document 'directory-files-recursively'
Eli Zaretskii
2015-12-01
1
-7
/
+9
*
Check `file-remote-p' over absolute files names in files.el
Michael Albinus
2015-12-01
1
-2
/
+2
*
Allow completion on dynamic module files in load-library
Eli Zaretskii
2015-11-24
1
-4
/
+5
*
Allow loading modules by 'load-file'
Eli Zaretskii
2015-11-22
1
-2
/
+6
*
Fix docstring quoting problems with ‘ '’
Paul Eggert
2015-11-17
1
-3
/
+3
*
* doc/lispref/variables.texi (Directory Local Variables):
Artur Malabarba
2015-11-10
1
-1
/
+5
*
* lisp/files.el: Don't allow customization of dir-locals sorting
Artur Malabarba
2015-11-10
1
-20
/
+13
*
* lisp/files.el (dir-locals-read-from-file): Better handle errors
Artur Malabarba
2015-11-10
1
-4
/
+11
*
* lisp/files.el (dir-locals-find-file): Don't stop at unreadable files
Artur Malabarba
2015-11-10
1
-16
/
+6
*
* lisp/files.el (dir-locals-file): Allow wildcards
Artur Malabarba
2015-11-10
1
-62
/
+110
*
* lisp/files.el (report-errors): Obsolete
Artur Malabarba
2015-11-04
1
-15
/
+4
*
* lisp/files.el (write-file): Use vc-refresh-state.
Stefan Monnier
2015-10-28
1
-1
/
+1
*
Fix return value of 'set-file-extended-attributes'
Eli Zaretskii
2015-10-19
1
-8
/
+13
*
Backslash cleanup in Elisp source files
Paul Eggert
2015-09-17
1
-2
/
+2
*
Go back to grave quoting in source-code docstrings etc.
Paul Eggert
2015-09-07
1
-19
/
+19
*
More-conservative ‘format’ quote restyling
Paul Eggert
2015-08-23
1
-12
/
+16
*
Use curved quotes in core elisp diagnostics
Paul Eggert
2015-08-16
1
-19
/
+19
*
substitute-command-keys a few more doc strings
Paul Eggert
2015-08-15
1
-1
/
+2
*
Fix Bug#20943.
Michael Albinus
2015-07-16
1
-0
/
+1
*
Clarify interpreter-mode-alist doc
Paul Eggert
2015-06-28
1
-1
/
+1
*
Fix file-in-directory-p when the directory is UNC
Eli Zaretskii
2015-06-19
1
-1
/
+6
*
Better confirmation message in `find-alternate-file' (Bug#20830)
Nicolas Petton
2015-06-16
1
-1
/
+3
*
Don't pass raw directory name to 'error'
Paul Eggert
2015-06-03
1
-3
/
+3
*
backup-buffer minor reworking of internals
Paul Eggert
2015-05-29
1
-68
/
+69
*
backup-buffer now reports .emacs.d/%backup% ills
Paul Eggert
2015-05-29
1
-71
/
+65
*
Fix minor quoting problems in doc strings
Paul Eggert
2015-05-28
1
-1
/
+1
*
Don't quote nil and t in doc strings
Paul Eggert
2015-05-21
1
-3
/
+3
*
* lisp/files.el (pwd):
Simen Heggestøyl
2015-05-01
1
-4
/
+8
*
* lisp/files.el (basic-save-buffer): Fix argument
Artur Malabarba
2015-04-22
1
-1
/
+1
*
Unbreak no-op buffer save message
Daniel Colascione
2015-04-21
1
-3
/
+3
[next]