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
*
* lisp/isearch.el: Add 'provide'. (Bug#25026)
Damien Cassou
2016-11-25
1
-0
/
+2
*
isearch: Fix bug in defstruct syntax
Johan Bockgård
2016-10-19
1
-12
/
+12
*
Merge from origin/emacs-25
Paul Eggert
2016-10-10
1
-1
/
+2
|
\
|
*
Fix horizontal scrolling during Isearch
Eli Zaretskii
2016-10-08
1
-1
/
+2
|
*
Don't require isearch-update before isearch-done
Noam Postavsky
2016-10-02
1
-3
/
+4
*
|
Turn on more lexical-binding
Mark Oteiza
2016-09-28
1
-1
/
+1
*
|
Don't require isearch-update before isearch-done
Noam Postavsky
2016-09-10
1
-3
/
+4
*
|
Merge from origin/emacs-25
Paul Eggert
2016-08-05
1
-10
/
+38
|
\
|
|
*
Improve documentation of search functions
Stephen Berman
2016-07-12
1
-10
/
+38
*
|
Spelling and minor grammar fixes
Paul Eggert
2016-08-05
1
-1
/
+1
*
|
Remove some more face aliases obsoleted in 22.1
Mark Oteiza
2016-06-23
1
-6
/
+2
*
|
isearch-edit-string resumes multi isearches
Tino Calancha
2016-06-05
1
-1
/
+9
|
/
*
Bring back xterm pasting with middle mouse
Paul Eggert
2016-05-22
1
-0
/
+8
*
* lisp/char-fold.el: Rename from character-fold.el.
Juri Linkov
2016-05-17
1
-5
/
+5
*
* lisp/isearch.el (isearch-forward-symbol-at-point): Add isearch-push-state.
Juri Linkov
2016-05-01
1
-0
/
+1
*
isearch-search-fun-function doc tweak
Lars Ingebrigtsen
2016-05-01
1
-2
/
+3
*
Fix last change to isearch-update (bug#23406)
Leo Liu
2016-05-01
1
-1
/
+0
*
Autoload cursor-sensor-inhibit (bug#23406)
Leo Liu
2016-04-30
1
-3
/
+1
*
Fix an Isearch var to be a string (Bug#23038)
Kaushal Modi
2016-03-22
1
-8
/
+11
*
Fix Isearch prompt when invoked with an argument
Kaushal Modi
2016-03-14
1
-4
/
+15
*
Revert "Revert "Backport: * lisp/isearch.el: Turn char-folding off by default""
John Wiegley
2016-03-09
1
-1
/
+1
*
* lisp/isearch.el (isearch-define-mode-toggle): Fix toggling logic
Artur Malabarba
2016-03-03
1
-1
/
+3
*
Revert "Backport: * lisp/isearch.el: Turn char-folding off by default"
Eli Zaretskii
2016-02-11
1
-1
/
+1
*
Backport: * lisp/isearch.el: Turn char-folding off by default
Artur Malabarba
2016-02-10
1
-1
/
+1
*
* lisp/isearch.el (isearch-define-mode-toggle): Improve logic
Artur Malabarba
2016-02-06
1
-5
/
+3
*
* lisp/isearch.el (search-default-mode)
Artur Malabarba
2016-02-06
1
-4
/
+8
*
* lisp/isearch.el: Rename search-default-regexp-mode to search-default-mode
Artur Malabarba
2016-02-06
1
-8
/
+8
*
Fix doc string of 'isearch-search-fun-function'
Eli Zaretskii
2016-01-20
1
-3
/
+10
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Rename `recenter-group' to `recenter-window-group'
Alan Mackenzie
2015-12-18
1
-4
/
+4
*
Replace GROUP argument in six window primitives by new functions.
Alan Mackenzie
2015-12-14
1
-27
/
+27
*
Further progress making Isearch, Ispell, Replace work with Follow Mode.
Alan Mackenzie
2015-12-07
1
-20
/
+11
*
lisp/isearch.el: Eliminate macro isearch-call-message, replacing with funcall.
Alan Mackenzie
2015-12-04
1
-10
/
+7
*
First commit to scratch/follow. Make Isearch work with Follow Mode, etc.
Alan Mackenzie
2015-12-04
1
-53
/
+80
*
More accurate documentation of lax whitespace matching
Eli Zaretskii
2015-12-01
1
-6
/
+12
*
Yet another doc improvement for search commands
Eli Zaretskii
2015-11-30
1
-11
/
+21
*
* lisp/isearch.el (isearch-search-fun-default): Nicer error
Artur Malabarba
2015-11-29
1
-10
/
+17
*
* lisp/isearch.el (isearch-define-mode-toggle): Advertise binding
Artur Malabarba
2015-11-29
1
-6
/
+6
*
* lisp/isearch.el: Ensure we still support `isearch-new-word'
Artur Malabarba
2015-11-27
1
-0
/
+8
*
Improve and update documentation of search commands
Eli Zaretskii
2015-11-25
1
-3
/
+9
*
* lisp/replace.el (occur-regexp-descr): New function.
Juri Linkov
2015-11-20
1
-1
/
+7
*
* lisp/isearch.el (search-default-regexp-mode): change default value
Artur Malabarba
2015-11-10
1
-1
/
+1
*
* lisp/isearch.el: Avoid an error that blocks isearch
Artur Malabarba
2015-10-30
1
-1
/
+1
*
* lisp/isearch.el: Delete some outdated comments
Artur Malabarba
2015-10-29
1
-5
/
+1
*
* lisp/isearch.el: Refactor momentary messages
Artur Malabarba
2015-10-28
1
-29
/
+27
*
* lisp/isearch.el: Define all toggles with `isearch-define-mode-toggle'
Artur Malabarba
2015-10-28
1
-58
/
+47
*
* lisp/isearch.el (search-default-regexp-mode): Revert to nil
Artur Malabarba
2015-10-26
1
-1
/
+1
*
* lisp/isearch.el: No visual feedback for default search mode
Artur Malabarba
2015-10-26
1
-7
/
+12
*
* lisp/isearch.el: Make character-fold search the default again
Artur Malabarba
2015-10-25
1
-3
/
+3
*
* lisp/isearch.el: Generalize definition of regexp-function toggles
Artur Malabarba
2015-10-25
1
-34
/
+29
[next]