comparison admin/notes/newfile @ 104341:f25cba6d7938

Checklist for adding new files to Emacs.
author Glenn Morris <rgm@gnu.org>
date Tue, 18 Aug 2009 16:23:09 +0000
parents
children f03eb2311295
comparison
equal deleted inserted replaced
104340:3d3872e3a30f 104341:f25cba6d7938
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).