summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove many items obsolete since Emacs 22.1Glenn Morris2018-03-101-20/+0
* | * lisp/isearch.el (search-exit-option): Add option 'append'.Juri Linkov2018-03-091-4/+9
* | * lisp/isearch.el (search-exit-option): Add options ‘shift-move’ and ‘m...Juri Linkov2018-03-041-6/+46
* | Fix documentation from recent changesEli Zaretskii2018-02-231-1/+1
* | Add isearch-yank-symbol-or-charDaniel Colascione2018-02-221-7/+17
* | Remove unnecessary explicit subword-mode use from isearchDaniel Colascione2018-02-221-7/+2
* | ; Small fixes and indentationJuri Linkov2018-02-061-2/+2
* | Support occur command operating on the region from Isearch.Juri Linkov2018-02-061-4/+5
* | Raise limit of regexp repetition (Bug#24914)Noam Postavsky2018-01-261-1/+1
* | Restore isearch correctly after M-e in special modes (bug#30187)Juri Linkov2018-01-231-0/+7
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* * lisp/isearch.el (search-invisible): Doc fix. (Bug#29222)Eli Zaretskii2017-11-101-3/+4
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Limit scope of local overriding-terminal-local-mapAlexander Gramiak2017-06-011-3/+3
* * lisp/isearch.el (lazy-highlight-max-at-a-time): Doc fix (bug#21092).Juri Linkov2017-02-221-1/+1
* * lisp/isearch.el (isearch-lazy-highlight): New choice ‘all-windows’.Juri Linkov2017-02-221-4/+10
* Avoid flicker in lazy-highlight by doing all updates without redisplay.Juri Linkov2017-02-221-11/+17
* ‘M-s w RET word C-s’ repeats incremental search.Juri Linkov2017-02-151-7/+11
* * lisp/isearch.el (isearch-search-fun-default): Set isearch-adjustedJuri Linkov2017-02-101-3/+5