summaryrefslogtreecommitdiff
path: root/helm-ring.el
Commit message (Expand)AuthorAge
* Fix documentationManuel Uberti2020-06-03
* Fix preselection for truncated candidatesThierry Volpiatto2019-05-22
* Add missing helm-only in helm-ringThierry Volpiatto2019-05-20
* Add PA to kill-ringThierry Volpiatto2019-05-14
* Add kill-new to registersThierry Volpiatto2019-05-05
* Update copyrightsThierry Volpiatto2019-03-26
* Use kill-ring cdr when previous command is yank (#2117)Thierry Volpiatto2018-12-11
* Merge pull request #2057 from tttuuu888/work-macroThierry Volpiatto2018-06-14
|\
| * Add edit option for helm-execute-kmacroSeungKi Kim2018-06-14
* | Fix delete macro from helm-execute-kmacro.SeungKi Kim2018-06-14
|/
* Prevent inserting and saving highlighted items in kill ringThierry Volpiatto2018-05-04
* Fix error when macro is a vector (#1970)Thierry Volpiatto2018-02-16
* Update copyrightsThierry Volpiatto2018-01-08
* Add new var helm-kill-ring-separator (#1934)Thierry Volpiatto2017-12-22
* Allow using marked in default kill-ring action (#1934)Thierry Volpiatto2017-12-21
* Don't bind yank fn to helm-current-bufferThierry Volpiatto2017-12-21
* Honor mark and point in yank-popThierry Volpiatto2017-12-20
* Change message when no kmacro definedThierry Volpiatto2017-12-07
* Don't start helm when no macros definedThierry Volpiatto2017-12-06
* Change action title (#1913)Thierry Volpiatto2017-12-05
* Fix warning in previous commit (#1913)Thierry Volpiatto2017-12-05
* Add new actions to kmacros (#1913)Thierry Volpiatto2017-12-05
* Add an error message for unreferenced markers (#1891)Thierry Volpiatto2017-11-02
* Delete dereferenced marker if some (#1891)Thierry Volpiatto2017-11-02
* Don't push but cons current mark (#1891)Thierry Volpiatto2017-10-28
* Ensure to always collect current mark (#1891)Thierry Volpiatto2017-10-28
* Add current mark to mark-ring and revert previous change (#1891)Thierry Volpiatto2017-10-27
* [incompatible change] Remove helm-push-mark-modeThierry Volpiatto2017-09-06
* Allow using a prefix arg when yanking.Thierry Volpiatto2017-08-16
* Reenable timers in kill-ring actionThierry Volpiatto2017-08-16
* Start adding group in some sources.Thierry Volpiatto2017-05-24
* Save current position to mark-ring when switching with it (#1770).Thierry Volpiatto2017-05-13
* Use markers in mark-ring sources (#1770).Thierry Volpiatto2017-05-13
* Remove read-only property in *mark-ring (#1697).Thierry Volpiatto2017-02-25
* Add new action to kill-ring.Thierry Volpiatto2017-02-24
* Ensure we don't loose candidate when insertion fails with kill-ring.Thierry Volpiatto2017-02-23
* Reset multiline attr at startup in kill-ring.Thierry Volpiatto2017-02-09
* Remove unneeded binding in helm-register-action-transformer loop.Thierry Volpiatto2017-02-09
* Simplify loop in helm-register.Thierry Volpiatto2017-02-09
* Allow a numeric value for :multiline slot (#1686).Thierry Volpiatto2017-02-09
* Always kill the real value of candidate in kill-ring.Thierry Volpiatto2017-01-26
* Simplify helm-kill-ring-toggle-truncated.Thierry Volpiatto2017-01-18
* Add comment no code change.Thierry Volpiatto2017-01-18
* Fix helm-kill-ring-max-offset docstring (#1664).Thierry Volpiatto2017-01-18
* Reinitialize helm-kill-ring--truncated-flag on startup.Thierry Volpiatto2017-01-18
* Handle nil value for helm-kill-ring-max-offset (#1664).Thierry Volpiatto2017-01-18
* Truncate kill-ring candidate using offset instead of lines (#1664).Thierry Volpiatto2017-01-18
* Fix persistent action in mark-ring with one-window layout.Thierry Volpiatto2017-01-17
* Rename `helm-kill-ring-action` to `helm-kill-ring-action-yank`Tianxiang Xiong2017-01-15
* Add `M-D` binding to delete elements for `helm-show-kill-ring`Tianxiang Xiong2017-01-15