comparison admin/FOR-RELEASE @ 65574:0ef0421e76a9

*** empty log message ***
author Romain Francoise <romain@orebokech.com>
date Sat, 17 Sep 2005 18:21:30 +0000
parents feeffd8b143e
children a65085945173 fa0da9b57058
comparison
equal deleted inserted replaced
65573:eadf85208391 65574:0ef0421e76a9
48 48
49 ** goeran@uddeborg.se's Sep 13 crash report 49 ** goeran@uddeborg.se's Sep 13 crash report
50 about trying to display the invalid gif file poison.gif. 50 about trying to display the invalid gif file poison.gif.
51 51
52 * BUGS 52 * BUGS
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 53
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
75 excesive CPU on some Windows environments. Usages of 50% and 100% 57 excesive CPU on some Windows environments. Usages of 50% and 100%