summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
Commit message (Expand)AuthorAgeFilesLines
* * isearch.el (isearch-other-meta-char): Avoid error if lookup inKarl Heuer1996-01-241-1/+2
* Update FSF's address.Erik Naggum1996-01-141-56/+37
* (isearch-abort, isearch-no-upper-case-p): Doc fix.Karl Heuer1996-01-041-4/+4
* (isearch-done): Use executing-kbd-macro.Karl Heuer1995-12-211-3/+11
* (isearch-edit-string): Consider the case whenRichard M. Stallman1995-12-011-3/+5
* (isearch-message-prefix):Richard M. Stallman1995-10-191-0/+5
* (isearch-forward): Doc fix.Richard M. Stallman1995-10-041-0/+1
* (isearch-other-meta-char): Avoid bug checking whetherRichard M. Stallman1995-08-101-1/+5
* (isearch-mode-map): Don't bind tab, return, kp-N, etc.Richard M. Stallman1995-07-291-32/+14
* (isearch-mode-map): Bind frame events to nil.Karl Heuer1995-06-161-3/+8
* (isearch-mode): Use overriding-terminal-local-map, not overriding-local-map.Karl Heuer1995-06-161-3/+2
* (isearch-other-meta-char): Try downshiftingKarl Heuer1995-06-071-36/+52
* (isearch-edit-string): Don't bind isearch-other-end.Karl Heuer1995-05-291-3/+7
* (isearch-mode): Doc fix.Richard M. Stallman1995-05-021-2/+4
* (isearch-mode, isearch-done): Use force-mode-line-update.Karl Heuer1995-04-251-3/+3
* (isearch-update-ring): Use STRING arg, not isearch-ring.Richard M. Stallman1995-04-241-5/+5
* Comment fix.Karl Heuer1995-04-141-4/+1
* Update copyright.Karl Heuer1995-04-071-2/+2
* (isearch-update-ring): New subroutine.Richard M. Stallman1995-03-231-16/+21
* (isearch-abort): Treat "incomplete regexp"Richard M. Stallman1995-03-181-3/+5
* (isearch-abort): Set isearch-success to nil.Richard M. Stallman1995-03-161-2/+2
* (isearch-edit-string): Disable message logging.Karl Heuer1995-01-111-7/+12
* (isearch-mode): Set mouse-leave-buffer-hook.Richard M. Stallman1994-12-261-2/+4
* (isearch-done): Don't print msg about mark if we don't set it.Richard M. Stallman1994-12-171-9/+7
* (isearch-mode-map): Move the code to set up the meta submap earlier inRichard M. Stallman1994-12-151-11/+14
* (isearch-cancel): New function.Richard M. Stallman1994-12-051-1/+9
* (isearch-other-meta-char): Delete debugging code.Richard M. Stallman1994-11-151-10/+4
* (isearch-gnu-emacs-events): Variable deleted.Richard M. Stallman1994-11-151-31/+7
* (isearch-unread): Always use unread-command-events.Richard M. Stallman1994-11-151-22/+18
* (isearch-edit-string, isearch-toggle-case-fold):Richard M. Stallman1994-11-011-6/+7
* (isearch-mode): Don't set deactivate-mark here.Richard M. Stallman1994-09-301-6/+3
* (isearch-edit-string): Use isearch-text-char-description.Richard M. Stallman1994-08-301-3/+4
* (isearch-edit-string): In the isearch-recursive-edit case,Richard M. Stallman1994-08-301-6/+6
* (isearch-mode-map): Delete mouse-2, down-mouse-2 bindings.Richard M. Stallman1994-08-051-4/+1
* (isearch-mode-map):Richard M. Stallman1994-06-111-29/+30
* (isearch-done): Don't call deactivate-mark.Richard M. Stallman1994-05-141-2/+1
* (isearch-edit-string): Doc fix.Karl Heuer1994-05-071-4/+5
* Update copyright.Karl Heuer1994-05-031-2/+2
* (isearch-case-fold-search): new possible value `yes'Richard M. Stallman1994-05-031-3/+20
* Fix copying conditions for current GPL version.Richard M. Stallman1994-04-071-14/+13
* (isearch-highlight): Do nothing if not window-system.Richard M. Stallman1994-01-211-2/+2
* (isearch-push-state): Save isearch-case-fold-search.Richard M. Stallman1994-01-191-3/+4
* (isearch-mode): Set overriding-local-map locally.Richard M. Stallman1994-01-161-5/+4
* SPC is not special in regexp within brackets.Richard M. Stallman1994-01-151-4/+13
* (isearch-mode): If not slow, clear isearch-window-configuration.Richard M. Stallman1994-01-101-3/+3
* (isearch-repeat): If we matched a null string and there'sRichard M. Stallman1994-01-021-7/+14
* (isearch-mode-map): Bind kp-... keys.Richard M. Stallman1993-12-251-1/+21
* (isearch-update): If isearch-other-end is nil,Richard M. Stallman1993-12-241-2/+3
* (isearch-text-char-description): Treat TAB as ctl char.Richard M. Stallman1993-12-231-2/+4
* Undo last change.Roland McGrath1993-11-261-1/+1