summaryrefslogtreecommitdiff
path: root/lisp/files.el
Commit message (Expand)AuthorAge
* Prefer defvar-local in preloaded filesStefan Kangas2021-01-31
* Make subdirs . nil in dir-locals in ~/ workLars Ingebrigtsen2021-01-26
* Make (subdirs . nil) in .dir-locals.el workLars Ingebrigtsen2021-01-23
* Update copyright year to 2021Paul Eggert2021-01-01
* Add variables read-char-choice-use-read-key and y-or-n-p-use-read-keyJuri Linkov2020-12-30
* Inhibit buffer hooks in temporary buffersBasil L. Contovounesios2020-12-20
* Improve the documentation of marker handling when revertingLars Ingebrigtsen2020-12-12
* Prefer setq-local in most filesStefan Kangas2020-12-09
* * lisp/files.el (auto-mode-alist): Add entry for "archive-contents".Stefan Kangas2020-11-26
* Handle help-form in y-or-n-p and use this in find-file-noselect (bug#5423)Juri Linkov2020-11-21
* Remove redundant 'function's around lambdasStefan Kangas2020-11-17
* Some Tramp fixes for directory-files-* and delete-*Michael Albinus2020-11-03
* Fix some glitches in recent directory-files-* changesMichael Albinus2020-11-02
* Fix Bug#44289Michael Albinus2020-10-30
* Add support for squashfs files in archive modeRuthra Kumar2020-10-23
* Preserve all `eval' elements from both .dir-locals filesLars Ingebrigtsen2020-10-20
* Further clarification of directory-files* docMichael Albinus2020-10-19
* * lisp/files.el (directory-files-no-dot-files-regexp): Adapt docstring.Michael Albinus2020-10-19
* ; Prefer https to http in many URLsStefan Kangas2020-10-01
* New command: revert-buffer-with-fine-grainMauro Aranda2020-09-20
* Put files in mhtml-mode when they have <!DOCTYPE, case-insensitiveDaniel Martín2020-09-19
* Doc fix in directory-free-space-programStefan Kangas2020-09-18
* Revert "Use format-prompt in read-file-name calls that have a default"Lars Ingebrigtsen2020-09-13
* Use format-prompt in read-file-name calls that have a defaultLars Ingebrigtsen2020-09-07
* Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-06
* Fix previous buffer name fixup in save-some-buffersLars Ingebrigtsen2020-09-04
* * lisp/files.el (insert-directory): Simplify (if ... X X) to X.Paul Eggert2020-08-26
* Don't recommend redefining auto-save filename functionsNoam Postavsky2020-08-26
* Tweak the file/buffer comparison from previous save-some-buffers changeLars Ingebrigtsen2020-08-25
* Possibly mention both file and buffer names in save-some-buffersLars Ingebrigtsen2020-08-25
* Doc fix for copy-directoryLars Ingebrigtsen2020-08-25
* Clarify sorting order by file-backup-file-namesLars Ingebrigtsen2020-08-24
* Add a new function 'file-backup-file-names'Lars Ingebrigtsen2020-08-24
* Remove many items obsolete since Emacs 23.1Stefan Kangas2020-08-14
* Do not truncate /foo//bar to /bar/ in parse-colon-pathTino Calancha2020-08-12
* * lisp/files.el (auto-mode-alist): delete ada-mode; now in GNU ELPA onlyStephen Leake2020-08-07
* Minor fix in 'find-alternate-file'immerrr2020-05-30
* ; * lisp/files.el (auto-save-visited-mode): Fix typo in last commit.Philipp Stephani2020-05-25
* Allow inhibiting 'auto-save-visited-mode' on a per-buffer basis.Philipp Stephani2020-05-25
* Combine archive-int-to-mode and tar-grind-file-modeTino Calancha2020-05-14
* ; Fix recent additions with lisp-data-modeBasil L. Contovounesios2020-05-01
* Add lisp-data-mode for editing non-code Lisp dataJoão Távora2020-05-01
* ; * lisp/files.el (directory-files-no-dot-files-regexp): Arg name.Mattias Engdegård2020-04-16
* Use directory-files-no-dot-files-regexp wherever possibleMattias Engdegård2020-04-16
* Merge from origin/emacs-27Glenn Morris2020-04-15
|\
| * Fix edge case errors in filename-matching regexpsMattias Engdegård2020-04-14
* | Fix bootstrap compiler warnings about `read-library-name'Štěpán Němec2020-04-12
* | load-library, locate-library: Use read-library-nameŠtěpán Němec2020-04-03
* | Merge from origin/emacs-27Glenn Morris2020-03-30
|\|
| * * lisp/files.el (directory-files-recursively): Doc fix. (Bug#40202)Eli Zaretskii2020-03-25