| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (eshell-show-maximum-output): Don't use interactive-p. | Richard M. Stallman | 2004-11-04 | 1 | -5/+6 |
| | | | | | (eshell-truncate-buffer): Just message, no error, if buffer is short. | ||||
| * | (eshell-du-sum-directory): Don't use directory-sep-char. | Richard M. Stallman | 2004-10-27 | 1 | -1/+1 |
| | | |||||
| * | (eshell-grep): Don't bind compilation-process-setup-function. | Richard M. Stallman | 2004-10-19 | 1 | -5/+1 |
| | | |||||
| * | (eshell-explicit-command-char): Doc fix. | Richard M. Stallman | 2004-09-20 | 1 | -2/+2 |
| | | |||||
| * | (eshell-display-predicate-help): Doc fix. Support choosing seconds | Eli Zaretskii | 2004-09-04 | 1 | -7/+8 |
| | | | | | with "s". | ||||
| * | Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-401 | Miles Bader | 2004-06-12 | 1 | -0/+4 |
| | | | | | More build-in-place tweaking of arch tagging | ||||
| * | Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-397 | Miles Bader | 2004-06-11 | 1 | -26/+27 |
| | | | | | | | | | | Work around vc-arch problems when building eshell 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu> * lisp/eshell/esh-module.el (eshell-load-defgroups): Bind `vc-handled-backends' to nil when opening files. | ||||
| * | 2004-06-06 Emilio C. Lopes <eclig@gmx.net> | John Wiegley | 2004-06-07 | 1 | -3/+2 |
| | | | | | | * eshell/esh-cmd.el (eshell/which): respect commands quoted with eshell-explicit-command-char | ||||
| * | Added entries to .cvsignore files. | John Wiegley | 2004-05-15 | 1 | -0/+13 |
| | | |||||
| * | 2004-05-15 John Wiegley <johnw@newartisans.com> | John Wiegley | 2004-05-15 | 1 | -20/+26 |
| | | | | | | | | * eshell/esh-io.el (eshell-get-target): whitespace changes. (eshell-output-object-to-target): Improve output speed 20% by not calling `eshell-stringify' if something is already known to be a string. | ||||
| * | 2004-05-13 John Wiegley <johnw@newartisans.com> | John Wiegley | 2004-05-14 | 1 | -7/+1 |
| | | | | | | | * eshell/esh-test.el (eshell-test): Call the function `emacs-version' rather than trying to build a custom version string. | ||||
| * | 2004-05-08 John Wiegley <johnw@newartisans.com> | John Wiegley | 2004-05-08 | 1 | -8/+7 |
| | | | | | | | | * eshell/em-glob.el (eshell-glob-initialize): Move initialization of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that function can be used outside of eshell buffers. (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here. | ||||
| * | Add "(require 'eshell)", to get necessary features | Eli Zaretskii | 2004-04-27 | 4 | -3/+7 |
| | | | | | | when M-x customize-group loads modules before the main eshell.el. | ||||
| * | * eshell/esh-cmd.el (eshell-cmd): | Juri Linkov | 2004-03-26 | 1 | -1/+1 |
| | | | | | Comment out broken info-links to incomplete Info manual. | ||||
| * | * eshell/em-smart.el (eshell-smart): | Juri Linkov | 2004-03-26 | 1 | -1/+1 |
| | | | | | Comment out broken info-links to incomplete Info manual. | ||||
| * | * eshell/em-banner.el (eshell-banner): | Juri Linkov | 2004-03-26 | 1 | -1/+1 |
| | | | | | Comment out broken info-links to incomplete Info manual. | ||||
| * | * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): | Juri Linkov | 2004-03-26 | 1 | -2/+2 |
| | | | | | Comment out broken info-links to incomplete Info manual. | ||||
| * | (eshell): Fix broken info-link. | Juri Linkov | 2004-03-26 | 1 | -1/+1 |
| | | |||||
| * | (eshell-smart-maybe-jump-to-end): Fix typo. | Juanma Barranquero | 2004-02-29 | 1 | -1/+1 |
| | | |||||
| * | (eshell-modifier-alist): Changed the "eval again" modifier from 'e' to | John Wiegley | 2004-02-20 | 1 | -2/+2 |
| | | | | | 'E', since 'e' is also used by the "file extension" modifier. | ||||
| * | (eshell-hist-word-reference): Fix format | Andreas Schwab | 2004-02-08 | 1 | -2/+2 |
| | | | | | string. | ||||
| * | (eshell-send-invisible): Fix format string. | Andreas Schwab | 2004-02-08 | 1 | -2/+2 |
| | | |||||
| * | (eshell-ls-file): There are times with size-width is nil and | John Wiegley | 2003-11-17 | 1 | -2/+2 |
| | | | | | | | | | uncomputed (when directories are created in dired, for example); in this case, 4 is reasonable default value, although it may caused skewed new entries (which could be avoided by returning the original value of 8 in all cases, but 99% of the time this is a waste of whitespace). | ||||
| * | (eshell-ls-file): Instead of making the size field in a long-listing | John Wiegley | 2003-11-16 | 1 | -2/+2 |
| | | | | | | always 8 characters, use `size-width', which has already been computed. | ||||
| * | (eshell-parse-variable-ref): Added a backslash that was optional, but | John Wiegley | 2003-11-14 | 1 | -1/+1 |
| | | | | | obviously missing based on surrounding code. | ||||
| * | (eshell-lisp-command): Do not late-convert string arguments to numbers | John Wiegley | 2003-11-14 | 1 | -1/+2 |
| | | | | | unless the whole argument was seen as a number. | ||||
| * | Add arch taglines | Miles Bader | 2003-09-01 | 29 | -0/+29 |
| | | |||||
| * | (eshell-do-opt): Avoid variable as format | Andreas Schwab | 2003-06-22 | 1 | -2/+2 |
| | | | | | argument for error. | ||||
| * | Fix typo in comment. | Juanma Barranquero | 2003-05-10 | 1 | -1/+1 |
| | | |||||
| * | 2003-03-26 Steve Youngs <youngs@xemacs.org>: | John Wiegley | 2003-03-25 | 1 | -1/+1 |
| | | | | | | | (eshell-plain-locate-behavior): Make the default the return value of `eshell-under-xemacs-p', ie, nil for GNU/Emacs and non-nil for XEmacs. | ||||
| * | (eshell-separate-commands): Fix typo. | Juanma Barranquero | 2003-01-27 | 1 | -1/+1 |
| | | |||||
| * | (eshell-save-history-on-exit): Renamed `eshell-ask-to-save-history' | John Wiegley | 2003-01-15 | 1 | -9/+9 |
| | | | | | | to `eshell-save-history-on-exit', because the former name is somewhat unrelated to the variables' possible values. | ||||
| * | (eshell-ls-product-regexp): Fix typo. | Andreas Schwab | 2002-12-07 | 1 | -1/+1 |
| | | |||||
| * | Require esh-util. | Richard M. Stallman | 2002-11-29 | 2 | -0/+2 |
| | | |||||
| * | Require eshell. | Richard M. Stallman | 2002-11-29 | 1 | -0/+2 |
| | | |||||
| * | (function-p-func): Avoid `xemacs-p'. | Stefan Monnier | 2002-11-07 | 1 | -1/+1 |
| | | |||||
| * | Require esh-util. | Stefan Monnier | 2002-11-07 | 1 | -10/+12 |
| | | | | | | (eshell-glob-initialize): Don't assume eshell-special-chars-outside-quoting is available. | ||||
| * | Bob Halley <halley@play-bow.org>: (eshell-set-output-handle): Fix so | John Wiegley | 2002-10-22 | 1 | -1/+1 |
| | | | | | that multiple redirection can work. | ||||
| * | (directory-files-and-attributes): Copy docstring from Emacs 21. Arg DIR renamed | Juanma Barranquero | 2002-10-21 | 1 | -5/+11 |
| | | | | | to DIRECTORY for consistency. | ||||
| * | (eshell/define): Fix typo. | Juanma Barranquero | 2002-10-17 | 1 | -1/+1 |
| | | |||||
| * | Add "no-byte-compile: t" to subdirs.el. | Juanma Barranquero | 2002-10-01 | 1 | -1/+1 |
| | | |||||
| * | Add "no-byte-compile: t" in first line. | Juanma Barranquero | 2002-10-01 | 1 | -1/+1 |
| | | |||||
| * | (eshell-occur-mode-mouse-goto, eshell-poor-mans-grep): Remove references to | Juanma Barranquero | 2002-09-24 | 1 | -4/+2 |
| | | | | | `occur-buffer'. | ||||
| * | I did not mean to check in these changes yet, they are still | John Wiegley | 2002-08-10 | 1 | -267/+92 |
| | | | | | unreviewed. | ||||
| * | Removed eshell-under-cygwin-p, and all uses of it. | John Wiegley | 2002-08-10 | 6 | -104/+271 |
| | | |||||
| * | Added checks that distinguish between cygwin and windows in some | John Wiegley | 2002-08-05 | 5 | -4/+12 |
| | | | | | places. | ||||
| * | Removed a comment. | John Wiegley | 2002-08-05 | 1 | -1/+0 |
| | | |||||
| * | (eshell): Numeric prefix arg means to switch | Kai Großjohann | 2002-07-26 | 1 | -5/+12 |
| | | | | | | to the session with that number. Old behavior still available with nonumeric prefix args. | ||||
| * | Removed an extraneous space character from a comment. | John Wiegley | 2002-06-28 | 1 | -1/+1 |
| | | |||||
| * | (eshell-modifier-help-string): Fix typos. | Juanma Barranquero | 2002-06-18 | 1 | -2/+2 |
| | | |||||