summaryrefslogtreecommitdiff
path: root/lisp/eshell/esh-ext.el
Commit message (Collapse)AuthorAgeFilesLines
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | Require individual files if needed when compiling, rather thanGlenn Morris2007-12-051-11/+12
| | | | | | | | | | esh-maint. Collect any require statements. Leave provide at start. Move any commentary to start.
* | * eshell/esh-util.el (eshell-under-xemacs-p): Remove.Dan Nicolaescu2007-11-171-1/+1
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * eshell/esh-mode.el (eshell-mode-syntax-table) (command-running-p): * eshell/esh-ext.el (eshell-external-command): * eshell/esh-cmd.el (require): * eshell/em-unix.el (eshell-plain-locate-behavior): * eshell/em-cmpl.el (eshell-cmpl-initialize): Replace eshell-under-xemacs-p with (featurep 'xemacs). * eshell/esh-mode.el (characterp,char-int): Remove unused conditional defaliases. * pcomplete.el (pcomplete-event-matches-key-specifier-p): Rename from event-matches-key-specifier-p, define unconditionally. (event-basic-type): Remove unused defalias. (pcomplete-show-completions): Use pcomplete-event-matches-key-specifier-p. * mh-e.el (mh-xemacs-flag): Remove. (mh-min-colors-defined-flag): * mh-xface.el (mh-show-xface-function): * mh-utils.el (mh-colors-available-p): * mh-show.el (mh-show-mode): * mh-gnus.el (mh-gnus-local-map-property): * mh-folder.el (mh-folder-mode-map) (mh-remove-xemacs-horizontal-scrollbar, mh-folder-mode): * mh-comp.el (mh-insert-x-mailer): Replace uses of mh-xemacs-flag with (featurep 'xemacs).
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright years.Glenn Morris2006-12-091-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (eshell-windows-shell-file): Look for command.com, not command.exe.Eli Zaretskii2005-08-271-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-011-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Changed all uses of `directory-sep-char' to ?/, and all uses ofJohn Wiegley2005-05-311-1/+1
| | | | `string-to-int' to `string-to-number'.
* (eshell-explicit-command-char): Doc fix.Richard M. Stallman2004-09-201-2/+2
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Require esh-util.Richard M. Stallman2002-11-291-0/+1
|
* Removed a comment.John Wiegley2002-08-051-1/+0
|
* (eshell-script-interpreter): Fix for CRLF operating systems to theJohn Wiegley2002-04-121-1/+1
| | | | regexp used to detect a script's interpretor.
* (eshell-binary-suffixes): Use exec-suffixes.Stefan Monnier2002-03-181-4/+2
|
* (eshell-ext-initialize): Do not use make-local-hook.Pavel Janík2002-02-161-1/+0
|
* (eshell-external-command): Added a fix for XEmacs' new dired.el, whichJohn Wiegley2002-02-161-2/+4
| | | | | | adds a global entry in the `file-name-handler-alist'. (eshell-script-interpreter): Allow whitespace after the #! of a shell interpretor specification.
* Some fixes to follow coding conventions.Pavel Janík2001-07-151-1/+1
|
* (eshell-explicit-command-char): A new configuration variable, whichJohn Wiegley2001-05-181-1/+8
| | | | | | | | determines the initial character that forces use of an external version of a command. The default is *, but may be set to \, for example. (eshell-explicit-command): Use `eshell-explicit-command-char' instead of ?*.
* Set the property `eshell-no-numeric-conversions' on the followingJohn Wiegley2001-05-101-0/+2
| | | | | | | | | functions (which all deal with filesystem entities, and never Lisp numerical values): eshell/cd, eshell/pushd, eshell/popd, eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm, eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln, eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur, eshell/which, eshell/addpath.
* (eshell-windows-shell-file): Fix :type.Dave Love2001-01-291-1/+1
|
* Add author information.Gerd Moellmann2000-10-161-0/+2
|
* See ChangeLogJohn Wiegley2000-08-291-4/+2
|
* Change spelling of the Free Software Foundation.Gerd Moellmann2000-06-261-1/+1
|
* *** empty log message ***Gerd Moellmann2000-06-231-0/+311