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
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Further progress making Isearch, Ispell, Replace work with Follow Mode.
Alan Mackenzie
2015-12-07
1
-2
/
+6
*
* lisp/replace.el (occur-engine): Count matches in empty lines.
Juri Linkov
2015-12-01
1
-0
/
+3
*
Spelling and grammar fixes
Paul Eggert
2015-11-29
1
-2
/
+2
*
Improve documentation of search and replace commands
Eli Zaretskii
2015-11-28
1
-0
/
+14
*
Improve documentation of 'replace-character-fold'
Eli Zaretskii
2015-11-27
1
-2
/
+4
*
Improve and update documentation of search commands
Eli Zaretskii
2015-11-25
1
-1
/
+2
*
* lisp/replace.el (occur-regexp-descr): New function.
Juri Linkov
2015-11-20
1
-7
/
+19
*
Support rectangular regions for more commands
Juri Linkov
2015-11-14
1
-38
/
+49
*
* lisp/isearch.el: Rename word search to regexp-function search
Artur Malabarba
2015-10-21
1
-2
/
+2
*
Revert "Don't rely on defaults in decoding UTF-8 encoded Lisp files"
Dmitry Gutov
2015-09-29
1
-1
/
+1
*
Don't rely on defaults in decoding UTF-8 encoded Lisp files
Eli Zaretskii
2015-09-21
1
-1
/
+1
*
Clarify or replace a few \u escapes.
Paul Eggert
2015-09-21
1
-1
/
+1
*
Go back to grave quoting in source-code docstrings etc.
Paul Eggert
2015-09-07
1
-4
/
+4
*
Fix minor text quoting problems in lisp top level
Paul Eggert
2015-08-28
1
-1
/
+1
*
More-conservative ‘format’ quote restyling
Paul Eggert
2015-08-23
1
-1
/
+2
*
Use curved quotes in core elisp diagnostics
Paul Eggert
2015-08-16
1
-4
/
+4
*
* lisp/replace.el (perform-replace): Document `replacements'.
Stefan Monnier
2015-08-11
1
-6
/
+7
*
* lisp/replace.el (replace-character-fold): Default to nil
Artur Malabarba
2015-08-05
1
-1
/
+1
*
* lisp/replace.el (replace-search): Fix regexp case (bug#20901)
Artur Malabarba
2015-06-26
1
-0
/
+1
*
* lisp/character-fold.el: New file (Bug#20887)
Artur Malabarba
2015-06-24
1
-2
/
+3
*
* lisp/isearch.el: Fold many unicode characters to ASCII
Artur Malabarba
2015-06-23
1
-0
/
+9
*
* lisp/replace.el (query-replace-read-from): Add separator to
Juri Linkov
2015-06-23
1
-0
/
+2
*
Avoid confusion in query-replace history when replacing NUL chars
Nicolas Richard
2015-06-02
1
-22
/
+30
*
* lisp/replace.el (query-replace-from-to-separator): Delay initialization
Glenn Morris
2015-04-16
1
-7
/
+5
*
Add `predicate' arg to `read-buffer' and use it for erc-iswitchb
Stefan Monnier
2015-03-16
1
-1
/
+1
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Fix query-replace-regexp when using lisp expressions for replacement
Juri Linkov
2014-12-16
1
-3
/
+6
*
* lisp/replace.el (query-replace-from-to-separator): Turn defvar into defcustom.
Juri Linkov
2014-11-18
1
-9
/
+20
*
* lisp/replace.el: History for query replace pairs.
Juri Linkov
2014-11-08
1
-24
/
+48
*
* lisp/replace.el (query-replace): Fix typo in docstring.
Christoph Scholtes
2014-08-24
1
-1
/
+1
*
Allow `declare' to set the interactive-only property
Glenn Morris
2014-03-22
1
-4
/
+4
*
* lisp/replace.el (read-regexp): Fix typo in earlier doc change.
Glenn Morris
2014-02-14
1
-1
/
+1
*
Some read-regexp doc
Glenn Morris
2014-02-13
1
-25
/
+39
*
Replace "Maintainer: FSF" with the emacs-devel mailing address
Glenn Morris
2014-02-09
1
-1
/
+1
*
* replace.el (replace-match-maybe-edit): Doc clarification.
Lars Ingebrigtsen
2014-02-07
1
-3
/
+5
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-2
/
+2
*
* lisp/replace.el (read-regexp-defaults-function): New defcustom.
Juri Linkov
2013-12-20
1
-35
/
+57
*
* lisp/replace.el (occur-engine): Use `add-face-text-property'
Juri Linkov
2013-12-20
1
-14
/
+11
*
query-replace backward
Juri Linkov
2013-12-19
1
-47
/
+87
*
* replace.el (occur-engine): Avoid infloop.
Chong Yidong
2013-12-18
1
-1
/
+3
*
Make the `interactive-only' bytecomp warning like the `obsolete' one
Glenn Morris
2013-11-30
1
-2
/
+2
*
* lisp/emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
Bozhidar Batsov
2013-11-25
1
-0
/
+4
*
* lisp/replace.el (replace-eval-replacement): Try to give more helpful error
Glenn Morris
2013-11-13
1
-3
/
+8
*
* lisp/replace.el (how-many): Fix rstart and !rend case.
Oleh Krehel
2013-10-12
1
-3
/
+6
*
* lisp/replace.el (replace-string): Doc fix re start/end.
Glenn Morris
2013-09-05
1
-4
/
+5
*
Revert introduction of isearch-filter-predicates.
Stefan Monnier
2013-08-05
1
-8
/
+7
*
* lisp/isearch.el (isearch-query-replace): Add " symbol" and other
Juri Linkov
2013-06-14
1
-1
/
+4
*
Fix typos.
Juanma Barranquero
2013-06-11
1
-4
/
+4
*
* lisp/replace.el (perform-replace): Avoid `isearch-range-invisible'
Juri Linkov
2013-05-31
1
-0
/
+3
[next]