aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-28Doc and lispref updates related to searchingGlenn Morris1-2/+2
2012-03-11* lisp/replace.el (replace-highlight): Set isearch-word to nil unconditionally.Juri Linkov1-3/+3
2012-02-23* lisp/replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.Juri Linkov1-0/+3
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-11-26Spelling fixes.Paul Eggert1-1/+1
2011-11-19Spelling fixes.Paul Eggert1-1/+1
2011-09-19Fixes for Occur Edit mode.Leo Liu1-3/+3
2011-09-17* lisp/replace.el (occur-mode-map): Rebind occur-edit-mode to "e".Chong Yidong1-35/+52
2011-09-14* replace.el (occur-mode-goto-occurrence): Don't force using other window.Chong Yidong1-1/+1
2011-09-10Fix various uses of display-buffer and pop-to-bufferChong Yidong1-10/+5
2011-07-02* replace.el (multi-occur): MentionLars Magne Ingebrigtsen1-1/+2
2011-05-28New major mode: Occur Edit mode.Leo Liu1-22/+86
2011-04-19lisp/*.el: Lexical-binding cleanup.Juanma Barranquero1-10/+22
2011-04-07* lisp/replace.el (occur-mode-map): Some fixes for menu items.Glenn Morris1-11/+14
2011-02-22Fix spelling of "precede".Glenn Morris1-1/+1
2011-02-10Move keymap initialization into declaration.Stefan Monnier1-48/+54
2011-02-01* lisp/simple.el (special-mode-map): Bind "h" to `describe-mode';Sam Steingold1-66/+51
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris1-2/+1
2011-01-15Nuke arch-tags.Glenn Morris1-1/+0
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris1-1/+1
2010-12-03* lisp/replace.el: Add "collect" feature to occur.Tak Ota1-15/+67
2010-08-29Add "Package:" file headers to denote built-in packages.Chong Yidong1-0/+1
2010-08-08Fix query-replace-regexp incomplete highlighting (Bug#6808).Johan Bockgård1-1/+3
2010-05-21* replace.el (replace-highlight): Fix lazy-highlightingJuri Linkov1-0/+3
2010-03-30* replace.el (occur-accumulate-lines): Move occur-engine relatedJuri Linkov1-23/+23
2010-03-30Make occur handle multi-line matches cleanly with context.Juri Linkov1-17/+73
2010-03-30* replace.el (occur-accumulate-lines): Fix a bug where the firstJuri Linkov1-4/+4
2010-03-23Implement Occur multi-line matches.Juri Linkov1-22/+38
2010-03-23* replace.el (occur-engine-line): Add optional arg `keep-props'.Juri Linkov1-3/+3
2010-03-23* replace.el (occur-accumulate-lines, occur-engine):Juri Linkov1-23/+14
2010-03-21Fix message of multi-line occur regexps and multi-buffer header lines.Juri Linkov1-4/+23
2010-03-17Use query-replace-{from,to}-history-variable in more places.Glenn Morris1-3/+7
2010-01-13Add 2010 to copyright years.Glenn Morris1-1/+1
2009-11-30(perform-replace): Let-bind recenter-last-op to nil.Juri Linkov1-3/+12
2009-11-12* textmodes/ispell.el (ispell-skip-region-alist):Dan Nicolaescu1-1/+1
2009-11-11* subr.el (menu-bar-separator): New defconst.Dan Nicolaescu1-1/+1
2009-10-23* puresize.h (BASE_PURESIZE): Increase to 1430000.Dan Nicolaescu1-21/+21
2009-08-12(read-regexp): Return empty string when `default-value' is nil.Juri Linkov1-2/+2
2009-02-27(keep-lines-read-args): Use empty string as default (Bug#2495).Chong Yidong1-1/+1
2009-01-09Replace last-input-char with last-input-event.Glenn Morris1-2/+3
2009-01-05Add 2009 to copyright years.Glenn Morris1-1/+1
2008-12-03* align.el:Lute Kamstra1-16/+16
2008-10-22* replace.el (how-many): Fix typo in docstring.Juanma Barranquero1-1/+1
2008-10-19(query-replace, query-replace-regexp)Juri Linkov1-23/+28
2008-10-19(read-regexp): Rename arg `default' to `default-value'. Doc fix.Juri Linkov1-8/+10
2008-09-12(perform-replace): Don't set inhibit-read-only usingChong Yidong1-2/+1
2008-07-29(read-regexp): Add second arg `default'. Doc fix.Juri Linkov1-9/+9
2008-07-23(multi-query-replace-map): New variable.Juri Linkov1-3/+26
2008-06-29(read-regexp): New function.Juri Linkov1-51/+42