summaryrefslogtreecommitdiff
path: root/helm-source.el
Commit message (Expand)AuthorAge
...
* 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
* Use helm-source for timers and complex-commands.Thierry Volpiatto2015-04-16
* Use slot-value and set-slot-value, use quoted slots.Thierry Volpiatto2015-03-25
* Update copyrights.Thierry Volpiatto2015-03-24
* Remove obsolete search-from-end feature.Thierry Volpiatto2015-03-24
* Use `set-slot-value' instead of `oset' (#930).Thierry Volpiatto2015-03-19
* * helm-source.el (helm-build-in-file-source): Forget args.Thierry Volpiatto2015-03-04
* Add class and user function for candidates-in-file.Thierry Volpiatto2015-03-04
* * helm-source.el (helm-source-in-file): New class.Thierry Volpiatto2015-03-04
* * helm-source.el: Fix documentation of nohighlight slot.Thierry Volpiatto2015-02-26
* Make highlighting happen in filtered-candidate-transformer.Thierry Volpiatto2015-02-26
* Use fuzzy highlighting everywhere.Thierry Volpiatto2015-02-26
* * helm.el (helm-fuzzy-highlight-matches): New.Thierry Volpiatto2015-02-25
* Highlight candidates with filters.Thierry Volpiatto2015-02-25
* Disable mp highlighing in async sources.Thierry Volpiatto2015-02-21
* Don't plug matchplugin in async source.Thierry Volpiatto2015-02-21
* * helm-source.el: Fix documentation of :update.Thierry Volpiatto2015-02-13
* Allow switching to more than one buffer (#861).Thierry Volpiatto2015-02-09
* Fix eieio errors with emacs-25 (#835).Thierry Volpiatto2015-01-21
* Remove now unneeded alias in helm-source.Thierry Volpiatto2015-01-13
* Get rid of class-slot-initarg (#815).Thierry Volpiatto2015-01-13
* Fix eieio compatibility with emacs-25 (#815).Thierry Volpiatto2015-01-11
* Fix evaluation of persistent action (#788).Thierry Volpiatto2015-01-02
* Allow adding more than one function to match/search slots.Thierry Volpiatto2014-12-24