]> code.delx.au - gnu-emacs-elpa/shortlog
gnu-emacs-elpa
2015-12-28 John WiegleyMerge pull request #57 from jwiegley/HEAD
2015-12-28 Thierry Volpiattoasync-start is now a function (#43).
2015-12-28 Thierry VolpiattoRemove old require in test file.
2015-11-23 Thierry VolpiattoDocument async compilation of packages in README.
2015-11-23 Thierry VolpiattoUpdate version in *pkg.el file.
2015-11-20 Thierry VolpiattoDon't recompute length fn-list, ensure operation is...
2015-11-20 Thierry VolpiattoMerge branch 'master' of github.com:jwiegley/emacs...
2015-11-20 Thierry VolpiattoOnly rename buffers on rename operation (#56).
2015-11-20 Thierry VolpiattoRename buffers after renaming (#56).
2015-11-05 John WiegleyMerge pull request #55 from syohex/correct-header
2015-11-05 Syohei YOSHIDACorrect package headers
2015-11-04 Thierry VolpiattoAdd epg to inject variables in smtpmail (#54).
2015-09-10 Thierry VolpiattoFix pkg file and instructions in dired-async.
2015-09-08 Thierry VolpiattoAdd melpa badges to README.
2015-09-08 Thierry VolpiattoAdd to load-path and load only async.
2015-09-08 Thierry VolpiattoAdd async to load-path when recompiling itself.
2015-09-08 Thierry VolpiattoMerge branch 'master' of github.com:jwiegley/emacs...
2015-09-08 Thierry VolpiattoDon't call package-activate-1 in package--compile.
2015-08-18 Thierry VolpiattoCheck if pkg is member of package-archive-contents...
2015-08-18 Thierry VolpiattoUpdate version number.
2015-08-18 Thierry VolpiattoCheck if package-archive-contents is populated (#51).
2015-08-12 Thierry VolpiattoChange mode-line face.
2015-08-08 John WiegleyMerge pull request #50 from tarsius/master
2015-08-07 Jonas BernoulliAdd magit to async-bytecomp-allowed-package.
2015-07-25 Thierry VolpiattoBind print-level and print-length (#48).
2015-07-17 Thierry VolpiattoAdd more helm packages to compile async.
2015-05-29 Thierry VolpiattoNo message on startup when quiet.
2015-05-20 Thierry Volpiatto* async-pkg.el: Update version number.
2015-05-18 Thierry Volpiatto* async-bytecomp.el: Add autoload cookies.
2015-05-15 Thierry VolpiattoNew mode async-bytecomp-package-mode.
2015-05-11 Thierry Volpiatto* dired-async.el: Remove now unused dired-async-be...
2015-05-11 Thierry Volpiatto* dired-async.el: Fix compatibility with emacs-24.3.
2015-05-11 Thierry Volpiatto* dired-async.el (dired-async-mode): Fix group name.
2015-05-11 Thierry Volpiatto* README.md: Update infos for dired-async.
2015-05-11 Thierry VolpiattoAdd autoload cookie and make dired-async--modeline...
2015-05-11 Thierry VolpiattoAllow enabling dired-async with a minor-mode.
2015-04-13 Thierry Volpiattoasync-bytecomp-allowed-packages should be a list of...
2015-04-12 Thierry Volpiatto* async-bytecomp.el (package--compile): Fix typo.
2015-04-12 Thierry VolpiattoAllow setting async-bytecomp-get-allowed-pkgs to compil...
2015-04-12 Thierry VolpiattoDon't use package--get-deps that doesn't handle non...
2015-04-12 Thierry VolpiattoUse package--get-deps to get packages dependencies.
2015-02-04 Thierry VolpiattoDon't run the loop when async-bytecomp-allowed-packages...
2014-12-30 Thierry VolpiattoFix doctring (#46).
2014-12-30 Thierry VolpiattoAsync compile also dependendies (#46).
2014-12-30 Thierry VolpiattoAllow customizing which packages compile async (#46).
2014-12-25 Thierry VolpiattoUnbound async-byte-recompile-directory when reinstallin...
2014-12-23 Thierry VolpiattoMerge branch 'master' of github.com:jwiegley/emacs...
2014-12-23 Thierry VolpiattoUse always the args 0 and force for byte-recompile...
2014-12-23 Thierry VolpiattoInject bytecomp variables (#44).
2014-12-21 Thierry VolpiattoUse cl-incf and don't compile test file.
2014-12-18 John WiegleyMerge pull request #42 from mneilsen/master
2014-12-18 Mike NeilsenDocumentation tweaks; mention DEFAULT-DIRECTORY
2014-11-11 John WiegleyMerge pull request #41 from PhilHudson/master
2014-11-06 Phil HudsonMarked up file and buffer names
2014-11-06 Phil HudsonMarked up 'nil' throughout
2014-11-06 Phil HudsonChanged symbol markup from Lisp idiom to Markdown
2014-10-01 Thierry Volpiatto* async-bytecomp.el (package--compile): load async...
2014-09-30 Thierry Volpiatto* async-bytecomp.el: emacs-24 indent.
2014-09-30 Thierry Volpiatto* async-bytecomp.el: Be quiet when compiling for elpa.
2014-09-30 Thierry Volpiatto* async-bytecomp.el: Fix callback.
2014-09-29 Thierry Volpiatto* async-bytecomp.el: Send errors in single buffer ...
2014-09-24 Thierry Volpiatto* dired-async.el (dired-create-file): require dired...
2014-09-21 Thierry Volpiatto* async-bytecomp.el: Add comment.
2014-09-21 Thierry Volpiatto* async-pkg.el: Don't compile.
2014-09-19 Thierry VolpiattoMerge branch 'master' of github.com:jwiegley/emacs...
2014-09-14 Thierry Volpiatto* async-bytecomp.el: Fix comment.
2014-09-14 Thierry Volpiatto* async-bytecomp.el: Use only load.
2014-09-13 Thierry Volpiatto* smtpmail-async.el: Add code section no code-change.
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* smtpmail-async.el: require message to shutup byte...
2014-09-12 Thierry Volpiatto* async-bytecomp.el: Revert previous change in package...
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-09-10 Thierry Volpiatto* async-bytecomp.el: New file.
2014-09-09 Thierry Volpiatto* README.md: Fix typo.
2014-06-30 John WiegleyMerge pull request #32 from Trevoke/patch-1
2014-06-30 Aldric GiacomoniFix markdown in README
2014-03-11 Thierry Volpiatto* smtpmail-async.el (async-smtpmail-before-send-hook...
2014-03-11 Thierry Volpiatto* smtpmail-async.el (async-smtpmail-send-it): Inject...
2014-03-11 Thierry Volpiatto* smtpmail-async.el (async-smtpmail-before-send-hook...
2014-03-10 Thierry Volpiatto* smtpmail-async.el: Revert previous change (catch).
2014-03-09 Thierry Volpiatto* smtpmail-async.el: Try to catch 'done to not exit...
2014-03-08 Thierry Volpiatto* smtpmail-async.el: Fix encoding problems (#27)
2014-03-07 Thierry Volpiatto* smtpmail-async.el: Exclude some vars when injecting...
2014-03-03 Thierry Volpiatto* smtpmail-async.el (async-smtpmail-send-it): Eval...
2014-02-19 Thierry Volpiatto* dired-async.el (helm-async-be-async): Move it as...
2014-01-20 Thierry Volpiatto* async-test.el: Update copyrights.
2014-01-20 Thierry Volpiatto* async-test.el: Remove now unnecessary tests.
2014-01-20 Thierry Volpiatto* dired-async.el (dired-async-mode): Notify number...
2014-01-20 Thierry Volpiatto* README.md: Update.
2014-01-20 Thierry Volpiatto* dired-async.el (helm-async-be-async): alias for dired...
2014-01-20 Thierry Volpiatto* dired-async.el: Finish converting all names to dired*.
2014-01-20 Thierry VolpiattoRename helm-async.el to dired-async.el
2014-01-20 Thierry Volpiatto* helm-async.el: Use cl-lib instead of cl.
2014-01-20 Thierry Volpiatto* helm-async.el: Rename all with dired-async prefix...
2014-01-20 Thierry Volpiatto* async-file.el: Removed.
2013-11-18 John WiegleyMerge pull request #23 from DarwinAwardWinner/no-load...
next