| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * replace.el (query-replace-highlight): Add new value `isearch' | Juri Linkov | 2004-12-12 | 1 | -15/+39 |
* | (replace-match-maybe-edit): Doc fix. | Juri Linkov | 2004-12-12 | 1 | -2/+2 |
* | (occur-1): Specify t for KEEP-PROPS to occur-engine. | Richard M. Stallman | 2004-12-03 | 1 | -7/+10 |
* | simple.el (next-error-buffer-p): allow for inclusive and | Teodor Zlatanov | 2004-11-29 | 1 | -11/+17 |
* | (query-replace-read-to, query-replace-read-from): | Richard M. Stallman | 2004-11-20 | 1 | -2/+2 |
* | (perform-replace): Use `query-replace-descr'. | Juri Linkov | 2004-09-08 | 1 | -2/+4 |
* | (occur-mode-map): Bind toggle-next-error-follow-mode. | Eli Zaretskii | 2004-09-04 | 1 | -0/+1 |
* | (query-replace-read-from): Use | David Kastrup | 2004-08-01 | 1 | -16/+25 |
* | (occur-next-error): Call set-window-point. | Richard M. Stallman | 2004-07-24 | 1 | -2/+6 |
* | (occur-read-primary-args): Pass default to read-from-minibuffer. | Richard M. Stallman | 2004-07-17 | 1 | -1/+2 |
* | (query-replace-regexp-eval): Fix last change. | Stefan Monnier | 2004-07-06 | 1 | -1/+2 |
* | (query-replace-descr): New fun. | Stefan Monnier | 2004-07-06 | 1 | -28/+48 |
* | (query-replace-read-from, query-replace-read-to): New funs extracted | Stefan Monnier | 2004-07-05 | 1 | -22/+31 |
* | (query-replace-interactive, query-replace-read-args): | Stefan Monnier | 2004-07-05 | 1 | -30/+17 |
* | (query-replace-read-args): Swallow space after 'foo, | Juri Linkov | 2004-07-03 | 1 | -3/+4 |
* | (query-replace-read-args): Swallow space after symbols, not after | Richard M. Stallman | 2004-07-02 | 1 | -8/+12 |
* | (query-replace-interactive): Change type from boolean | Juri Linkov | 2004-07-01 | 1 | -11/+20 |
* | (query-replace-read-args): Swallow a space after | Juri Linkov | 2004-06-28 | 1 | -15/+10 |
* | (perform-replace): Highlight the match even in | David Kastrup | 2004-06-26 | 1 | -1/+5 |
* | (query-replace-read-args): Swallow space after \,SYMBOL. | Richard M. Stallman | 2004-06-24 | 1 | -14/+23 |
* | (query-replace-read-args): Implement `\,' and `\#' | David Kastrup | 2004-06-24 | 1 | -101/+207 |
* | (query-replace-read-args): Only warn about use of \n | David Kastrup | 2004-06-17 | 1 | -21/+83 |
* | (perform-replace): Use `limit' to terminate the while-loop explicitly. | Juri Linkov | 2004-06-10 | 1 | -2/+5 |
* | (query-replace-interactive): Convert defvar into defcustom. | Luc Teirlinck | 2004-05-30 | 1 | -2/+4 |
* | From: Teodor Zlatanov <tzz@lifelogs.com> | Kim F. Storm | 2004-04-21 | 1 | -1/+19 |
* | * replace.el (occur-engine): Distinguish between one and several | John Paul Wallington | 2004-04-11 | 1 | -2/+3 |
* | (occur-engine): Change message for count of matches. | Richard M. Stallman | 2004-03-12 | 1 | -1/+1 |
* | (perform-replace): Allow 'literal argument in | David Kastrup | 2004-02-02 | 1 | -2/+2 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
* | (query-replace-read-args): Use save-excursion. | Richard M. Stallman | 2003-03-05 | 1 | -8/+15 |
* | (query-replace-read-args): Return just 3 values. | Richard M. Stallman | 2003-02-24 | 1 | -17/+51 |
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -1/+1 |
* | (occur-engine): Set buffer-file-coding-system of | Kenichi Handa | 2002-11-13 | 1 | -1/+12 |
* | (query-replace, query-replace-regexp): Doc fixes. | Richard M. Stallman | 2002-11-06 | 1 | -7/+14 |
* | (occur-find-match): New function. | Juanma Barranquero | 2002-09-24 | 1 | -21/+13 |
* | (occur-engine-add-prefix): Use 7 spaces. | Richard M. Stallman | 2002-09-18 | 1 | -2/+3 |
* | (occur-mode): Add font-lock-defontify to change-major-mode-hook. | Richard M. Stallman | 2002-09-10 | 1 | -0/+1 |
* | (multi-occur): Made "ido-aware": | Kim F. Storm | 2002-09-02 | 1 | -6/+11 |
* | (occur-mode): Add interactive declaration. | Juanma Barranquero | 2002-08-30 | 1 | -0/+1 |
* | (occur-mode-hook): New hook. | Juanma Barranquero | 2002-08-29 | 1 | -3/+9 |
* | (occur-hook): Renamed from `occur-mode-hook'. | Juanma Barranquero | 2002-08-28 | 1 | -5/+5 |
* | (occur-rename-buffer): New command. | Sam Steingold | 2002-07-25 | 1 | -9/+28 |
* | (keep-lines, flush-lines): Interactively report | Richard M. Stallman | 2002-07-18 | 1 | -2/+6 |
* | (flush-lines, keep-lines): Convert REND to a marker. | Richard M. Stallman | 2002-07-12 | 1 | -2/+6 |
* | (occur-1): Avoid invalid message format string. | Andreas Schwab | 2002-06-25 | 1 | -16/+8 |
* | (occur-mode): Don't set `font-lock-defaults'. | Colin Walters | 2002-06-12 | 1 | -2/+0 |
* | (occur-mode): Do set `font-lock-defaults', | Colin Walters | 2002-06-09 | 1 | -1/+2 |
* | (occur-mode): Don't set up categories. | Colin Walters | 2002-06-08 | 1 | -13/+7 |
* | (perform-replace): Document return value. Use `pop'. | Colin Walters | 2002-05-26 | 1 | -4/+6 |
* | (occur-engine): Include all text properties except mouse-face on the | Colin Walters | 2002-05-24 | 1 | -4/+5 |