summaryrefslogtreecommitdiff
path: root/helm-adaptive.el
Commit message (Collapse)AuthorAge
* Update copyrightsThierry Volpiatto2021-11-12
|
* Move local vars in .dir-locals fileThierry Volpiatto2021-03-13
| | | | and shutup compiler about doctring warnings.
* Update copyrightsThierry Volpiatto2020-12-16
|
* Fix documentationManuel Uberti2020-06-03
|
* Respect that emacs config-folder can now be in $XDG_CONFIG_HOMEBenjamin Orthen2020-02-17
| | | | | | * Make use of locate-user-emacs-file * Change Makefile to check first if $(XDG_CONFIG_HOME)/emacs/elpa or ~/.config/emacs/elpa exists and if not, fall back to ~/.emacs.d/elpa
* Update copyrightsThierry Volpiatto2019-03-26
|
* fix bug where adaptive history is invalidCeleritasCelery2018-08-30
|
* Allow setting helm-adaptive-history-file to nilThierry Volpiatto2018-03-26
| | | | | | to save it with other tool like psession * helm-adaptive.el (helm-adaptive-history-file): Do it.
* Update copyrightsThierry Volpiatto2018-01-08
|
* Compare display in adaptive sort and not real.Thierry Volpiatto2017-05-11
| | | | | * helm-adaptive.el (helm-adaptive-compare): Do this because the adaptives records are display and not real.
* Same in adaptive store.Thierry Volpiatto2017-05-11
| | | | * helm-adaptive.el (helm-adaptive-store-selection): Stop supporting type attr.
* Stop supporting type attr in adaptive sort.Thierry Volpiatto2017-05-11
| | | | * helm-adaptive.el (helm-adaptive-sort): Do it.
* Use assq and memq where needed.Thierry Volpiatto2017-03-22
| | | | | | | | | | | | | | | * helm-adaptive.el (helm-adapt-use-adaptive-p): Do it. * helm-bookmark.el (helm-bookmark-image-bookmark-p): Do it. * helm-font.el (helm-source-xfonts): Do it. * helm-net.el (helm-google-suggest-parser): Do it. (helm-wikipedia--parse-summary): Do it. * helm.el (helm-initialize): Do it. (helm-get-cached-candidates): Do it. (helm-update): Do it. (helm-update-source-p): Do it. (helm-output-filter--process-source): Do it. (helm-execute-selection-action-1): Do it. (helm-file-completion-source-p): Do it.
* Ensure to not addition timestamp with freq.Thierry Volpiatto2017-02-23
| | | | * helm-adaptive.el (helm-adaptive-sort): Do it.
* Allow customizing sort in adaptive.Thierry Volpiatto2017-02-23
| | | | | | | * helm-adaptive.el (helm-adaptive-sort-by-frequent-recent-usage): New. (helm-adaptive-freq-coefficient): New. (helm-adaptive-recent-coefficient): New. (helm-adaptive-sort): Do it.
* Change adaptive sort from frequency to frequency+recentest.Thierry Volpiatto2017-02-23
| | | | | | * helm-adaptive.el (helm-adaptive-store-selection): Store timestamp. (helm-adaptive-sort): Measure frequency+recentest score to sort, use a coefficient of 5 for freq and 2 for recent for now.
* Refactorize helm-adaptive-sort.Thierry Volpiatto2017-02-22
| | | | * helm-adaptive.el (helm-adaptive-sort): Do it.
* Fix adaptive sorting with candidate having no empty pattern entry.Thierry Volpiatto2017-02-21
| | | | * helm-adaptive.el (helm-adaptive-sort): Do it and rewrite loop.
* Update copyrights.Thierry Volpiatto2017-01-01
|
* Remove now unneeded local settings of (not cl-lib) warnings.Thierry Volpiatto2016-11-13
| | | | Done according to helm-bbdb syohei commit (thanks).
* Remove helm-attributes in helm-adaptive.Thierry Volpiatto2016-07-11
|
* Store display part in adaptive.Thierry Volpiatto2016-06-13
| | | | * helm-adaptive.el (helm-adaptive-store-selection): Do it.
* Rewrite helm-adaptive-sort.Thierry Volpiatto2016-06-11
| | | | * helm-adaptive.el (helm-adaptive-sort): Use cl-loop.
* Handle multiline in adaptive.Thierry Volpiatto2016-06-11
| | | | | | | First fix, an additional newline is added at end of display candidate in adaptive, remove it to sort. * helm-adaptive.el (helm-adaptive-sort): Do it.
* Fix copyrights.Thierry Volpiatto2016-03-05
|
* * helm-adaptive.el: Add autoload cookie for helm-adaptive-modeChunyang Xu2015-05-23
|
* Update copyrights.Thierry Volpiatto2015-03-24
|
* Rename all occurence of adaptative to adaptive.Thierry Volpiatto2014-06-04
* helm-adaptative.el: renamed to helm-adaptive.el * helm-adaptive.el: new. * helm-config.el: update autoloads. * helm-pkg.el: Update version number. * helm-aliases.el: Add an alias for *adaptive-mode * helm-bookmark.el: do it. * helm-config.el: do it. * helm-firefox.el: do it. * helm-grep.el: do it. * helm-pkg.el: do it. * helm-w3m.el: do it.