aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/isearch.el
Commit message (Expand)AuthorAgeFilesLines
* (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
* (isearch-mouse-2): Renamed from isearch-mouse-yank.Gerd Moellmann2001-08-311-6/+16
* (isearch-other-meta-char): Don't switch to theGerd Moellmann2001-08-101-2/+17
* (isearch-other-meta-char): Fix last change.Gerd Moellmann2001-07-251-1/+2
* (isearch-other-meta-char): Don't modify mode-line andGerd Moellmann2001-07-251-14/+13
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-151-1/+1
* (isearch-forward): Doc fix.Eli Zaretskii2001-02-051-2/+2
* (isearch-forward): Add description about input method in the docsting.Kenichi Handa2001-02-051-0/+9
* (isearch-highlight): Don't punt if the displayEli Zaretskii2001-01-281-1/+1
* (isearch-lazy-highlight-case-fold-search)Gerd Moellmann2001-01-221-0/+8
* (isearch-lazy-highlight-initial-delay): Set defaultGerd Moellmann2001-01-221-1/+1
* (isearch-forward): Add isearch-toggle-case-fold,Eli Zaretskii2001-01-191-0/+4
* (isearch-lazy-highlight-initial-delay)Gerd Moellmann2001-01-171-2/+2
* (isearch-highlight): Set isearch-overlay priority toGerd Moellmann2001-01-171-163/+147
* (isearch-lazy-highlight): Add :version.Dave Love2001-01-161-0/+1
* (isearch-search): In the condition-case handler forGerd Moellmann2001-01-111-2/+2
* (isearch-lazy-highlight-update):Richard M. Stallman2001-01-111-16/+20
* (isearch-done): Set isearch-lazy-highlight-startGerd Moellmann2001-01-101-0/+2
* (isearch, isearch-lazy-highlight-face): NewEli Zaretskii2001-01-091-4/+16
* (isearch-old-signal-hook): Removed.Gerd Moellmann2001-01-081-6/+2
* (isearch-lazy-highlight-remove-overlays): Doc fix.Eli Zaretskii2001-01-061-4/+4
* (isearch-old-signal-hook): New variable.Gerd Moellmann2001-01-051-3/+10
* Do highlighting of alternative matches all at once,Richard M. Stallman2001-01-031-86/+76
* (isearch-lazy-highlight-max): New user-option.Gerd Moellmann2000-12-151-1/+10