Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-40
[bpt/emacs.git] / lisp / isearch.el
2004-09-15 Miles BaderRevision: miles@gnu.org--gnu-2004/emacs--unicode--0...
2004-09-13 Kim F. Storm(isearch-resume-in-command-history): Rename from
2004-09-09 Miles BaderRevision: miles@gnu.org--gnu-2004/emacs--unicode--0...
2004-09-08 Juri Linkov(isearch-lazy-highlight-update): Take into account
2004-09-04 Richard M. Stallman(isearch-lazy-highlight-new-loop): Don't invoke
2004-09-04 Miles BaderRevision: miles@gnu.org--gnu-2004/emacs--unicode--0...
2004-09-03 Juri Linkov(isearch-toggle-regexp): Set `isearch-success' and...
2004-09-01 Juri Linkov* isearch.el (isearch-wrap-function)
2004-09-01 Juri LinkovRemove ancient Change Log section.
2004-08-27 Miles BaderRevision: miles@gnu.org--gnu-2004/emacs--unicode--0...
2004-08-16 Luc Teirlinck(isearch-string, isearch-message-string, isearch-point)
2004-08-14 Eli ZaretskiiRemove accidental changes of March 4. Fix backing
2004-08-10 Miles BaderRevision: miles@gnu.org--gnu-2004/emacs--unicode--0...
2004-08-03 Miles BaderRevision: miles@gnu.org--gnu-2004/emacs--unicode--0...
2004-07-28 Miles BaderRevision: miles@gnu.org--gnu-2004/emacs--unicode--0...
2004-07-23 Miles BaderRevision: miles@gnu.org--gnu-2004/emacs--unicode--0...
2004-07-17 Miles BaderRevision: miles@gnu.org--gnu-2004/emacs--unicode--0...
2004-07-11 Miles BaderRevision: miles@gnu.org--gnu-2004/emacs--unicode--0...
2004-07-06 Miles BaderRevision: miles@gnu.org--gnu-2004/emacs--unicode--0...
2004-07-05 Stefan Monnier(isearch-query-replace): Pass the regexp-ness and delim...
2004-07-05 Stefan Monnier(isearch-query-replace, isearch-query-replace-regexp):
2004-07-01 Juri Linkov(isearch-mode-map): Bind C-M-w to isearch-del-char,
2004-06-29 Miles BaderRevision: miles@gnu.org--gnu-2004/emacs--unicode--0...
2004-06-28 Miles BaderRevision: miles@gnu.org--gnu-2004/emacs--unicode--0...
2004-06-21 Richard M. Stallman(isearch-repeat): Avoid testing old match data.
2004-06-06 Richard M. Stallman(isearch-mode-map): Undo previous change.
2004-04-29 Juri Linkov(isearch-mode-map): Bind \C-w to isearch-yank-word...
2004-04-16 Kenichi HandaSync to HEAD
2004-03-04 Richard M. Stallman(isearch-*-char): New arg WANT-BACKSLASH.
2004-02-27 Eli ZaretskiiFix copyright years.
2004-02-27 Eli Zaretskii(isearch, isearch-lazy-highlight-face): Use `min-colors'.
2003-11-01 Eli Zaretskii(isearch-unread-key-sequence): New function, extracted...
2003-09-08 Kenichi Handa*** empty log message ***
2003-09-08 Kenichi HandaNew directory
2003-09-01 Miles BaderAdd arch taglines
2003-07-07 Richard M. Stallman(search-whitespace-regexp): Add a shy group around it.
2003-05-03 Richard M. Stallman(isearch-complete): Update isearch-message.
2003-04-29 Stefan Monnier(isearch-complete1): Don't allocate unnecessarily.
2003-01-24 Juanma Barranquero(isearch-forward): Fix typo.
2003-01-06 Richard M. Stallman(isearch-repeat): Error if try to repeat search and...
2002-12-09 Richard M. Stallman(isearch-no-upper-case-p): \\ only quotes one character.
2002-11-07 Stefan Monnier(isearch-yank-line): Typo.
2002-11-07 Stefan Monnier(isearch-hidden): New var.
2002-09-09 Stefan Monnier(isearch-cmds): Add docstring.
2002-07-03 Dave LoveComment.
2002-04-27 Richard M. StallmanDon't require timer.
2002-04-10 Richard M. Stallman(isearch-mode): Don't call make-frame-visible
2002-04-09 Pavel Janík(isearch-message-prefix): Use minibuffer-prompt face...
2002-03-01 Kenichi Handa(isearch-mode-map): Call set-char-table-range to bind
2002-02-06 Richard M. Stallman(isearch-update): Don't update display in kbd macro.
2001-12-19 Karl Fogel(isearch-forward, isearch-edit-string): Make doc
2001-12-16 Richard M. Stallman(isearch-edit-string): When we set isearch-string
2001-12-16 Richard M. Stallman(isearch-start-hscroll): New variable.
2001-12-16 Richard M. Stallman(isearch-edit-string):
2001-12-10 Richard M. Stallman(isearch-yank-word-or-char): New function.
2001-12-03 Pavel JaníkRemove unnecessary spaces in doc-string.
2001-12-02 Kim F. Storm(isearch-resume-enabled): New variable.
2001-11-28 Karl Fogel(isearch-yank-internal): New helper function.
2001-11-19 Richard M. StallmanComment change.
2001-11-18 Richard M. Stallman(isearch): Use magenta2 as bg for (background light)
2001-11-13 Richard M. Stallman(isearch-mode): Handle negative search-slow-window...
2001-10-18 Gerd Moellmann(isearch-mode-map): Bind `mouse-movement' to nil.
2001-10-05 Gerd Moellmann(isearch-last-case-fold-search): New variable.
2001-09-12 Gerd Moellmann(isearch-intersects-p): Fix end checks.
2001-09-07 Gerd Moellmann(isearch-intersects-p): New function.
2001-08-31 Gerd Moellmann(isearch-mouse-2): Renamed from isearch-mouse-yank.
2001-08-10 Gerd Moellmann(isearch-other-meta-char): Don't switch to the
2001-07-25 Gerd Moellmann(isearch-other-meta-char): Fix last change.
2001-07-25 Gerd Moellmann(isearch-other-meta-char): Don't modify mode-line and
2001-07-15 Pavel JaníkSome fixes to follow coding conventions in files mainta...
2001-02-05 Eli Zaretskii(isearch-forward): Doc fix.
2001-02-05 Kenichi Handa(isearch-forward): Add description about input method...
2001-01-28 Eli Zaretskii(isearch-highlight): Don't punt if the display
2001-01-22 Gerd Moellmann(isearch-lazy-highlight-case-fold-search)
2001-01-22 Gerd Moellmann(isearch-lazy-highlight-initial-delay): Set default
2001-01-19 Eli Zaretskii(isearch-forward): Add isearch-toggle-case-fold,
2001-01-17 Gerd Moellmann(isearch-lazy-highlight-initial-delay)
2001-01-17 Gerd Moellmann(isearch-highlight): Set isearch-overlay priority to
2001-01-16 Dave Love(isearch-lazy-highlight): Add :version.
2001-01-11 Gerd Moellmann(isearch-search): In the condition-case handler for
2001-01-11 Richard M. Stallman(isearch-lazy-highlight-update):
2001-01-10 Gerd Moellmann(isearch-done): Set isearch-lazy-highlight-start
2001-01-09 Eli Zaretskii(isearch, isearch-lazy-highlight-face): New
2001-01-08 Gerd Moellmann(isearch-old-signal-hook): Removed.
2001-01-06 Eli Zaretskii(isearch-lazy-highlight-remove-overlays): Doc fix.
2001-01-05 Gerd Moellmann(isearch-old-signal-hook): New variable.
2001-01-03 Richard M. StallmanDo highlighting of alternative matches all at once,
2000-12-15 Gerd Moellmann(isearch-lazy-highlight-max): New user-option.
2000-11-22 Miles Bader(isearch-original-minibuffer-message-timeout): New...
2000-11-21 Stefan Monnier(isearch-mode-map): Fix docstring. Init in defvar.
2000-10-12 Miles Bader(isearch-set-lazy-highlight-faces-at): New function.
2000-10-02 Gerd Moellmann(isearch-lazy-highlight-update): Don't put a lazy
2000-10-02 Gerd Moellmann(isearch-faces): New custom group.
2000-09-29 Stefan Monnier(isearch-text-char-description): Pointless rewrite.
2000-07-26 Gerd Moellmann(isearch-resume): New function.
2000-06-02 Kenichi Handa(isearch-other-meta-char): Fix previous change.
2000-06-02 Stefan Monnier(isearch-highlight): Turn internal-find-face into facep.
2000-06-01 Kenichi Handa(isearch-update): Set disable-point-adjustment to t
2000-05-31 Kenichi Handa(isearch-printing-char): If keyboard coding system is
2000-04-04 Gerd Moellmann(isearch-mode-map): Define M-C-s like C-s and M-C-r
next