summaryrefslogtreecommitdiff
path: root/helm-regexp.el
Commit message (Expand)AuthorAge
* Start adding group in some sources.Thierry Volpiatto2017-05-24
* Implement mouse usage in helm-moccur-mode (#1746).Thierry Volpiatto2017-04-25
* Fix matching empty line (#1725).Thierry Volpiatto2017-03-27
* Fix exact searching at first line in moccur (#1725).Thierry Volpiatto2017-03-27
* Handle numeric subexps in helm regexp.Thierry Volpiatto2017-03-16
* Fix issue when jumping from grep-mode moccur-mode buffers.Thierry Volpiatto2017-01-26
* Update copyrights.Thierry Volpiatto2017-01-01
* Remove now unneeded local settings of (not cl-lib) warnings.Thierry Volpiatto2016-11-13
* Fix PA in action buffer with follow enabled.Thierry Volpiatto2016-11-08
* Allow undoing and redoing yank.Thierry Volpiatto2016-10-18
* Ensure input is not copied with props in helm-regexp.Thierry Volpiatto2016-09-09
* Remove completely matchplugin slot.Thierry Volpiatto2016-08-17
* Stop requiring helm-plugin.Thierry Volpiatto2016-07-12
* Don't pop-to-buffer from current-buffer in helm-grep/moccur-mode.Thierry Volpiatto2016-03-06
* Make helm-only some more commands.Thierry Volpiatto2016-03-06
* Handle multi match in helm-moccur-mode revert fn.Thierry Volpiatto2016-03-05
* Fix previous commit, just bind helm-pattern in loop.Thierry Volpiatto2016-03-05
* Highlight matches when reverting helm-moccur-mode buffer.Thierry Volpiatto2016-03-05
* Fix copyrights.Thierry Volpiatto2016-03-05
* Add helm-only property to helm actions.Thierry Volpiatto2016-01-12
* Allow customization of truncate-lines in several places.Thierry Volpiatto2016-01-05
* Move helm-quote-whitespace to helm-lib and modify some requires accordingly.Thierry Volpiatto2015-12-06
* Remove *do-grep* and *multi-occur commands.Thierry Volpiatto2015-12-06
* Revert previous changes breaking build with melpa (#1206).Thierry Volpiatto2015-10-08
* Build regexp source in command and use helm--maybe-build-source.Thierry Volpiatto2015-10-07
* Use helm--maybe-build-source in moccur.Thierry Volpiatto2015-10-07
* Allow migemo+regex in helm-moccur-action (#1175 #1185) from momomo5717.Thierry Volpiatto2015-09-25
* Declare migemo-forward in helm-regexp.Thierry Volpiatto2015-09-25
* migemo support for helm-moccur-actionAkira Tamamori2015-09-25
* Add a display string on marked candidates.Thierry Volpiatto2015-09-15
* Shutup byte compiler when installing from melpa.Thierry Volpiatto2015-08-23
* Rename helm-match-plugin.el to helm-multi-match.el.Thierry Volpiatto2015-08-20
* Rename helm-run-after-quit and helm-quit-and-execute-action.Thierry Volpiatto2015-08-15
* Don't share grep history with occur.Thierry Volpiatto2015-08-12
* Require helm-help in several places.Thierry Volpiatto2015-07-14
* Remove old help command from all maps affected.Thierry Volpiatto2015-07-14
* Remove most mode-line strings to use generic one.Thierry Volpiatto2015-07-14
* Generalize usage of C-h m everywhere.Thierry Volpiatto2015-07-14
* Define keymap also locally in moccur.Thierry Volpiatto2015-07-12
* Allow customizing moccur actions.Thierry Volpiatto2015-07-08
* Revert previous changes.Thierry Volpiatto2015-06-15
* Start fixing actions to reuse window if available (#1064).Thierry Volpiatto2015-06-15
* Fix helm regexp line number.Thierry Volpiatto2015-06-10
* Fix helm commands docstrings and remove some unneeded autoloads.Thierry Volpiatto2015-06-03
* Remove obsolete slot recenter.Thierry Volpiatto2015-05-23
* Use helm-input when saving occur results.Thierry Volpiatto2015-05-23
* Fix typo in helm-regexp.Thierry Volpiatto2015-05-23
* * helm-regexp.el (helm-occur): Fix preselection.Thierry Volpiatto2015-05-12
* Store default in helm-input when using helm--maybe-use-default-as-input.Thierry Volpiatto2015-05-12
* Make helm-moccur-mode-map compliant with helm-grep-mode-map.Thierry Volpiatto2015-04-25