aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorRichard M. Stallman2005-08-09 12:11:00 +0000
committerRichard M. Stallman2005-08-09 12:11:00 +0000
commit61298e176c1a1e27aa09c6531b54622c5aff3bbd (patch)
tree03bda9444a042443eec2337a7d8bd136d4a14131 /admin
parenta8f0f551007be7c04b1fe039a8b74f3a605146f3 (diff)
downloademacs-61298e176c1a1e27aa09c6531b54622c5aff3bbd.tar.gz
emacs-61298e176c1a1e27aa09c6531b54622c5aff3bbd.zip
*** empty log message ***
Diffstat (limited to 'admin')
-rw-r--r--admin/FOR-RELEASE19
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.
49 49
50** Fix those modes that still use compile-internal, to not use it. 50** Fix those modes that still use compile-internal, to not use it.
51 51
52** Fix recognition of shell's `dirs' command.
53
54Is his change right?
55
56Date: Wed, 29 Jun 2005 18:21:28 -0500 (CDT)
57From: kevin.gal@verizon.net
58
59When I use tcsh (which echoes command input) in a shell buffer,
60entering "M-x dirs" fails because it mistakens the echoed "dirs"
61string as the directory string to use as input when changing the
62buffers default directory. The attached gziped patch file contains a
63fix. The patch also binds the "dirs" command to "\e\C-m" in
64shell-mode-map (previously unbound) to make it easy to invoke.
65Finally, a test has been added to see if "shell-dirstack-query" is
66non-nil. If so, it is not overwritten.
67
68To enable the fix, the user must set comint-process-echoes to t.
69
70
52** Bug in ebrowse 71** Bug in ebrowse
53 72
54Date: Fri, 27 May 2005 17:35:48 +0200 73Date: Fri, 27 May 2005 17:35:48 +0200