aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/files.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make file-name-split returns driver name as well in WindowsKien Nguyen2022-04-061-1/+5
* Report buffer-name when local mode-line is invalidRobert Pluim2022-03-161-2/+2
* Flocate_file_internal: Protect from `.eln` remappingStefan Monnier2022-03-121-14/+1
* Further locate-file fixes on nativecompLars Ingebrigtsen2022-03-121-1/+2
* Return the same file from locate-file in nativecomp and nonLars Ingebrigtsen2022-03-121-1/+10
* Speed up exiting "emacs -Q"Eli Zaretskii2022-02-171-17/+20
* Improve format of values returned by 'file-size-human-readable'Eli Zaretskii2022-02-141-1/+6
* (with-demoted-errors): Warn on missing `format` argStefan Monnier2022-02-041-5/+7
* Fix up previous "Quit Emacs" from menu logicLars Ingebrigtsen2022-01-271-49/+58
* Make the save buffers prompt from Quit Emacs menu more understandableLars Ingebrigtsen2022-01-271-1/+9
* Add support for EPUB, CBZ, FB2 and (O)XPS extension to doc viewDaniel Nicolai2022-01-271-1/+1
* Don't discourage auto-mode-alist entries in autoloadsStefan Kangas2022-01-271-4/+2
* Make anonymous functions work in auto-mode-alistLars Ingebrigtsen2022-01-241-0/+1
* Make message in hack-local-variables-confirm clearerLars Ingebrigtsen2022-01-231-1/+1
* (hack-local-variables--find-variables): Use `user-error`Stefan Monnier2022-01-171-5/+5
* Merge remote-tracking branch 'origin/emacs-28' into trunkStefan Monnier2022-01-121-5/+9
|\
| * * lisp/files.el (lock-file-name-transforms): Doc tweaks.Glenn Morris2022-01-121-5/+9
* | (hack-one-local-variable-constantp): Mark as obsoleteStefan Monnier2022-01-101-6/+3
* | Merge remote-tracking branch 'origin/emacs-28' into trunkStefan Monnier2022-01-101-10/+11
|\ \ | |/
| * (save-some-buffers): Simplify the fix for bug#46374Stefan Monnier2022-01-091-10/+11
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Replace uniquify.el's advice with direct callsStefan Monnier2021-12-271-6/+8
* | Make `C-c C-w' copy the executable bits to the new fileLars Ingebrigtsen2021-12-021-28/+38
* | Change how Dired displays available spaceLars Ingebrigtsen2021-12-011-15/+1
* | Make `C-x C-d' require either an existing directory or a wildcardLars Ingebrigtsen2021-12-011-5/+12
* | Use substitute-command-keys for literal key sequencesStefan Kangas2021-11-221-6/+6
* | * lisp/files.el (file-has-changed-p): Index the cache with absolute file namesStefan Monnier2021-11-181-2/+1
* | Support abbreviating home directory of Tramp filenamesJim Porter2021-11-151-68/+75
* | Fix problem with non-absolute namesLars Ingebrigtsen2021-11-111-1/+1
* | Add new function 'file-name-split'Lars Ingebrigtsen2021-11-101-0/+23
* | Merge from origin/emacs-28Alan Mackenzie2021-11-071-2/+4
|\ \ | |/
| * * lisp/files.el (user-emacs-directory-warning): Clarify docstring.Stefan Kangas2021-11-071-2/+4
* | Improve `file-has-changed-p'Michael Albinus2021-11-051-5/+9
* | ; Improve documentation of a recent changeEli Zaretskii2021-11-021-7/+7
* | Improve file-has-changed-pGregory Heytings2021-11-021-12/+16
* | Read mailcaps again only when necessaryGregory Heytings2021-11-011-0/+16
* | Merge from origin/emacs-28Eli Zaretskii2021-10-311-0/+1
|\ \ | |/
| * ; * lisp/files.el (make-nearby-temp-file): Doc fix.Eli Zaretskii2021-10-311-0/+1
* | Allow viewing .heic images via image-convertLars Ingebrigtsen2021-10-251-0/+1
* | Add WebP image format support (Bug#51296)Stefan Kangas2021-10-221-0/+1
* | ; Revert parts of previous commitStefan Kangas2021-10-221-6/+6
* | Remove redundant #' before lambdaStefan Kangas2021-10-211-11/+11
* | Merge from origin/emacs-28Glenn Morris2021-10-111-4/+8
|\ \ | |/
| * Add symbol property 'save-some-buffers-function' (bug#46374)Juri Linkov2021-10-101-4/+8
* | Merge from origin/emacs-28Glenn Morris2021-10-051-3/+3
|\ \ | |/
| * ; Minor stylistic fixes found by checkdocStefan Kangas2021-10-051-3/+3
* | Merge from origin/emacs-28Glenn Morris2021-10-041-1/+1
|\ \ | |/
| * ; Fix a typo in a doc stringEli Zaretskii2021-10-021-1/+1
* | Add new functionality to write buffer-based testsLars Ingebrigtsen2021-10-011-0/+1
|/