summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
Commit message (Expand)AuthorAgeFilesLines
* * lisp/isearch.el (isearch-lazy-highlight-error): New variable.Juri Linkov2010-12-201-1/+6
* Move some aliases to options before the associated definitions.Glenn Morris2010-09-231-10/+14
* Fix query-replace-regexp incomplete highlighting (Bug#6808).Johan Bockgård2010-08-081-7/+12
* Revert isearch.el change due to feature freeze.Chong Yidong2010-02-191-5/+1
* 2010-02-17 Mark A. Hershberger <mah@everybody.org>Mark A. Hershberger2010-02-171-1/+5
* * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).Chong Yidong2010-01-221-1/+4
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Correctly restore original Isearch point. (Bug#4994)Juri Linkov2009-12-071-6/+12
* * textmodes/tex-mode.el (tex-alt-dvi-print-command)Dan Nicolaescu2009-11-061-1/+1
* Remove unused declarations.Glenn Morris2009-10-011-1/+0
* * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).Stefan Monnier2009-09-271-1/+1
* (isearch-text-char-description): Propertize escapeJuri Linkov2009-09-101-2/+2
* Mark face aliases with "-face" suffix as obsolete.Glenn Morris2009-09-011-3/+3
* (isearch-search-string): Use `with-no-warnings' around forms that referEli Zaretskii2009-02-141-5/+13
* (isearch-yank-char-in-minibuffer)Stefan Monnier2009-02-121-7/+5
* Replace last-command-char with last-command-event.Glenn Morris2009-01-091-3/+4
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (isearch-filter-predicate, isearch-search): ReplaceJuri Linkov2008-12-231-6/+7
* (minibuffer-local-isearch-map): Unbind "C-w" fromJuri Linkov2008-12-181-17/+14
* (isearch-mode): Change the order of callingJuri Linkov2008-11-221-1/+1
* * isearch.el (isearch-search-string): Doc fix.Juanma Barranquero2008-11-211-55/+55
* (isearch-search-string): Simplify and convert docstring.Stefan Monnier2008-11-211-29/+28
* (isearch-filter-predicate): Rename fromJuri Linkov2008-11-171-15/+18
* (isearch-message-prefix-add)Juri Linkov2008-11-111-1/+6
* * isearch.el (isearch-lazy-highlight-search): Use a loop like inJuri Linkov2008-11-111-16/+25
* * isearch.el (isearch-query-replace, isearch-highlight-regexp):Juri Linkov2008-11-111-7/+23
* (isearch-search-fun): Compare the length of theJuri Linkov2008-11-111-1/+6
* (isearch-query-replace, isearch-query-replace-regexp):Juri Linkov2008-10-191-9/+20
* (isearch-search-fun): Use word-search-forward-lax andChong Yidong2008-09-251-1/+1
* (isearch-highlight-regexp): Fix last change, quoting non-alphabeticalChong Yidong2008-09-031-5/+7
* (isearch-highlight-regexp): Fix case of highlighted string.Chong Yidong2008-08-291-8/+15
* (isearch-forward-regexp, isearch-forward-word)Juri Linkov2008-07-311-20/+21
* (isearch-edit-string-set-word): New command.Juri Linkov2008-07-311-22/+12
* (isearch-mode-map): Bind `M-s r' to `isearch-toggle-regexp'Juri Linkov2008-07-301-5/+31
* Remove support for Mac Carbon.Dan Nicolaescu2008-07-271-2/+0
* (isearch-message-prefix): Display "Multi" whenJuri Linkov2008-07-231-3/+4
* (isearch-mode-map): Bind `M-s h r' to `isearch-highlight-regexp'.Juri Linkov2008-06-251-0/+21
* Put isearch-scroll property on recenter-top-bottom.Juri Linkov2008-05-111-0/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* (isearch-search-string): Avoid string-bytes and aset.Stefan Monnier2008-04-241-7/+9
* (eval-when-compile): Require `help-macro'.Juri Linkov2008-04-221-13/+75
* (isearch-success-function): New variable with defaultJuri Linkov2008-04-221-5/+19
* (isearch-return-char): Add WHEN to obsolescence declaration.Juanma Barranquero2008-04-181-1/+1
* (isearch-edit-string): Use search-ring-yank-pointerJuri Linkov2008-03-161-1/+5
* (isearch-edit-string): Remove one call toJuri Linkov2008-03-141-9/+18
* (isearch-printing-char): Don't checkKenichi Handa2008-02-281-9/+3
* (isearch-fail): Use "RosyBrown1" for a lightJuri Linkov2008-02-251-17/+35
* Merge from emacs--rel--22Miles Bader2008-02-241-1/+1
|\
| * *** empty log message ***Juanma Barranquero2008-02-051-1/+1
* | * isearch.el:Bastien Guerry2008-02-121-14/+19