summaryrefslogtreecommitdiff
path: root/lisp/files.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Improve documentation of 'file-local-name' and related APIsEli Zaretskii2018-12-291-1/+4
* * lisp/files.el (cd): Fix last change. (Bug#33791)Eli Zaretskii2018-12-291-1/+0
* Fix remote directories in Eshell on MS-WindowsEli Zaretskii2018-12-291-3/+10
* * lisp/files.el (write-file): Clarify the doc string. (Bug#33339)Eli Zaretskii2018-11-111-6/+9
* ; Spellcheck two more documentation stringsCharles A. Roelli2018-09-251-1/+1
* Improve documentation of directory-local variablesEli Zaretskii2018-09-221-3/+6
* Add save-match-data to abbreviate-file-name (Bug#32201)Noam Postavsky2018-07-211-1/+1
* ; * lisp/files.el (buffer-offer-save): Doc fix. (Bug#32000)Eli Zaretskii2018-06-301-2/+6
* * lisp/files.el (kept-new-versions): Improve documentation string.Charles A. Roelli2018-04-091-1/+1
* * lisp/files.el (find-file-literally): Doc fix.Eli Zaretskii2018-04-061-4/+9
* * files.el (auto-save-visited-mode): Don't prompt for filenames.Philipp Stephani2018-04-021-2/+3
* ; Use GNU not Gnu in docsGlenn Morris2018-03-231-1/+1
* Revert a1bbc49015 (Bug#30243), do not mergeMichael Albinus2018-02-011-59/+52
* * lisp/files.el (save-some-buffers): Doc fix. (Bug#30215)Eli Zaretskii2018-01-281-1/+2
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Fixes for defcustoms, prompted by cus-test-optsGlenn Morris2017-12-131-1/+3
* Fix Bug#29579Michael Albinus2017-12-061-52/+59
* * lisp/files.el (make-backup-file-name-1): Fix scoping error.Michael Albinus2017-12-021-9/+9
* Fix backing up remote files in local directories on MS-WindowsEli Zaretskii2017-12-021-19/+29
* Revert "Fix backing up remote files in local directories on MS-Windows"John Wiegley2017-12-011-35/+19
* Fix backing up remote files in local directories on MS-WindowsEli Zaretskii2017-12-011-19/+35
* Update documentation of '.dir-locals-2.el'Kaushal Modi2017-11-281-9/+9
* Avoid bogus abbreviated file names if HOME changesGlenn Morris2017-11-211-24/+34
* * lisp/files.el (abbreviate-file-name): Doc fix. (Bug#29267)Eli Zaretskii2017-11-121-1/+7
* Improve the documentation of M-n for entering file namesEli Zaretskii2017-11-111-3/+27
* Avoid unnecessary rounding errors in timestampsPaul Eggert2017-10-221-17/+14
* 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
* 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