summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
Commit message (Expand)AuthorAgeFilesLines
* * 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
* | Add prefix arg to isearch-repeat-forward/backward (bug#14563, bug#29321)Juri Linkov2018-11-211-23/+58
* | Don't exit Isearch while resizing windows with mouse (bug#32990)Juri Linkov2018-11-171-2/+16
* | Isearch hit count. (Bug#29321)Juri Linkov2018-11-151-17/+130
* | Support lazy-highlight-buffer in Info (bug#29321, bug#29360).Juri Linkov2018-11-051-7/+15
* | * lisp/isearch.el (lazy-highlight-buffer): New defcustom. (Bug#29360)Juri Linkov2018-10-271-41/+144
* | Merge from origin/emacs-26Glenn Morris2018-10-271-5/+8
|\ \ | |/
| * Improve 'isearch-delete-char' documentation (Bug#32990)Charles A. Roelli2018-10-251-5/+8
| * * lisp/isearch.el (isearch-cmds): Recall absent isearch--state slot.Charles A. Roelli2018-10-151-1/+1
* | Let isearch-yank-kill enable isearch-mode if needed (Bug#21419)Noam Postavsky2018-06-071-0/+1
* | Fix off-by-one history pruning (bug#31211)Basil L. Contovounesios2018-05-021-7/+6
* | Improve Isearch error handlingJuri Linkov2018-04-231-34/+34
* | More alias-related tediumGlenn Morris2018-04-201-5/+6
* | The tedious game of whack-a-mole with compiler warnings continuesGlenn Morris2018-04-201-1/+1
* | Use text properties to save search parameters. (Bug#22479)Juri Linkov2018-04-191-15/+38
* | * lisp/isearch.el (isearch-mode-map): Restore advertised bindings.Juri Linkov2018-04-191-14/+2
* | * lisp/isearch.el (isearch-pre-command-hook): Default to shift-translatedJuri Linkov2018-04-041-3/+9
* | * lisp/isearch.el (isearch-pre-command-hook): Replace cl-lib function.Glenn Morris2018-03-201-1/+1