]> code.delx.au - gnu-emacs-elpa/history - async.el
Update pkg file.
[gnu-emacs-elpa] / async.el
2016-04-27 Thierry VolpiattoSwitch to lexical-binding.
2016-04-23 Thierry VolpiattoMerge pull request #62 from jwiegley/backup_files
2016-02-23 Thierry VolpiattoMerge pull request #59 from kolewu/kolewu-fix-typo-1
2016-02-20 Uwe Koloskafix a typo
2016-01-08 John WiegleyFix UTF-8 encoding for strings passed to subordinate...
2016-01-08 John WiegleyAssign copyrights to the FSF, add autoloads file
2015-12-29 Thierry VolpiattoNo need to require find-func.
2015-12-28 John WiegleyMerge pull request #57 from jwiegley/HEAD
2015-12-28 Thierry Volpiattoasync-start is now a function (#43).
2015-11-20 Thierry VolpiattoMerge branch 'master' of github.com:jwiegley/emacs...
2015-11-05 John WiegleyMerge pull request #55 from syohex/correct-header
2015-11-05 Syohei YOSHIDACorrect package headers
2015-07-25 Thierry VolpiattoBind print-level and print-length (#48).
2014-12-23 Thierry VolpiattoMerge branch 'master' of github.com:jwiegley/emacs...
2014-12-18 John WiegleyMerge pull request #42 from mneilsen/master
2014-12-18 Mike NeilsenDocumentation tweaks; mention DEFAULT-DIRECTORY
2014-09-19 Thierry VolpiattoMerge branch 'master' of github.com:jwiegley/emacs...
2014-09-12 John WiegleyMerge pull request #34 from michael-heerdegen/fix-33
2014-09-12 Thierry Volpiatto* async.el: Fix comment.
2014-09-12 Thierry VolpiattoAdd comments, no--code-change.
2014-09-12 Thierry Volpiatto* async.el: Fix recompilation of async dir.
2014-09-11 Michael Heerdegenfix #33 async-start evals (symbol-file 'async-batch...
2014-09-10 Thierry VolpiattoRemove version number in all files.
2014-01-20 Thierry Volpiatto* async-test.el: Update copyrights.
2013-11-18 John WiegleyMerge pull request #23 from DarwinAwardWinner/no-load...
2013-11-18 Ryan C. ThompsonDon't rely on async.el being in load-path.
2013-11-06 John WiegleyRevert master back to 242ae73
2013-11-05 John WiegleyMerge pull request #21 from DarwinAwardWinner/lexbind-fix
2013-11-05 Ryan C. ThompsonComplete the docstring for "async--get-function"
2013-10-22 John WiegleyMerge pull request #19 from DarwinAwardWinner/lexbind-fix
2013-10-22 Ryan C. ThompsonReplace closure prevention with closure sanitation
2013-10-21 John WiegleyMerge pull request #18 from DarwinAwardWinner/lexbind-fix
2013-10-20 Ryan C. ThompsonMore robust evaluation and closure-protection of start...
2013-10-17 Ryan C. ThompsonPrevent accidental creation of lexical closures.
2013-04-10 Thierry VolpiattoUpdate copyrights.
2013-02-20 Thierry Volpiatto* async.el: Issue #7 Apply sabof patch from github...
2012-08-08 Thierry VolpiattoMerge branch 'master' of github.com:jwiegley/emacs...
2012-07-16 Thierry Volpiatto* async.el (async-start): Use the possible true name...
2012-07-10 John WiegleyMove async.el testing code into its own module
2012-07-10 John WiegleyMinor touches
2012-06-22 John WiegleyPropagate non-zero exit codes as errors
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