summaryrefslogtreecommitdiff
path: root/lisp/eshell/em-ls.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-11Make Eshell's "ls" command return a non-zero status on errorsJim Porter
2025-01-01Update copyright year to 2025Paul Eggert
2024-10-31Improve correctness of Eshell globs when using escape charactersJim Porter
2024-06-08Be more efficient when buffering output in EshellJim Porter
2024-05-29Use 'esh-module-autoload' for Eshell modules' defgroupsJim Porter
2024-05-10; Clean up some 'require' and 'declare-function' calls in EshellJim Porter
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-08-25Don't try to set variable removed in Emacs 21Stefan Kangas
2023-05-02Use connection-aware functions when getting the UID/GID in EshellJim Porter
2023-02-15Allow unloading EshellJim Porter
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-06-09Account for remapped faces in $COLUMNS and $LINES in EshellJim Porter
2022-03-22Make eshell link faces more distinctive on 8-color displaysLars Ingebrigtsen
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-09-14; More minor docfixes found by checkdocStefan Kangas
2021-03-11* lisp: Remove yet more always-nil variablesStefan Monnier
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-14Prefer setq to set+quoteStefan Kangas
2020-11-19Assume font-lock is provided; it's preloaded since 22.1Stefan Kangas
2020-11-16Don't quote lambdas in eshell/*.elStefan Kangas
2020-03-11Remove more XEmacs compat code from eshellStefan Kangas
2020-01-01Update copyright year to 2020Paul Eggert
2019-07-30Use decoded time accessors in in em-lsLars Ingebrigtsen
2019-04-10Eshell dependencies: Fix recent regressionsStefan Monnier
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-11-25Replace insignificant backquotesMichael Heerdegen
2018-09-23file-attributes cleanupPaul Eggert
2018-07-21Check for special filenames in eshell (Bug#30724)Jonathan Kyle Mitchell
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-08-06Dired w/ eshell-ls: Handle shell wildcards in file nameTino Calancha
2017-08-01Insert subdir content if dir-or-list is a string w/o wildcardsTino Calancha
2017-07-30ls-lisp: Do not require em-glob at top of the fileTino Calancha
2017-07-30Dired: Handle posix wildcards in directory partTino Calancha
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-06-23Remove some more face aliases obsoleted in 22.1Mark Oteiza
2016-01-01Update copyright year to 2016Paul Eggert
2015-09-17Backslash cleanup in Elisp source filesPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-10-28Simplify use of current-time and friends.Paul Eggert
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-17* net/rcirc.el (rcirc-add-face):Leo Liu
2013-10-29* lisp/eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink): Fix doc typos.Glenn Morris
2013-09-19* lisp/eshell/em-ls.el: Use advice. Remove redundant :group keywords.Stefan Monnier
2013-09-18Address some "unused lexical argument" warnings in eshellGlenn Morris
2013-09-12* lisp/eshell/*.el: Use lexical-binding.Stefan Monnier