Mercurial > hg > xemacs-beta
view README.ben-separate-stderr @ 919:111c4f2ed9c9
[xemacs-hg @ 2002-07-14 09:43:52 by adrian]
[S] [PATCH] xemacs-21.5: Hrvoje's `functionp' fix
-------------------- ChangeLog entries follow: --------------------
src/ChangeLog addition:
2002-07-08 Stephen J. Turnbull <stephen@xemacs.org>
* lisp.h: Declare Fcdr_safe to be callable from C.
2002-07-08 Hrvoje Niksic <hniksic@xemacs.org>
* eval.c (Ffunctionp): Return nil for autoloaded macros and
keymaps.
author | adrian |
---|---|
date | Sun, 14 Jul 2002 09:43:54 +0000 |
parents | 943eaba38521 |
children |
line wrap: on
line source
-- ben-separate-stderr-improved-error-trapping this is an old workspace, very close to being done, containing - subprocess stderr output can be read separately; needed to fully implement call-process with asynch. subprocesses. - huge improvements to the internal error-trapping routines (i.e. the routines that call Lisp code and trap errors); Lisp code can now be called from within redisplay. - cleanup and simplification of C-g handling; some things work now that never used to. - see the ChangeLogs in the workspace.