summaryrefslogtreecommitdiff
path: root/helm-ring.el
Commit message (Expand)AuthorAge
* 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
* Update copyrights.Thierry Volpiatto2017-01-01
* Remove now unneeded local settings of (not cl-lib) warnings.Thierry Volpiatto2016-11-13
* Remove uneeded lambda.Thierry Volpiatto2016-11-08
* Remove last obsoletes defadvices.Thierry Volpiatto2016-09-08
* Fix helm-kill-ring-action when delete-selection-mode is enabled (#1520).Thierry Volpiatto2016-05-28
* Fix copyrights.Thierry Volpiatto2016-03-05
* Fix undo-tree action in registers.Thierry Volpiatto2016-02-04
* Revert previous change as it is already available from C-c C-k (#1283).Thierry Volpiatto2015-12-11
* Add kill-new action to kill-ring (#1286).Thierry Volpiatto2015-12-11
* Improve line number width in helm-mark-ringChunyang Xu2015-10-23