1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-01 08:17:38 +00:00
Commit Graph

16 Commits

Author SHA1 Message Date
Paul Eggert
ab422c4d68 Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
Glenn Morris
acaf905b11 Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
Juri Linkov
f62bd84655 Grep related fixes.
* etc/grep.txt: Add `eval' to the Local Variables section that
emulates `grep-filter'.

* lisp/progmodes/grep.el (grep-filter): Avoid incomplete processing by
keeping point where processing of grep matches begins, and
continue to delete remaining escape sequences from the same point.
(grep-filter): Make leading zero optional in "0?1;31m" because
git-grep emits "\033[1;31m" escape sequences unlike expected
"\033[01;31m" as GNU Grep does.
(grep-process-setup): Replace obsolete "ml=" with newer "sl=".

Fixes: debbugs:9408
2011-09-05 11:20:02 +03:00
Glenn Morris
73b0cd5003 Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
Glenn Morris
5df4f04cd3 Add 2011 to FSF/AIST copyright years. 2011-01-02 15:50:46 -08:00
Glenn Morris
114f9c9679 Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
Glenn Morris
bb65542c44 Add 2009 to copyright years. 2009-01-08 05:11:56 +00:00
Glenn Morris
ab73e885f0 Switch to recommended form of GPLv3 permissions notice. 2008-05-15 07:32:14 +00:00
Glenn Morris
1bb97e221b Add 2008 to copyright years. 2008-01-08 04:54:02 +00:00
Glenn Morris
80d1bbb3a6 Standardize license text and switch to GPLv3 or later. 2007-07-25 06:51:03 +00:00
Glenn Morris
0a33da5171 Update copyright for years from Emacs 21 to present (mainly adding
2001).
2007-01-21 00:27:14 +00:00
Juri Linkov
5fe5212721 (Local Variables): Move to end of file. 2006-06-28 13:59:09 +00:00
Eli Zaretskii
b727702bfa Add copyright notice and copying permissions. 2006-06-03 13:53:01 +00:00
Juri Linkov
05d9618303 Add examples of CVS grep.
Add examples of starting and finishing messages.
2005-08-14 06:56:23 +00:00
Juri Linkov
4a397e9af6 Add example of grep output with context lines. 2005-07-19 14:09:52 +00:00
Juri Linkov
cdf9f9860b Examples of messages grep recognizes 2005-07-19 12:57:56 +00:00