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 cmds.c edit.c pr.c Date: Mon, 14 Feb 2000 18:10:00 -0000 Message-id: <20000215021028.12588.qmail@sourceware.cygnus.com> X-SW-Source: 2000/msg00046.html List-Id: CVSROOT: /cvs/gnats Module name: gnats Changes by: bmanson@sourceware.cygnus.com 00/02/14 18:10:27 Modified files: gnats : ChangeLog cmds.c edit.c pr.c Log message: * pr.c (field_value): Always return NULL if the field doesn't exist and it doesn't have a default value; don't arbitrarily put an empty value in the PR field. If the field is a date field and its index entry contains a 0, return NULL instead. (Date values are still busted, but this is less busted now.) * edit.c (validateFieldValue): Handle a non-existent field value when verifying regexps. (processFieldChange): Add the old and new field values to the read-only error message. * cmds.c (print_server_errors): Don't handle any errors specially, since the error message is always filled in now.