aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
Commit message (Collapse)AuthorAgeFilesLines
* (eshell-find-alias-function): Corrected the fix from last night, sinceJohn Wiegley2001-04-241-2/+4
| | | | it wasn't finding eshell/cd.
* (eshell-find-alias-function): Return t in the case where the functionJohn Wiegley2001-04-241-11/+12
| | | | was defined in a file, but not part of an eshell module.
* (eshell/diff): Fixed problems that were occurring with Emacs 21'sJohn Wiegley2001-04-241-8/+14
| | | | diff.el/compile.el interaction layer.
* (eshell-smart-redisplay): Added some safety code to work around aJohn Wiegley2001-04-241-1/+5
| | | | redisplay problem I've been having.
* (eshell-command): Made a few changes so that `eshell-command' could beJohn Wiegley2001-04-241-2/+9
| | | | | called programmatically. (eshell-non-interactive-p): Moved this variable here.
* 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
| | | | prevent fontification in dired buffers, if Eshell's ls is being used.
* (eshell-previous-matching-input): Don't display "History item" if theJohn Wiegley2001-04-111-1/+2
| | | | the minibuffer is active.
* (eshell-command-aliased-p): `assoc' was required where `member' wasJohn Wiegley2001-04-111-1/+1
| | | | being used.
* (eshell-command): Needed a "%s" format specifier, in case the bufferJohn Wiegley2001-04-091-1/+1
| | | | contains percent characters.
* (eshell-skip-prompt-function): Fix :type.Dave Love2001-02-071-1/+1
|
* (eshell-cannot-leave-input-list): RemoveDave Love2001-02-071-1/+0
| | | | `backward-line'.
* (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
|
* 2001-01-19 Michael Kifer <[email protected]>Michael Kifer2001-01-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | * viper.el: call initial-major-mode on startup. * ediff.el (ediff-patch-file): use better defaults. * ediff-vers.el: fix for 8+3 DOS file systems 2001-01-19 Colin Walters <[email protected]> * ediff-util.el (ediff-compare-custom-diffs-maybe): put diff in diff mode, if available. 2001-01-19 Vin Shelton <[email protected]> * ediff-hook.el (ediff-xemacs-init-menus): fixed add-menu-button 2001-01-19 Steve Youngs <[email protected]> * ediff-init.el (subst-char-in-string): Define and use it, unless it's already defined.
* (eshell-ange-ls-uids): Fix :type.Gerd Moellmann2001-01-101-6/+5
|
* bogus commitKai Großjohann2000-10-291-1/+0
|
* install-info syntax compat change.Kai Großjohann2000-10-291-0/+1
|
* See ChangeLogJohn Wiegley2000-10-2914-208/+279
|
* Add author information.Gerd Moellmann2000-10-1627-0/+54
|
* (eshell-du-prefer-over-ange): Doc fix.Eli Zaretskii2000-10-151-1/+1
|
* Added a missing `require' form.John Wiegley2000-10-141-0/+3
|
* Removed all external URL references, and changed one, since myJohn Wiegley2000-10-132-2/+0
| | | | www.emacs.org is not longer being used.
* Added better remote directory support to Eshell, as well as a few bugJohn Wiegley2000-10-138-95/+243
| | | | fixes. See the ChangeLog.
* (eshell) <defgroup>: Add :version.Dave Love2000-09-281-0/+1
|
* (eval-when-compile): Don't lose if esh-module.el's file nameEli Zaretskii2000-09-021-2/+12
| | | | is truncated to DOS 8+3 limits.
* See ChangeLogJohn Wiegley2000-09-012-11/+66
|
* See ChangeLogJohn Wiegley2000-08-2915-173/+326
|
* See ChangeLogJohn Wiegley2000-08-294-27/+75
|
* Change custom :link file names from `eshell.info' to `eshell'.Gerd Moellmann2000-07-301-3/+3
|
* Fix a typo in a comment.Eli Zaretskii2000-07-201-1/+1
|
* (eshell-banner): Replace links to eshell.info withEli Zaretskii2000-07-181-1/+1
| | | | | links to eshell, to avoid problems on systems where the manual is installed as `eshell'.
* (eshell-smart): Replace links to eshell.info withEli Zaretskii2000-07-181-1/+1
| | | | | links to eshell, to avoid problems on systems where the manual is installed as `eshell'.
* (eshell-cmd): Replace links to eshell.info withEli Zaretskii2000-07-181-1/+1
| | | | | links to eshell, to avoid problems on systems where the manual is installed as `eshell'.
* (eshell-directory-name): Run default directoryEli Zaretskii2000-07-181-2/+2
| | | | | | | name through convert-standard-filename. (eshell): Replace links to eshell.info with links to eshell, to avoid problems on systems where the manual is installed as `eshell'.
* (eshell-maybe-replace-by-alias): Doc fix.Eli Zaretskii2000-07-181-3/+3
| | | | | | (eshell-alias, eshell-bad-command-tolerance): Replace links to eshell.info with links to eshell, to avoid problems on systems where the manual is installed as `eshell'.
* (eshell-shuffle-files): Don't disableEli Zaretskii2000-07-181-1/+2
| | | | same-file check in the MS-DOS version (it does support inodes).
* (toplevel): ReferenceEli Zaretskii2000-07-111-1/+2
| | | | byte-compile-current-file only if it is bound.
* (toplevel): Load defgroup's differently;Gerd Moellmann2000-06-261-2/+3
| | | | patch from John.
* *** empty log message ***Gerd Moellmann2000-06-261-179/+0
|
* Change spelling of the Free Software Foundation.Gerd Moellmann2000-06-2629-29/+29
|
* Require CL when compiling.Stefan Monnier2000-06-231-1/+5
|
* *** empty log message ***Gerd Moellmann2000-06-2328-0/+10349
|
* (eshell-rewrite-for-command): Use cdr andGerd Moellmann2000-06-231-1/+1
| | | | cddr instead of cdddr.
* *** empty log message ***Gerd Moellmann2000-06-231-0/+1314
|
* (eshell-mode): Use eshell-copy-list insteadGerd Moellmann2000-06-231-2/+2
| | | | of copy-list.
* (eshell-sublist): Use eshell-copy-listGerd Moellmann2000-06-231-1/+1
| | | | instead of copy-list.
* *** empty log message ***Gerd Moellmann2000-06-232-0/+1682