aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/isearch.el
Commit message (Expand)AuthorAgeFilesLines
* (search-whitespace-regexp): Remove the group. Doc fix.Richard M. Stallman2004-12-031-29/+28
* (isearch-yank-line): C-y yanks to next EOL, not end of current line.Eli Zaretskii2004-10-081-2/+2
* (isearch-done): Set mark after running hook.Juri Linkov2004-10-051-10/+11
* (isearch-resume-in-command-history): Rename fromKim F. Storm2004-09-131-3/+5
* (isearch-lazy-highlight-update): Take into accountJuri Linkov2004-09-081-14/+25
* (isearch-lazy-highlight-new-loop): Don't invokeRichard M. Stallman2004-09-041-3/+4
* (isearch-toggle-regexp): Set `isearch-success' and `isearch-adjusted' to `t'.Juri Linkov2004-09-031-15/+21
* * isearch.el (isearch-wrap-function)Juri Linkov2004-09-011-13/+31
* Remove ancient Change Log section.Juri Linkov2004-09-011-68/+31
* (isearch-string, isearch-message-string, isearch-point)Luc Teirlinck2004-08-161-12/+12
* Remove accidental changes of March 4. Fix backingEli Zaretskii2004-08-141-79/+155
* (isearch-query-replace): Pass the regexp-ness and delimited-ness ofStefan Monnier2004-07-051-11/+11
* (isearch-query-replace, isearch-query-replace-regexp):Stefan Monnier2004-07-051-2/+2
* (isearch-mode-map): Bind C-M-w to isearch-del-char,Juri Linkov2004-07-011-21/+70
* (isearch-repeat): Avoid testing old match data.Richard M. Stallman2004-06-211-3/+14
* (isearch-mode-map): Undo previous change.Richard M. Stallman2004-06-061-3/+1
* (isearch-mode-map): Bind \C-w to isearch-yank-word instead of isearch-yank-wo...Juri Linkov2004-04-291-10/+26
* (isearch-*-char): New arg WANT-BACKSLASH.Richard M. Stallman2004-03-041-3/+13
* Fix copyright years.Eli Zaretskii2004-02-271-1/+1
* (isearch, isearch-lazy-highlight-face): Use `min-colors'.Eli Zaretskii2004-02-271-8/+12
* (isearch-unread-key-sequence): New function, extracted fromEli Zaretskii2003-11-011-27/+195
* Add arch taglinesMiles Bader2003-09-011-0/+1
* (search-whitespace-regexp): Add a shy group around it.Richard M. Stallman2003-07-071-1/+1
* (isearch-complete): Update isearch-message.Richard M. Stallman2003-05-031-1/+4
* (isearch-complete1): Don't allocate unnecessarily.Stefan Monnier2003-04-291-8/+6
* (isearch-forward): Fix typo.Juanma Barranquero2003-01-241-30/+30
* (isearch-repeat): Error if try to repeat search and there was no previou search.Richard M. Stallman2003-01-061-1/+1
* (isearch-no-upper-case-p): \\ only quotes one character.Richard M. Stallman2002-12-091-1/+2
* (isearch-yank-line): Typo.Stefan Monnier2002-11-071-1/+1
* (isearch-hidden): New var.Stefan Monnier2002-11-071-66/+71
* (isearch-cmds): Add docstring.Stefan Monnier2002-09-091-103/+107
* Don't require timer.Richard M. Stallman2002-04-271-2/+0
* (isearch-mode): Don't call make-frame-visibleRichard M. Stallman2002-04-101-7/+7
* (isearch-message-prefix): Use minibuffer-prompt face for prompt.Pavel Janík2002-04-091-1/+1
* (isearch-update): Don't update display in kbd macro.Richard M. Stallman2002-02-061-1/+3
* (isearch-forward, isearch-edit-string): Make docKarl Fogel2001-12-191-7/+8
* (isearch-edit-string): When we set isearch-stringRichard M. Stallman2001-12-161-1/+5
* (isearch-start-hscroll): New variable.Richard M. Stallman2001-12-161-2/+9
* (isearch-edit-string):Richard M. Stallman2001-12-161-2/+3
* (isearch-yank-word-or-char): New function.Richard M. Stallman2001-12-101-1/+10
* Remove unnecessary spaces in doc-string.Pavel Janík2001-12-031-1/+1
* (isearch-resume-enabled): New variable.Kim F. Storm2001-12-021-6/+12
* (isearch-yank-internal): New helper function.Karl Fogel2001-11-281-10/+18
* Comment change.Richard M. Stallman2001-11-191-0/+2
* (isearch): Use magenta2 as bg for (background light)Richard M. Stallman2001-11-181-1/+1
* (isearch-mode): Handle negative search-slow-window-lines correctly.Richard M. Stallman2001-11-131-2/+3
* (isearch-mode-map): Bind `mouse-movement' to nil.Gerd Moellmann2001-10-181-0/+1
* (isearch-last-case-fold-search): New variable.Gerd Moellmann2001-10-051-2/+6
* (isearch-intersects-p): Fix end checks.Gerd Moellmann2001-09-121-4/+4
* (isearch-intersects-p): New function.Gerd Moellmann2001-09-071-24/+27