summaryrefslogtreecommitdiff
path: root/lisp/eshell
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-26Glenn Morris2019-04-211-1/+5
|\
| * Tell xclip not to expect job-control under eshell (Bug#35257)Noam Postavsky2019-04-191-1/+5
* | Fix regexp branches that subsume other branchesPaul Eggert2019-04-191-1/+1
* | Eshell dependencies: Fix recent regressionsStefan Monnier2019-04-102-1/+6
* | Fix up Eshell 'require's after previous dependency reshuffle.Stefan Monnier2019-04-0922-51/+41
* | Fix "M-x eshell"Eli Zaretskii2019-04-091-0/+6
* | Eshell: Try to untangle the dependencies; move 'provide's to the endStefan Monnier2019-04-0812-134/+154
* | Avoid recursive load of eshellMauro Aranda2019-04-031-2/+3
* | Fix repeated 'custom-add-option' in esh-mode.el (Bug#34993)Mauro Aranda2019-04-031-1/+1
* | ; Eval overlooked lambda in recent Eshell changesBasil L. Contovounesios2019-03-211-1/+1
* | Eshell: Mostly cosmetic changes to be more explicit about dynbindStefan Monnier2019-03-203-165/+136
* | Repair eshell-query-kill-processesMattias EngdegÄrd2019-03-201-1/+1
* | * lisp/eshell/em-cmpl.el: Use completion-at-point i.s.o pcompleteStefan Monnier2019-03-191-24/+14
* | Fix regular-expression glitches and typosPaul Eggert2019-03-041-2/+2
* | Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-222-9/+9
* | Simplify use of encode-timePaul Eggert2019-02-101-1/+1
* | Merge from origin/emacs-26Paul Eggert2018-12-3128-28/+28
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-0128-28/+28
* | Merge from origin/emacs-26Glenn Morris2018-12-301-1/+0
|\ \ | |/
| * ; Remove comment in esh-proc.elMichael Albinus2018-12-291-1/+0
| * Fix Bug#31704. Do not mergeMichael Albinus2018-12-291-4/+3
* | New function flatten-treeAlex Branham2018-12-179-31/+23
* | Fix resolving symlinks in Eshell history file namesEli Zaretskii2018-12-092-2/+2
* | Follow links in Eshell last-dir-ringPhilip Hudson2018-12-081-4/+5
* | Follow symlink in Eshell historyPhilip Hudson2018-12-081-4/+5
* | Replace insignificant backquotesMichael Heerdegen2018-11-252-2/+2
* | Merge from origin/emacs-26Glenn Morris2018-10-121-1/+1
|\ \ | |/
| * Avoid byte-compiler warning in em-rebind.elAlex Branham2018-10-121-1/+1
* | file-attributes cleanupPaul Eggert2018-09-234-49/+56
* | Merge from origin/emacs-26Glenn Morris2018-09-201-1/+2
|\ \ | |/
| * Document synchronous behavior of eshell/make (Bug#32513)Noam Postavsky2018-09-191-1/+2
* | * lisp/eshell/em-dirs.el (eshell-expand-multiple-dots): Avoid defadvice.Stefan Monnier2018-09-141-4/+6
* | Fix Bug#31704Michael Albinus2018-09-061-4/+3
* | Detect Chinese sudo password prompts (Bug#31075)Noam Postavsky2018-08-231-1/+2
* | Merge from origin/emacs-26Glenn Morris2018-07-245-21/+45
|\ \ | |/
| * Check for special filenames in eshell (Bug#30724)Jonathan Kyle Mitchell2018-07-215-21/+45
| * esh-opt.el: Fix improper parsing of first argument (Bug#28323)Jay Kamat2018-06-031-6/+7
* | Fix infinite recursion in eshell/clear (Bug#31326)Jonathan Kyle Mitchell2018-07-101-2/+1
* | Simplify eshell arg processing with (pop (nthcdr ...))Noam Postavsky2018-05-151-9/+2
* | esh-opt.el: Add a :parse-leading-options-only argument (Bug#28323)Jay Kamat2018-05-152-3/+15
* | esh-opt.el: Fix improper parsing of first argument (Bug#28323)Jay Kamat2018-05-151-6/+7
* | Make eshell/kill handle -<signal> and -<SIGNALNAME> (Bug#29156)Eric Skoglund2018-03-251-3/+6
* | Merge from origin/emacs-26Paul Eggert2018-03-201-1/+1
|\ \ | |/
| * ; Spelling fixPaul Eggert2018-03-191-1/+1
* | eshell-eval-using-options: Avoid compiler warning differentlyStefan Monnier2018-03-104-6/+4
* | Merge from origin/emacs-26Paul Eggert2018-03-101-2/+2
|\ \ | |/
| * Replace the obsolete process-kill-without-query in documentationGlenn Morris2018-03-081-2/+2
* | Merge from origin/emacs-26Glenn Morris2018-03-081-0/+3
|\ \ | |/
| * Obsolete eshell-cmpl-suffix-listGlenn Morris2018-03-061-0/+3
* | Condition em-cmpl's setting of pcomplete-suffix-listGlenn Morris2018-03-061-2/+3