summaryrefslogtreecommitdiff
path: root/lisp/files.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-26Paul Eggert2017-11-131-1/+7
|\
| * * lisp/files.el (abbreviate-file-name): Doc fix. (Bug#29267)Eli Zaretskii2017-11-121-1/+7
* | ; Merge from emacs-26Noam Postavsky2017-11-111-3/+27
|\ \ | |/
| * Improve the documentation of M-n for entering file namesEli Zaretskii2017-11-111-3/+27
* | Merge from origin/emacs-26Paul Eggert2017-11-021-17/+14
|\ \ | |/
| * Avoid unnecessary rounding errors in timestampsPaul Eggert2017-10-221-17/+14
* | Add file name handler support for file-system-infoMichael Albinus2017-10-031-6/+4
* | Port file-system-info to non-MicrosoftPaul Eggert2017-10-011-37/+12
* | Merge from origin/emacs-26Paul Eggert2017-09-251-21/+21
|\ \ | |/
| * Accept new `always' value for option `buffer-offer-save'Eric Abrahamsen2017-09-241-9/+10
| * Fix new copy-directory bug with empty dirsPaul Eggert2017-09-201-1/+1
| * Fix bug with make-directory on MS-Windows rootPaul Eggert2017-09-191-1/+1
| * Ignore buffers whose name begins with a space in save-some-buffersEric Abrahamsen2017-09-181-0/+1
| * Fix recently-introduced copy-directory bugPaul Eggert2017-09-171-11/+9
* | Make FILENAME argument of 'file-name-base' mandatoryPhilipp Stephani2017-09-241-2/+2
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Allow write-contents-functions to short-circuit buffer saveEric Abrahamsen2017-09-121-62/+74
* ; * lisp/files.el (basic-save-buffer-2): Fix typo.Philipp Stephani2017-09-111-1/+1
* Make write-file act like copy-file etc.Paul Eggert2017-09-101-3/+3
* Make copy-directory act like copy-file etc.Paul Eggert2017-09-101-12/+10
* Fix some make-directory bugsPaul Eggert2017-09-101-11/+20
* Quote file-truename symlink to "../foo:bar:"Paul Eggert2017-08-301-8/+8
* Improve symlinks for TrampMichael Albinus2017-08-301-1/+2
* Prefer file-name-quote to concat "/:"Paul Eggert2017-08-291-3/+3
* Silence false alarms for symlinks to sourcesPaul Eggert2017-08-281-8/+18
* Font-lock FDO desktop files correctlyMark Oteiza2017-08-271-1/+2
* Do not munge contents of local symbolic linksPaul Eggert2017-08-261-10/+21
* Fix Tramp part of Bug#28156Michael Albinus2017-08-261-1/+1
* Remove old commented code and obsolete commentsReuben Thomas2017-08-231-49/+1
* Remove old duplicate commented codeReuben Thomas2017-08-231-40/+0
* Add conf-toml-modeTom Tromey2017-08-231-0/+1
* Improve make-temp-file performance on local filesPaul Eggert2017-08-181-12/+8
* * lisp/files.el (make-temp-file): Fix directory use case.Ted Zlatanov2017-08-181-1/+2
* Fix and document make-temp-file optional text parameterTed Zlatanov2017-08-181-11/+16
* Add auth-source tests and codify its API betterTed Zlatanov2017-08-181-3/+6
* Fix make-temp-file bug with ""/"."/".." prefixPaul Eggert2017-08-121-11/+8
* Improve make-temp-file performance on local filesPaul Eggert2017-08-121-0/+9
* Improve performance for rename-file etc.Paul Eggert2017-08-111-10/+0
* Fix a couple more make-temp-file racesPaul Eggert2017-08-061-60/+33
* insert-directory-wildcard-in-dir-p: Tweak regexpTino Calancha2017-08-051-1/+1
* * lisp/shell.el (explicit-shell-file-name): Mention shell-file-nameStefan Monnier2017-08-041-1/+1
* Dired: Handle posix wildcards in directory partTino Calancha2017-07-301-61/+85
* Preserve point under 'dired-auto-revert-buffer' (third case)Stephen Berman2017-07-291-2/+2
* Improve doc string of 'locate-dominating-file'Eli Zaretskii2017-07-281-2/+5
* Recognize MirBSD Korn shell rc fileMark Oteiza2017-07-241-1/+1
* * lisp/emacs-lisp/bytecomp.el: Fix bug#14860.Stefan Monnier2017-07-141-9/+0
* Avoid byte-compilation warnings for advised functionsEli Zaretskii2017-07-141-0/+9
* Avoid compilation warning in files.elEli Zaretskii2017-07-091-1/+4
* kill-matching-buffers to optionally not confirmGlenn Morris2017-06-191-3/+5
* * lisp/files.el (local-enable-local-variables): Doc fix.Glenn Morris2017-06-191-5/+6