summaryrefslogtreecommitdiff
path: root/helm-files.el
Commit message (Expand)AuthorAge
* Don't add needlessly "-b" in helm-ff-locate.Thierry Volpiatto2017-01-11
* Update helm-boring-file-regexp-list docstring.Thierry Volpiatto2017-01-11
* Remove now unneeded binding ffap-machine-p-known.Thierry Volpiatto2017-01-11
* Fix boring file regexp.Thierry Volpiatto2017-01-10
* Fix redisplaying buffer in multiples sources.Thierry Volpiatto2017-01-09
* Fix again ffap crashing emacs in large one line files.Thierry Volpiatto2017-01-08
* Fix "Stack overflow in regexp matcher" error with ffap.Thierry Volpiatto2017-01-07
* Fix generic files highlighting.Thierry Volpiatto2017-01-07
* Fix some long lines.Thierry Volpiatto2017-01-06
* Ensure non-nil for match-part fn in helm-highlight-files.Thierry Volpiatto2017-01-06
* Fix highlighting matches in locate.Thierry Volpiatto2017-01-06
* Use helm-async-outer-limit-hook in helm-multi-files as well.Thierry Volpiatto2017-01-05
* Use basename for locate with fuzzy in *-multi-files.Thierry Volpiatto2017-01-04
* Remove image buffer in pa when called twice on same file.Thierry Volpiatto2017-01-03
* Update copyrights.Thierry Volpiatto2017-01-01
* Ensure to not fail at preselection when going one level up in hff.Thierry Volpiatto2016-12-28
* Don't call twice helm-get-current-source.Thierry Volpiatto2016-12-25
* Prevent auto update in file completion when selecting actions.Thierry Volpiatto2016-12-13
* Remove now unneeded local settings of (not cl-lib) warnings.Thierry Volpiatto2016-11-13
* Make helm-follow-mode-persistent local instead of let-bounding it.Thierry Volpiatto2016-11-05
* Prevent error with follow-mode in HFF.Thierry Volpiatto2016-09-20
* Doctring of helm-delete-tramp-connection.Thierry Volpiatto2016-09-18
* Provide new command helm-delete-tramp-connection.Thierry Volpiatto2016-09-18
* Merge branch 'fix_host_completion'Thierry Volpiatto2016-09-18
|\
| * Fix hostnames completion for tramp (#1598).Thierry Volpiatto2016-09-18
* | Remove second arg of helm-ff-tramp-postfixed-p.Thierry Volpiatto2016-09-17
|/
* Add comment no code change.Thierry Volpiatto2016-09-14
* Fix HFF with tramp multi hops (#1598).Thierry Volpiatto2016-09-14
* Fix updating display on tramp multi hops connection (#1598).Thierry Volpiatto2016-09-14
* Merge pull request #1600 from emacs-helm/tramp_multi_opsThierry Volpiatto2016-09-13
|\
| * Call (mapcar 'car tramp-methods) one time for all.Thierry Volpiatto2016-09-13
| * Ensure file-directory-p is not called on an incomplete tramp path.Thierry Volpiatto2016-09-12
| * Revert previous commit.Thierry Volpiatto2016-09-12
| * Use file-remote-p to handle initial multi-hops expansion.Thierry Volpiatto2016-09-12
| * Don't expand filename on /host:.Thierry Volpiatto2016-09-11
| * Save-match-data inside helm-ff-tramp-postfixed-p.Thierry Volpiatto2016-09-11
| * First attempt to fix tramp multi hops (#1598, #981).Thierry Volpiatto2016-09-10
* | Prevent remote connection when listing buffers for browse-project.Thierry Volpiatto2016-09-13
|/
* Avoid repetitives calls to helm-get-current-source.Thierry Volpiatto2016-09-05
* Remove one more occurence of helm-follow-mode.Thierry Volpiatto2016-09-04
* Remove obsolete variable helm-follow-mode.Thierry Volpiatto2016-09-04
* Allow again follow in files sources but prevent persistent follow.Thierry Volpiatto2016-09-03
* Fix non-interactive call of follow-mode.Thierry Volpiatto2016-09-02
* Prevent follow-mode in HFF.Thierry Volpiatto2016-08-31
* Unquote some more lambdas.Thierry Volpiatto2016-08-28
* Always push last used project on top (#1159).Thierry Volpiatto2016-08-14
* Add also not vc handled projects to history (#1159).Thierry Volpiatto2016-08-14
* Apply browse project history to all vc handled projects (#1159).Thierry Volpiatto2016-08-14
* Add helm-browse-project-history (#1159).Chunyang Xu2016-08-14
* Update marked cands in mode-line when removing/deleting.Thierry Volpiatto2016-07-16