| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | (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 |
* | Undo last change. | Roland McGrath | 1993-11-26 | 1 | -1/+1 |
* | (isearch-search): Use real quit-char extracted from current-input-mode, | Roland McGrath | 1993-11-26 | 1 | -2/+2 |
* | (isearch-other-meta-char): Correct the test for a split-up | Richard M. Stallman | 1993-11-24 | 1 | -2/+4 |
* | (isearch-yank): Handle `kill' as chunk type. | Richard M. Stallman | 1993-10-24 | 1 | -13/+26 |
* | comment fix | David J. MacKenzie | 1993-10-09 | 1 | -22/+1 |
* | fix comment | David J. MacKenzie | 1993-10-09 | 1 | -3/+2 |
* | (isearch-edit-string): Use read-event, not read-char. | Richard M. Stallman | 1993-08-13 | 1 | -9/+3 |
* | (isearch-ring-adjust1, isearch-ring-advance-edit): Replace `%' by `mod' and s... | Paul Eggert | 1993-08-10 | 1 | -9/+6 |
* | (isearch-done): Move point (for small window) | Richard M. Stallman | 1993-07-31 | 1 | -5/+6 |
* | (isearch-edit-string): Bind isearch-nonincremental to its own value, not to | Roland McGrath | 1993-07-15 | 1 | -2/+2 |
* | (isearch-done): Call deactivate-mark instead of setting mark-active | Roland McGrath | 1993-07-08 | 1 | -3/+2 |
* | (isearch-other-meta-char): Handle sequences | Richard M. Stallman | 1993-07-02 | 1 | -4/+11 |
* | (isearch-highlight): If no face `isearch', use `region'. | Richard M. Stallman | 1993-06-13 | 1 | -3/+5 |
* | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 1 | -7/+7 |
* | (search-upper-case): Make `no-yanks' the default. | Richard M. Stallman | 1993-06-06 | 1 | -165/+24 |
* | (isearch-mode): Set isearch-window-configuration only if in slow mode. | Richard M. Stallman | 1993-06-04 | 1 | -6/+19 |
* | (isearch-mode): If enter recursive-edit, | Richard M. Stallman | 1993-06-01 | 1 | -2/+4 |
* | (isearch-search): Take note of isearch-case-fold-search initial value. | Richard M. Stallman | 1993-05-29 | 1 | -2/+2 |
* | * isearch.el (isearch-forward): Remove the claim that | Jim Blandy | 1993-05-27 | 1 | -2/+1 |
* | (isearch-mode-map): Use vector, not string, to bind printing characters. | Richard M. Stallman | 1993-05-19 | 1 | -111/+5 |
* | (isearch-mode-map): Extend the dense keymap to 256 chars. | Richard M. Stallman | 1993-05-18 | 1 | -4/+10 |
* | (isearch-mode): Set deactivate-mark. | Richard M. Stallman | 1993-05-17 | 1 | -2/+9 |
* | (isearch-done): Don't activate mark. | Richard M. Stallman | 1993-05-15 | 1 | -2/+8 |
* | (isearch-mode-map): Handle any length vector in keymap. | Richard M. Stallman | 1993-05-14 | 1 | -4/+11 |
* | Replaced all fsets with defaliases. | Eric S. Raymond | 1993-04-23 | 1 | -9/+12 |
* | Doc fixes. | Richard M. Stallman | 1993-04-14 | 1 | -4/+7 |
* | (isearch-done): Customize the message about mark. | Richard M. Stallman | 1993-03-30 | 1 | -3/+9 |
* | (isearch-mode-map): Delete the binding for C-h. | Richard M. Stallman | 1993-03-30 | 1 | -12/+9 |
* | * isearch.el (isearch-switch-frame-handler): Call | Jim Blandy | 1993-03-21 | 1 | -3/+6 |
* | Add standard library headers. | Eric S. Raymond | 1993-03-17 | 1 | -3/+6 |
* | Add standard library headers. | Eric S. Raymond | 1993-03-17 | 1 | -3/+6 |
* | Add standard library headers. | Eric S. Raymond | 1993-03-17 | 1 | -7/+18 |
* | (isearch-other-meta-char): Call listify-key-sequence. | Richard M. Stallman | 1993-03-07 | 1 | -15/+22 |
* | (isearch-mode): Don't make a pre-command-hook. | Richard M. Stallman | 1993-03-07 | 1 | -4/+9 |
* | (isearch-unread): Find last list element by hand. | Richard M. Stallman | 1993-03-07 | 1 | -3/+13 |
* | (isearch-unread): Handle multiple args. | Richard M. Stallman | 1993-03-06 | 1 | -29/+20 |