From mboxrd@z Thu Jan 1 00:00:00 1970 From: bmanson@sourceware.cygnus.com To: gnats-cvs@sourceware.cygnus.com Subject: gnats/gnats cmds.c edit.c file-pr.c globals.h ... Date: Thu, 21 Oct 1999 19:16:00 -0000 Message-id: <19991022021616.19027.qmail@sourceware.cygnus.com> X-SW-Source: 1999/msg00051.html List-Id: CVSROOT: /cvs/gnats Module name: gnats Changes by: bmanson@sourceware.cygnus.com 99/10/21 19:16:16 Modified files: gnats : cmds.c edit.c file-pr.c globals.h gnats.h gnatsd.c gnatsd.h main.c npr-edit.c pr-edit.c pr.h Makefile.in ChangeLog TODO Log message: Add commands to allow the server to add new PRs. * pr-edit.c: Add submit, append and replace options. * npr-edit.c: Ditto. * main.c (main): Call submit_pr () instead of gnats (). * file-pr.c (create_pr_file, submit_pr): New functions. (gnats): Call create_pr_file. * edit.c (check_curr_pr, rewrite_curr_pr, edit_field): New functions. (check_pr): Read in the PR and call check_curr_pr. * cmds.c (GNATS_subm): New function.