| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete aliases obsolete since 21.1 and 22.1 | Stefan Kangas | 2022-07-31 | 1 | -8/+0 |
* | Fix sorting in ls-lisp.el under -v | Eli Zaretskii | 2022-06-05 | 1 | -5/+13 |
* | Audit quoting the quote character in doc strings | Lars Ingebrigtsen | 2022-04-22 | 1 | -1/+1 |
* | Fix off-by-one file size formatting in ls-lisp | Lars Ingebrigtsen | 2022-02-12 | 1 | -2/+2 |
* | Merge from origin/emacs-28 | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
|\ |
|
| * | ; Add 2022 to copyright years. | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
* | | Change how Dired displays available space | Lars Ingebrigtsen | 2021-12-01 | 1 | -12/+1 |
* | | Fix files-tests on MS-Windows | Eli Zaretskii | 2021-11-11 | 1 | -1/+1 |
|/ |
|
* | Fix thinko in ls-lisp--insert-directory | Michael Albinus | 2021-10-09 | 1 | -0/+1 |
* | ; Minor stylistic fixes found by checkdoc | Stefan Kangas | 2021-09-16 | 1 | -1/+1 |
* | Support '--group-directories-first' in ls-lisp.el | Arthur Miller | 2021-07-25 | 1 | -5/+69 |
* | ; Fix typos: emacs lisp -> Emacs Lisp | Stefan Kangas | 2021-04-16 | 1 | -1/+1 |
* | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
* | Speed up ls-lisp | Eli Zaretskii | 2020-10-31 | 1 | -2/+7 |
* | Improve the UI of 'list-timers' | Eli Zaretskii | 2020-03-25 | 1 | -3/+3 |
* | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
* | Avoid signaling errors from ls-lisp--insert-directory on macOS | Eli Zaretskii | 2019-08-31 | 1 | -1/+2 |
* | Remove some obsolete integer overflow handling | Mattias EngdegÄrd | 2019-07-22 | 1 | -8/+1 |
* | Make ls-lisp--dired ape dired-noselect more closely | Drew Adams | 2019-06-23 | 1 | -0/+2 |
* | Go back to "Maintainer: emacs-devel@gnu.org" | Paul Eggert | 2019-05-25 | 1 | -0/+1 |
* | Fixes for "Maintainer:" and related lines | Paul Eggert | 2019-05-19 | 1 | -1/+0 |
* | Make ls-lisp.el behave like Posix hosts when directory doesn't exist | Eli Zaretskii | 2019-02-15 | 1 | -3/+7 |
* | Merge from origin/emacs-26 | Paul Eggert | 2018-12-31 | 1 | -1/+1 |
|\ |
|
| * | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
* | | file-attributes cleanup | Paul Eggert | 2018-09-23 | 1 | -39/+16 |
|/ |
|
* | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | Add test for Bug#29423 in Tramp. | Michael Albinus | 2017-11-25 | 1 | -1/+1 |
* | Make sure 'dired-filename' property is always put by ls-lisp | Eli Zaretskii | 2017-11-25 | 1 | -7/+9 |
* | Fix compile warning for non-w32 builds | Noam Postavsky | 2017-10-24 | 1 | -0/+2 |
* | Avoid unnecessary rounding errors in timestamps | Paul Eggert | 2017-10-22 | 1 | -2/+3 |
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | ls-lisp: Drop eshell dependencies | Tino Calancha | 2017-08-05 | 1 | -9/+1 |
* | ls-lisp: Autoload call instead of cookie | Tino Calancha | 2017-08-02 | 1 | -3/+8 |
* | ls-lisp: Do not require em-glob at top of the file | Tino Calancha | 2017-07-30 | 1 | -1/+5 |
* | Dired: Handle posix wildcards in directory part | Tino Calancha | 2017-07-30 | 1 | -0/+30 |
* | ls-lisp: Add an unload function and enable lexical binding | Tino Calancha | 2017-07-25 | 1 | -1/+7 |
* | ls-lisp: Fix file size format | Tino Calancha | 2017-07-16 | 1 | -3/+3 |
* | Merge from origin/emacs-25 | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
|\ |
|
| * | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
* | | Merge from origin/emacs-25 | Paul Eggert | 2016-11-19 | 1 | -1/+1 |
|\| |
|
| * | Modernize usage of 'macOS' in doc and comments | Paul Eggert | 2016-11-06 | 1 | -1/+1 |
| * | (ls-lisp-insert-directory): Make -B work | Drew Adams | 2016-02-23 | 1 | -1/+3 |
* | | Remove support for IRIX | Paul Eggert | 2016-03-07 | 1 | -1/+1 |
* | | (ls-lisp-insert-directory): Make -B work | Drew Adams | 2016-02-23 | 1 | -1/+3 |
|/ |
|
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | Fix some more docstring etc. quoting problems | Paul Eggert | 2015-09-03 | 1 | -1/+1 |
* | In strings, prefer plain ` and ' to \` and \' | Paul Eggert | 2015-06-30 | 1 | -2/+2 |
* | Fix Dired display of an explicit list of files by ls-lisp.el | Eli Zaretskii | 2015-06-06 | 1 | -4/+4 |
* | Don't quote nil and t in doc strings | Paul Eggert | 2015-05-21 | 1 | -1/+1 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |