summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
Commit message (Expand)AuthorAgeFilesLines
* Support transient input methods in Isearch mode (bug#44266)Juri Linkov2020-11-061-1/+8
* Improve goto-line in regard to narrowed buffers (bug#44294)Juri Linkov2020-10-311-0/+2
* Adding mouse controls to menu-bar.el.Jared Finder2020-10-241-2/+1
* * lisp/isearch.el (isearch-search): Set isearch-match-data in the right place.Juri Linkov2020-10-121-4/+4
* Make C-w worth in isearch when at the last match in the bufferJuri Linkov2020-10-111-1/+10
* Improve documentation of 'isearch-group-N' facesEli Zaretskii2020-10-071-4/+5
* Add match-data to isearch state and repeat faces to highlight group matchesJuri Linkov2020-10-061-23/+39
* Use new faces isearch-group-odd and isearch-group-even (bug#43702)Juri Linkov2020-10-011-85/+13
* Fix isearch-group-* colours on low-colour displaysLars Ingebrigtsen2020-09-301-27/+27
* Add more isearch submatch facesLars Ingebrigtsen2020-09-211-11/+46
* Improve documentation of a recently-added featureEli Zaretskii2020-09-201-7/+7
* Highlight regexp sub-expressionsJuri Linkov2020-09-201-2/+83
* Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-061-1/+1
* Merge from origin/emacs-27Glenn Morris2020-04-291-2/+5
|\
| * * lisp/isearch.el: Fix lazy-highlighting and lazy-counting of hidden matchesJuri Linkov2020-04-291-2/+5
* | Implement case-insensitivity in hi-lock (bug#40337)Juri Linkov2020-04-121-17/+16
* | Switch to literal mode with message when regexp is too big in char-fold searchJuri Linkov2020-03-291-4/+8
|/
* * lisp/isearch.el: Fix corner cases of isearch-lazy-count.Juri Linkov2020-01-151-2/+5
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* * lisp/isearch.el (isearch-xterm-paste): Use code like in 'xterm-paste'.Juri Linkov2019-12-161-3/+5
* Revert aa89c84e00d8dc85100e6fedab7631c415e6364d (bug#38457)Juri Linkov2019-12-161-2/+2
* message uses minibuffer-message in the active minibuffer (bug#17272 bug#19064)Juri Linkov2019-11-271-2/+2
* Fix minor formatting issue in isearch-forward documentationLele Gaifax2019-11-151-2/+2
* Add prefix arg to more isearch commands (bug#14563)Juri Linkov2019-11-061-17/+21
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-211-3/+3
* * lisp/isearch.el (isearch-lazy-highlight-update): Remember timer objectJuri Linkov2019-09-191-3/+3
* Add `isearch-yank-until-char'Karl Fogel2019-09-121-0/+23
* * lisp/isearch.el (isearch-define-mode-toggle): Ensure isearch-mode is active.Juri Linkov2019-08-051-0/+1
* Fix one more 2019-08-04 regex lintPaul Eggert2019-08-041-6/+9
* Clarify doc of isearch-wrap-functionLars Ingebrigtsen2019-07-151-2/+5
* Fix last commitEli Zaretskii2019-07-131-8/+8
* Add ability to highlight-lines-matching-regexp directly from IsearchDima Kogan2019-07-131-7/+25
* * lisp/minibuffer.el (minibuffer-message-properties): New variable.Juri Linkov2019-07-051-5/+9
* Don't bind search-spaces-regexp around possible autoload (Bug#35802)Noam Postavsky2019-06-251-18/+26
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Improve documentation of 'isearch-regexp-function'Eli Zaretskii2019-05-031-3/+11
* Fix regular-expression glitches and typosPaul Eggert2019-03-041-1/+2
* Merge from origin/emacs-26Glenn Morris2019-01-301-9/+15
|\
| * Improve documentation of 'isearch-filter-predicate'Eli Zaretskii2019-01-211-9/+15
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | * lisp/isearch.el (isearch-done): Reset isearch-lazy-highlight-last-stringJuri Linkov2018-12-251-2/+3
* | * lisp/isearch.el (isearch-pre-command-hook): Support `isearch-move'Juri Linkov2018-12-111-12/+13
* | * lisp/isearch.el (isearch-yank-on-move): New defcustomJuri Linkov2018-12-041-21/+25
* | * lisp/isearch.el (isearch-allow-scroll): New option `unlimited'.Juri Linkov2018-12-041-27/+34
* | Add new Isearch commands to new Isearch menu (bug#29321, bug#32990)Juri Linkov2018-11-251-0/+8
* | Add tool-bar and menu-bar menu for Isearch (Bug#32990)Charles A. Roelli2018-11-241-5/+250
* | Add Isearch commands for going to absolute occurrence of matches (bug#29321)Juri Linkov2018-11-231-4/+45
* | Add prefix arg to isearch-forward-symbol-at-point (bug#29321)Juri Linkov2018-11-211-5/+10