summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
Commit message (Expand)AuthorAgeFilesLines
* (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
* (isearch-search): Use real quit-char extracted from current-input-mode,Roland McGrath1993-11-261-2/+2
* (isearch-other-meta-char): Correct the test for a split-upRichard M. Stallman1993-11-241-2/+4
* (isearch-yank): Handle `kill' as chunk type.Richard M. Stallman1993-10-241-13/+26
* comment fixDavid J. MacKenzie1993-10-091-22/+1
* fix commentDavid J. MacKenzie1993-10-091-3/+2
* (isearch-edit-string): Use read-event, not read-char.Richard M. Stallman1993-08-131-9/+3
* (isearch-ring-adjust1, isearch-ring-advance-edit): Replace `%' by `mod' and s...Paul Eggert1993-08-101-9/+6
* (isearch-done): Move point (for small window)Richard M. Stallman1993-07-311-5/+6
* (isearch-edit-string): Bind isearch-nonincremental to its own value, not toRoland McGrath1993-07-151-2/+2
* (isearch-done): Call deactivate-mark instead of setting mark-activeRoland McGrath1993-07-081-3/+2
* (isearch-other-meta-char): Handle sequencesRichard M. Stallman1993-07-021-4/+11
* (isearch-highlight): If no face `isearch', use `region'.Richard M. Stallman1993-06-131-3/+5
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-7/+7
* (search-upper-case): Make `no-yanks' the default.Richard M. Stallman1993-06-061-165/+24
* (isearch-mode): Set isearch-window-configuration only if in slow mode.Richard M. Stallman1993-06-041-6/+19
* (isearch-mode): If enter recursive-edit,Richard M. Stallman1993-06-011-2/+4
* (isearch-search): Take note of isearch-case-fold-search initial value.Richard M. Stallman1993-05-291-2/+2
* * isearch.el (isearch-forward): Remove the claim thatJim Blandy1993-05-271-2/+1
* (isearch-mode-map): Use vector, not string, to bind printing characters.Richard M. Stallman1993-05-191-111/+5
* (isearch-mode-map): Extend the dense keymap to 256 chars.Richard M. Stallman1993-05-181-4/+10
* (isearch-mode): Set deactivate-mark.Richard M. Stallman1993-05-171-2/+9