Tue Sep 1

  slight changes to log.c

Mon Aug 31

  fixed bug in make_token_list()

  finally fixed stupid 8-bit color bug by removing a gtk_style_unref which
  should never have been there.
  
Fri Aug 27

  added stuff for solving equation intercepts and axes intercepts

Sat Aug 22

  some cosmetic changes

  added some more sanity checks to prefs.c
  
  fixed obscure bug that occured if ranges were invalid and geg was resized

Fri Aug 21

  changed a few gtk_widget_show calls to gtk_widget_realize such that
  pixmaps could be created before showing the window
  
  added exit button

Thu Aug 20

  fixed bug that caused the spacing to change when the graph was resized

  changed 'integer' and 'pi' to 'radian' and 'decimal' (thanks JA)

Wed Aug 19

  fixed stupid bug that showed x and y the same in status

  version 0.05 released

Tue Aug 18

  added negation to parser
  
  fixed segv when new is clicked twice
  
  fixed compilation problems on some systems
  
  fixed resize bug that caused infinite loop on GTK+-1.0.x
  
  changed entry into a combo box
  
  menu bug in "New All" fixed

Sun Aug 16

  crosshair cursor for drawing area

Sat Aug 15

  ?fixed? the 8-bit bug

  changed the draw_axes routine to a cool new auto numbering thingy..

  added options for integer/pi spacing
 
Wed Aug 12

  fixed bugs with displaying the drawing area on startup

  startup displays faster, with less window resizing

  new button clears the log now, and sets focus to eq_en

Tue Aug 11

 version 0.02 released

 function strings now appear in the drawing area

 colors cycle through a set of equally-hue-spaced colors when drawing functions

 erase dialog uses same colors as the functions themselves

 can choose color of numbers

Mon Aug 10

 fixed a bug in selecting areas with the mouse not in the drawing area

 added interpolation option, to help overcome Nyquist. defaults to 0 (off)

 added abs to the list of functions

 now the function appears in the log when it is entered

Sun Aug 9

 fixed a bug in the selecting of areas and a bug in the conversion of values

Fri Aug 7

 version 0.01 released

