summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Move types from helm-source.el to helm-types.elThierry Volpiatto2015-07-09
* * helm-source.el: Declare vars (will be needed later).Thierry Volpiatto2015-07-09
* Reorder helm-lib and move code from helm-help.Thierry Volpiatto2015-07-09
* Move helm-file-completion-source-p to helm.el.Thierry Volpiatto2015-07-09
* Move helm-file-globstar to helm-lib.Thierry Volpiatto2015-07-09
* Move helm-file-expand-wildcards to helm-lib.Thierry Volpiatto2015-07-09
* * helm.el: remove last dependencie to helm-utils.Thierry Volpiatto2015-07-09
* Move functions from helm-utils to helm-lib.Thierry Volpiatto2015-07-09
* * helm-apt.el: require helm-help.Thierry Volpiatto2015-07-09
* Use helm-source to build apt source and allow customizing actions.Thierry Volpiatto2015-07-09
* Require helm-lib before helm-source.Thierry Volpiatto2015-07-08
* Move many functions to helm-lib.elThierry Volpiatto2015-07-08
* Add actions customizable for addressbook bookmarks.Thierry Volpiatto2015-07-08
* Allow customizing moccur actions.Thierry Volpiatto2015-07-08
* Fix docstring of helm-attr.Thierry Volpiatto2015-07-08
* Add new file and fix actions from types.Thierry Volpiatto2015-07-08
* Allow customizing actions in all types.Thierry Volpiatto2015-07-08
* Allow customizing actions in helm-find-files.Thierry Volpiatto2015-07-07
* Allow specifying action as a symbol variable.Thierry Volpiatto2015-07-07
* Don't auto expand directory when switching to actions.Thierry Volpiatto2015-07-06
* Fix display of actions.Thierry Volpiatto2015-07-06
* * README.md: Add comment on lisp example.Thierry Volpiatto2015-07-06
* * README.md: Improve.Thierry Volpiatto2015-07-06
* * README.md: Add table of contents.Thierry Volpiatto2015-07-06
* Add comments to bookmarks.Thierry Volpiatto2015-07-05
* Ensure candidate is a string in grep filter.Thierry Volpiatto2015-07-05
* Cleanup helm bookmark.Thierry Volpiatto2015-07-05
* Allow uninstalling package even if upgradable.Thierry Volpiatto2015-07-05
* Allow using list of symbols with fuzzy.Thierry Volpiatto2015-07-04
* Simplify helm-cmd--get-preconfigured-commands.Thierry Volpiatto2015-07-03
* Merge branch 'exp' of github.com:emacs-helm/helm into expThierry Volpiatto2015-07-03
|\
| * * README.md: Update.Thierry Volpiatto2015-07-01
| * Fix docstring.Thierry Volpiatto2015-07-01
* | Fix listing of preconfigured helm cmds.Thierry Volpiatto2015-07-03
|/
* * README.md: Improve.Thierry Volpiatto2015-07-01
* Improve README.Thierry Volpiatto2015-07-01
* Update version number.Thierry Volpiatto2015-07-01
* Add the function to hide minibuffer when header-line is in use.Michael Heerdegen2015-07-01
* Merge pull request #1085 from randymorris/masterThierry Volpiatto2015-06-30
|\
| * Escape regex characters in `helm--prompt`Randy Morris2015-06-30
|/
* Move faces from helm group to helm-faces group.Thierry Volpiatto2015-06-30
* Fix switching to buffers in imenu.Thierry Volpiatto2015-06-29
* Restore mode-line when restoring from a nested session.Thierry Volpiatto2015-06-29
* Fix preselection in helm-find-files quick delete.Thierry Volpiatto2015-06-28
* Move helm--prompt in internal vars section.Thierry Volpiatto2015-06-28
* Be sure advices, hooks, and local modes keep running after helm-nest.Thierry Volpiatto2015-06-28
* Fix compatibility with emacs-24.3 (#1076).Thierry Volpiatto2015-06-28
* Return a directory ending with slash in read-directory-name (#1083).Thierry Volpiatto2015-06-28
* Merge pull request #1080 from emacs-helm/header-lineThierry Volpiatto2015-06-28
|\
| * Use a new face in helm--set-header-line (#1064).Thierry Volpiatto2015-06-27