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 query.c Date: Mon, 14 Feb 2000 15:58:00 -0000 Message-id: <20000214235850.11898.qmail@sourceware.cygnus.com> X-SW-Source: 2000/msg00044.html List-Id: CVSROOT: /cvs/gnats Module name: gnats Changes by: bmanson@sourceware.cygnus.com 00/02/14 15:58:50 Modified files: gnats : ChangeLog edit.c query.c Log message: * query.c (parseQueryFormat): Make sure the list of fields ends up in the correct order. * edit.c (addAuditEntryP): New function. (processPRChanges): Ignore the case where a field isn't present in the new PR but did in the old, and field is readonly; we set the new PR's field to have the same value as the old one. (edit_field): Use append_string () instead of the macro. (applyChangeAction): Don't handle adding audit-trail entries here... (applyChangeActions): Do it here instead; we can also check for a global "add audit trail entries" action.