summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation of 'isearch-filter-predicate'Eli Zaretskii2019-01-211-9/+15
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* 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
* 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
* Fix an Isearch var to be a string (Bug#23038)Kaushal Modi2016-03-221-8/+11
* Fix Isearch prompt when invoked with an argumentKaushal Modi2016-03-141-4/+15
* Revert "Revert "Backport: * lisp/isearch.el: Turn char-folding off by default""John Wiegley2016-03-091-1/+1
* * lisp/isearch.el (isearch-define-mode-toggle): Fix toggling logicArtur Malabarba2016-03-031-1/+3
* Revert "Backport: * lisp/isearch.el: Turn char-folding off by default"Eli Zaretskii2016-02-111-1/+1
* Backport: * lisp/isearch.el: Turn char-folding off by defaultArtur Malabarba2016-02-101-1/+1
* * lisp/isearch.el (isearch-define-mode-toggle): Improve logicArtur Malabarba2016-02-061-5/+3
* * lisp/isearch.el (search-default-mode)Artur Malabarba2016-02-061-4/+8
* * lisp/isearch.el: Rename search-default-regexp-mode to search-default-modeArtur Malabarba2016-02-061-8/+8
* Fix doc string of 'isearch-search-fun-function'Eli Zaretskii2016-01-201-3/+10
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Rename `recenter-group' to `recenter-window-group'scratch/followAlan Mackenzie2015-12-181-4/+4
* Replace GROUP argument in six window primitives by new functions.Alan Mackenzie2015-12-141-27/+27
* Further progress making Isearch, Ispell, Replace work with Follow Mode.Alan Mackenzie2015-12-071-20/+11
* lisp/isearch.el: Eliminate macro isearch-call-message, replacing with funcall.Alan Mackenzie2015-12-041-10/+7