summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
Commit message (Expand)AuthorAge
* ; Improve defcustom :type in last change.Basil L. Contovounesios2021-01-30
* Reduce flicker in Isearch modeAugusto Stoffel2021-01-30
* Use isearch-tmm-menubar when tmm-menubar is called in isearch-mode (bug#43966)Juri Linkov2021-01-28
* Better check for nil in search-/query-replace-highlight-submatches (bug#45973)Juri Linkov2021-01-19
* Make libraries works with xterm-mouse-mode.Jared Finder2021-01-15
* Merge from origin/emacs-27Glenn Morris2021-01-14
|\
| * Remove one of recently added warnings abound binding keys in Isearch mapsJuri Linkov2021-01-13
* | * lisp/isearch.el: C-s C-u M-y reads a string from the kill-ring minibufferJuri Linkov2021-01-13
* | Merge from origin/emacs-27Glenn Morris2021-01-04
|\|
| * Add warning comments abound binding keys in Isearch mapsEli Zaretskii2021-01-01
| * Update copyright year to 2021Paul Eggert2021-01-01
| * Revert part of recent commit 85544f8ef5 (bug#40808)Juri Linkov2020-05-04
* | Update copyright year to 2021Paul Eggert2021-01-01
* | In Isearch bind 'C-s M-y' to isearch-yank-pop-only with old code (bug#45483)Juri Linkov2020-12-30
* | Shorten some over-wide docstrings in functions and macrosStefan Kangas2020-12-19
* | Remove isearch-input-method-local-p and always set buffer-local input-methodJuri Linkov2020-12-09
* | Yank items selected from kill-ring using completion and minibuffer historyJuri Linkov2020-11-24
* | Support transient input methods in Isearch mode (bug#44266)Juri Linkov2020-11-06
* | Improve goto-line in regard to narrowed buffers (bug#44294)Juri Linkov2020-10-31
* | Adding mouse controls to menu-bar.el.Jared Finder2020-10-24
* | * lisp/isearch.el (isearch-search): Set isearch-match-data in the right place.Juri Linkov2020-10-12
* | Make C-w worth in isearch when at the last match in the bufferJuri Linkov2020-10-11
* | Improve documentation of 'isearch-group-N' facesEli Zaretskii2020-10-07
* | Add match-data to isearch state and repeat faces to highlight group matchesJuri Linkov2020-10-06
* | Use new faces isearch-group-odd and isearch-group-even (bug#43702)Juri Linkov2020-10-01
* | Fix isearch-group-* colours on low-colour displaysLars Ingebrigtsen2020-09-30
* | Add more isearch submatch facesLars Ingebrigtsen2020-09-21
* | Improve documentation of a recently-added featureEli Zaretskii2020-09-20
* | Highlight regexp sub-expressionsJuri Linkov2020-09-20
* | Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-06
* | Merge from origin/emacs-27Glenn Morris2020-04-29
|\|
| * * lisp/isearch.el: Fix lazy-highlighting and lazy-counting of hidden matchesJuri Linkov2020-04-29
* | Implement case-insensitivity in hi-lock (bug#40337)Juri Linkov2020-04-12
* | Switch to literal mode with message when regexp is too big in char-fold searchJuri Linkov2020-03-29
|/
* * lisp/isearch.el: Fix corner cases of isearch-lazy-count.Juri Linkov2020-01-15
* Update copyright year to 2020Paul Eggert2020-01-01
* * lisp/isearch.el (isearch-xterm-paste): Use code like in 'xterm-paste'.Juri Linkov2019-12-16
* Revert aa89c84e00d8dc85100e6fedab7631c415e6364d (bug#38457)Juri Linkov2019-12-16
* message uses minibuffer-message in the active minibuffer (bug#17272 bug#19064)Juri Linkov2019-11-27
* Fix minor formatting issue in isearch-forward documentationLele Gaifax2019-11-15
* Add prefix arg to more isearch commands (bug#14563)Juri Linkov2019-11-06
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-21
* * lisp/isearch.el (isearch-lazy-highlight-update): Remember timer objectJuri Linkov2019-09-19
* Add `isearch-yank-until-char'Karl Fogel2019-09-12
* * lisp/isearch.el (isearch-define-mode-toggle): Ensure isearch-mode is active.Juri Linkov2019-08-05
* Fix one more 2019-08-04 regex lintPaul Eggert2019-08-04
* Clarify doc of isearch-wrap-functionLars Ingebrigtsen2019-07-15
* Fix last commitEli Zaretskii2019-07-13
* Add ability to highlight-lines-matching-regexp directly from IsearchDima Kogan2019-07-13
* * lisp/minibuffer.el (minibuffer-message-properties): New variable.Juri Linkov2019-07-05