diff options
author | Glenn Morris <rgm@gnu.org> | 2008-07-01 02:56:08 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-07-01 02:56:08 +0000 |
commit | 3d4c9dbda512ec858062482e95c283c37e8b906a (patch) | |
tree | 42566402c48eff1bb97afbd6f683ed887c9bcf11 /admin | |
parent | 959005e4db6c259b7a76b425cb6062004c42804a (diff) | |
download | emacs-3d4c9dbda512ec858062482e95c283c37e8b906a.tar.gz |
(cpp_undefs): Rename from `undefs', update uses.
Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
and explicitly export there. (Bug#507.)
Diffstat (limited to 'admin')
-rw-r--r-- | admin/notes/bugtracker | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker index cff83b06629..8b3c9164144 100644 --- a/admin/notes/bugtracker +++ b/admin/notes/bugtracker @@ -85,3 +85,15 @@ Bugs must all be in the same state. severity 123 critical|grave|serious|important|normal|minor|wishlist See http://emacsbugs.donarmstrong.com/Developer#severities for the meanings. + +** To set the onwer of a bug: + + To: control@emacsbugs.donarmstrong.com + owner 123 A Hacker <none@example.com> + +The shorthand `!' means your own address. + +** To mark a bug as fixed in a particular version: + + To: control@emacsbugs.donarmstrong.com + fixed 123 23.0.60 |