diff options
| author | Richard M. Stallman | 2005-08-09 12:11:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-08-09 12:11:00 +0000 |
| commit | 61298e176c1a1e27aa09c6531b54622c5aff3bbd (patch) | |
| tree | 03bda9444a042443eec2337a7d8bd136d4a14131 /admin | |
| parent | a8f0f551007be7c04b1fe039a8b74f3a605146f3 (diff) | |
| download | emacs-61298e176c1a1e27aa09c6531b54622c5aff3bbd.tar.gz emacs-61298e176c1a1e27aa09c6531b54622c5aff3bbd.zip | |
*** 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. | |||
| 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 | |||
| 54 | Is his change right? | ||
| 55 | |||
| 56 | Date: Wed, 29 Jun 2005 18:21:28 -0500 (CDT) | ||
| 57 | From: kevin.gal@verizon.net | ||
| 58 | |||
| 59 | When I use tcsh (which echoes command input) in a shell buffer, | ||
| 60 | entering "M-x dirs" fails because it mistakens the echoed "dirs" | ||
| 61 | string as the directory string to use as input when changing the | ||
| 62 | buffers default directory. The attached gziped patch file contains a | ||
| 63 | fix. The patch also binds the "dirs" command to "\e\C-m" in | ||
| 64 | shell-mode-map (previously unbound) to make it easy to invoke. | ||
| 65 | Finally, a test has been added to see if "shell-dirstack-query" is | ||
| 66 | non-nil. If so, it is not overwritten. | ||
| 67 | |||
| 68 | To enable the fix, the user must set comint-process-echoes to t. | ||
| 69 | |||
| 70 | |||
| 52 | ** Bug in ebrowse | 71 | ** Bug in ebrowse |
| 53 | 72 | ||
| 54 | Date: Fri, 27 May 2005 17:35:48 +0200 | 73 | Date: Fri, 27 May 2005 17:35:48 +0200 |