(lgrep, rgrep): At the beginning
[bpt/emacs.git] / admin / notes / newfile
CommitLineData
ffc90b85
GM
1CHECKLIST FOR ADDING A NEW FILE TO EMACS -*- outline -*-
2
3** Make sure the author(s) have a copyright assignment/disclaimer.
4
5** Make sure the file matches the standard Emacs template (header
6format, copyright and license notice, etc).
7
8** Make sure the filename does not cause the DOS port any problems (8+3).
9
10** Make the ChangeLog entry in the name of the author(s), not your own name.
11
12** If appropriate, add an entry to lisp/Makefile.in ELCFILES.
13
14** If appropriate, check that the file compiles OK and that Emacs
15builds fine with it. Address any compilation warnings.
16
17** If a major contribution, consider adding an entry to the
18Acknowledgments in doc/emacs/emacs.texi and ack.texi.
19
20** If appropriate, add a short NEWS entry.
21
22** If appropriate, update make-dist (not needed with "standard" file
23names, eg *.el).