]> code.delx.au - gnu-emacs-elpa/history - dired-async.el
Remove unuseful code never called.
[gnu-emacs-elpa] / dired-async.el
2016-04-27 Thierry VolpiattoRemove unuseful code never called.
2016-04-27 Thierry VolpiattoSwitch to lexical-binding.
2016-04-26 Thierry VolpiattoEnsure dired-async--modeline-mode is called.
2016-04-26 Thierry VolpiattoEnsure dired-copy-preserve-time is passed to child...
2016-04-25 Thierry VolpiattoAdd comment no code change.
2016-04-25 Thierry VolpiattoFix backup fn, DRY and ignore symlinks directories.
2016-04-24 Thierry VolpiattoImprove backup-files by handling symlinks and time...
2016-04-23 Thierry VolpiattoMerge pull request #62 from jwiegley/backup_files
2016-04-23 Thierry VolpiattoAllow reproducing "cp --backup=numbered from to".
2016-01-08 John WiegleyAssign copyrights to the FSF, add autoloads 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-09-10 Thierry VolpiattoFix pkg file and instructions in dired-async.
2015-08-12 Thierry VolpiattoChange mode-line face.
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 VolpiattoAdd autoload cookie and make dired-async--modeline...
2015-05-11 Thierry VolpiattoAllow enabling dired-async with a minor-mode.
2014-09-24 Thierry Volpiatto* dired-async.el (dired-create-file): require dired...
2014-09-10 Thierry VolpiattoRemove version number in all files.
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* dired-async.el (dired-async-mode): Notify number...
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* async-file.el: Removed.
2013-04-10 Thierry VolpiattoUpdate copyrights.
2013-02-18 Thierry VolpiattoMerge branch 'master' of github.com:jwiegley/emacs...
2013-02-17 John WiegleyMerge pull request #6 from mstrlu/fix-def-use-native...
2012-08-08 Thierry VolpiattoMerge branch 'master' of github.com:jwiegley/emacs...
2012-07-22 Luminous Fennell* dired-async.el: Add a defvar for `dired-async-use...
2012-07-21 John WiegleyMerge pull request #5 from mstrlu/fix-async-copy-call
2012-07-21 Luminous FennellFix missing optional arguments when calling `async...
2012-07-11 John WiegleyFix github issue 2
2012-06-21 John Wiegleydired-async now shows progress using overlays
2012-06-21 John WiegleyShow ops in progress `dired-async-in-process-face'
2012-06-20 John WiegleyFix to dired-async for wdired-mode
2012-06-20 John WiegleyDon't use lexical-binding in dired-async.el
2012-06-20 John WiegleyAdded `dired-async-use-native-commands'
2012-06-19 John WiegleyCorrected a problem with async deletions
2012-06-19 John WiegleyAdded dired-async