summaryrefslogtreecommitdiff
path: root/lisp/replace.el
AgeCommit message (Expand)Author
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
2009-11-30(perform-replace): Let-bind recenter-last-op to nil.Juri Linkov
2009-11-12* textmodes/ispell.el (ispell-skip-region-alist):Dan Nicolaescu
2009-11-11* subr.el (menu-bar-separator): New defconst.Dan Nicolaescu
2009-10-23* puresize.h (BASE_PURESIZE): Increase to 1430000.Dan Nicolaescu
2009-08-12(read-regexp): Return empty string when `default-value' is nil.Juri Linkov
2009-02-27(keep-lines-read-args): Use empty string as default (Bug#2495).Chong Yidong
2009-01-09Replace last-input-char with last-input-event.Glenn Morris
2009-01-05Add 2009 to copyright years.Glenn Morris
2008-12-03* align.el:Lute Kamstra
2008-10-22* replace.el (how-many): Fix typo in docstring.Juanma Barranquero
2008-10-19(query-replace, query-replace-regexp)Juri Linkov
2008-10-19(read-regexp): Rename arg `default' to `default-value'. Doc fix.Juri Linkov
2008-09-12(perform-replace): Don't set inhibit-read-only usingChong Yidong
2008-07-29(read-regexp): Add second arg `default'. Doc fix.Juri Linkov
2008-07-23(multi-query-replace-map): New variable.Juri Linkov
2008-06-29(read-regexp): New function.Juri Linkov
2008-06-06(replace-search-function, replace-re-search-function): New vars.Chong Yidong
2008-05-06Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-05-01(occur-read-primary-args): Set default to the car ofJuri Linkov
2008-03-21(occur-mode-map): Add :help.Dan Nicolaescu
2008-01-23* replace.el (occur-mode-find-occurrence-hook): New hook that canCarsten Dominik
2008-01-08Merge from emacs--rel--22Miles Bader
2008-01-07Add 2008 to copyright years.Glenn Morris
2008-01-03(occur-context-lines): New subroutine, broken out of occur-engine.Richard M. Stallman