summaryrefslogtreecommitdiff
path: root/lisp/replace.el
AgeCommit message (Expand)Author
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
2011-07-02* replace.el (multi-occur): MentionLars Magne Ingebrigtsen
2011-05-28New major mode: Occur Edit mode.Leo Liu
2011-04-19lisp/*.el: Lexical-binding cleanup.Juanma Barranquero
2011-04-07* lisp/replace.el (occur-mode-map): Some fixes for menu items.Glenn Morris
2011-02-27Merge from emacs-23; up to 2010-06-03T05:41:49Z!rgm@gnu.org.Glenn Morris
2011-02-22Fix spelling of "precede".Glenn Morris
2011-02-10Move keymap initialization into declaration.Stefan Monnier
2011-02-01* lisp/simple.el (special-mode-map): Bind "h" to `describe-mode';Sam Steingold
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-12-03* lisp/replace.el: Add "collect" feature to occur.Tak Ota
2010-08-29Add "Package:" file headers to denote built-in packages.Chong Yidong
2010-08-08Merge changes from emacs-23 branchChong Yidong
2010-08-08Fix query-replace-regexp incomplete highlighting (Bug#6808).Johan Bockgård
2010-05-21* replace.el (replace-highlight): Fix lazy-highlightingJuri Linkov
2010-03-30* replace.el (occur-accumulate-lines): Move occur-engine relatedJuri Linkov
2010-03-30Make occur handle multi-line matches cleanly with context.Juri Linkov
2010-03-30* replace.el (occur-accumulate-lines): Fix a bug where the firstJuri Linkov
2010-03-23Implement Occur multi-line matches.Juri Linkov
2010-03-23* replace.el (occur-engine-line): Add optional arg `keep-props'.Juri Linkov
2010-03-23* replace.el (occur-accumulate-lines, occur-engine):Juri Linkov
2010-03-21Fix message of multi-line occur regexps and multi-buffer header lines.Juri Linkov
2010-03-17Use query-replace-{from,to}-history-variable in more places.Glenn Morris
2010-01-13Add 2010 to copyright years.Glenn Morris