diff admin/FOR-RELEASE @ 64849:a2d841662b3d

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 Aug 2005 12:11:00 +0000
parents ef0eb1c0d920
children deebf79b94bc
line wrap: on
line diff
--- a/admin/FOR-RELEASE	Tue Aug 09 12:10:40 2005 +0000
+++ b/admin/FOR-RELEASE	Tue Aug 09 12:11:00 2005 +0000
@@ -49,6 +49,25 @@
 
 ** 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