aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/wdired.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* ; Add missing require to wdired.elStefan Kangas2025-02-261-0/+1
* Prefer incf to cl-incf in remaining filesStefan Kangas2025-02-261-1/+1
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Fix doc string of 'wdired-use-dired-vertical-movement'Eli Zaretskii2024-10-271-2/+1
* Capitalize "Dired" and "Lisp" in docstringsStefan Kangas2024-07-101-5/+5
* ; Delete redundant and/or misleading package headersStefan Kangas2024-06-191-1/+0
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Add option `dired-filename-display-length'Liu Hui2023-11-251-0/+7
* | Fix mode-line after switching from WDired back to DiredEli Zaretskii2023-11-101-1/+1
* | Fix Wdired with relative and abbreviated file namesEli Zaretskii2023-07-161-2/+18
|/
* A better fix for "Fix cancellation of Wdired"Michael Heerdegen2023-05-281-3/+2
* Fix cancellation of WdiredEli Zaretskii2023-05-261-0/+3
* Restore invisibility of symlink target on exiting wdired-modeStephen Berman2023-02-241-0/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Make wdired match dired with symlink permissionsPaul Eggert2022-09-101-1/+2
* Merge from origin/emacs-28Stefan Kangas2022-08-261-26/+22
|\
| * * lisp/wdired.el: Improve "Commentary" section.Stefan Kangas2022-08-251-20/+16
| * * lisp/wdired.el: Doc fix; don't mention obsolete variable.Stefan Kangas2022-08-251-7/+7
* | Fix wdired with (dired '(dir f1 f2 ...))Thierry Volpiatto2022-08-231-9/+22
* | Remove duplicate key definitions from keymapsRobert Pluim2022-08-021-1/+0
* | Fix wdired marking of unsuccessfully renamed filesLars Ingebrigtsen2022-06-171-3/+14
* | Add search function to search within filenames in Dired and WDired (bug#14013)Juri Linkov2022-03-281-10/+23
* | Allow using dired-hide-details-mode in wdired buffersLars Ingebrigtsen2022-01-281-0/+1
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Use defvar-keymap in wdired.elStefan Kangas2021-12-201-35/+31
|/
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-2/+2
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-1/+1
* Make wdired work better in narrowed-to buffersLars Ingebrigtsen2021-07-191-59/+63
* * lisp/wdired.el (wdired-normalize-filename): Sync withAndreas Schwab2021-05-291-7/+26
* * lisp/wdired.el (wdired--before-change-fn): Wrap body in save-match-data.Juri Linkov2021-04-231-20/+21
* * lisp/wdired.el (wdired--self-insert): Put symbol property delete-selection.Juri Linkov2021-04-201-0/+2
* * lisp/wdired.el (wdired--self-insert): Fix thinkoStefan Monnier2021-03-271-4/+3
* * lisp/wdired.el: Fix minor regressions and simplify a bitStefan Monnier2021-03-271-114/+106
* * lisp/wdired.el: Apply text properties lazilyArthur Miller2021-03-271-92/+128
* * lisp/wdired.el: Fix typo in last change.Stefan Monnier2021-03-231-2/+2
* * lisp/wdired.el: Use lexical-bindingStefan Monnier2021-03-191-50/+42
* Convert some more menus to easy-menu-defineStefan Kangas2021-02-231-14/+9
* Use `undefined' instead of `ignore' in wdiredLars Ingebrigtsen2021-02-211-3/+3
* * lisp/wdired.el: Minor doc fixes.Stefan Kangas2021-01-281-10/+10
* Avoid recommending GoogleStefan Kangas2021-01-281-2/+2
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Fix wdired-get-filename when ls -F marks symlinksDaniel Martín2020-12-221-1/+4
* Prefer setq-local in dired extensionsStefan Kangas2020-12-091-8/+8
* Use null-device where appropriateMichael Albinus2020-11-251-1/+1
* wdired: fix error handling of set-file-modesAndreas Schwab2020-10-311-23/+21
* Allow killing files with C-k in wdired if -F is usedStephen Berman2020-10-111-32/+72
* Fix wdired-do-perm-changes when over TrampTino Calancha2020-10-011-3/+3