summaryrefslogtreecommitdiff
path: root/helm-source.el
Commit message (Expand)AuthorAge
* Unquote some more lambdas.Thierry Volpiatto2016-08-28
* Fix helm-source docstring.Thierry Volpiatto2016-08-27
* Remove completely matchplugin slot.Thierry Volpiatto2016-08-17
* Fix docstring of some attributes.Thierry Volpiatto2016-08-16
* Document matchplugin slot.Thierry Volpiatto2016-07-22
* Docstring fix, no code change.Thierry Volpiatto2016-07-16
* Get rid of plugins definitely.Thierry Volpiatto2016-07-14
* Cleanup deprecated plugin fns, several functions removed.Thierry Volpiatto2016-07-11
* Use setf slot-value everywhere.Thierry Volpiatto2016-04-08
* Keep the delayed slot for backward compat.Thierry Volpiatto2016-03-31
* Remove deprecated usage of delayed source (#1400 #1454).Thierry Volpiatto2016-03-31
* Fix copyrights.Thierry Volpiatto2016-03-05
* Fix again local source after and before init hooks (#1310).Thierry Volpiatto2016-01-06
* Set persistent-help to "Do Nothing" if action is identityChunyang Xu2015-10-20
* Improve persistent-help when action slot is variableChunyang Xu2015-10-20
* Prevent setting 'header-line slot twiceChunyang Xu2015-10-20
* Revert previous changes breaking build with melpa (#1206).Thierry Volpiatto2015-10-08
* Add macro to maybe build sources and start using it.Thierry Volpiatto2015-10-07
* Fix migemo for buffers over others filters (#1175).Thierry Volpiatto2015-09-22
* Fix migemo slot docstring.Thierry Volpiatto2015-09-21
* Fix migemo for non-matchplugin source (#1175).Thierry Volpiatto2015-09-21
* Fix docstring of migemo slot.Thierry Volpiatto2015-09-18
* Delete trailing white spaces.Thierry Volpiatto2015-09-18
* Allow use of migemo only in sync and in-buffer classes.Thierry Volpiatto2015-09-18
* Ensure migemo don't kick in when not available.Thierry Volpiatto2015-09-17
* Remove unneeded let binding in helm-source-mm-get-search-or-match-fns.Thierry Volpiatto2015-09-17
* Rename functions.Thierry Volpiatto2015-09-17
* First attempt to enable migemo, work only when migemo is loaded for now.Thierry Volpiatto2015-09-17
* Replace remaining occurences of match-plugin.Thierry Volpiatto2015-08-20
* Rename helm-match-plugin.el to helm-multi-match.el.Thierry Volpiatto2015-08-20
* Fix evaluation of candidate-number-limit as a symbol (#1129).Thierry Volpiatto2015-08-15
* Shutup byte compiler in helm-source.Thierry Volpiatto2015-08-14
* Don't use eval-when-compile.Thierry Volpiatto2015-08-14
* Fix warnings in helm-source compilation.Thierry Volpiatto2015-08-14
* Now helm-match-plugin is required in helm.Thierry Volpiatto2015-08-14
* Move build type fns to helm-types.Thierry Volpiatto2015-07-09
* 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
* Move many functions to helm-lib.elThierry 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 specifying action as a symbol variable.Thierry Volpiatto2015-07-07
* Update docstring of slots affected by new helm-echo-input-in-header-line.Thierry Volpiatto2015-06-16
* Remove obsolete slot recenter.Thierry Volpiatto2015-05-23
* Check for symbol or function in *-add-action-to-source-if thx Michael (#1028).Thierry Volpiatto2015-05-21
* Test actions with functionp to avoid consing to lambda's (#1028).Thierry Volpiatto2015-05-21
* Add actions for files.Thierry Volpiatto2015-05-11
* * helm-source.el (helm-source-async): Fix doc of candidates-process slot.Thierry Volpiatto2015-05-02
* * helm-source.el: Fix long lines.Thierry Volpiatto2015-04-26
* * helm-source.el: Reindent.Thierry Volpiatto2015-04-26