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 adm.c adm.h builtin-fiel ... Date: Fri, 10 Dec 1999 17:25:00 -0000 Message-id: <19991211012511.13065.qmail@sourceware.cygnus.com> X-SW-Source: 1999/msg00119.html List-Id: CVSROOT: /cvs/gnats Module name: gnats Changes by: bmanson@sourceware.cygnus.com 99/12/10 17:25:11 Modified files: gnats : ChangeLog adm.c adm.h builtin-fields.h client.c cmds.c edit.c fconfig.y field.h file-pr.c gnats.h index.c index.h misc.c pr-edit.c pr-init.c pr-stat.c pr.c pr.h query-pr.c query.c query.h Log message: * pr.c (newFieldDef, freeFieldDef, freeStringList, freeFieldList, freeFieldEdit, clearFieldList, freeInputTemplate): New functions. * pr-edit.c (main): Removed -F option. * index.c (indexEntry): Added nextPR member. The index chain is now kept as part of the PR's index. (check_pr_chain, free_pr_chain, init_index, get_pr_chain, free_curr_pr_chain, replaceCurrentPRInIndex, get_next_pr): New functions, or moved from pr.c. * field.h: Moved PR_FieldType and SearchType here. * edit.c (replace_pr): Removed force argument. (rewrite_pr): Ditto. (processPRChanges): New function. * client.c (sendRemoteListQuery): New function. (sendRemoteQuery): Renamed from send_remote_query(). Moved list functionality into sendRemoteListQuery(). * adm.c (freeAdmFieldDesc, freeAdmEntryChain): New functions.