Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Require individual files if needed when compiling, rather than | Glenn Morris | 2007-12-05 | 1 | -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 Morris | 2007-11-28 | 1 | -1/+1 | |
| | | ||||||
* | | * eshell/esh-util.el (eshell-under-xemacs-p): Remove. | Dan Nicolaescu | 2007-11-17 | 1 | -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 Morris | 2007-07-25 | 1 | -1/+1 | |
| | ||||||
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 | |
| | ||||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | John Wiegley | 2005-08-26 | 1 | -2/+1 | |
| | ||||||
* | (eshell-flatten-list): Don't call eshell-flatten-list on a | John Wiegley | 2005-08-26 | 1 | -1/+2 | |
| | | | | sub-argument if it is eq to nil. | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-01 | 1 | -1/+2 | |
| | ||||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 | |
| | ||||||
* | Changed all uses of `directory-sep-char' to ?/, and all uses of | John Wiegley | 2005-05-31 | 1 | -10/+7 | |
| | | | | `string-to-int' to `string-to-number'. | |||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 | |
| | ||||||
* | (directory-files-and-attributes): Copy docstring from Emacs 21. Arg DIR renamed | Juanma Barranquero | 2002-10-21 | 1 | -5/+11 | |
| | | | | to DIRECTORY for consistency. | |||||
* | Removed eshell-under-cygwin-p, and all uses of it. | John Wiegley | 2002-08-10 | 1 | -4/+0 | |
| | ||||||
* | Added checks that distinguish between cygwin and windows in some | John Wiegley | 2002-08-05 | 1 | -0/+4 | |
| | | | | places. | |||||
* | (eshell-copy-tree): Make it an alias for copy-tree. | Richard M. Stallman | 2002-06-10 | 1 | -17/+1 | |
| | ||||||
* | (eshell-copy-list): Function deleted. | Richard M. Stallman | 2002-06-10 | 1 | -11/+2 | |
| | | | | (eshell-sublist, eshell-copy-tree): Use copy-sequence. | |||||
* | Some fixes to follow coding conventions. | Pavel JanÃk | 2001-07-15 | 1 | -1/+1 | |
| | ||||||
* | (eshell-convert-numeric-arguments): Annotated the documentation string | John Wiegley | 2001-05-10 | 1 | -1/+12 | |
| | | | | to tell users about `eshell-no-numeric-conversions'. | |||||
* | (eshell-number-regexp): Now that number conversions only happen for | John Wiegley | 2001-05-10 | 1 | -1/+1 | |
| | | | | | Lisp function calls, the number regexp should now match all integer and floating point forms. | |||||
* | See ChangeLog | John Wiegley | 2001-01-26 | 1 | -4/+5 | |
| | ||||||
* | (eshell-ange-ls-uids): Fix :type. | Gerd Moellmann | 2001-01-10 | 1 | -6/+5 | |
| | ||||||
* | See ChangeLog | John Wiegley | 2000-10-29 | 1 | -2/+12 | |
| | ||||||
* | Add author information. | Gerd Moellmann | 2000-10-16 | 1 | -0/+2 | |
| | ||||||
* | Added a missing `require' form. | John Wiegley | 2000-10-14 | 1 | -0/+3 | |
| | ||||||
* | Added better remote directory support to Eshell, as well as a few bug | John Wiegley | 2000-10-13 | 1 | -8/+112 | |
| | | | | fixes. See the ChangeLog. | |||||
* | See ChangeLog | John Wiegley | 2000-08-29 | 1 | -1/+1 | |
| | ||||||
* | See ChangeLog | John Wiegley | 2000-08-29 | 1 | -2/+7 | |
| | ||||||
* | Change spelling of the Free Software Foundation. | Gerd Moellmann | 2000-06-26 | 1 | -1/+1 | |
| | ||||||
* | (eshell-sublist): Use eshell-copy-list | Gerd Moellmann | 2000-06-23 | 1 | -1/+1 | |
| | | | | instead of copy-list. | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-06-23 | 1 | -0/+676 | |