]> code.delx.au - gnu-emacs/blob - admin/notes/newfile
Checklist for adding new files to Emacs.
[gnu-emacs] / admin / notes / newfile
1 CHECKLIST 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
6 format, 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
15 builds fine with it. Address any compilation warnings.
16
17 ** If a major contribution, consider adding an entry to the
18 Acknowledgments 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
23 names, eg *.el).