diff options
| author | Romain Francoise | 2005-09-17 18:21:30 +0000 |
|---|---|---|
| committer | Romain Francoise | 2005-09-17 18:21:30 +0000 |
| commit | 99406bfaf1ee4e343af6da0d7e4e38a7774ddd74 (patch) | |
| tree | ca3f20ef2ddc7547d3dbcc642b2dae863efdf355 | |
| parent | 77689ea32d7c1ae0f5268a4f02043f72e0a7147b (diff) | |
| download | emacs-99406bfaf1ee4e343af6da0d7e4e38a7774ddd74.tar.gz emacs-99406bfaf1ee4e343af6da0d7e4e38a7774ddd74.zip | |
*** empty log message ***
| -rw-r--r-- | admin/FOR-RELEASE | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 8ed41fb1a6a..1fbb66d2a4e 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE | |||
| @@ -51,24 +51,6 @@ about trying to display the invalid gif file poison.gif. | |||
| 51 | 51 | ||
| 52 | * BUGS | 52 | * BUGS |
| 53 | 53 | ||
| 54 | ** Fix recognition of shell's `dirs' command. | ||
| 55 | |||
| 56 | Is his change right? | ||
| 57 | |||
| 58 | Date: Wed, 29 Jun 2005 18:21:28 -0500 (CDT) | ||
| 59 | From: kevin.gal@verizon.net | ||
| 60 | |||
| 61 | When I use tcsh (which echoes command input) in a shell buffer, | ||
| 62 | entering "M-x dirs" fails because it mistakens the echoed "dirs" | ||
| 63 | string as the directory string to use as input when changing the | ||
| 64 | buffers default directory. The attached gziped patch file contains a | ||
| 65 | fix. The patch also binds the "dirs" command to "\e\C-m" in | ||
| 66 | shell-mode-map (previously unbound) to make it easy to invoke. | ||
| 67 | Finally, a test has been added to see if "shell-dirstack-query" is | ||
| 68 | non-nil. If so, it is not overwritten. | ||
| 69 | |||
| 70 | To enable the fix, the user must set comint-process-echoes to t. | ||
| 71 | |||
| 72 | ** TCP server processes do not work on Windows. | 54 | ** TCP server processes do not work on Windows. |
| 73 | 55 | ||
| 74 | TCP/IP server processes created with `make-network-process' consume | 56 | TCP/IP server processes created with `make-network-process' consume |