summaryrefslogtreecommitdiff
path: root/helm.el
Commit message (Expand)AuthorAge
* Highlight mode-line only in helm-window by selecting it (#1579).Thierry Volpiatto2016-08-09
* Remove helm-follow-follow-on-update.Thierry Volpiatto2016-08-05
* Update mode-line on resume (#1577).Thierry Volpiatto2016-08-05
* Fix helm-preselect docstring.Thierry Volpiatto2016-07-31
* Make helm-force-updating-p private.Thierry Volpiatto2016-07-31
* Prevent a source-name given as empty string (#1509).Thierry Volpiatto2016-07-31
* Make helm-next/previous-line faster.Thierry Volpiatto2016-07-30
* Merge branch 'master' of github.com:emacs-helm/helmThierry Volpiatto2016-07-23
|\
| * Update helm-preselect docstring.Thierry Volpiatto2016-07-22
* | Allow helm-follow-mode following current candidate after updating(fix #1568).Thierry Volpiatto2016-07-23
* | Remove unuseful let binding in output filter.Thierry Volpiatto2016-07-23
|/
* Fix helm-get-current-source.Thierry Volpiatto2016-07-20
* Make helm-update-hook obsolete.Thierry Volpiatto2016-07-20
* Ensure source exists in helm-update.Thierry Volpiatto2016-07-19
* Fix previous changes in helm-get-current-source.Thierry Volpiatto2016-07-16
* Fix docstring of helm-candidates-in-buffer.Thierry Volpiatto2016-07-16
* Docstring fix, no code change.Thierry Volpiatto2016-07-16
* Simplify helm-get-current-source.Thierry Volpiatto2016-07-16
* Update marked cands in mode-line when removing/deleting.Thierry Volpiatto2016-07-16
* Get rid of plugins definitely.Thierry Volpiatto2016-07-14
* Remove one more definition of helm-attributes.Thierry Volpiatto2016-07-11
* Remove support of type attr in helm-attr* fns.Thierry Volpiatto2016-07-11
* Remove obsolete var helm-attributes.Thierry Volpiatto2016-07-11
* Remove obsolete documentation of attributes.Thierry Volpiatto2016-07-11
* Cleanup deprecated plugin fns, several functions removed.Thierry Volpiatto2016-07-11
* Remove some add-to-list.Thierry Volpiatto2016-07-11
* Revert last commit, follow should not run PA on startup (#1556).Thierry Volpiatto2016-07-09
* Reenable follow-mode jumping to first candidate at startup (#1556).Thierry Volpiatto2016-07-09
* No need to handle url when marking all.Thierry Volpiatto2016-07-09
* No need to use helm-next-line in helm-mark-all.Thierry Volpiatto2016-07-09
* Don't run persistent-action on follow-mode when updating (#1556).Thierry Volpiatto2016-07-09
* Auto resize when initializing helm window (#1556).Thierry Volpiatto2016-07-08
* No need to go to eol when marking all.Thierry Volpiatto2016-07-08
* Try to make helm-this-visible-mark faster and use it.Thierry Volpiatto2016-07-08
* Use wildcard on marked only when needed.Thierry Volpiatto2016-07-08
* Refactorize helm-mark-all.Thierry Volpiatto2016-07-07
* Fix fontification of marked cands in mode-line.Thierry Volpiatto2016-07-02
* Use default-value for full-frame in helm-resume.Thierry Volpiatto2016-06-22
* Merge branch 'master' of github.com:emacs-helm/helmThierry Volpiatto2016-06-22
|\
| * Merge pull request #1542 from dandavison/resume-honor-helm-full-frameThierry Volpiatto2016-06-22
| |\
| | * Honor helm-full-frameDan Davison2016-06-20
* | | Keep preventing mouse click in mode-line (#1536).Thierry Volpiatto2016-06-22
|/ /
* | Prevent mouse jumping to the upper-right hand corner of the frame (#1538).Thierry Volpiatto2016-06-17
* | New flag to prevent error in candidates fns.Thierry Volpiatto2016-06-14
|/
* Prevent message about mouse and disable it also in mode-line (#1536).Thierry Volpiatto2016-06-13
* Allow using add-face-text-property.Thierry Volpiatto2016-06-12
* Fix error in mode-line.Thierry Volpiatto2016-06-12
* Don't bind inhibit-quit in helm-while-no-input.Thierry Volpiatto2016-06-12
* Allow helm-run-after-exit to work on empty buffer (#1526).Thierry Volpiatto2016-05-31
* Allow customizing preselection action in helm-top.Thierry Volpiatto2016-05-30