monnier pushed a change to branch externals/async. from 1794ea4 async-start is now a function (#43). adds ca73877 Merge pull request #57 from jwiegley/HEAD adds 2a40355 No need to require find-func. adds 568ad03 Parse also `package-alist` when getting dependencies (#58). adds 3ec3fb6 Declare package-alist in async-bytecomp.. adds ed05631 Assign copyrights to the FSF, add autoloads file adds d1cc5e0 Fix UTF-8 encoding for strings passed to subordinate Emacs adds 22de0f5 Remove autoload file added by error. adds b1b4569 fix a typo adds 6521911 Merge pull request #59 from kolewu/kolewu-fix-typo-1 adds 66545d8 Debian and Ubuntu installation instructions adds 6872743 Merge pull request #61 from spwhitton/apt-get adds 1ce4381 Allow reproducing "cp --backup=numbered from to". adds c9ddbbc Merge pull request #62 from jwiegley/backup_files adds cd901e7 Improve backup-files by handling symlinks and time-stamp errors. adds 858a3f9 Fix backup fn, DRY and ignore symlinks directories. adds 1763517 Add comment no code change. adds 2bfd6a0 Ensure dired-copy-preserve-time is passed to child with its current value. adds 0a773f2 Ensure dired-async--modeline-mode is called. adds 6e29e82 Switch to lexical-binding. adds e35506f Remove unuseful code never called. adds 4c4eba9 Fix repetition in callback. adds af8933d Unquote all callbacks. adds 8d27590 Finally handle the failures correctly. adds dd77b81 Fix formatting the help form in dired-create-files. adds 0b8fbed Remove commented line, no code change. adds 4f6b98d Fix operation arg of callback. adds 4d6efb9 Handle error also on host when async-list of file is empty. adds 9a82294 DRY use apply. adds dc63e41 Revert last commit. adds a48e509 Ensure a new line is added when printing to dired log buffer. adds 8d1a26d Remove unused commented code. adds a7e8cf3 When failures have been printed to dired log add the date at bob. adds 1c57dc3 Better handling of errors happening on child. adds 6552135 Improve how error buffer is displayed. adds dd09794 Fix success message on callback. adds 228ec4b Handle errors file by file instead of returning on first error. adds 14170a4 Add more info in mode-line on failures. adds e8db6cc Update pkg file. adds 0e327f7 Update version number here too. new 8bc0678 Fix home url in *pkg.el. new 31b1691 Don't query in set-visited-file-name. new a2196f7 Add `async-let' macro new 5813c24 Add some string escapes new 0190fb8 Allow passing any value to async-let bindings. new 57f5d81 Allow passing multiple forms to async-let new 29e6144 Allow non list bindings in async-let. new 8242878 Merge pull request #69 from jwiegley/async_let new 1dd865c Add some documentation in README for async-let. new 54977d6 Improve formatting in README. new e22e612 Fix and clarify async-ready, async-get and async-wait (#71). new 9ff4d18 Revert renaming of async-wait to async--wait (#71). new d1273c8 Using sleep-for instead of sit-for in async-wait prevent infloop (#71). new 666066d Merge pull request #72 from jwiegley/Fix_async_ready new 2018523 Inject nsm-* vars in smtp-mail for emacs-25+ (#75). new 4e894a2 Update README. new 890b38f Add makefile. new e5e636c Update version number. new 6c9c3a2 Update README.md new e1a3735 Merge branch 'master' of github.com:jwiegley/emacs-async new 09a177c Update README. new d6222c2 Ensure wdired-use-interactive-rename is disabled. new ea83ef5 Use emacs -q flag to fix issue #80 with emacs-26 new d422df5 Add new var to allow calling emacs with -Q or -q (#80). new d395e92 Use only -q flag when needed new 953a614 Add mode line lighter for dired-async-mode new c3b297f Merge pull request #83 from darkfeline/lighter new 5863eef Copy the autoload file when installing new 87853ae Allow backing up in same directory new afe10c4 Add one-shot dired-async commands new dea9627 Merge pull request #87 from darkfeline/async new 424ecd8 Fix compilation warning new afd1ad5 Allow removing text properties in strings when injecting new 868d927 Add .gitignore new 66e6856 Merge pull request #92 from arichiardi/add-gitignore new d13c0bc Choose coding system based on environment new 324549b Merge pull request #94 from astahlman/auto-select-coding new 15bcbf6 Use user-emacs-directory (#95) new 7279cc6 Remove autoload file as well when uninstalling new 7df4b68 Merge branch 'master' of github.com:jwiegley/emacs-async new 8bb64e3 Require cl-lib. new caad15c Bump to 1.9.3 new 04e1a2c Add async-byte-compile-file new 7fa23eb Update dired-buffers when operation ends (#99) new efe6bda Check if dired buffer is alive before reverting (#99) new d0a29f1 Copy source files when installing new b13baeb Fix two issues in async-inject-variables new c9bd058 DRY in async-inject-variables new 6fa6a86 Don't quote numbers as well new 0a56cae Update README new d17c11e Add more info about emacs bug when using async new 373b32a Remove props recursively when injecting vars with NOPROPS new 4d3b737 Fix error from reverting to nonexistent directories new 0b545da Only revert dired buffers if not remote new 81dc034 Merge pull request #107 from CeleritasCelery/master new e5f8a7f Merge branch 'master' of github.com:jwiegley/emacs-async new ec374ca Use consp instead of listp new bd68cc1 Handle dotted lists as well new 5e353eb Change deps management in async-bytecomp.el new f61f1db Merge pull request #113 from jwiegley/smonnier_patch
Summary of changes: .gitignore | 3 + Makefile | 77 +++++++++++++++ README.md | 174 +++++++++++++++++++++++++++------- async-bytecomp.el | 152 +++++++++++++++++++----------- async-pkg.el | 12 +-- async-test.el | 2 +- async.el | 207 +++++++++++++++++++++++++++++++--------- dired-async.el | 275 ++++++++++++++++++++++++++++++++++++++---------------- smtpmail-async.el | 10 +- 9 files changed, 685 insertions(+), 227 deletions(-) create mode 100644 .gitignore create mode 100644 Makefile