index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
replace.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
(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
*
(occur-engine): Increment globalcount all at once after searching a buffer.
Colin Walters
2002-05-21
1
-33
/
+16
*
(occur-read-primary-args): Handle a bare 'C-u' correctly.
Colin Walters
2002-05-15
1
-1
/
+2
*
(occur-1): New optional argument `buf-name'.
Colin Walters
2002-05-13
1
-11
/
+20
*
Change all post-21.1 :version attributes to 21.4.
Eli Zaretskii
2002-05-12
1
-1
/
+1
*
(occur-unfontify-region-function): Delete.
Colin Walters
2002-05-08
1
-9
/
+4
*
(occur-mode-map): Bind "q" to `delete-window'.
Colin Walters
2002-05-02
1
-10
/
+34
*
Follow coding conventions.
Pavel Janík
2002-05-02
1
-0
/
+2
*
(occur-accumulate-lines): Avoid incf and decf.
Richard M. Stallman
2002-04-28
1
-151
/
+142
*
(occur-engine): Pad digits to the right.
Colin Walters
2002-04-25
1
-1
/
+1
*
(occur-engine): Make nlines argument actually mean number of context
Colin Walters
2002-04-25
1
-4
/
+4
*
(multi-occur-by-filename-regexp): Doc fix.
Colin Walters
2002-04-25
1
-3
/
+2
*
(occur-accumulate-lines): Add optional argument `no-props'. Handle it.
Colin Walters
2002-04-24
1
-4
/
+6
*
(toplevel): Require `cl' while compiling.
Colin Walters
2002-04-23
1
-260
/
+291
*
(query-replace-read-args): New optional arg NOERROR.
Richard M. Stallman
2002-03-25
1
-3
/
+6
*
(query-replace-regexp-eval): Doc fix.
Andreas Schwab
2002-02-18
1
-3
/
+3
*
*** empty log message ***
Richard M. Stallman
2002-01-25
1
-1
/
+1
*
(occur-mode-goto-occurrence-other-window): New command.
Richard M. Stallman
2002-01-08
1
-0
/
+8
*
(query-replace-read-args): Immediate error if read-only.
Richard M. Stallman
2001-12-30
1
-0
/
+1
*
(occur-mode-display-occurrence): New function.
Richard M. Stallman
2001-12-24
1
-0
/
+14
*
(query-replace-read-args): Display message if FROM contains `\n' or `\t'.
Richard M. Stallman
2001-12-02
1
-1
/
+11
*
(occur-mode): Undo 2001-5-20 change.
Richard M. Stallman
2001-11-20
1
-2
/
+9
*
(query-replace-skip-read-only): New variable.
Richard M. Stallman
2001-11-11
1
-150
/
+161
*
(perform-replace): Move START and END parameters
Gerd Moellmann
2001-10-24
1
-8
/
+8
*
(query-replace-regexp-eval): Return args from `interactive' form in
Miles Bader
2001-08-28
1
-1
/
+1
*
(occur): Bind inhibit-read-only to t.
Gerd Moellmann
2001-08-16
1
-0
/
+1
*
(perform-replace): Doc fix.
Gerd Moellmann
2001-08-03
1
-2
/
+6
*
Some fixes to follow coding conventions.
Pavel Janík
2001-07-15
1
-1
/
+1
*
(occur): Add help-echo to mouse-highlighted text.
Eli Zaretskii
2001-06-17
1
-3
/
+4
*
(keep-lines-read-args): Return just a regexp.
Richard M. Stallman
2001-06-14
1
-26
/
+33
[next]