| Commit message (Expand) | Author | Age | Files | Lines |
* | (eshell-send-invisible): Renamed from | Gerd Moellmann | 2001-07-16 | 1 | -4/+4 |
* | Some fixes to follow coding conventions. | Pavel Janík | 2001-07-15 | 29 | -29/+31 |
* | Added a version string. | John Wiegley | 2001-06-19 | 1 | -0/+1 |
* | Don't load in esh-util if it's already loaded. Also, added a comment | John Wiegley | 2001-06-19 | 1 | -1/+53 |
* | Disabled a test that often yields false failures. | John Wiegley | 2001-06-18 | 1 | -13/+13 |
* | (eshell-exit-success-p): Use a string-match to test if the last | John Wiegley | 2001-06-09 | 1 | -4/+6 |
* | Removed an empty comment. | John Wiegley | 2001-06-09 | 1 | -2/+0 |
* | (eshell-explicit-command-char): A new configuration variable, which | John Wiegley | 2001-05-18 | 1 | -1/+8 |
* | (eshell/which): Use `eshell-explicit-command-char' instead of ?*. | John Wiegley | 2001-05-18 | 1 | -1/+1 |
* | (eshell-completion-command-name, eshell-complete-commands-list): Use | John Wiegley | 2001-05-18 | 1 | -2/+2 |
* | Fixed reference to free variable. | John Wiegley | 2001-05-10 | 1 | -1/+1 |
* | (eshell-convert-numeric-arguments): Annotated the documentation string | John Wiegley | 2001-05-10 | 1 | -1/+12 |
* | (eshell-lisp-command): Don't perform numeric conversions if a Lisp | John Wiegley | 2001-05-10 | 1 | -13/+19 |
* | Set the property `eshell-no-numeric-conversions' on the following | John Wiegley | 2001-05-10 | 5 | -0/+38 |
* | (eshell-number-regexp): Now that number conversions only happen for | John Wiegley | 2001-05-10 | 1 | -1/+1 |
* | Disable `eshell-stop-process' and `eshell-continue-process', since | John Wiegley | 2001-05-10 | 1 | -16/+16 |
* | (eshell-lisp-command): Before calling a Lisp function, convert any | John Wiegley | 2001-05-10 | 1 | -0/+10 |
* | (eshell-parse-argument-hook): If a number is encountered as an | John Wiegley | 2001-05-10 | 1 | -1/+4 |
* | (eshell-shuffle-files): Apply `directory-file-name' before calling | John Wiegley | 2001-05-10 | 1 | -2/+4 |
* | (eshell-add-to-history): Reference to `eshell-history-ring' needed to | John Wiegley | 2001-05-10 | 1 | -1/+1 |
* | (eshell-find-alias-function): Corrected the fix from last night, since | John Wiegley | 2001-04-24 | 1 | -2/+4 |
* | (eshell-find-alias-function): Return t in the case where the function | John Wiegley | 2001-04-24 | 1 | -11/+12 |
* | (eshell/diff): Fixed problems that were occurring with Emacs 21's | John Wiegley | 2001-04-24 | 1 | -8/+14 |
* | (eshell-smart-redisplay): Added some safety code to work around a | John Wiegley | 2001-04-24 | 1 | -1/+5 |
* | (eshell-command): Made a few changes so that `eshell-command' could be | John Wiegley | 2001-04-24 | 1 | -2/+9 |
* | Moved `eshell-non-interactive-p' to eshell.el. | John Wiegley | 2001-04-24 | 1 | -5/+0 |
* | (eshell-ls-insert-directory): Set font-lock-defaults to nil, to | John Wiegley | 2001-04-11 | 1 | -0/+1 |
* | (eshell-previous-matching-input): Don't display "History item" if the | John Wiegley | 2001-04-11 | 1 | -1/+2 |
* | (eshell-command-aliased-p): `assoc' was required where `member' was | John Wiegley | 2001-04-11 | 1 | -1/+1 |
* | (eshell-command): Needed a "%s" format specifier, in case the buffer | John Wiegley | 2001-04-09 | 1 | -1/+1 |
* | (eshell-skip-prompt-function): Fix :type. | Dave Love | 2001-02-07 | 1 | -1/+1 |
* | (eshell-cannot-leave-input-list): Remove | Dave Love | 2001-02-07 | 1 | -1/+0 |
* | (eshell-ls-exclude-regexp): Fix :type. | Dave Love | 2001-01-29 | 1 | -1/+1 |
* | (eshell-windows-shell-file): Fix :type. | Dave Love | 2001-01-29 | 1 | -1/+1 |
* | See ChangeLog | John Wiegley | 2001-01-26 | 2 | -8/+9 |
* | 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu> | Michael Kifer | 2001-01-19 | 1 | -0/+1 |
* | (eshell-ange-ls-uids): Fix :type. | Gerd Moellmann | 2001-01-10 | 1 | -6/+5 |
* | bogus commit | Kai Großjohann | 2000-10-29 | 1 | -1/+0 |
* | install-info syntax compat change. | Kai Großjohann | 2000-10-29 | 1 | -0/+1 |
* | See ChangeLog | John Wiegley | 2000-10-29 | 14 | -208/+279 |
* | Add author information. | Gerd Moellmann | 2000-10-16 | 27 | -0/+54 |
* | (eshell-du-prefer-over-ange): Doc fix. | Eli Zaretskii | 2000-10-15 | 1 | -1/+1 |
* | Added a missing `require' form. | John Wiegley | 2000-10-14 | 1 | -0/+3 |
* | Removed all external URL references, and changed one, since my | John Wiegley | 2000-10-13 | 2 | -2/+0 |
* | Added better remote directory support to Eshell, as well as a few bug | John Wiegley | 2000-10-13 | 8 | -95/+243 |
* | (eshell) <defgroup>: Add :version. | Dave Love | 2000-09-28 | 1 | -0/+1 |
* | (eval-when-compile): Don't lose if esh-module.el's file name | Eli Zaretskii | 2000-09-02 | 1 | -2/+12 |
* | See ChangeLog | John Wiegley | 2000-09-01 | 2 | -11/+66 |
* | See ChangeLog | John Wiegley | 2000-08-29 | 15 | -173/+326 |
* | See ChangeLog | John Wiegley | 2000-08-29 | 4 | -27/+75 |