summaryrefslogtreecommitdiff
path: root/lisp/files.el
Commit message (Expand)AuthorAgeFilesLines
* ; 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
* Revert "file-truename now uses realpath for local files"Eli Zaretskii2019-09-071-8/+3
* file-truename now uses realpath for local filesPaul Eggert2019-09-061-3/+8
* Prefer ~/.config/emacs to ~/.emacs.d if neither existsPaul Eggert2019-08-301-1/+1
* Use `autoconf-mode' for Autoconf .m4 filesLars Ingebrigtsen2019-08-251-0/+2
* save-some-buffers-default-predicate doc clarificationLars Ingebrigtsen2019-08-051-1/+5
* Clean up file-size-functionMattias Engdegård2019-08-021-14/+20
* Allow directory-files-recursively to follow symlinksLars Ingebrigtsen2019-07-271-8/+15
* Remove no-longer-needed integer overflow codePaul Eggert2019-07-221-2/+2
* * lisp/files.el (file-size-function): Add :version tagOleh Krehel2019-07-201-5/+6
* Fix last changeEli Zaretskii2019-07-201-2/+2
* Make REs in magic-(fallback-)mode-alist case-sensitive.Benjamin Riefenstahl2019-07-201-8/+10
* * lisp/files.el (file-size-function): New defcustomOleh Krehel2019-07-191-1/+9
* Neater free disk space formattingMattias Engdegård2019-07-191-5/+2
* * lisp/files.el (get-free-disk-space): Use file-size-human-readableOleh Krehel2019-07-181-1/+1
* Make directory-files-recursively take a PREDICATE parameterLars Ingebrigtsen2019-07-151-10/+29
* Fix problem with files like "~" in `directory-files-recursively'Lars Ingebrigtsen2019-07-101-7/+8
* .har files are JSON filesLars Ingebrigtsen2019-07-091-0/+2
* Avoid using subr-x.el function in files.elBasil L. Contovounesios2019-06-251-1/+1
* Optional space and unit in `file-size-human-readable' (bug#35756)Mattias Engdegård2019-06-231-18/+31
* Merge from origin/emacs-26Glenn Morris2019-06-011-0/+1
|\
| * Speed up redisplay of HELLOEli Zaretskii2019-06-011-0/+1
* | Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* | Avoid polling in global-auto-revert-mode (bug#35418)Mattias Engdegård2019-05-201-1/+5
* | Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* | Don't use file notification on non-file buffersMattias Engdegård2019-05-181-0/+10
* | Merge from origin/emacs-26Glenn Morris2019-05-141-0/+47
|\|
| * Let dir locals for more specific modes override those from lessNeil Roberts2019-05-121-0/+47
* | Don't rewrite buffer contents after saving by rename (Bug#35497)Jonathan Tomer2019-05-081-2/+2
* | * lisp/files.el (hack-local-variables): Don't burp when files-x isn't loadedStefan Monnier2019-05-051-1/+3
* | Fix Bug#35241Michael Albinus2019-04-171-1/+2
* | Automatically detect JSX in JavaScript filesJackson Ray Hamilton2019-04-081-2/+1
* | Improve regexp advice again, and unchain rangesPaul Eggert2019-04-021-1/+1
* | Do not hardcode "/bin/sh" in compile. Bug#24338, Bug#29723Michael Albinus2019-03-091-0/+5
* | Add portable dumperDaniel Colascione2019-01-151-1/+1
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\|
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | * lisp/files.el (locate-file, files--splice-dirname-file): Fix docstring.Michael Albinus2018-12-311-6/+7
* | Merge from origin/emacs-26Glenn Morris2018-12-301-1/+4
|\|