home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / graphics-0.17 / xplot / ChangeLog < prev    next >
Encoding:
Text File  |  1991-03-14  |  2.7 KB  |  77 lines

  1. Thu Mar 14 17:36:26 1991  Richard Murphey  (rich at omicron)
  2.  
  3.     * Imakefile: Richard Roy <dick@isl.stanford.edu>
  4.     adds alabel.o to OBJ and alable.c to SRC.
  5.  
  6. Mon Mar 11 11:05:05 1991  Richard Murphey  (rich at kappa)
  7.  
  8.     * xplot.c: use getopt. added +catch-sighup and
  9.     +dont-fork options.  This required moving the `signal()'
  10.     to follow the option parsing.  Are there cases where
  11.     the signal needs to be ignored sooner? Version 0.4
  12.  
  13. Sun Mar  3 15:09:49 1991  Richard Murphey  (rich at kappa)
  14.  
  15.     * alabel.c: load the default font if a named font does not
  16.     exist in the server. This is version 0.3
  17.  
  18. Sat Nov 10 10:44:59 1990  Richard Murphey  (rich at kappa)
  19.  
  20.     * xplot.c: added program name to error message.
  21.  
  22. Wed Oct 17 22:02:32 1990  Richard Murphey  (rich at tahomah)
  23.  
  24.     * xplot.c: fixed font resource bug in fallback_resources.
  25.     Thanks to David W. Forslund <dwf%hope.ACL@lanl.gov> for catching it!
  26.     * xplot.c, Makefile: added -v option which reports the version
  27.     number. This is version 0.2.
  28.  
  29. Thu Sep 13 12:40:22 1990  Richard Murphey  (rich at kappa)
  30.  
  31.     * rewrote the X initialization code in openpl again in order to
  32.       avoid the bug in the Sun4 SunOS 4.1 kernel.  This time we
  33.       are reading the whole plot file into a buffer befor opening
  34.       any windows.  That seems to help.  It still needs to handle
  35.       resize events.
  36.  
  37. rich@rice.edu 7/29/89
  38.  
  39. * added file alabel.c containing plot functions for extended plot file
  40.   format.
  41.  
  42. * changed label so that it calls alabel.
  43.  
  44. * added extensions to the main loop which reads in the plot file.
  45.  
  46. * added the `-debug' option.  The output is similar to the output
  47.   of plottoa. So, except for the extensions we should be able to
  48.   filter the output with /usr/bin/atoplot and then other plot filters
  49.   to make debugging easier.
  50.  
  51. rich@rice.edu 8/13/90
  52.  
  53. * rewrote much of the X initialization code in openpl in order to
  54.   avoid what seems to be a bug in the Sun4 SunOS 4.1 kernel.  If xplot
  55.   crashes the OS with `bad trap' and `data fault' messages, you have been
  56.   bit by this bug.
  57.  
  58. * changed from a label widget to a command widget.  This makes naturally makes
  59.   the left button `QUIT' -- exit and close the window.
  60.  
  61. * keep all of the input read from stdin in a buffer.  Later on we can
  62.   add a resize method which redraws the window using this data.
  63.  
  64. * Use XClearWindow after reaching the end each pipe full of data and after 
  65.   the pipe is closed to force the display to expose all newly drawn lines and
  66.   text in the pixmap.
  67.  
  68. * fork() after the end of file is reached, so that the parent process
  69.   can continue while the window stays on the screen.
  70.  
  71. ----------------------------------------------------------------
  72. ACKNOWLEDGEMENTS:
  73.  
  74. This program was originally written by Arthur Smith.
  75.     (arpanet)  arthur@helios.tn.cornell.edu
  76.     (bitnet)   arthur@crnlassp
  77.