Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Jun 03 10:10:12 2002 +0000 +++ b/lisp/ChangeLog Mon Jun 03 12:24:14 2002 +0000 @@ -1,3 +1,12 @@ +2002-06-03 Ben Wing <ben@xemacs.org> and + Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> + + * process.el: + * process.el (process-synchronize-point): New. + * process.el (call-process-internal): + Create new process-synchronize-point to avoid dynamic binding + problems. Fix editing bogosity in setting process sentinels. + 2002-05-28 Katsumi Yamaoka <yamaoka@jpl.org> * obsolete.el (find-non-ascii-charset-region): Revert the function