| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
* | (isearch-edit-string): Save old point and | Juri Linkov | 2007-07-22 | 1 | -5/+20 |
* | (isearch-mode, isearch-done): Delete unintended code in previous change. | Richard M. Stallman | 2007-07-15 | 1 | -4/+0 |
* | Remove dashes from front of first line. | Jason Rumney | 2007-07-12 | 1 | -1/+1 |
* | (isearch-edit-string): Call to isearch-push-state after the search. | Richard M. Stallman | 2007-07-09 | 1 | -1/+6 |
* | (isearch-forward): Revert 1998-08-26 doc change. | Chong Yidong | 2007-04-06 | 1 | -2/+1 |
* | (isearch-message-prefix): Undo 2007-03-01 change. | Kim F. Storm | 2007-03-06 | 1 | -3/+2 |
* | 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se> | Kim F. Storm | 2007-03-01 | 1 | -2/+3 |
* | (isearch-lazy-highlight-space-regexp): New variable. | Chong Yidong | 2007-02-15 | 1 | -2/+4 |
* | (isearch-no-upper-case-p): Look for [:upper:] as well. | Stefan Monnier | 2007-01-17 | 1 | -2/+13 |
* | (isearch-done): Use FOUND-POINT or FOUND-START | Richard M. Stallman | 2007-01-01 | 1 | -7/+9 |
* | * help.el (describe-mode): For clicks on mode-line, use "@" | David Kastrup | 2006-10-03 | 1 | -8/+3 |
* | (isearch-process-search-char): Cancel the previous | Kenichi Handa | 2006-09-20 | 1 | -6/+32 |
* | (isearch-yank-line): Let-bind `inhibit-field-text-motion' to t. | Romain Francoise | 2006-07-09 | 1 | -1/+2 |
* | * isearch.el (isearch-update-ring): Use add-to-history. | Kim F. Storm | 2006-05-05 | 1 | -15/+4 |
* | (isearch-update-ring): Doc fix. | Richard M. Stallman | 2006-05-03 | 1 | -1/+1 |
* | (isearch-update-ring): Take history-delete-duplicates | Dan Nicolaescu | 2006-05-03 | 1 | -13/+14 |
* | (isearch-other-meta-char): Handle user bindings for shifted control characters. | Eli Zaretskii | 2006-03-18 | 1 | -6/+9 |
* | (search-whitespace-regexp): Fix custom type. | Richard M. Stallman | 2006-02-21 | 1 | -2/+5 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
* | (isearch-forward): Doc fix. | Richard M. Stallman | 2006-01-19 | 1 | -2/+2 |
* | (isearch-query-replace): Use (mark) instead of | Juri Linkov | 2005-12-14 | 1 | -1/+1 |
* | (isearch-query-replace): Check for isearch-other-end. | Juri Linkov | 2005-12-14 | 1 | -1/+2 |
* | (isearch-process-search-char): Translate CHAR by | Kenichi Handa | 2005-12-10 | 1 | -0/+2 |
* | (isearch-highlight): Change main overlay priority from 1 to 1001. Simplify. | Juri Linkov | 2005-12-09 | 1 | -12/+12 |
* | (isearch-mode-map): Avoid exiting search on language-change event. | Jason Rumney | 2005-11-30 | 1 | -0/+2 |
* | (isearch-repeat): With empty search ring set `isearch-error' to the | Juri Linkov | 2005-11-24 | 1 | -9/+10 |
* | (isearch, lazy-highlight): Add group `basic-faces'. | Juri Linkov | 2005-09-29 | 1 | -2/+4 |
* | (isearch-forward-regexp): Close doc string. | Romain Francoise | 2005-09-26 | 1 | -1/+1 |
* | (isearch-forward, isearch-forward-regexp): Doc fixes. | Richard M. Stallman | 2005-09-26 | 1 | -1/+4 |
* | Message format spec fixes (1) | Deepak Goel | 2005-09-18 | 1 | -1/+1 |
* | (isearch-edit-string): Erase the Search prompt | Richard M. Stallman | 2005-08-25 | 1 | -1/+5 |
* | (isearch-repeat): When changing direction, mark search successful. | Richard M. Stallman | 2005-08-09 | 1 | -1/+2 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -2/+2 |
* | (isearch-mode-map, isearch-other-meta-char, isearch-quote-char, | Juanma Barranquero | 2005-07-28 | 1 | -23/+29 |
* | (isearch): Use not-too-dark magenta3 instead of too-light magenta2. | Juri Linkov | 2005-07-19 | 1 | -1/+1 |
* | (isearch-mode-map): Remove key bindings for regexp chars * ? } |. | Juri Linkov | 2005-07-18 | 1 | -35/+17 |
* | (isearch-mode-end-hook-quit): New variable. | Richard M. Stallman | 2005-07-16 | 1 | -2/+14 |
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | (isearch-forward): Doc fix. | Andreas Schwab | 2005-04-23 | 1 | -2/+2 |
* | (isearch-edit-string): Make the search-ring available for | Stefan Monnier | 2005-04-18 | 1 | -57/+6 |
* | (isearch-lazy-highlight-new-loop): | Juri Linkov | 2005-03-18 | 1 | -4/+5 |
* | (lazy-highlight-cleanup) <command>: Rename from | Juri Linkov | 2005-03-18 | 1 | -10/+13 |
* | (isearch-fallback): Check for `(car previous)' | Juri Linkov | 2005-03-17 | 1 | -2/+4 |
* | Put `isearch-scroll' property to `split-window-horizontally'. | Juri Linkov | 2005-03-16 | 1 | -0/+1 |
* | (isearch-error): New variable. | Juri Linkov | 2005-03-15 | 1 | -52/+48 |
* | (isearch-forward): Document isearch-query-replace and | Dan Nicolaescu | 2005-02-19 | 1 | -0/+5 |
* | (isearch-lazy-highlight-start-limit) | Richard M. Stallman | 2005-02-16 | 1 | -12/+23 |
* | (search-highlight, isearch, isearch-lazy-highlight): | Juri Linkov | 2005-01-11 | 1 | -62/+67 |
* | (isearch-lazy-highlight-update): Rename | Juri Linkov | 2005-01-06 | 1 | -1/+1 |