From mboxrd@z Thu Jan 1 00:00:00 1970 From: bmanson@sourceware.cygnus.com To: gnats-cvs@sourceware.cygnus.com Subject: gnats/gnats ChangeLog edit.c fconfig.y field-c ... Date: Mon, 17 Jan 2000 22:07:00 -0000 Message-id: <20000118060729.862.qmail@sourceware.cygnus.com> X-SW-Source: 2000/msg00025.html List-Id: CVSROOT: /cvs/gnats Module name: gnats Changes by: bmanson@sourceware.cygnus.com 00/01/17 22:07:28 Modified files: gnats : ChangeLog edit.c fconfig.y field-config.in field.c field.h gen-index.c mail.c query.c query.h Log message: * Add ChangeActions struct, to consolidate various per-field change information. Add conditional edits; this breaks existing field-config files. Fix several memory leaks. * field-config.in: Fix syntax for State: and Responsible: fields. Add entry to State: field to update Closed-Date: field. * query.c (pr_matches_expr): Add PARAMS argument. * field.c (get_field_value): Fix bug with not returning oldPR values. * edit.c (fix_closed_date): Deleted, no longer used. (applyFieldEdit): Actually do something. Free data that we allocated. (addAuditTrailEnt): Add FMT parameter. Free up value gotten from get_curr_date ().