| Commit message (Expand) | Author | Age | Files | Lines |
* | (isearch-mode): Use add-hook for mouse-leave-buffer-hook. | Richard M. Stallman | 1996-04-04 | 1 | -2/+2 |
* | * isearch.el (isearch-other-meta-char): Avoid error if lookup in | Karl Heuer | 1996-01-24 | 1 | -1/+2 |
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -56/+37 |
* | (isearch-abort, isearch-no-upper-case-p): Doc fix. | Karl Heuer | 1996-01-04 | 1 | -4/+4 |
* | (isearch-done): Use executing-kbd-macro. | Karl Heuer | 1995-12-21 | 1 | -3/+11 |
* | (isearch-edit-string): Consider the case when | Richard M. Stallman | 1995-12-01 | 1 | -3/+5 |
* | (isearch-message-prefix): | Richard M. Stallman | 1995-10-19 | 1 | -0/+5 |
* | (isearch-forward): Doc fix. | Richard M. Stallman | 1995-10-04 | 1 | -0/+1 |
* | (isearch-other-meta-char): Avoid bug checking whether | Richard M. Stallman | 1995-08-10 | 1 | -1/+5 |
* | (isearch-mode-map): Don't bind tab, return, kp-N, etc. | Richard M. Stallman | 1995-07-29 | 1 | -32/+14 |
* | (isearch-mode-map): Bind frame events to nil. | Karl Heuer | 1995-06-16 | 1 | -3/+8 |
* | (isearch-mode): Use overriding-terminal-local-map, not overriding-local-map. | Karl Heuer | 1995-06-16 | 1 | -3/+2 |
* | (isearch-other-meta-char): Try downshifting | Karl Heuer | 1995-06-07 | 1 | -36/+52 |
* | (isearch-edit-string): Don't bind isearch-other-end. | Karl Heuer | 1995-05-29 | 1 | -3/+7 |
* | (isearch-mode): Doc fix. | Richard M. Stallman | 1995-05-02 | 1 | -2/+4 |
* | (isearch-mode, isearch-done): Use force-mode-line-update. | Karl Heuer | 1995-04-25 | 1 | -3/+3 |
* | (isearch-update-ring): Use STRING arg, not isearch-ring. | Richard M. Stallman | 1995-04-24 | 1 | -5/+5 |
* | Comment fix. | Karl Heuer | 1995-04-14 | 1 | -4/+1 |
* | Update copyright. | Karl Heuer | 1995-04-07 | 1 | -2/+2 |
* | (isearch-update-ring): New subroutine. | Richard M. Stallman | 1995-03-23 | 1 | -16/+21 |
* | (isearch-abort): Treat "incomplete regexp" | Richard M. Stallman | 1995-03-18 | 1 | -3/+5 |
* | (isearch-abort): Set isearch-success to nil. | Richard M. Stallman | 1995-03-16 | 1 | -2/+2 |
* | (isearch-edit-string): Disable message logging. | Karl Heuer | 1995-01-11 | 1 | -7/+12 |
* | (isearch-mode): Set mouse-leave-buffer-hook. | Richard M. Stallman | 1994-12-26 | 1 | -2/+4 |
* | (isearch-done): Don't print msg about mark if we don't set it. | Richard M. Stallman | 1994-12-17 | 1 | -9/+7 |
* | (isearch-mode-map): Move the code to set up the meta submap earlier in | Richard M. Stallman | 1994-12-15 | 1 | -11/+14 |
* | (isearch-cancel): New function. | Richard M. Stallman | 1994-12-05 | 1 | -1/+9 |
* | (isearch-other-meta-char): Delete debugging code. | Richard M. Stallman | 1994-11-15 | 1 | -10/+4 |
* | (isearch-gnu-emacs-events): Variable deleted. | Richard M. Stallman | 1994-11-15 | 1 | -31/+7 |
* | (isearch-unread): Always use unread-command-events. | Richard M. Stallman | 1994-11-15 | 1 | -22/+18 |
* | (isearch-edit-string, isearch-toggle-case-fold): | Richard M. Stallman | 1994-11-01 | 1 | -6/+7 |
* | (isearch-mode): Don't set deactivate-mark here. | Richard M. Stallman | 1994-09-30 | 1 | -6/+3 |
* | (isearch-edit-string): Use isearch-text-char-description. | Richard M. Stallman | 1994-08-30 | 1 | -3/+4 |
* | (isearch-edit-string): In the isearch-recursive-edit case, | Richard M. Stallman | 1994-08-30 | 1 | -6/+6 |
* | (isearch-mode-map): Delete mouse-2, down-mouse-2 bindings. | Richard M. Stallman | 1994-08-05 | 1 | -4/+1 |
* | (isearch-mode-map): | Richard M. Stallman | 1994-06-11 | 1 | -29/+30 |
* | (isearch-done): Don't call deactivate-mark. | Richard M. Stallman | 1994-05-14 | 1 | -2/+1 |
* | (isearch-edit-string): Doc fix. | Karl Heuer | 1994-05-07 | 1 | -4/+5 |
* | Update copyright. | Karl Heuer | 1994-05-03 | 1 | -2/+2 |
* | (isearch-case-fold-search): new possible value `yes' | Richard M. Stallman | 1994-05-03 | 1 | -3/+20 |
* | Fix copying conditions for current GPL version. | Richard M. Stallman | 1994-04-07 | 1 | -14/+13 |
* | (isearch-highlight): Do nothing if not window-system. | Richard M. Stallman | 1994-01-21 | 1 | -2/+2 |
* | (isearch-push-state): Save isearch-case-fold-search. | Richard M. Stallman | 1994-01-19 | 1 | -3/+4 |
* | (isearch-mode): Set overriding-local-map locally. | Richard M. Stallman | 1994-01-16 | 1 | -5/+4 |
* | SPC is not special in regexp within brackets. | Richard M. Stallman | 1994-01-15 | 1 | -4/+13 |
* | (isearch-mode): If not slow, clear isearch-window-configuration. | Richard M. Stallman | 1994-01-10 | 1 | -3/+3 |
* | (isearch-repeat): If we matched a null string and there's | Richard M. Stallman | 1994-01-02 | 1 | -7/+14 |
* | (isearch-mode-map): Bind kp-... keys. | Richard M. Stallman | 1993-12-25 | 1 | -1/+21 |
* | (isearch-update): If isearch-other-end is nil, | Richard M. Stallman | 1993-12-24 | 1 | -2/+3 |
* | (isearch-text-char-description): Treat TAB as ctl char. | Richard M. Stallman | 1993-12-23 | 1 | -2/+4 |