index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
isearch.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge from origin/emacs-27
Glenn Morris
2020-04-29
1
-2
/
+5
|
\
|
*
* lisp/isearch.el: Fix lazy-highlighting and lazy-counting of hidden matches
Juri Linkov
2020-04-29
1
-2
/
+5
*
|
Implement case-insensitivity in hi-lock (bug#40337)
Juri Linkov
2020-04-12
1
-17
/
+16
*
|
Switch to literal mode with message when regexp is too big in char-fold search
Juri Linkov
2020-03-29
1
-4
/
+8
|
/
*
* lisp/isearch.el: Fix corner cases of isearch-lazy-count.
Juri Linkov
2020-01-15
1
-2
/
+5
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
* lisp/isearch.el (isearch-xterm-paste): Use code like in 'xterm-paste'.
Juri Linkov
2019-12-16
1
-3
/
+5
*
Revert aa89c84e00d8dc85100e6fedab7631c415e6364d (bug#38457)
Juri Linkov
2019-12-16
1
-2
/
+2
*
message uses minibuffer-message in the active minibuffer (bug#17272 bug#19064)
Juri Linkov
2019-11-27
1
-2
/
+2
*
Fix minor formatting issue in isearch-forward documentation
Lele Gaifax
2019-11-15
1
-2
/
+2
*
Add prefix arg to more isearch commands (bug#14563)
Juri Linkov
2019-11-06
1
-17
/
+21
*
lisp/*.el: Fix typos and other trivial doc fixes
Juanma Barranquero
2019-09-21
1
-3
/
+3
*
* lisp/isearch.el (isearch-lazy-highlight-update): Remember timer object
Juri Linkov
2019-09-19
1
-3
/
+3
*
Add `isearch-yank-until-char'
Karl Fogel
2019-09-12
1
-0
/
+23
*
* lisp/isearch.el (isearch-define-mode-toggle): Ensure isearch-mode is active.
Juri Linkov
2019-08-05
1
-0
/
+1
*
Fix one more 2019-08-04 regex lint
Paul Eggert
2019-08-04
1
-6
/
+9
*
Clarify doc of isearch-wrap-function
Lars Ingebrigtsen
2019-07-15
1
-2
/
+5
*
Fix last commit
Eli Zaretskii
2019-07-13
1
-8
/
+8
*
Add ability to highlight-lines-matching-regexp directly from Isearch
Dima Kogan
2019-07-13
1
-7
/
+25
*
* lisp/minibuffer.el (minibuffer-message-properties): New variable.
Juri Linkov
2019-07-05
1
-5
/
+9
*
Don't bind search-spaces-regexp around possible autoload (Bug#35802)
Noam Postavsky
2019-06-25
1
-18
/
+26
*
Go back to "Maintainer: emacs-devel@gnu.org"
Paul Eggert
2019-05-25
1
-0
/
+1
*
Fixes for "Maintainer:" and related lines
Paul Eggert
2019-05-19
1
-1
/
+0
*
Improve documentation of 'isearch-regexp-function'
Eli Zaretskii
2019-05-03
1
-3
/
+11
*
Fix regular-expression glitches and typos
Paul Eggert
2019-03-04
1
-1
/
+2
*
Merge from origin/emacs-26
Glenn Morris
2019-01-30
1
-9
/
+15
|
\
|
*
Improve documentation of 'isearch-filter-predicate'
Eli Zaretskii
2019-01-21
1
-9
/
+15
*
|
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
* lisp/isearch.el (isearch-done): Reset isearch-lazy-highlight-last-string
Juri Linkov
2018-12-25
1
-2
/
+3
*
|
* lisp/isearch.el (isearch-pre-command-hook): Support `isearch-move'
Juri Linkov
2018-12-11
1
-12
/
+13
*
|
* lisp/isearch.el (isearch-yank-on-move): New defcustom
Juri Linkov
2018-12-04
1
-21
/
+25
*
|
* lisp/isearch.el (isearch-allow-scroll): New option `unlimited'.
Juri Linkov
2018-12-04
1
-27
/
+34
*
|
Add new Isearch commands to new Isearch menu (bug#29321, bug#32990)
Juri Linkov
2018-11-25
1
-0
/
+8
*
|
Add tool-bar and menu-bar menu for Isearch (Bug#32990)
Charles A. Roelli
2018-11-24
1
-5
/
+250
*
|
Add Isearch commands for going to absolute occurrence of matches (bug#29321)
Juri Linkov
2018-11-23
1
-4
/
+45
*
|
Add prefix arg to isearch-forward-symbol-at-point (bug#29321)
Juri Linkov
2018-11-21
1
-5
/
+10
*
|
Add prefix arg to isearch-repeat-forward/backward (bug#14563, bug#29321)
Juri Linkov
2018-11-21
1
-23
/
+58
*
|
Don't exit Isearch while resizing windows with mouse (bug#32990)
Juri Linkov
2018-11-17
1
-2
/
+16
*
|
Isearch hit count. (Bug#29321)
Juri Linkov
2018-11-15
1
-17
/
+130
*
|
Support lazy-highlight-buffer in Info (bug#29321, bug#29360).
Juri Linkov
2018-11-05
1
-7
/
+15
*
|
* lisp/isearch.el (lazy-highlight-buffer): New defcustom. (Bug#29360)
Juri Linkov
2018-10-27
1
-41
/
+144
*
|
Merge from origin/emacs-26
Glenn Morris
2018-10-27
1
-5
/
+8
|
\
|
|
*
Improve 'isearch-delete-char' documentation (Bug#32990)
Charles A. Roelli
2018-10-25
1
-5
/
+8
|
*
* lisp/isearch.el (isearch-cmds): Recall absent isearch--state slot.
Charles A. Roelli
2018-10-15
1
-1
/
+1
*
|
Let isearch-yank-kill enable isearch-mode if needed (Bug#21419)
Noam Postavsky
2018-06-07
1
-0
/
+1
*
|
Fix off-by-one history pruning (bug#31211)
Basil L. Contovounesios
2018-05-02
1
-7
/
+6
*
|
Improve Isearch error handling
Juri Linkov
2018-04-23
1
-34
/
+34
*
|
More alias-related tedium
Glenn Morris
2018-04-20
1
-5
/
+6
*
|
The tedious game of whack-a-mole with compiler warnings continues
Glenn Morris
2018-04-20
1
-1
/
+1
[next]