summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
AgeCommit message (Expand)Author
2011-07-15Doc fix.Lars Magne Ingebrigtsen
2011-07-04* isearch.el (isearch-search-fun-function): Clarify further theLars Magne Ingebrigtsen
2011-07-03* isearch.el (isearch-search-fun-function): Clarify the doc stringLars Magne Ingebrigtsen
2011-05-27* lisp/isearch.el: Let M-e start with point at the first mismatched char.Drew Adams
2011-05-27* lisp/isearch.el (isearch-range-invisible): Use invisible-p.Dmitry Kurochkin
2011-05-24* lisp/isearch.el (isearch-range-invisible): Use invisible-p.Dmitry Kurochkin
2011-05-03New command isearch-yank-pop and bind it to `M-y' in IsearchLeo Liu
2011-04-19lisp/*.el: Lexical-binding cleanup.Juanma Barranquero
2011-03-06Bind C-y in Isearch to isearch-yank-kill.Chong Yidong
2011-01-26Refill some long/short copyright headers.Glenn Morris
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-16* lisp/isearch.el (isearch-abort): Don't quit if search hasJuri Linkov
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2011-01-02Merge changes from emacs-23 branchChong Yidong
2010-12-20* lisp/isearch.el (isearch-lazy-highlight-error): New variable.Juri Linkov
2010-10-01Remove some functions, variables and aliases obsolete since at least 21.1.Glenn Morris
2010-09-23Merge changes from emacs-23 branchChong Yidong
2010-09-23Move some aliases to options before the associated definitions.Glenn Morris
2010-09-18* lisp/isearch.el (isearch-face): Rename from `isearch'.Stefan Monnier
2010-08-29Add "Package:" file headers to denote built-in packages.Chong Yidong
2010-08-08Merge changes from emacs-23 branchChong Yidong
2010-08-08Fix query-replace-regexp incomplete highlighting (Bug#6808).Johan Bockgård
2010-06-06* lisp/isearch.el (isearch-lazy-highlight-search): Fix loopingJuri Linkov
2010-05-21* isearch.el (isearch-yank-word-or-char): Pull next subwordMasatake YAMATO
2010-05-21* isearch.el (isearch-update-post-hook): New hook.Mark A. Hershberger
2010-05-21* isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:Juri Linkov
2010-05-21* isearch.el (isearch-yank-string): Use isearch-process-search-string.Juri Linkov
2010-04-16Check both `isearch-scroll' and `scroll-command' properties.Juri Linkov
2010-04-16Add the `scroll-command' property.Juri Linkov
2010-02-19Revert isearch.el change due to feature freeze.Chong Yidong
2010-02-172010-02-17 Mark A. Hershberger <mah@everybody.org>Mark A. Hershberger
2010-01-22* isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).Chong Yidong
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-12-07Correctly restore original Isearch point. (Bug#4994)Juri Linkov
2009-11-06* textmodes/tex-mode.el (tex-alt-dvi-print-command)Dan Nicolaescu
2009-10-01Remove unused declarations.Glenn Morris
2009-09-27* help.el (help-for-help-internal): Don't purecopy the text (bug#4560).Stefan Monnier
2009-09-10(isearch-text-char-description): Propertize escapeJuri Linkov
2009-09-01Mark face aliases with "-face" suffix as obsolete.Glenn Morris
2009-02-14(isearch-search-string): Use `with-no-warnings' around forms that referEli Zaretskii
2009-02-12(isearch-yank-char-in-minibuffer)Stefan Monnier
2009-01-09Replace last-command-char with last-command-event.Glenn Morris
2009-01-05Add 2009 to copyright years.Glenn Morris
2008-12-23(isearch-filter-predicate, isearch-search): ReplaceJuri Linkov
2008-12-18(minibuffer-local-isearch-map): Unbind "C-w" fromJuri Linkov
2008-11-22(isearch-mode): Change the order of callingJuri Linkov
2008-11-21* isearch.el (isearch-search-string): Doc fix.Juanma Barranquero
2008-11-21(isearch-search-string): Simplify and convert docstring.Stefan Monnier