Expand PMF_FN_* macros.
[netbsd-mini2440.git] / gnu / usr.bin / send-pr / ChangeLog
blob8def6a9c6b7e9b463636adc16d83731f165c67a6
1 Thu Aug  3 13:32:39 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
3         * Makefile.in (VERSION): Up to 3.95.
5 Wed Jul 26 18:26:31 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
7         * Makefile.in (install-gnats-dist): Also put in INSTALL and MANIFEST.
9 Mon Jul 17 10:11:11 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11         * Makefile.in (VERSION): Up to 3.93.
13         * Makefile.in (prefix): Use @prefix@, not /usr/local, for the default.
15 Thu Jul 13 13:02:52 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
17         * send-pr-el.in (gnats::position-on-field): Add new arg QUIET.
18         Only give the error if QUIET is nil.
19         (gnats::field-contents): Pass T to position-on-field.
21         * Makefile.in (VERSION): Update to 3.92.
23 Wed Jul 12 12:26:49 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
25         * Makefile.in (EMACS): Define variable to use ../emacs19/src/emacs
26         if it's there.
27         (send-pr.elc): Use that instead of just `emacs'.
29 Fri Jul  7 13:43:48 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
31         * aclocal.m4: Use AC_MSG_* for AC_LISPDIR.
32         * configure: Regenerate.
34 Thu Jul  6 19:22:53 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
36         * send-pr-el.in (gnats::get-config): Also match `.:' for NetBSD.
38 Mon Jun 12 08:32:57 1995  Brendan Kehoe  (brendan@lisa.cygnus.com)
40         * Makefile.in (stamp-gnats): Don't depend on ../gnats/Makefile.
42 Fri Mar 24 15:04:58 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
44         * aclocal.m4 (AC_LISPDIR): Tweak quoting to work with bash.
45         * configure: Regenerate.
47 Mon Feb 13 02:04:13 1995  Brendan Kehoe  (brendan@lisa.cygnus.com)
49         * send-pr.sh: Be a little more elegant about how we set LOGNAME.
51 Sun Feb 12 22:59:44 1995  Brendan Kehoe  (brendan@cygnus.com)
53         * configure.in: Only set GNATS_SITE and GNATS_ADDR if we aren't
54         given environment variables with them set.
55         * configure: Generated new one.
57 Fri Feb  3 12:10:35 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
59         * send-pr.sh: Added missing ` (backquote) to expression used to
60           determine whether TMPDIR ends in a slash.
62 Tue Jan 31 10:48:39 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
64         * send-pr.sh: Use REPLYTO instead of REPLY_TO.  Set REPLYTO to
65           LOGNAME if it is unset.
67 Fri Dec 30 16:52:40 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
69         * Makefile.in (install-norm): Stop make from printing an error
70         message of send-pr.elc does not exist.
72 Thu Oct  6 13:05:19 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
74         * send-pr-el.in (gnats::get-config): Go to point-min after running
75         the shell command on the region.
76         (send-pr::start-up): Likewise, after inserting the site template. 
78         * send-pr.sh (TMPDIR): If TMPDIR ends in a slash, cut it off to
79         avoid emacs send-pr not working.
81 Wed Oct  5 13:11:27 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
83         * send-pr-el.in (send-pr::start-up): Call insert-template instead
84         of running `send-pr -P' every time.
85         (send-pr::template-alist): Declare.
86         (send-pr::insert-template): New function.
88         * send-pr-el.in (gnats::get-config): Check get-buffer before using
89         looking-at, since shell-command-on-region wipes it out if there's
90         no output (which will be the case for variables not set in the
91         config file).
93         * send-pr-el.in (gnats::find-safe-default-directory): New function.
95 Thu Sep 29 18:37:34 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
97         * aclocal.m4 (AC_LISPDIR): Set LISPDIR using commas in the sed,
98         not slashes.
99         * configure: Generate a new one.
101 Tue Aug 30 13:55:22 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
103         * aclocal.m4: Change from Jason, to try to use PREFIX on the
104         LISPDIR if possible before going with /usr/local.
106 Mon Aug  1 11:31:47 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
108         * send-pr-el.in (send-pr::start-up): Always start at the beginning
109         of the buffer when searching for `^SEND-PR:'.
111 Sun Jul 17 19:13:17 1994  Jason Molenda  (crash@sendai.cygnus.com)
113         * categories: add `dos' for real this time.
115 Wed May 11 15:46:48 1994  Bill Cox  (bill@rtl.cygnus.com)
117         * Makefile.in: Delete install commands which attempt to
118           'chown' the script to user 'gnats', who not exist in
119           the end-user's system.
121 Fri May  6 17:40:12 1994  Jason Molenda (crash@sendai.cygnus.com)
123         * categories: add 'dos', 'gcov', 'gasp', and 'install'.
125 Thu Apr 21 12:55:52 1994  James Clark  (jjc@jclark.com)
127         * send-pr.sh (ORGANIZATION): don't use quotes in the ${ORG-"\t$ORG_C"}
128         thing.  It tickles a bug in bourne shell.
130 Wed Apr  6 17:16:28 1994  Jason Merrill  (jason@deneb.cygnus.com)
132         * send-pr-el.in (gnats::get-config): Use shell-command-on-region
133         instead of shell-command.
134         (send-pr::start-up): Ditto.
136 Wed Apr  6 17:14:36 1994  Cheryl Bien  (bien@aero.org)
138         * send-pr.sh (ORIGINATOR): Use awk instead of cut.
140 Tue Mar 22 17:12:24 1994  Jason Merrill  (jason@deneb.cygnus.com)
142         * send-pr.sh: DATADIR is under $(prefix), not $(exec_prefix).
144 Sat Jan 15 19:12:45 1994  Jason Merrill  (jason@deneb.cygnus.com)
146         * aclocal.m4 (AC_LISPDIR): Handle case where $(prefix) is not
147         specified on the command line.
149 Mon Jan 10 17:21:33 1994  Jason Merrill  (jason@deneb.cygnus.com)
151         * send-pr-el.in (send-pr:submit-pr): If called from command line,
152         save buffer on C-c C-c.
154         * send-pr.sh: Clean up template.
156         * Makefile.in, configure.in: Don't use AC_PROG_INSTALL after all.
158         * aclocal.m4 (AC_LISPDIR): Check for --with-lispdir option.
160 Fri Jan  7 11:43:02 1994  Jason Merrill  (jason@deneb.cygnus.com)
162         * send-pr-el.in (gnats:change-field): If not called interactively,
163         just use the default value.
165         * Makefile.in (uninstall): Fix.
167         * configure.in: Add call to AC_PROG_INSTALL.
169         * Makefile.in (INSTALL*): Use it.
171         * send-pr.sh: Only modify GNATS_ADDR if USER_GNATS_SITE is different
172         from GNATS_SITE.
174         * send-pr-el.in (send-pr:submit-pr): If the user ran send-pr from the
175         command line with $EDITOR == emacs, don't submit the PR here.
176         (send-pr:::spawn-to-send): Variable to control this behavior.
178 Thu Jan  6 22:51:15 1994  Jason Merrill  (jason@deneb.cygnus.com)
180         * send-pr-el.in (send-pr::fields): Default for Submitter-Id should
181         be SUBMITTER, not DEFAULT_SUBMITTER.
183         * aclocal.m4 (AC_PASSWD): New macro to figure out how to read the
184         passwd database (cat, ypcat, niscat).
186         * configure.in: Use it.
188         * Makefile.in (PASSWD, send-pr): Use it.
190         * send-pr.sh: Use it.
192 Fri Dec 10 11:48:44 1993  Jason Merrill  (jason@deneb.cygnus.com)
194         * Version 3.2
196 Thu Dec  2 09:11:40 1993  Jason Merrill  (jason@deneb.cygnus.com)
198         * Makefile.in (mostlyclean): Don't delete version.texi.
199         (realclean): Do delete version.texi.
201 Tue Nov 30 15:37:59 1993  Jason Merrill  (jason@deneb.cygnus.com)
203         * Makefile.in (install-gnats-dist): Use send-pr.1 rather than
204         send-pr.man.
206 Mon Nov 22 15:43:40 1993  Jason Merrill  (jason@deneb.cygnus.com)
208         * Makefile.in (install-gnats-dist): Make sure $(datadir)/gnats/dist
209         is writable by user gnats.
211 Fri Nov 19 16:53:53 1993  Jason Merrill  (jason@deneb.cygnus.com)
213         * send-pr-el.in (gnats::emacs-19p): Avoid confusion wrt Epoch.
215 Fri Nov 12 16:27:00 1993  Jason Merrill  (jason@deneb.cygnus.com)
217         Fri Nov 12 15:48:01 1993  "Jonathan I. Kamens" (jik@security.ov.com)
219         * send-pr.sh: Deal with categories longer than 12 chars.
221 Wed Nov  3 12:22:22 1993  Jason Merrill  (jason@deneb.cygnus.com)
223         * Makefile.in (install-tools): Always install Cygnus category list.
224         (install-categories): Always install categories as 'cygnus'.
226 Tue Nov  2 21:43:12 1993  Jason Merrill  (jason@deneb.cygnus.com)
228         * send-pr-el.in (gnats:change-field): If not currently in a field,
229         deal.
230         (gnats::current-field): Ditto.
231         (gnats::set-field): save-excursion.
232         (gnats::set-mail-field): Ditto.
234 Tue Nov  2 18:33:08 1993  Jeffrey Osier  (jeffrey@thepub.cygnus.com)
236         * .Sanitize: fix filenames
237         * Makefile.in (send-pr.info): depends on other .texi files
238         * *.texi:  more fixes to bring up to par
240 Mon Nov  1 10:05:10 1993  Jeffrey Osier  (jeffrey@thepub.cygnus.com)
242         * gnats/*.texi, send-pr/*.texi, gnats/man/*.man:  up to date
244 Wed Oct 27 18:49:39 1993  Jason Merrill  (jason@deneb.cygnus.com)
246         * Makefile.in (send-pr.info): Fix
247         (send-pr.dvi): Fix
249 Wed Oct 27 14:14:12 1993  Jeffrey Osier (jeffrey@cygnus.com)
251         * .Sanitize:  reflect new doc strategy
252         * .Makefile.in: reflect new doc strategy
253         * send-pr.texi, s-usage.texi, fields.texi, categ.texi, states.texi:
254                 The New Doc Strategy.  Some info is also included into
255                 the regular GNATS docs, so it's modular now.
257 Tue Oct 26 16:20:08 1993  Jason Merrill  (jason@deneb.cygnus.com)
259         * send-pr-el.in (send-pr:submit-pr): Use the right site
261         * Makefile.in (install-gnats-dist): Lose the -o gnats bunk.
262         Change $GNATS_ROOT/gnats-dist to $(datadir)/gnats/dist
264 Wed Oct 20 18:09:20 1993  Jason Merrill  (jason@deneb.cygnus.com)
266         * configure.in (MAIL_AGENT): Also look in /usr/ucblib.
268         * Makefile.in (uninstall): Don't use {}.
270 Tue Oct 19 14:06:56 1993  Jason Merrill  (jason@deneb.cygnus.com)
272         * Makefile.in (send-pr.el): Subst in SUBMITTER.
273         (install-gnats-dist): Make it work.
275         * send-pr.sh: On second thought, don't try to guess the FQDN at all.
277         * send-pr.sh (HOSTNAME): Massage hosts where `hostname` does not
278         produce the FQDN, but `hostname`.`domainname` does.
280         * send-pr-el.in (send-pr:send-pr): On some Emacs 18ses,
281         switch-to-buffer returns nil when it succeeds.  Ignore it.
283 Mon Oct 18 16:10:59 1993  Jason Merrill  (jason@deneb.cygnus.com)
285         * send-pr.sh: Deal with echo -n / echo \c stuff,
286         massage SunOS 4.1.3 sendmail.
287         Fix $0/$COMMAND bug in awk script.
289         * aclocal.m4: Create, with AC_FIND_PROGRAM and AC_ECHON.
291         * Makefile.in (VPATH): Add def.
292         (GNATS_ROOT, etc): Replace default values with @@ stuff.
293         (CC, RANLIB): Give default (unused) values.
294         (most targets): Change @@s to xxs.
295         (send-pr): Subst in ECHON.
296         (install-categories): Don't use -o.
298 Thu Oct 14 22:12:27 1993  Jason Merrill  (jason@deneb.cygnus.com)
300         * send-pr.sh: Don't use 'eval' when calling MAIL_AGENT, as it
301         breaks Ultrix sh and wasn't useful anyway.
303 Wed Oct 13 15:55:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
305         * send-pr.sh (GNATS_SITE): Move after config, subst in.
307         * Makefile.in (MAIL_AGENT): Add definition.
308         (SEND_PR_INSTALL): Dependencies of install.
309         (send-pr): Subst in MAIL_AGENT.
310         (install): Use SEND_PR_INSTALL.
311         (install-norm): Don't install categories file.
312         (install-categories): New target to install categories file.
313         (install-gnats-dist): Look for send-pr.texi in the right place.
314         (stamp-gnats): Deal with MAIL_AGENT and SEND_PR_INSTALL
316 Tue Oct 12 15:50:00 1993  Jason Merrill  (jason@deneb.cygnus.com)
318         * send-pr-el.in (setenv): Define for old emacses
320         Tue Oct 12 14:36:28 1993  JT Conklin  (conklin@talisman.kaleida.com)
322         * send-pr.sh (COMMAND): Add missing quote.
324 Fri Oct  1 15:06:01 1993  Jason Merrill  (jason@deneb.cygnus.com)
326         * Makefile.in (VERSION): Bump to 3.01.5
328 Tue Sep 28 13:35:45 1993  Jason Merrill  (jason@deneb.cygnus.com)
330         * Makefile.in (install-gnats-dist): Fix creation of send-pr-el.in
332         * send-pr-el.in (send-pr::start-up): Clear cruft inserted by
333         bdamaged .cshrc files
335         * Makefile.in (send-pr.elc): New target
336         (uninstall): Now does something
338         * send-pr-el.in (gnats::functionp): Fix ref to free var
340 Fri Sep 17 10:22:26 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
342         * Makefile.in (install-gnats): add missing backslash
344 Fri Sep 10 17:03:22 1993  Jason Merrill  (jason@deneb.cygnus.com)
346         * Makefile.in (Makefile): Make it work with stamp-gnats
347         (DEFAULT_RELEASE): Make more general
349 Thu Sep  9 17:58:50 1993  Jason Merrill  (jason@deneb.cygnus.com)
351         * Makefile.in: Add appropriate defaults for reporting bugs to Cygnus
352         Remove problem quotes
353         Depend on ../install.sh
355         * send-pr-el.in: Fix various Emacs 18 problems
357 Wed Sep  8 16:27:35 1993  Jason Merrill  (jason@deneb.cygnus.com)
359         * Makefile.in (install-gnats): Remove directory creation stuff
360         (install-gnats-dist): Ditto
362         * send-pr-el.in (gnats:change-field): Allow the caller to specify
363         a default value [used by update-responsible].
365 Tue Sep  7 14:12:35 1993  Jason Merrill  (jason@deneb.cygnus.com)
367         * Makefile.in (install-gnats-dist): Unset submitter for gnats-dist
369         * send-pr.sh: Made install-sid message more explicit
371 Fri Sep  3 14:10:27 1993  Jason Merrill  (jason@deneb.cygnus.com)
373         * send-pr.sh: Change $LIBDIR to $DATADIR
375         * send-pr-el.in (various): Replace libdir with datadir
376         (send-pr::start-up): Support mail-self-blind
377         (gnats::mail-position-on-field): Create field if it's not there
378         (gnats:previous-field): Check for keyword before point first
379         (gnats::looking-after): Revert from (point-marker) to (point)
381         * Makefile.in (stamp-gnats): Depend on Makefile
382         (send-pr.texi): sed(1) in version number and usage info so that
383         clients only get single texi file.
384         (various): Change $(libdir) to $(datadir)
385         (install): Default to install-gnats, since the rule checks for ../gnats
386         (stamp-gnats): Replace install dependencies
388         * send-pr.texi: Move to send-pr.texi.in, change version number to
389         @VERSION@
391 Tue Aug 31 12:02:14 1993  Jason Merrill  (jason@deneb.cygnus.com)
393         * send-pr-el.in (send-pr:submit-pr): Bury the right buffer.
394         (send-pr::fields): Move all possible values and defaults
395         into this monolithic table
396         (send-pr::start-up): Replace all the querys with a mapcar over
397         send-pr::fields
398         (gnats::competing-read-and-replace): Lose
399         (gnats::find-field): Lose
400         (gnats::position-on-field): Create
401         (gnats::mail-position-on-field): Create
402         (gnats::field-contents): Create
403         (gnats::functionp): Create
404         (gnats::field-values): Create
405         (gnats::field-default): Create
406         (gnats::field-type): Create
407         (gnats::field-action): Create
408         (send-pr::maybe-change-field): Create
409         (gnats:change-field): Create, bind to ^C^F
410         (gnats::set-field): Create
411         (gnats::set-mail-field): Create
412         (gnats:beginning-of-field): Create
413         (gnats::current-field): Create
414         (gnats::after-keyword): Fix doc string
415         (gnats::patch-exec-path): Don't use send-pr::err-buffer-name
416         (gnats::get-value-from-shell): Ditto
418 Fri Aug 27 08:34:58 1993  Jason Merrill  (jason@deneb.cygnus.com)
420         * send-pr-el.in (gnats::*-keyword): Add grouping
422         * send-pr.sh: Accommodate shells that don't support functions.
424         * send-pr-el.in (send-pr:submit-pr): Fix behavior on send
426 Thu Aug 26 14:31:21 1993  Jason Merrill  (jason@deneb.cygnus.com)
428         * send-pr-el.in (send-pr::set-sites): Use send-pr:libdir, not
429         gnats:libdir.
430         (send-pr::start-up): Put buffer in send-pr-mode.
431         (send-pr:submit-pr): Make sure err-buffer exists before trying to
432         use it.
433         (send-pr:send-pr-mode): Allow whitespace after keyword in
434         paragraph-separate
436         * send-pr.sh (MAIL_AGENT): Use /usr/lib/sendmail rather than /bin/mail
437         (ORIGINATOR): remove $TEMP when done
438         (die): New function to massage buggy Sun sh
439         (EXIT_STATUS): New variable to massage buggy Sun sh
440         Don't parse To: and CC: headers any more
441         Check for failure of MAIL_AGENT 
443 Tue Aug 24 16:57:13 1993  Jason Merrill  (jason@deneb.cygnus.com)
445         * send-pr-el.in (send-pr:libdir): Use @'s, be const
446         (send-pr::categories): Remove
447         (send-pr:::categories): Add (buffer-local)
448         (send-pr::category-alist): Add
449         (send-pr:::site): Add
450         (send-pr::set-categories): Support multiple sites
451         (send-pr::sites): Don't update without arg
452         (send-pr::pr-buffer): Add -name to end, fix refs to use buffer
453         (send-pr::err-buffer): Ditto
454         (send-pr:send-pr): Always use site name, only ask about erasing
455         report if it's been modified.
456         (send-pr::start-up): Check for errors from send-pr -P
457         Don't kill random buffers
458         Remove useless progn
459         (gnats::completing-read-and-replace): Fix doc string
460         (gnats::set-variable-from-shell): Change to get-var...
461         Check for errors
463         * send-pr.sh (GNATS_ROOT): Put definition on newline so configure
464         can find it
465         Ask user whether or not to send the PR even if it's valid
467 Mon Aug 23 12:31:00 1993  Jason Merrill  (jason@deneb.cygnus.com)
469         * send-pr-el.in (gnats::releases): Use send-pr:default-release
471         * send-pr.sh (LIBDIR): Try looking under GCC_EXEC_PREFIX for
472         the gnats stuff if it's not in the right place
473         Move up TMPDIR stuff so the ORIGINATOR stuff can use $TEMP
474         Remove 'g' from COMMAND sed pattern
475         Remove 'p' from options list
477         * send-pr.input: Fix C-u M-x send-pr description
479 Fri Aug 20 20:34:12 1993  Jason Merrill  (jason@rtl.cygnus.com)
481         * send-pr.sh: Add long options, add -h, remove -p and -r
483 Thu Aug 19 14:59:24 1993  Jason Merrill  (jason@deneb.cygnus.com)
485         * send-pr-el.in (gnats::push): Move from gnats-el.in
487         * Makefile.in (send-pr.el): Subst in $(libdir) and $(GNATS_SITE)
489         * send-pr-el.in (send-pr:default-site): Create
490         (send-pr:send-pr): Ask for site name if arg
491         (send-pr::start-up): Use site name if non-nil
492         (send-pr::set-sites): Create list of known sites from listing of
493         LIBDIR/gnats
495         * send-pr.sh (ORIGINATOR): Remove ''s around ^$LOGNAME
496         Redirect stderr from ypcat to /dev/null
497         Use $TEMP as a temp file to avoid quoting problems
499         * Makefile.in (send-pr): Subst in $(SUBMITTER)
500         (stamp-gnats): Ditto
502         * send-pr.sh (SUBMITTER): Get substed
504         * send-pr-el.in (gnats::get-config): Trim newline from echo output
505         rather than using non-portable -n switch
506         (send-pr:submit-pr): Indicate when send-pr is done
508 Wed Aug 18 15:14:22 1993  Jason Merrill  (jason@deneb.cygnus.com)
510         * send-pr-el.in (send-pr-mode-map): Move setup into defvar
511         Reorganize namespace (put some things under send-pr:, others
512         under gnats:)
513         (send-pr:start-up): Use mail-default-reply-to
514         (send-pr:submit-pr): If in a Server buffer, do server-buffer-done
515         rather than spawning another send-pr.
516         (gnats::get-config): Add, use
517         Juggle contents of send-pr.el and gnats.el to avoid duplication
518         and name clashing (like with gnats-set-categories)
519         (gnats::set-variable-from-shell): kill the buffer when done
521         * send-pr.sh: Don't complain about $SUBMITTER if using -f
522         Fix typos
524 Tue Aug 17 19:31:27 1993  Jason Merrill  (jason@deneb.cygnus.com)
526         * send-pr.sh: Don't loop if called from Emacs
528 Mon Aug 16 14:59:29 1993  Jason Merrill  (jason@deneb.cygnus.com)
530         * Makefile.in (send-pr.el): Substitute in GNATS_ROOT
532         * send-pr-el.in (send-pr-start-up): Set $GNATS_ROOT to GNATS-ROOT
533         Add definition of GNATS-ROOT
535         * send-pr.sh: Use GNATS_ROOT in the environment
537 Fri Aug 13 12:00:16 1993  Jason Merrill  (jason@deneb.cygnus.com)
539         * send-pr.sh: Fix grammar in send-pr template
541         * install-sid.sh: Change grep -s to grep > /dev/null for greps
542         that just don't shut up (i.e. POSIX)
544 Tue Aug 10 13:25:35 1993  Jason Merrill  (jason@deneb.cygnus.com)
546         * send-pr-el.in (send-pr-mode): Change paragraph-separate and
547         paragraph-start to include "^>[-A-Za-z]:" (PR 3166)
549 Mon Aug  9 15:37:00 1993  Jason Merrill  (jason@deneb.cygnus.com)
551         * send-pr.sh: Added >Fix: field (re PR 1310)
552         If errors are found, allow user to edit PR again.
553         Remove [ -z $FORCE ] since $FORCE appears nowhere else
554         Add contents of CC: field to $GNATS_ADDR before sending (PR 2298)
556 Wed Aug  4 20:33:50 1993  Jason Merrill  (jason@deneb.cygnus.com)
558         * send-pr.sh: Snarf configuration from GNATS_ROOT/gnats-adm/config
559         if it exists.
561         * install-sid.sh: Fixed startup so that calling with no arguments
562         will print usage info and exit
563         Added --version switch
565 Thu Jul 22 17:00:14 1993  Jason Merrill  (jason@wahini.cygnus.com)
567         * Makefile.in (install-gnats-dist): now depends on `info' target,
568         installs send-pr.info* rather than just send-pr.info
570 Wed Jul 21 19:14:30 1993  Jason Merrill  (jason@wahini.cygnus.com)
572         * Makefile.in (install-gnats-dist): remove $(srcdir)/ before
573         send-pr.info so other-dir installs work.
575 Tue May 18 21:45:45 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
577         * Makefile.in: remove all traces of send_pr and install_cid
579 Fri Apr 30 08:42:33 1993  Ian Lance Taylor  (ian@cygnus.com)
581         * Makefile.in (check, installcheck): New, empty, targets.
583 Tue Apr 13 16:52:24 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
585         * Makefile.in (all-gnats): Add rule, same as install-norm; hack for
586         now to make top-level builds work that don't pass GNATS=foo down
587         because they don't need all of GNATS.
589 Wed Apr  7 13:41:04 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
591         * send-pr.sh (ORGANIZATION): If they don't have an ORGANIZATION
592         environment variable, then try for DEFAULT_ORGANIZATION, then
593         $HOME/.organization, before going for their .signature.  
595         * Makefile.in (install-sid): Use `tmp-inst-sid' instead of
596         `tmp-install-sid' to avoid filename length limits.
597         (DEFAULT_ORGANIZATION): New variable.
598         (send-pr): Substitute it.
599         (stamp-gnats): Substitute DEFAULT_ORGANIZATION in.
601 Tue Mar 30 16:00:01 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
603         * send-pr.sh (PRINT_INTERN): Add missing `$'.
605 Mon Mar 29 16:46:22 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
607         * install-sid.sh (traps): Add them in.
609 Thu Mar 25 17:01:43 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
611         * send-pr.sh (ORIGINATOR): Look in the NIS maps if they've got
612         them.  In any case, strip off anything following a comma, since
613         they might have phone nos or other info.
615 Wed Mar 24 17:56:15 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
617         * Makefile.in: define MAKEINFO, define & use TEXI2DVI
619 Fri Mar 19 17:44:01 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
621         * send-pr-el.in (send-pr-start-up): Check that send-pr-mode worked
622         (aka, running send-pr worked).
623         (send-pr-mode): Make sure the category list was set.
624         (gnats-set-variable-from-shell): Instead of using a temp buffer,
625         refuse to continue if send-pr couldn't give us a valid categories
626         list.  This will change when the send-pr and gnats elisp stuff are
627         rationalized properly.
629         * send-pr.sh (editing the PR): Use EDIT, not EDITOR.
630         (SUBMITTER unknown): Fix the message.
632 Mon Mar 15 14:31:58 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
634         * send-pr.sh (FROM, REPLY_TO): Check for LOGNAME then USER.
636 Sat Mar  6 15:26:37 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
638         * send-pr.elisp: Rename to send-pr-el.in.
639         * Makefile.in: Do so throughout.
641         * Makefile.in (clean): Also delete send-pr.elc.
643 Thu Mar  4 11:35:29 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
645         * send-pr.sh (TMPDIR): Wrap with quotes in the test for it not
646         being set.
648 Thu Mar  4 09:58:31 1993  Ian Lance Taylor  (ian@cygnus.com)
650         * Makefile.in (install-info): New target.
652         * Makefile.in (install): Ignore error from chown.  Get categories
653         file from $(srcdir).
655 Wed Mar  3 07:43:07 1993  Ian Lance Taylor  (ian@cygnus.com)
657         * Makefile.in (send-pr.info): Added -I$(srcdir).
659 Sat Feb 27 22:46:09 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
661         * Makefile.in (install): Use $(GNATS).
662         (install-norm): Most of the install rule.
663         (install-gnats-dist): The rest of it.
664         (install-tools): New rule, just run install-norm.
665         (install-gnats): The default, run both install-norma nd
666         install-gnats-dist.
668 Wed Feb 24 17:19:57 1993  Jeffrey Osier  (jeffrey@fowanton.cygnus.com)
670         * send-pr.in->send-pr.input:  so it's not erased with make clean
672 Tue Feb 23 15:40:14 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
674         * Makefile.in (install): Change ownership of files installed to gnats.
676 Tue Feb 23 15:30:01 1993  Jeffrey Osier  (jeffrey@fowanton.cygnus.com)
678         * send-pr.texi:  use send-pr.in
680         * send-pr.in:  New file (included by send-pr.texi and gnats.texi)
682 Tue Feb 23 10:45:34 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
684         * Makefile.in (install): Chown $(libdir)/gnats to gnats.
686 Mon Feb 22 13:26:18 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
688         * Makefile.in (install): Install send-pr.1.
690         * Makefile.in (install): Drop in the things for gnats-dist.
692 Mon Feb 22 01:45:16 1993  Jeffrey Osier  (jeffrey@fowanton.cygnus.com)
694         * send-pr.man:  semi-major cleanup effort.. now in beta
696 Mon Feb 22 01:22:48 1993  Jeffrey Osier  (jeffrey@fowanton.cygnus.com)
698         * INSTALL:  now in beta
700 Sun Feb 21 23:25:49 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
702         * Makefile.in (install): Create the parent of lispdir first.
704 Sun Feb 21 17:07:56 1993  Jeffrey Osier  (jeffrey@fowanton.cygnus.com)
706         * send-pr.texi:  more minor tweaking, added portability note
707         * send-pr.man:   ditto
709 Sun Feb 21 16:11:08 1993  Jeffrey Osier  (jeffrey@fowanton.cygnus.com)
711         * send-pr.texi:  minor install cleanup
712         * MANIFEST:  New file.
713         * INSTALL:   New file.
714         * README:    Major revision.
716 Sat Feb 20 23:47:02 1993  Jeffrey Osier  (jeffrey@fowanton.cygnus.com)
718         * send-pr.texi:  added new alias info
720 Sat Feb 20 20:46:23 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
722         * send-pr.sh: Set `From:' and `Reply-To:'.
724         * Makefile.in (send-pr): Depend upon Makefile, to catch variable
725         changes.
726         (install-sid, send-pr.el, send-pr.1): Likewise.
728         * install-sid.sh: Copy TMP into the send-pr script, so we don't
729         break the link we made to send_pr.
731         * send-pr.sh: Given an argument, send to the alias `foo-gnats'.
733         * Makefile.in (clean): Also remove stamp-gnats.
735 Sat Feb 20 19:15:00 1993  Jeffrey Osier  (jeffrey@fowanton.cygnus.com)
737         * send-pr.texi:  recent update, removed installation information
738           and added a line regarding (autoload) for Emacs version
739         * send-pr.info:  same update
741 Sat Feb 20 18:44:09 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
743         * Makefile.in (gnats-build): Changed to depend upon stamp-gnats.
744         (stamp-gnats): New rule, with body of what was in gnats-build.
746 Sat Feb 20 18:37:33 1993  Jeffrey Osier  (jeffrey@fowanton.cygnus.com)
748         * send-pr.texi:  added install information
749         * send-pr.info:  New file.
751 Sat Feb 20 14:16:56 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
753         * Initial entry for GNATS 3.0.
756 Local Variables:
757 mode: indented-text
758 left-margin: 8
759 fill-column: 74
760 version-control: never
761 End: