comparison lisp/ChangeLog @ 37942:0f57d8b106f1

fix live process/dead buffer bub on w32
author Sam Steingold <sds@gnu.org>
date Tue, 29 May 2001 15:47:01 +0000
parents 818abb102ef5
children e4f0e3e1c22e
comparison
equal deleted inserted replaced
37941:8c8f2ccf187d 37942:0f57d8b106f1
1 2001-05-29 Sam Steingold <sds@gnu.org>
2
3 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
4 Use `tex-shell-buf'.
5 (tex-shell-proc): Use `tex-shell-running'.
6 (tex-shell-buf-no-error): New function.
7 (tex-send-tex-command): Use it.
8 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
9 (tex-kill-job): Check the process before calling `quit-process'.
10
1 2001-05-29 Gerd Moellmann <gerd@gnu.org> 11 2001-05-29 Gerd Moellmann <gerd@gnu.org>
2 12
3 * international/utf-8.el (ccl-decode-mule-utf-8): Handle 13 * international/utf-8.el (ccl-decode-mule-utf-8): Handle
4 invalid UTF-8 sequences. 14 invalid UTF-8 sequences.
5 15