Thu, 31 Oct 2002 23:37:15 +0000 |
Kim F. Storm |
(explicit-bash-args): Bash 1.x doesn't grook
|
Sat, 26 Oct 2002 22:42:12 +0000 |
Richard M. Stallman |
(shell): Look for .emacs_SHELL under ~/.emacs.d after looking in ~.
|
Wed, 03 Jul 2002 12:01:24 +0000 |
Juanma Barranquero |
Fix typo.
|
Fri, 28 Jun 2002 18:50:21 +0000 |
Andreas Schwab |
(explicit-bash-args): New user option.
|
Tue, 14 May 2002 08:46:00 +0000 |
Francesco Potort |
(shell-mode): Use (ring-empty-p rather than (zerop (ring-length.
|
Tue, 14 May 2002 08:42:48 +0000 |
Francesco Potort |
(shell-mode): Make second part of initialisation
|
Fri, 10 May 2002 00:58:27 +0000 |
Richard M. Stallman |
(shell-replace-by-expanded-directory):
|
Wed, 03 Apr 2002 15:23:41 +0000 |
Richard M. Stallman |
(shell-mode): Don't reinit comint-input-ring if that was already done.
|
Mon, 11 Mar 2002 21:13:14 +0000 |
Colin Walters |
(toplevel): Revert previous change to use pcomplete.
|
Mon, 25 Feb 2002 21:04:00 +0000 |
Kim F. Storm |
(shell-pcomplete-setup-done): New variable.
|
Mon, 25 Feb 2002 10:49:20 +0000 |
Kim F. Storm |
(shell-mode-map): Add "Complete" header so completion
|
Sat, 23 Feb 2002 21:34:11 +0000 |
Colin Walters |
(shell-pcomplete, shell-pcomplete-reverse): New functions.
|
Sun, 02 Dec 2001 07:39:23 +0000 |
Stefan Monnier |
(shell): Use shell-file-name.
|
Sat, 14 Jul 2001 11:21:08 +0000 |
Pavel Jank |
Emacs lisp coding convention fixes.
|
Sun, 28 Jan 2001 03:43:35 +0000 |
Sam Steingold |
shell-write-history-on-exit: make sure the error message goes to the right buffer
|
Sat, 27 Jan 2001 12:41:59 +0000 |
Eli Zaretskii |
(shell-unquote-argument): If the shell is one of the
|
Tue, 21 Nov 2000 21:33:45 +0000 |
Stefan Monnier |
(shell-mode): Use define-derived-mode.
|
Fri, 27 Oct 2000 08:01:08 +0000 |
Miles Bader |
(shell): Add BUFFER argument.
|
Thu, 14 Sep 2000 21:15:44 +0000 |
Andrew Innes |
(shell-write-history-on-exit): New function.
|
Tue, 22 Aug 2000 10:06:55 +0000 |
Miles Bader |
(shell-font-lock-keywords): Remove prompt highlighting, since this is
|
Mon, 07 Aug 2000 14:51:48 +0000 |
Miles Bader |
(shell-prompt-pattern): Doc change.
|
Mon, 16 Aug 1999 04:04:27 +0000 |
Karl Heuer |
Fix maintainer address.
|
Tue, 20 Jul 1999 04:16:51 +0000 |
Karl Heuer |
(shell-unquote-argument): New function.
|
Mon, 17 May 1999 06:14:44 +0000 |
Karl Heuer |
Comment fix.
|
Thu, 14 Jan 1999 10:31:31 +0000 |
Simon Marshall |
* shell.el (shell-dirtrack-verbose): New custom variable.
|
Sun, 22 Nov 1998 15:33:21 +0000 |
Richard M. Stallman |
(shell-prompt-pattern): Add defcustom.
|
Sat, 17 Oct 1998 15:29:39 +0000 |
Richard M. Stallman |
(shell-input-autoexpand): Fix customization group.
|
Fri, 18 Sep 1998 09:20:28 +0000 |
Andreas Schwab |
(shell-input-autoexpand): Fix customize type.
|
Thu, 10 Sep 1998 15:26:22 +0000 |
Karl Heuer |
(shell-file-name-quote-list): Add # to the value.
|
Sun, 28 Jun 1998 22:43:25 +0000 |
Richard M. Stallman |
(shell-copy-environment-variable): Fix doc typo.
|
Fri, 17 Apr 1998 05:25:04 +0000 |
Geoff Voelker |
(shell-file-name-chars): Add ',' and ':'.
|
Wed, 25 Feb 1998 22:43:03 +0000 |
Karl Heuer |
(shell-dirtrack-mode): Renamed from shell-dirtrack-toggle.
|
Tue, 09 Sep 1997 02:56:56 +0000 |
Richard M. Stallman |
(shell-chdrive-regexp): Likewise.
|
Fri, 22 Aug 1997 23:37:38 +0000 |
Richard M. Stallman |
(shell-snarf-envar, shell-copy-environment-variable): New functions.
|
Fri, 22 Aug 1997 08:08:26 +0000 |
Simon Marshall |
Make shell-last-dir buffer-local.
|
Mon, 04 Aug 1997 03:06:28 +0000 |
Richard M. Stallman |
(shell): Doc fix.
|
Sun, 20 Jul 1997 04:13:45 +0000 |
Richard M. Stallman |
(shell-mode): Do set list-files-directory locally.
|
Tue, 15 Jul 1997 08:32:51 +0000 |
Simon Marshall |
change maintainer.
|
Mon, 05 May 1997 00:59:28 +0000 |
Richard M. Stallman |
(shell-mode): Add a mode-class property.
|
Thu, 17 Apr 1997 07:35:38 +0000 |
Simon Marshall |
Use EVAL form for shell-prompt-pattern.
|
Sun, 13 Apr 1997 02:39:56 +0000 |
Richard M. Stallman |
Add defgroup's; use defcustom for user vars.
|
Sat, 18 Jan 1997 06:10:10 +0000 |
Richard M. Stallman |
(shell-mode): Don't set list-buffers-directory.
|
Mon, 26 Aug 1996 15:33:13 +0000 |
Richard M. Stallman |
(shell-mode): Don't assume /dev/null is its own truename.
|
Thu, 01 Aug 1996 22:35:03 +0000 |
Richard M. Stallman |
(shell-file-name-chars): Was shell-file-name-regexp.
|
Fri, 12 Jul 1996 07:34:20 +0000 |
Simon Marshall |
Bind shell-file-name-quote-list and shell-file-name-regexp specially for MSDOG.
|
Sun, 09 Jun 1996 20:31:51 +0000 |
Richard M. Stallman |
(shell-directory-tracker): Use comint-substitute-in-file-name to
|
Tue, 04 Jun 1996 15:27:52 +0000 |
Richard M. Stallman |
(shell-match-partial-variable): Doc fix.
|
Sat, 03 Feb 1996 13:38:32 +0000 |
Simon Marshall |
Resync directories properly for the ksh.
|
Thu, 25 Jan 1996 00:57:10 +0000 |
Karl Heuer |
(shell-dirstack-message): Pass proper format string to message.
|
Sun, 14 Jan 1996 07:34:30 +0000 |
Erik Naggum |
Update FSF's address.
|
Mon, 19 Jun 1995 22:54:58 +0000 |
Karl Heuer |
(shell-directory-tracker): Check for terminator after
|
Wed, 14 Jun 1995 12:05:55 +0000 |
Richard M. Stallman |
(shell-mode): Make shell-directory-tracker a hook function locally only.
|
Tue, 13 Jun 1995 08:16:08 +0000 |
Simon Marshall |
check comint-input-ring-file-name for the empty string too.
|
Mon, 24 Apr 1995 11:51:28 +0000 |
Simon Marshall |
shell-font-lock-keywords efficiency fix.
|
Mon, 03 Apr 1995 13:01:15 +0000 |
Simon Marshall |
Set comint-file-name-quote-list to new shell-file-name-quote-list.
|
Thu, 30 Mar 1995 07:31:38 +0000 |
Richard M. Stallman |
Comment change.
|
Sun, 12 Mar 1995 09:39:49 +0000 |
Richard M. Stallman |
(shell): Use pop-to-buffer.
|
Thu, 02 Mar 1995 08:59:07 +0000 |
Simon Marshall |
Make sure shell-cd sets list-buffers-directory to a directory ending with `/'.
|
Sat, 25 Feb 1995 16:16:57 +0000 |
Simon Marshall |
Moved buffer truncation functionality to comint.el.
|
Sat, 25 Feb 1995 16:10:01 +0000 |
Simon Marshall |
Added shell-truncate-buffer function to restrict buffer size to
|