summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
Commit message (Expand)AuthorAge
* Revert e0619995594d1686afd0493391417d6f900d632c that added save-match-data.Juri Linkov2021-07-14
* * lisp/isearch.el: Add save-match-data for funcall isearch-filter-predicate.Juri Linkov2021-07-14
* Support Isearch filter predicates with empty search hits (bug#49534)Juri Linkov2021-07-13
* ; Bump isearch.el :version after recent change.Basil L. Contovounesios2021-06-01
* Remove unnecessary function declaration in isearchGlenn Morris2021-06-01
* * lisp/isearch.el (lazy-highlight-buffer-max-at-a-time): Change from 20 to 200Juri Linkov2021-05-31
* Avoid byte-compiler warning during bootstrapEli Zaretskii2021-05-21
* * lisp/simple.el (read-from-kill-ring): Add new arg PROMPT (bug#48478).Juri Linkov2021-05-18
* * lisp/misearch.el (multi-isearch-switch-buffer): New function.Juri Linkov2021-05-09
* Fix Isearch hscrolling in a corner caseEli Zaretskii2021-04-22
* * lisp/isearch.el (isearch-forward-thing-at-point): New command (bug#39512).Juri Linkov2021-04-21
* * lisp/isearch.el (isearch-post-command-hook): Revert ff796823e5 (bug#47894).Juri Linkov2021-04-20
* * lisp/isearch.el (isearch-mouse-2): Let-bind isearch-mode to nil (bug#47755)Juri Linkov2021-04-14
* Terminate isearch when point has moved to another bufferGregory Heytings2021-04-08
* User option to move to another match when changing direction in isearch.Gregory Heytings2021-04-08
* Don't set isearch-success in isearch-wrap functionsJuri Linkov2021-04-07
* * lisp/isearch.el (isearch-wrap-pause): New defcustom (bug#47599).Juri Linkov2021-04-06
* Add new face 'help-key-binding' for keybindings in helpStefan Kangas2021-03-08
* * lisp/isearch.el: Minor doc fix.Juri Linkov2021-03-01
* Convert isearch menu to easymenuStefan Kangas2021-02-28
* Checkdoc fixes in isearch.elStefan Kangas2021-02-28
* Fix typosMattias EngdegÄrd2021-02-18
* Small correction to `isearch-lazy-highlight-buffer-update'Augusto Stoffel2021-02-13
* Merge from origin/emacs-27Glenn Morris2021-02-03
|\
| * * lisp/isearch.el (isearch-lazy-highlight): Fix defcustom type (bug#46208)Juri Linkov2021-01-31
* | ; 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