diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-08-09 12:11:00 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-08-09 12:11:00 +0000 |
commit | 61298e176c1a1e27aa09c6531b54622c5aff3bbd (patch) | |
tree | 03bda9444a042443eec2337a7d8bd136d4a14131 /admin | |
parent | a8f0f551007be7c04b1fe039a8b74f3a605146f3 (diff) | |
download | emacs-61298e176c1a1e27aa09c6531b54622c5aff3bbd.tar.gz |
*** empty log message ***
Diffstat (limited to 'admin')
-rw-r--r-- | admin/FOR-RELEASE | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 19656cabdde..31bc4caf0f3 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -49,6 +49,25 @@ invalid pointer from string_free_list. ** Fix those modes that still use compile-internal, to not use it. +** Fix recognition of shell's `dirs' command. + +Is his change right? + +Date: Wed, 29 Jun 2005 18:21:28 -0500 (CDT) +From: kevin.gal@verizon.net + +When I use tcsh (which echoes command input) in a shell buffer, +entering "M-x dirs" fails because it mistakens the echoed "dirs" +string as the directory string to use as input when changing the +buffers default directory. The attached gziped patch file contains a +fix. The patch also binds the "dirs" command to "\e\C-m" in +shell-mode-map (previously unbound) to make it easy to invoke. +Finally, a test has been added to see if "shell-dirstack-query" is +non-nil. If so, it is not overwritten. + +To enable the fix, the user must set comint-process-echoes to t. + + ** Bug in ebrowse Date: Fri, 27 May 2005 17:35:48 +0200 |