summaryrefslogtreecommitdiff
path: root/lisp/eshell/esh-util.el
Commit message (Collapse)AuthorAgeFilesLines
...
* | Require individual files if needed when compiling, rather thanGlenn Morris2007-12-051-8/+6
| | | | | | | | | | | | | | esh-maint. Collect any require statements. Move provide statement to end. Move any commentary to start. (top-level): Don't require pp. Use condition-case rather than ignore-errors.
* | (top-level): Use require rather than load for ange-ftp.Glenn Morris2007-11-281-1/+1
| |
* | * eshell/esh-util.el (eshell-under-xemacs-p): Remove.Dan Nicolaescu2007-11-171-4/+0
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* *** empty log message ***John Wiegley2005-08-261-2/+1
|
* (eshell-flatten-list): Don't call eshell-flatten-list on aJohn Wiegley2005-08-261-1/+2
| | | | sub-argument if it is eq to nil.
* 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-10/+7
| | | | `string-to-int' to `string-to-number'.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (directory-files-and-attributes): Copy docstring from Emacs 21. Arg DIR renamedJuanma Barranquero2002-10-211-5/+11
| | | | to DIRECTORY for consistency.
* Removed eshell-under-cygwin-p, and all uses of it.John Wiegley2002-08-101-4/+0
|
* Added checks that distinguish between cygwin and windows in someJohn Wiegley2002-08-051-0/+4
| | | | places.
* (eshell-copy-tree): Make it an alias for copy-tree.Richard M. Stallman2002-06-101-17/+1
|
* (eshell-copy-list): Function deleted.Richard M. Stallman2002-06-101-11/+2
| | | | (eshell-sublist, eshell-copy-tree): Use copy-sequence.
* Some fixes to follow coding conventions.Pavel Janík2001-07-151-1/+1
|
* (eshell-convert-numeric-arguments): Annotated the documentation stringJohn Wiegley2001-05-101-1/+12
| | | | to tell users about `eshell-no-numeric-conversions'.
* (eshell-number-regexp): Now that number conversions only happen forJohn Wiegley2001-05-101-1/+1
| | | | | Lisp function calls, the number regexp should now match all integer and floating point forms.
* See ChangeLogJohn Wiegley2001-01-261-4/+5
|
* (eshell-ange-ls-uids): Fix :type.Gerd Moellmann2001-01-101-6/+5
|
* See ChangeLogJohn Wiegley2000-10-291-2/+12
|
* Add author information.Gerd Moellmann2000-10-161-0/+2
|
* Added a missing `require' form.John Wiegley2000-10-141-0/+3
|
* Added better remote directory support to Eshell, as well as a few bugJohn Wiegley2000-10-131-8/+112
| | | | fixes. See the ChangeLog.
* See ChangeLogJohn Wiegley2000-08-291-1/+1
|
* See ChangeLogJohn Wiegley2000-08-291-2/+7
|
* Change spelling of the Free Software Foundation.Gerd Moellmann2000-06-261-1/+1
|
* (eshell-sublist): Use eshell-copy-listGerd Moellmann2000-06-231-1/+1
| | | | instead of copy-list.
* *** empty log message ***Gerd Moellmann2000-06-231-0/+676