aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
Commit message (Expand)AuthorAgeFilesLines
...
* (eshell-hist-initialize): Do not use make-local-hook.Pavel Janík2002-02-161-6/+0
* (eshell-glob-initialize): Do not use make-local-hook.Pavel Janík2002-02-161-2/+0
* (eshell-dirs-initialize): Do not use make-local-hook.Pavel Janík2002-02-161-3/+0
* (eshell-cmpl-initialize): Do not use make-local-hook.Pavel Janík2002-02-161-2/+0
* (eshell-alias-initialize): Do not use make-local-hook.Pavel Janík2002-02-161-2/+0
* (eshell-hist-initialize): When in the minibuffer, use the global valueJohn Wiegley2002-02-161-15/+41
* (eshell-command): Before reading from the minibuffer, addJohn Wiegley2002-02-161-0/+2
* (eshell-external-command): Added a fix for XEmacs' new dired.el, whichJohn Wiegley2002-02-161-2/+4
* (eshell-eval-command): If eshell-resume-evalEli Zaretskii2002-01-261-1/+3
* Fix typo.Pavel Janík2002-01-121-1/+1
* (various face definitions): Use :weight, not :bold.Richard M. Stallman2001-12-311-15/+15
* (eshell/cat): Do a quick test if something is a regular file, beforeJohn Wiegley2001-10-171-3/+6
* (eshell-ls-dired-initial-args): Added an extra customization variable,John Wiegley2001-10-171-1/+7
* (eshell-shuffle-files, eshell-shuffle-files):Eli Zaretskii2001-09-141-9/+13
* (eshell-shuffle-files): Compare inodes withEli Zaretskii2001-09-101-1/+1
* (eshell-send-invisible): Renamed fromGerd Moellmann2001-07-161-4/+4
* Some fixes to follow coding conventions.Pavel Janík2001-07-1529-29/+31
* Added a version string.John Wiegley2001-06-191-0/+1
* Don't load in esh-util if it's already loaded. Also, added a commentJohn Wiegley2001-06-191-1/+53
* Disabled a test that often yields false failures.John Wiegley2001-06-181-13/+13
* (eshell-exit-success-p): Use a string-match to test if the lastJohn Wiegley2001-06-091-4/+6
* Removed an empty comment.John Wiegley2001-06-091-2/+0
* (eshell-explicit-command-char): A new configuration variable, whichJohn Wiegley2001-05-181-1/+8
* (eshell/which): Use `eshell-explicit-command-char' instead of ?*.John Wiegley2001-05-181-1/+1
* (eshell-completion-command-name, eshell-complete-commands-list): UseJohn Wiegley2001-05-181-2/+2
* Fixed reference to free variable.John Wiegley2001-05-101-1/+1
* (eshell-convert-numeric-arguments): Annotated the documentation stringJohn Wiegley2001-05-101-1/+12
* (eshell-lisp-command): Don't perform numeric conversions if a LispJohn Wiegley2001-05-101-13/+19
* Set the property `eshell-no-numeric-conversions' on the followingJohn Wiegley2001-05-105-0/+38
* (eshell-number-regexp): Now that number conversions only happen forJohn Wiegley2001-05-101-1/+1
* Disable `eshell-stop-process' and `eshell-continue-process', sinceJohn Wiegley2001-05-101-16/+16
* (eshell-lisp-command): Before calling a Lisp function, convert anyJohn Wiegley2001-05-101-0/+10
* (eshell-parse-argument-hook): If a number is encountered as anJohn Wiegley2001-05-101-1/+4
* (eshell-shuffle-files): Apply `directory-file-name' before callingJohn Wiegley2001-05-101-2/+4
* (eshell-add-to-history): Reference to `eshell-history-ring' needed toJohn Wiegley2001-05-101-1/+1
* (eshell-find-alias-function): Corrected the fix from last night, sinceJohn Wiegley2001-04-241-2/+4
* (eshell-find-alias-function): Return t in the case where the functionJohn Wiegley2001-04-241-11/+12
* (eshell/diff): Fixed problems that were occurring with Emacs 21'sJohn Wiegley2001-04-241-8/+14
* (eshell-smart-redisplay): Added some safety code to work around aJohn Wiegley2001-04-241-1/+5
* (eshell-command): Made a few changes so that `eshell-command' could beJohn Wiegley2001-04-241-2/+9
* Moved `eshell-non-interactive-p' to eshell.el.John Wiegley2001-04-241-5/+0
* (eshell-ls-insert-directory): Set font-lock-defaults to nil, toJohn Wiegley2001-04-111-0/+1
* (eshell-previous-matching-input): Don't display "History item" if theJohn Wiegley2001-04-111-1/+2
* (eshell-command-aliased-p): `assoc' was required where `member' wasJohn Wiegley2001-04-111-1/+1
* (eshell-command): Needed a "%s" format specifier, in case the bufferJohn Wiegley2001-04-091-1/+1
* (eshell-skip-prompt-function): Fix :type.Dave Love2001-02-071-1/+1
* (eshell-cannot-leave-input-list): RemoveDave Love2001-02-071-1/+0
* (eshell-ls-exclude-regexp): Fix :type.Dave Love2001-01-291-1/+1
* (eshell-windows-shell-file): Fix :type.Dave Love2001-01-291-1/+1
* See ChangeLogJohn Wiegley2001-01-262-8/+9