summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix isearch handling of C-u C-u...Noam Postavsky2017-01-051-1/+2
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
| * ; Spelling fixesPaul Eggert2016-11-041-1/+1
* | * lisp/isearch.el: Add 'provide'. (Bug#25026)Damien Cassou2016-11-251-0/+2
* | isearch: Fix bug in defstruct syntaxJohan Bockgård2016-10-191-12/+12
* | Merge from origin/emacs-25Paul Eggert2016-10-101-1/+2
|\ \ | |/
| * Fix horizontal scrolling during IsearchEli Zaretskii2016-10-081-1/+2
| * Don't require isearch-update before isearch-donescratch/backports-25.2-strictNoam Postavsky2016-10-021-3/+4
* | Turn on more lexical-bindingMark Oteiza2016-09-281-1/+1
* | Don't require isearch-update before isearch-doneNoam Postavsky2016-09-101-3/+4
* | Merge from origin/emacs-25Paul Eggert2016-08-051-10/+38
|\ \ | |/
| * Improve documentation of search functionsStephen Berman2016-07-121-10/+38
* | Spelling and minor grammar fixesPaul Eggert2016-08-051-1/+1
* | Remove some more face aliases obsoleted in 22.1Mark Oteiza2016-06-231-6/+2
* | isearch-edit-string resumes multi isearchesTino Calancha2016-06-051-1/+9
|/
* Bring back xterm pasting with middle mousePaul Eggert2016-05-221-0/+8
* * lisp/char-fold.el: Rename from character-fold.el.Juri Linkov2016-05-171-5/+5
* * lisp/isearch.el (isearch-forward-symbol-at-point): Add isearch-push-state.Juri Linkov2016-05-011-0/+1
* isearch-search-fun-function doc tweakLars Ingebrigtsen2016-05-011-2/+3
* Fix last change to isearch-update (bug#23406)Leo Liu2016-05-011-1/+0
* Autoload cursor-sensor-inhibit (bug#23406)Leo Liu2016-04-301-3/+1