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-pr.sh query-pr.c qu ... Date: Thu, 23 Mar 2000 20:40:00 -0000 Message-id: <20000324044051.23673.qmail@sourceware.cygnus.com> X-SW-Source: 2000/msg00108.html List-Id: CVSROOT: /cvs/gnats Module name: gnats Changes by: bmanson@sourceware.cygnus.com 00/03/23 20:40:51 Modified files: gnats : ChangeLog edit-pr.sh query-pr.c query.c Log message: * query.c (format_pr_field): Add support for %{strftime-format}D, to make formatting dates more flexible; you can even say "%{strftime-format}-8D" etc. (process_printf_format): Detect the %{ and skip over to the matching }. * edit-pr.sh: Need to process the pre-changed PR template with $fixfil before comparing the two to see what fields changed. * query-pr.c: Fixed typo in builtin queries. Added "deprecated" warning.