summaryrefslogtreecommitdiff
path: root/helm-files.el
Commit message (Expand)AuthorAge
* Generalize usage of C-h m everywhere.Thierry Volpiatto2015-07-14
* Rewrite some sources with helm-source, use action vars when available.Thierry Volpiatto2015-07-11
* Prevent running helm-find-files-down-last-level outside of context (#1090).Thierry Volpiatto2015-07-10
* Reset tree also in helm-after-persistent-action-hook (#1090).Thierry Volpiatto2015-07-09
* Allow retrieving last directories visited by helm-find-files-up-one-level (#1...Thierry Volpiatto2015-07-09
* Move types from helm-source.el to helm-types.elThierry Volpiatto2015-07-09
* Move helm-file-completion-source-p to helm.el.Thierry Volpiatto2015-07-09
* Allow customizing actions in helm-find-files.Thierry Volpiatto2015-07-07
* Don't auto expand directory when switching to actions.Thierry Volpiatto2015-07-06
* Fix preselection in helm-find-files quick delete.Thierry Volpiatto2015-06-28
* Remove unsused bindings in helm-find-files-map.Thierry Volpiatto2015-06-25
* Shutup byte compiler about helm-ls-svn-ls.Thierry Volpiatto2015-06-15
* * helm-files.el: Allow browsing svn project when helm-ls-svn is installed.Chunyang Xu2015-06-15
* Add "Files from Current Directory" to helm--file-completion-sources (#1062).Thierry Volpiatto2015-06-14
* Fix docstring in helm-browse-project.Thierry Volpiatto2015-06-14
* Declare eshell-quote-argument.Thierry Volpiatto2015-06-09
* Use also eshell-quote-argument in the second loop.Thierry Volpiatto2015-06-09
* Use eshell-quote-argument in eshell command on file.Thierry Volpiatto2015-06-09
* Don't let-bound helm-ff-transformer-show-only-basename (#1049).Thierry Volpiatto2015-06-08
* Don't quote arg in single quotes.Thierry Volpiatto2015-06-08
* No need to require id-utils.Thierry Volpiatto2015-06-07
* Add gid fns for helm-find-files.Thierry Volpiatto2015-06-07
* Improve eshell-command from find-files.Thierry Volpiatto2015-06-06
* Don't run toggle basename as a persistent-action.Thierry Volpiatto2015-06-05
* Fix helm commands docstrings and remove some unneeded autoloads.Thierry Volpiatto2015-06-03
* Check if dired-async-mode is bound.Thierry Volpiatto2015-06-02
* Fix find transformer for find on remote (#1037).Thierry Volpiatto2015-05-29
* Attempt to make find command working on remote (#1037).Thierry Volpiatto2015-05-29
* Add comment in helm-ff-directory-files.Thierry Volpiatto2015-05-27
* Add comments.Thierry Volpiatto2015-05-25
* Handle file-error in windows (broken predicates for files in emacs).Thierry Volpiatto2015-05-25
* Fix docstring.Thierry Volpiatto2015-05-25
* * helm-files.el (helm-browse-project): Reindent and remove trailing ws.Thierry Volpiatto2015-05-19
* Don't infloop on remote names in helm-browse-project-get--root-dir.Thierry Volpiatto2015-05-19
* Be safe with helm-browse-project-get--root-dir.Thierry Volpiatto2015-05-18
* Fix when helm-browse-project-get--root-dir returns nil.Thierry Volpiatto2015-05-18
* Use maybe parent directory in browse project.Thierry Volpiatto2015-05-18
* Avoid calling file-attributes on remote (#749).Thierry Volpiatto2015-05-13
* * helm-files.el (helm-dwim-target-directory): Add comment.Thierry Volpiatto2015-05-11
* Revert changes made in helm-dwim-target-directory.Thierry Volpiatto2015-05-11
* * helm-files.el: Handle new dired-async-mode.Thierry Volpiatto2015-05-11
* * helm-files.el: Remove soft require of dired-async.Thierry Volpiatto2015-05-11
* Fix helm-dwim-target-directory.Thierry Volpiatto2015-05-11
* * helm-files.el: Soft require dired-async.Thierry Volpiatto2015-05-11
* Fix copying/renaming targets.Thierry Volpiatto2015-05-11
* Fix helm-find-files auto update on env vars.Thierry Volpiatto2015-05-10
* Expand pattern starting with env var (no starting /).Thierry Volpiatto2015-05-10
* Fix helm-ff-set-pattern with urls.Thierry Volpiatto2015-05-10
* Find linum even if not at eol (#1014).Thierry Volpiatto2015-05-09
* Ensure expand-file-name argument is non-nil in helm-find-files (#1018).Thierry Volpiatto2015-05-08