summaryrefslogtreecommitdiff
path: root/helm-elisp.el
Commit message (Expand)AuthorAge
* Fix docstrings, no code changes.Thierry Volpiatto2016-03-26
* Fix paren error in helm-apropos.Thierry Volpiatto2016-03-26
* Add :actions keyword to helm-comp-read and use it in helm-M-x (#1448).Thierry Volpiatto2016-03-26
* Fix with-helm-show-completion with helm popping up in same window.Thierry Volpiatto2016-03-25
* helm-complex-command-history: push to command-historyMichael Heerdegen2016-03-17
* helm-complex-command-history: make source multilineMichael Heerdegen2016-03-17
* Fix some more cl-typecase for emacs-24.3 compat.Thierry Volpiatto2016-03-15
* Fix copyrights.Thierry Volpiatto2016-03-05
* Add commands to `helm-apropos` for faces (#1318)Tianxiang Xiong2016-01-05
* Tweak "Edit and eval" action of helm-complex-command-historyMichael Heerdegen2015-12-24
* Fix filter in timer sources (#1260).Thierry Volpiatto2015-11-15
* Fallback to describe-function when no way to know what to use.Thierry Volpiatto2015-11-01
* Declare functions to shutup compiler.Thierry Volpiatto2015-10-28
* Add Reset Variable action only when needed in aproposChunyang Xu2015-10-24
* Add reset variable to default value action in helm-aproposChunyang Xu2015-10-23
* Add customize variable action to helm-aproposChunyang Xu2015-10-20
* Make name arg optional for use in elisp completion (#1222).Thierry Volpiatto2015-10-19
* Fix issue with var and fn sharing same name in mode-line fn as well (#1222).Thierry Volpiatto2015-10-19
* Fix helm-elisp-show-doc-modeline missing argument (#1222).Thierry Volpiatto2015-10-19
* Try to fix persistent help for same symbols names for var and fn (#1222).Thierry Volpiatto2015-10-18
* Ensure describe-function/var etc.. don't send message (#1222).Thierry Volpiatto2015-10-18
* Fix persistent help for elisp show help (#1222).Thierry Volpiatto2015-10-18
* Make symbols flags more explicits in helm-elisp--persistent-help (#1222).Thierry Volpiatto2015-10-18
* Fix persistent help for generic symbol completing read (#1222).Thierry Volpiatto2015-10-18
* Merge pull request #1223 from xuchunyang/issue-1222-persistent-actionThierry Volpiatto2015-10-17
|\
| * Fix previous commit, :persistent-help needs stringChunyang Xu2015-10-17
| * Compute persistent-help according to helm-elisp-help-function (#1222)Chunyang Xu2015-10-17
* | Add persistent help messages in apropos (#1222).Thierry Volpiatto2015-10-17
* | Use same persistent fn for M-x and apropos (#1222).Thierry Volpiatto2015-10-17
|/
* Unquote lambda's.Thierry Volpiatto2015-09-30
* fix return value of helm-btf--usable-pMichael Heerdegen2015-09-26
* Require helm-help in several places.Thierry Volpiatto2015-07-14
* Move types from helm-source.el to helm-types.elThierry Volpiatto2015-07-09
* Split window according to helm-split-window-default-side in show completion.Thierry Volpiatto2015-06-15
* Add minor changes to previous PR.Thierry Volpiatto2015-06-09
* Merge branch 'master' of https://github.com/raghavgautam/helm into raghavgaut...Thierry Volpiatto2015-06-09
|\
| * use cl-typecase for one line doc of elisp symbolsRaghav Kumar Gautam2015-06-08
| * adding option to show full help with helm-lisp-completion-persistent-actionRaghav Kumar Gautam2015-06-08
* | Remove the deprecated types attributes.Thierry Volpiatto2015-06-08
|/
* Fix helm commands docstrings and remove some unneeded autoloads.Thierry Volpiatto2015-06-03
* Fix limit of looking-back to 1 before point.Thierry Volpiatto2015-05-11
* * helm-elisp.el (helm-info-lookup-symbol): Set timer delay to 0.01.Thierry Volpiatto2015-05-06
* Delay helm-info-lookup action (#1005).Thierry Volpiatto2015-04-29
* Use the second arg of looking-back in several places (#985).Thierry Volpiatto2015-04-19
* * helm-elisp.el: Remove trailing white spaces.Thierry Volpiatto2015-04-16
* Use helm-source for timers and complex-commands.Thierry Volpiatto2015-04-16
* Don't try to exit minibuffer when already done (#954).Thierry Volpiatto2015-03-31
* Update copyrights.Thierry Volpiatto2015-03-24
* * helm-elisp.el (helm-def-source--emacs-variables): Remove keywords.Thierry Volpiatto2015-02-03
* Generalize usage of mapconcat in in-buffer sources for optimization (#854).Thierry Volpiatto2015-02-03