comparison lisp/ChangeLog @ 862:278c743f1578

[xemacs-hg @ 2002-06-03 12:23:49 by ben] process fixes process.el: Create new process-synchronize-point to avoid dynamic binding problems. Fix editing bogosity in setting process sentinels. process.c: Don't invalidate the process marker after the process has died to make point synchronization in `call-process-internal' possible.
author ben
date Mon, 03 Jun 2002 12:24:14 +0000
parents b6fa6d07e6f8
children 42375619fa45
comparison
equal deleted inserted replaced
861:9a116d92c011 862:278c743f1578
1 2002-06-03 Ben Wing <ben@xemacs.org> and
2 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
3
4 * process.el:
5 * process.el (process-synchronize-point): New.
6 * process.el (call-process-internal):
7 Create new process-synchronize-point to avoid dynamic binding
8 problems. Fix editing bogosity in setting process sentinels.
9
1 2002-05-28 Katsumi Yamaoka <yamaoka@jpl.org> 10 2002-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
2 11
3 * obsolete.el (find-non-ascii-charset-region): Revert the function 12 * obsolete.el (find-non-ascii-charset-region): Revert the function
4 definition. 13 definition.
5 (find-non-ascii-charset-string): Ditto. 14 (find-non-ascii-charset-string): Ditto.