]> code.delx.au - gnu-emacs-elpa/history - async.el
Several minor fixes
[gnu-emacs-elpa] / async.el
2012-06-22 John WiegleySeveral minor fixes
2012-06-22 John WiegleyAdded async-sandbox
2012-06-21 John WiegleyShow full backtraces if `async-debug' is non-nil
2012-06-20 John WiegleyUse pipes instead of variable passing
2012-06-20 John WiegleyAlways base64 encode
2012-06-20 John WiegleyFix for when async.el is byte-compiled
2012-06-20 John WiegleyAdded message passing, but undocumented for now
2012-06-20 John WiegleySome minor adjustments
2012-06-20 John WiegleyDon't use pipes for communication just yet
2012-06-20 John WiegleyMade some macros into functions, added debug code
2012-06-20 John WiegleyAdded `async-start-process'
2012-06-19 John WiegleySend data over a pipe, rather than in an argument
2012-06-19 John WiegleyFixed async-smtpmail-send-it
2012-06-19 John WiegleyQuiet byte-compiler warnings
2012-06-19 John WiegleyAdded async-inject-environment
2012-06-19 John WiegleyAdded support for signal propagation
2012-06-19 John WiegleyAdded note to README
2012-06-18 John WiegleyRenamed emacs-async.el to async.el