]> code.delx.au - gnu-emacs-elpa/history - async-bytecomp.el
No message on startup when quiet.
[gnu-emacs-elpa] / async-bytecomp.el
2015-05-29 Thierry VolpiattoNo message on startup when quiet.
2015-05-18 Thierry Volpiatto* async-bytecomp.el: Add autoload cookies.
2015-05-15 Thierry VolpiattoNew mode async-bytecomp-package-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-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-21 Thierry Volpiatto* async-bytecomp.el: Add comment.
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-12 Thierry VolpiattoAdd comments, no--code-change.
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-10 Thierry VolpiattoRemove version number in all files.
2014-09-10 Thierry Volpiatto* async-bytecomp.el: New file.