summaryrefslogtreecommitdiff
path: root/lisp/files.el
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-08-191-8/+0
|\
| * Remove many items obsolete since Emacs 23.1Stefan Kangas2020-08-141-8/+0
* | Move eln files into dedicated cache directoriesAndrea Corallo2020-08-171-1/+4
|/
* Do not truncate /foo//bar to /bar/ in parse-colon-pathTino Calancha2020-08-121-4/+10
* * lisp/files.el (auto-mode-alist): delete ada-mode; now in GNU ELPA onlyStephen Leake2020-08-071-2/+0
* Minor fix in 'find-alternate-file'immerrr2020-05-301-0/+2
* ; * lisp/files.el (auto-save-visited-mode): Fix typo in last commit.Philipp Stephani2020-05-251-1/+1
* Allow inhibiting 'auto-save-visited-mode' on a per-buffer basis.Philipp Stephani2020-05-251-1/+8
* Combine archive-int-to-mode and tar-grind-file-modeTino Calancha2020-05-141-0/+21
* ; Fix recent additions with lisp-data-modeBasil L. Contovounesios2020-05-011-2/+2
* Add lisp-data-mode for editing non-code Lisp dataJoão Távora2020-05-011-0/+7
* ; * lisp/files.el (directory-files-no-dot-files-regexp): Arg name.Mattias Engdegård2020-04-161-1/+1
* Use directory-files-no-dot-files-regexp wherever possibleMattias Engdegård2020-04-161-1/+4
* Merge from origin/emacs-27Glenn Morris2020-04-151-3/+3
|\
| * Fix edge case errors in filename-matching regexpsMattias Engdegård2020-04-141-3/+3
* | Fix bootstrap compiler warnings about `read-library-name'Štěpán Němec2020-04-121-0/+2
* | load-library, locate-library: Use read-library-nameŠtěpán Němec2020-04-031-6/+1
* | Merge from origin/emacs-27Glenn Morris2020-03-301-7/+9
|\ \ | |/
| * * lisp/files.el (directory-files-recursively): Doc fix. (Bug#40202)Eli Zaretskii2020-03-251-7/+9
* | Deprecate with-displayed-buffer-window, use body-function instead (bug#39822)Juri Linkov2020-03-301-5/+9
* | Add ‘nofollow’ flag to set-file-timesPaul Eggert2020-03-071-3/+4
* | Add 'nofollow' flag to set-file-modes etc.Paul Eggert2020-02-231-4/+8
* | Merge from origin/emacs-27Paul Eggert2020-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* | Use regexp type for regexps in defcustom declarationsMattias Engdegård2019-12-261-1/+1
|/
* Improve doc string of 'files--message'Eli Zaretskii2019-12-251-3/+3
* * lisp/files.el (save-buffers-kill-emacs): Mark "*Process List*" as dedicated.Juri Linkov2019-12-231-1/+2
* backup-by-copying-when-privileged-mismatch applies to file gid, too.Stephen Gildea2019-12-211-6/+9
* Always expand "total" in diredChristopher Schmidt2019-11-231-2/+3
* * lisp/files.el (locate-file-completion-table): Fix typoStefan Monnier2019-11-211-1/+1
* Fix moving files with duplicate names to trash-canShingo Tanaka2019-11-161-1/+2
* Used magic-fallback-mode-alist to detect .doc files (Bug#20891)Robert Pluim2019-11-151-1/+2
* Add several configuration files to auto-mode-alistStefan Kangas2019-11-111-2/+3
* hack-local-variables-confirm uses the minibuffer to read answer (bug#38076)Juri Linkov2019-11-101-12/+4
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-081-1/+1
* Fix English grammar in some doc strings and commentsStephen Gildea2019-11-031-54/+54
* Default exotic image formats (like .webp) to image-modeLars Ingebrigtsen2019-10-291-1/+45
* lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nilJuanma Barranquero2019-10-171-1/+1
* ; Minor copyedits in recently installed documentation changesEli Zaretskii2019-10-151-2/+2
* Remove the find-file-visit-truename safe-local-variableLars Ingebrigtsen2019-10-141-1/+0
* require-final-newline doc string clarificationLars Ingebrigtsen2019-10-141-1/+5
* Fix directory-files-recursively doc typoRobert Pluim2019-10-141-1/+1
* Add a new action in save-some-buffers to view the bufferLars Ingebrigtsen2019-10-131-63/+80
* Fix formatting of (file-size-human-readable 2047)Lars Ingebrigtsen2019-10-101-1/+2
* Work around bad interaction between dired-omit-mode and recover-sessionLars Ingebrigtsen2019-10-101-1/+8
* * lisp/subr.el (generate-new-buffer): Move (from files.el) before first useStefan Monnier2019-10-041-5/+0
* .va/.vah/.sva/.svah now loads Verilog mode.Wilson Snyder2019-09-271-1/+1
* Hide passwords in .authinfo and .netrc filesLars Ingebrigtsen2019-09-211-0/+1
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-211-6/+6
* Fix some file-mode racesPaul Eggert2019-09-161-5/+5