summaryrefslogtreecommitdiff
path: root/lisp/replace.el
AgeCommit message (Expand)Author
2013-12-20* lisp/replace.el (read-regexp-defaults-function): New defcustom.Juri Linkov
2013-12-20* lisp/replace.el (occur-engine): Use `add-face-text-property'Juri Linkov
2013-12-19query-replace backwardJuri Linkov
2013-12-18* replace.el (occur-engine): Avoid infloop.Chong Yidong
2013-11-30Make the `interactive-only' bytecomp warning like the `obsolete' oneGlenn Morris
2013-11-25* lisp/emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):Bozhidar Batsov
2013-11-13* lisp/replace.el (replace-eval-replacement): Try to give more helpful errorGlenn Morris
2013-10-12* lisp/replace.el (how-many): Fix rstart and !rend case.Oleh Krehel
2013-09-05* lisp/replace.el (replace-string): Doc fix re start/end.Glenn Morris
2013-08-05Revert introduction of isearch-filter-predicates.Stefan Monnier
2013-06-14* lisp/isearch.el (isearch-query-replace): Add " symbol" and otherJuri Linkov
2013-06-11Fix typos.Juanma Barranquero
2013-05-31* lisp/replace.el (perform-replace): Avoid `isearch-range-invisible'Juri Linkov
2013-05-30* lisp/replace.el (occur-engine): Rename `globalcount' to `global-lines'Juri Linkov
2013-05-30* lisp/replace.el (perform-replace): Add `skip-read-only-count',Juri Linkov
2013-05-28* lisp/replace.el (replace-search): New function with code moved outJuri Linkov
2013-05-28* lisp/replace.el (perform-replace): Ignore invisible matches.Juri Linkov
2013-03-24* lisp/replace.el (list-matching-lines-prefix-face): New defcustom.Juri Linkov
2013-03-10Provide for customizing default regexp in occur commands (Bug#13892).Jambunathan K
2013-03-08Provide for customizing default regexp in hi-lock commands (Bug#13892).Jambunathan K
2013-02-25* lisp/replace.el (read-regexp): Let-bind `default' to the firstJuri Linkov
2013-02-22Merge from emacs-24; up to 2012-12-22T02:59:08Z!cyd@gnu.orgGlenn Morris
2013-02-21* lisp/isearch.el (isearch-lazy-highlight-new-loop):Juri Linkov
2013-02-16(read-regexp): Add regexp for symbol at point to the defaults (Bug#13687).Jambunathan K
2013-02-02* lisp/replace.el (perform-replace): Move let-bindings of isearch-*Juri Linkov
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-10-17* doc/emacs/search.texi (Query Replace): Document multi-buffer replacement ke...Juri Linkov
2012-10-04* lisp/replace.el (query-replace-interactive): Declare obsolete.Juri Linkov
2012-09-25Use declare forms, where possible, to mark obsolete functions.Chong Yidong
2012-09-21* lisp/replace.el (query-replace-read-from): Use `read-regexp' insteadJuri Linkov
2012-09-21* lisp/replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTSJuri Linkov
2012-09-21* lisp/replace.el (read-regexp): Add HISTORY arg.Juri Linkov
2012-09-21* lisp/replace.el (read-regexp): Don't add ": " when PROMPT alreadyJuri Linkov
2012-09-10* lisp/replace.el (replace-regexp-lax-whitespace): New defcustom.Juri Linkov
2012-09-09Allow scrolling in y-or-n-p.Chong Yidong
2012-09-06* lisp/replace.el (replace-lax-whitespace): New defcustom.Juri Linkov
2012-09-06Use `isearch-search-fun' in `perform-replace' (bug#10885, bug#10887).Juri Linkov
2012-08-06Add inhibit-switch-frame parameter for display-buffer, and use it in occur-edit.Chong Yidong
2012-08-02Fix typo in docstring. Bug #12122.Bastien Guerry
2012-06-27Get rid of all the manual purecopy calls in menu-bar definitions.Stefan Monnier
2012-03-28Doc and lispref updates related to searchingGlenn Morris
2012-03-11* lisp/replace.el (replace-highlight): Set isearch-word to nil unconditionally.Juri Linkov
2012-02-23* lisp/replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.Juri Linkov
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-11-26Spelling fixes.Paul Eggert
2011-11-19Spelling fixes.Paul Eggert
2011-09-19Fixes for Occur Edit mode.Leo Liu
2011-09-17* lisp/replace.el (occur-mode-map): Rebind occur-edit-mode to "e".Chong Yidong
2011-09-14* replace.el (occur-mode-goto-occurrence): Don't force using other window.Chong Yidong
2011-09-10Fix various uses of display-buffer and pop-to-bufferChong Yidong