summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
Commit message (Expand)AuthorAgeFilesLines
* Doc fix.Lars Magne Ingebrigtsen2011-07-151-1/+2
* * isearch.el (isearch-search-fun-function): Clarify further theLars Magne Ingebrigtsen2011-07-041-3/+6
* * isearch.el (isearch-search-fun-function): Clarify the doc stringLars Magne Ingebrigtsen2011-07-031-4/+4
* * lisp/isearch.el: Let M-e start with point at the first mismatched char.Drew Adams2011-05-271-1/+17
* * lisp/isearch.el (isearch-range-invisible): Use invisible-p.Dmitry Kurochkin2011-05-271-1/+1
* * lisp/isearch.el (isearch-range-invisible): Use invisible-p.Dmitry Kurochkin2011-05-241-11/+2
* New command isearch-yank-pop and bind it to `M-y' in IsearchLeo Liu2011-05-031-1/+15
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-191-4/+5
* Bind C-y in Isearch to isearch-yank-kill.Chong Yidong2011-03-061-1/+2
* Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* * lisp/isearch.el (isearch-abort): Don't quit if search hasJuri Linkov2011-01-161-3/+3
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Merge changes from emacs-23 branchChong Yidong2011-01-021-1/+6
|\ \ | |/
| * * lisp/isearch.el (isearch-lazy-highlight-error): New variable.Juri Linkov2010-12-201-1/+6
* | Remove some functions, variables and aliases obsolete since at least 21.1.Glenn Morris2010-10-011-6/+0
* | Merge changes from emacs-23 branchChong Yidong2010-09-231-10/+14
|\ \ | |/
| * Move some aliases to options before the associated definitions.Glenn Morris2010-09-231-10/+14
* | * lisp/isearch.el (isearch-face): Rename from `isearch'.Stefan Monnier2010-09-181-2/+2
* | Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-291-0/+1
* | Merge changes from emacs-23 branchChong Yidong2010-08-081-7/+12
|\ \ | |/
| * Fix query-replace-regexp incomplete highlighting (Bug#6808).Johan Bockgård2010-08-081-7/+12
* | * lisp/isearch.el (isearch-lazy-highlight-search): Fix loopingJuri Linkov2010-06-061-0/+2
* | * isearch.el (isearch-yank-word-or-char): Pull next subwordMasatake YAMATO2010-05-211-2/+6
* | * isearch.el (isearch-update-post-hook): New hook.Mark A. Hershberger2010-05-211-1/+5
* | * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:Juri Linkov2010-05-211-1/+3
* | * isearch.el (isearch-yank-string): Use isearch-process-search-string.Juri Linkov2010-05-211-8/+4
* | Check both `isearch-scroll' and `scroll-command' properties.Juri Linkov2010-04-161-7/+8
* | Add the `scroll-command' property.Juri Linkov2010-04-161-1/+1
|/
* 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