| Commit message (Expand) | Author | Age | Files | Lines |
* | * lisp/files.el (untrusted-content): New variable. | Ihor Radchenko | 2024-03-24 | 1 | -0/+8 |
* | * lisp/files.el (hack-one-local-variable): Use `set-auto-mode-0` | Stefan Monnier | 2024-02-25 | 1 | -4/+2 |
* | ; Add 2024 to copyright years | Po Lu | 2024-01-02 | 1 | -1/+1 |
* | * lisp/files.el (file-name-non-special): Handle quoted tilde. | Michael Albinus | 2023-10-14 | 1 | -2/+9 |
* | Improve remote-file-name-inhibit-cache :type | Basil L. Contovounesios | 2023-09-22 | 1 | -4/+4 |
* | ; * lisp/files.el (save-some-buffers-functions): Doc fix (bug#65414). | Eli Zaretskii | 2023-09-04 | 1 | -3/+7 |
* | Fix reverting Rmail buffers | Eli Zaretskii | 2023-08-06 | 1 | -6/+12 |
* | ; * lisp/files.el (hack-local-variables): Fix typo in the doc string. | Eli Zaretskii | 2023-03-04 | 1 | -1/+1 |
* | Fix documentation of 'normal-mode' in buffers that don't visit files | Eli Zaretskii | 2023-03-04 | 1 | -5/+13 |
* | ; Clarify documentation of 'file-modes-number-to-symbolic' | Eli Zaretskii | 2023-02-23 | 1 | -4/+7 |
* | * lisp/files.el (file-equal-p): Work around Haiku stat bug. | Po Lu | 2023-02-18 | 1 | -1/+12 |
* | ; Clarify doc strings of some functions in files.el | Eli Zaretskii | 2023-01-18 | 1 | -7/+13 |
* | ; * lisp/files.el (insert-directory-wildcard-in-dir-p): Doc fix. | Eli Zaretskii | 2023-01-15 | 1 | -3/+6 |
* | * lisp/files.el (find-sibling-rules): Fix docstring. | Michael Albinus | 2023-01-04 | 1 | -3/+3 |
* | ; Add 2023 to copyright years. | Eli Zaretskii | 2023-01-01 | 1 | -1/+1 |
* | Improve support for Scheme R6RS and R7RS libraries (bug#54704) | Rudolf Adamkovič | 2022-12-27 | 1 | -1/+1 |
* | Remove file-exists-in-trash-p | Paul Eggert | 2022-12-17 | 1 | -11/+3 |
* | Don’t assume make-directory handler returns nil | Paul Eggert | 2022-12-17 | 1 | -1/+6 |
* | Fix copy-directory bug when dest dir exists | Paul Eggert | 2022-12-17 | 1 | -7/+12 |
* | make-directory now returns t if dir already exists | Paul Eggert | 2022-12-17 | 1 | -28/+30 |
* | Fix moving to trash files that overwrite dangling symlinks there | Eli Zaretskii | 2022-12-16 | 1 | -3/+11 |
* | ; Typo fixes in etc/NEWS and lisp/ files | Juanma Barranquero | 2022-11-29 | 1 | -1/+1 |
* | Extend memory-info for remote systems | Michael Albinus | 2022-11-27 | 1 | -1/+2 |
* | Add new SI prefixes | Mattias Engdegård | 2022-11-24 | 1 | -1/+1 |
* | Fix trashing of symlink that points at a directory | Mike Kupfer | 2022-11-24 | 1 | -1/+2 |
* | Fix cross-filesystem directory trashing (Bug#58721) | Mike Kupfer | 2022-11-24 | 1 | -2/+19 |
* | ; Fix typos | Stefan Kangas | 2022-11-18 | 1 | -1/+1 |
* | Pacify recent unused/ignored lexvar warnings | Basil L. Contovounesios | 2022-10-26 | 1 | -1/+1 |
* | Rename `file-attribute-file-number' to `file-attribute-file-identifier' | Michael Albinus | 2022-10-14 | 1 | -5/+6 |
* | ; Fix recent change in documentation of "device number" | Eli Zaretskii | 2022-10-14 | 1 | -5/+7 |
* | Clarify structure of file-attribute's device number | Michael Albinus | 2022-10-13 | 1 | -9/+15 |
* | Merge from origin/emacs-28 | Stefan Kangas | 2022-10-09 | 1 | -3/+4 |
|\ |
|
| * | ; Improve documentation of 'file-in-directory-p' | Eli Zaretskii | 2022-10-08 | 1 | -3/+4 |
* | | ; * lisp/files.el (find-file-noselect): Minor simplification. | Stefan Kangas | 2022-10-05 | 1 | -10/+9 |
* | | files.el (major-mode-remap-alist): New custom var (bug#58075) | Stefan Monnier | 2022-10-03 | 1 | -4/+22 |
* | | * lisp/files.el (after-find-file): Use substitute-command-keys. | Stefan Kangas | 2022-10-02 | 1 | -1/+2 |
* | | Fix rename-visited-file when renaming to a directory name | Lars Ingebrigtsen | 2022-09-30 | 1 | -0/+8 |
* | | * lisp/files.el (auto-mode-alist): Add entry for ".mailmap". | Stefan Kangas | 2022-09-28 | 1 | -0/+1 |
* | | * lisp/files.el (file-backup-file-names): Don't burp if dir doesn't exist | Stefan Monnier | 2022-09-27 | 1 | -10/+11 |
* | | Rename file-name-directory | Lars Ingebrigtsen | 2022-09-24 | 1 | -1/+1 |
* | | * lisp/files.el (risky-local-variable): Remove max-specpdl-size. | Mattias Engdegård | 2022-09-23 | 1 | -1/+0 |
* | | Use `eql` or `eq` instead of `=` in some places | Mattias Engdegård | 2022-09-15 | 1 | -19/+19 |
* | | Delete many items obsolete since 24.3 | Stefan Kangas | 2022-09-09 | 1 | -21/+1 |
* | | Make file-parent-directory more efficient | Daanturo | 2022-09-01 | 1 | -1/+3 |
* | | Fix handling of UNCs in 'parse-colon-path | Eli Zaretskii | 2022-08-24 | 1 | -5/+10 |
* | | When reverting, preserve the readedness state set by `C-x C-q' | Lars Ingebrigtsen | 2022-08-24 | 1 | -2/+7 |
* | | Fix defcustom type of auto-save-file-name-transforms | Lars Ingebrigtsen | 2022-08-22 | 1 | -11/+21 |
* | | Add separate tiny major mode for JSON | Dmitry Gutov | 2022-08-09 | 1 | -1/+1 |
* | | Fix ignored-local-variable-values for non-primitive values | Kira Bruneau | 2022-08-04 | 1 | -4/+2 |
* | | Prefer ‘time-equal-p’ to ‘equal’ on timestamps | Paul Eggert | 2022-08-01 | 1 | -1/+2 |