
980913	In free_window: don't hide plugins after the buffers are freed.

980912	Removed most of the XBM files in common/bitmaps. New Imakefile
	gives better control over what is installed where.

980911	Use XPM pixmaps for the toolbar icons.

980910	In slibu.c: don't reinvent usleep for Solaris.
	New standout action for the menus and buttons: change shadow
	width rather than background colour. Doesn't work with plain
	Athena widgets, but I don't want to be restricted to features
	supported by that widget set unless absolutely necessary.
	The standout code is just cosmetics so it doesn't matter much.
	New hsep widget separates the groups on the main form.

980908	Rearranged the menus to take advantage of submenus. Also added
	lots of new stuff that wouldn't fit before.

980906	Removed arbitrary limit to the number of menus. Added submenus.
	New SIOD functions add-submenu and add-submenuentry.

980831	Don't link with Xaw3d and Xaw at the same time (makes Solaris
	linker spew warnings).

980829	Set default cell width, height and format from the menu.

980827	Autoscroll the grid when selecting outside the window.

980820	Removed most SIOD configuration items from topdir.mk.

980817	New keybindings: all digits that are not assigned to something
	else in keytable.scm invoke edit-expression, using itself
	as the first character in the new expression. All alphabetic
	characters that are not assigned in keytable.scm invoke
	edit-label in a similar fashion. Long on the wishlist.

980816	New TextentryWidget replaces all AsciiTextWidgets. Automatic
	scrolling is included in the features.

980815	In place editing by using a text widget as a child inside the
	grid.

980810	Released 3.0.

980731	More toys in the file selector, including online help. Improved
	1-2-3 format so it understands formats and saves properly.

980729	New features in the file selector: type directory name in the
	filename widget. Dirname widget is now a menu for parent dirs.

980728	Image plugin displays most image formats.

980724	Updated man page.

980723	Right mouse button in the grid pops up a shortcut menu.

980723	Change to the plugin protocol: new command WIN tells the plugin
	to print its toplevel window id on stdout. This is *much* better
	then using the name for identification, because it is certain
	to be unique. It is also faster, because there is no need to
	search the window tree.

980722	New option -gridonly makes Siag run with only the grid widget,
	to make it more useful as a plugin.
	Personal config file moved from $HOME/.siagrc to $HOME/.siag/siag.scm.

980721	New option -plugin makes Siag behave as a plugin: takes commands
	from stdin and does not set window name.

980719	Structured file format: a document with plugins is saved as a
	single file. I use tar for this, so the result can be untarred.
	The main document is INDEX.siag, which is of the old flat format.
	Documents without plugins is always saved in the flat format.

980719	Plugins, i.e. other X applictions that are captured live and
	reparented to the grid! Works great for many of those I have tried.
	Example of a plugin is in the new "plugins" directory.

980716	New composite Siag widget replaces the Form widget.

980715	Added another configuration item SIAGDOCS to topdir.mk. This is
	to make life easier for people making binary packages.
	All docs and examples moved to SIAGDOCS. Installation script
	updated to reflect the change.

980711	Changed default expression interpreter from SIOD to C.

980706	Moved signal handling to common.c, where it can be used by all
	three programs.

980705	Moved the siaghelp script to common/docs and made it
	(i.e. Netscape) the default help browser.

980701	Moved icon.[ch] to xcommon. XPM no longer optional.

980629	Bundle Siag, PW and Egon as a package called Siag Office with
	version number 2.80. I'm mainly doing this to adjust to
	reality; they have already been bundled for months.

980514	More bugfixing. Removed the requirement to use MD5 in SIOD.
	Install support files in /usr/local/lib/siag. Updated manpage!
	Version 2.73.

980513	Fixed a few places where functions returned 0 instead of cval.
	Found by Grzegorz Mucha. Version 2.72.

980318	Save in wk1 format. Increased max number of formats to 20.

980317	Load Lotus 1-2-3 (*.wk1) format. Cleverly rewrites the postfix
	formulas into Scheme prefix notation.

980307	Added toplevel Imakefile, which should simplify installation.
	SIAG, PW and Egon are now distributed together, also to simplify.
	Installation can now be done to a separate directory.
	Version 2.70.

980124	Increased SIOD heap size made plotting work again. Removed a bug
	which made gridline changes hang after the block had been unset.

980123	Added the (smart-fill-block) function contributed by
	John Jones. Release 2.64.

980122	Moved all keybindings from app-defaults to the file keytable.scm.
	This way the same set of keybindings can be used by siag, gsiag
	and tsiag. New function (add-keybinding "key" "command") added
	to set up the keybinding table.

980122	(scroll-up) and (scroll-down) had mysteriously reversed their
	meaning, compared to Emacs. Reversed them back again along with
	the keybindings, so that the user interface is unchanged.

980108	Gsiag: list selector, better focus control, XPM toolbar button
	icons, eliminated compile warnings, arrow keys, changed paned
	widget to vbox.

980107	File selector and string input work for gsiag, making that version
	usable. Still ugly, though.

980105	Alpha version of Siag for Gtk. Release 2.62.

971225	Use strftime for date and time, as suggested by Dag Nygren.
	New file formats: tbl and LaTeX tables.
	Removed incorrect termination condition in pr_scr.
	Proper select_from_list in tsiag. Release 2.61.

971221	Curses version of siag finally operational, if not bug free.
	Call it tsiag ("Text Siag") and release 2.60.

971119	Broke out X dependent code into its own "xsiag" directory,
	in the hope that this will make writing alternative user
	interfaces easier.

971110	Code cleanup and updates to PW and Egon. Version 2.55.

971102	Property with key "startup" is automatically run as startup code
	when a document is loaded. Form interface to properties.

971102	Use properties to customize Postscript output:
	ps_paper_width, ps_paper_height, ps_top_margin, ps_left_margin,
	ps_right_margin, ps_bottom_margin, ps_page_header, ps_page_footer

971101	Messed up Chimera again to make the new version look
	more like Siag.
	Added property list to the buffer structure. That way
	arbitrary (text) data can be associated with a document
	and loaded and saved together with it.

971030	Try to guess file format when loading and saving.
	Handle XA_STRING selection target type.
	Adjust cell size using the pointer by dragging borders in
	the colnum and rownum widgets.
	Upgraded Chimera to version 1.70p1.
	Release Siag 2.53.

971029	Made sure that when the grid widget changes top, the changes
	are propagated to the window structure and also to the
	colnum and rownum widgets.
	New siag-highlight and siag-unhighlight actions replace
	the standard highlight and unhighlight actions for command,
	menu and toggle buttons. Highlights the background instead
	of drawing a black border around the widget.
	Wait half a second before popping up the help box.

971027	Removed div by zero hazard from [vh]scroll_scroll in main.c
	Release 2.52.

971026	cmds.c tried to fit the width of a nonexisting block.
	Redraw immediately when losing the selection.
	Improved coordinate calculation functions in Table widgets.

971025	Updated the docs somewhat, then ship 2.51!

971024	Try to apply a little common sense to huge selections:
	ins_format refuses to change the format of unallocated
	cells other than changing the borders.

971024	New function (unset-block) disowns the selection. Bound to
	Shift-space and also on menu Block - Unset Block.

971024	Optionally ask for confirmation when overwriting an
	existing file. This annoying behaviour can be turned on
	with the new command (confirm-overwrite 1) and back off
	with the command (confirm-overwrite 0).

971021	Single-level undo. Added functions to matrix.c:
	undo_save(buffer *b, int r1, int c1, int r2, int c2)
		Called before any destructive command.
	undo_restore(buffer *b)
		Puts back whatever was stored by undo_save.
	Not quite finished, but better than nothing.

971020	Made selection work for all interpreters, not just C and SIOD.

971019	New siag-net function starts up a TCP-based server which
	understands the following commands:
	GET r1 c1 r2 c2
		Reads one label per line and inserts them into r1c1..r2c2
	PUT r1 c1 r2 c2
		Prints contents of r1c1..r2c2 with one label per line
	QUIT
		Exit the server and return to Siag
	Source in examples/siag-net.scm.

971016	Write ranges of cells as R1C2..R3C4. This is translated into
	"'RANGE 1 2 3 4" before being passed to the interpreter. The
	RANGE is used to show that this is a reference, not a value.
	It is then up to the called function to handle it, if it can.
	New functions r_sum, r_min, r_max and r_avg handle ranges.

971012	Visicalc style (R1C1) references added to all interpreters
	except Tcl, after a suggestion by Daniel Risacher.
	Accept leading 0 in decimal numbers in ci.c.
	Evaluate unknown identifiers using SIOD in ci.c.
	Hack in ci.c to evaluate functions using SIOD.
	Update references when cells are moved. Version 2.50

971010	Improved error handling in the C interpreter. Credit goes to
	Daniel Risacher for noticing it wasn't done properly.

970915	Improved memory mamagement. Removed arbitrary limits on strings
	and added checking to avoid surprises. Siag now handles strings
	containing millions of characters.

970915	Save the whole document, rather than just the first column.
	Version 2.42.

970913	Yipes! String expressions interfered with GC to make the result
	completely unpredictable. Fixed. Version 2.41.

970912	Got rid of the stringpool. Improved memory handling by not
	allocating space for cells until they are actually used.
	Increased the maximum grid size to a whopping 100000x100000.
	Look out for bugs, because this required major recoding!
	Version 2.40.

970910	Display images correctly in the Table widget. FILENAME_MAX changed
	to 1024 everywhere. Made images work even for ancient X versions.
	Made asinh, acosh, log1p optional. Scrapped makemathwrap.
	Imakefile for SIOD.
	Compiles out of the box on Linux, SparcLinux, Solaris and HP/UX.
	Version 2.30.

970909	HP port, courtesy of Emmanuel Bigler.

970908	Don't display caret in fsel_dirtext.

970908	Initialize name before calling fsel_input in main.c

970907	New function (data-entry) to edit a record, move to the next
	and edit that until Cancel. Bound to 'e' in Siag.ad.

970907	Use XawSetScrollbarThumb rather than XtSetValues.
	Eliminates flicker and voodoo.

970906	Added the R and C variables to the SIOD interpreter as well.

970906	Removed redundant functions from makemathwrap: acos, asin,
	atan, cos, exp, log, sin, sqrt, tan, atan2, fmod, pow.
	SIOD handles them itself.

970906	Don't set the point out of bounds when clicking in the table
	widget.

970906	Added functions to the Tcl interpreter: row(), col(),
	get_cell() and sum(). Also variables $R and $C for row and col.

970815	Use the Table widget for the grid as well.

970813	New Table widget for column numbers, row numbers and grid.
	Moved the widget to ../common/Table*.[ch]

970807	Allowed range for cell width and height changed to [5..500].

970729	Updated documentation and broke out common parts into common/docs.

970728	Broke out common code into subdir common.

970718	Added embedding. V 2.23.

970709	Synchronize version numbers with pw. New version 2.22.

970702	Improved integration between interpreters by adding cross-calling
	capabilities. (exec-expr intp cmd) can be called in SIOD, Guile
	or Tcl, where intp is the name of the interpreter and cmd is a
	command to execute.

970701	Threw in Tcl for good measure. This is great fun! Version 2.2,
	the first available number greater than 2.01 (Guile alpha) and
	2.10 (second Guile alpha, not released).

970701	Added Guile as interpreter, so that it is now an official part
	of the main development branch.

970630	The index to stringpool in the matrix structure was short!!!
	No wonder text handling was flaky. Changed to unsigned long.
	Also matrix.c was virtually void of range checks on row and col.

970630	Broke out C expression evaluator into its own module ci.c and
	created a framework for having many independent interpreters.
	Breaking out the SIOD stuff will take some time, it's scattered
	throughout the C code. Extended the file format in a way that is
	backward compatible for SIOD and C (anything more is impossible).

970630	Having both kinds of help texts at the same time as default
	was kinda obnoxious so I changed it to 2. Also added menu entry
	to turn it off.

970629	Use yellow popups for the help text instead of using label1.
	Because this is annoying in the long run, I also made a function
	to select how to display the help. (helptext-mode mode) where
	mode is 0 for none, 1 for label, 2 for popup and 3 for both.
	Version 1.63.

970627	Use unhighlight() instead of reset() for the buttons. This is
	important for the toggle buttons, because reset() unpresses them.

970627	Buttons, buttons everywhere! A new format bar with menus for
	font family, size, style and colour, and buttons for bold, italic,
	left adjusted, centered and right adjusted text. The new controls
	affect the block if point is inside it, otherwise only the
	cell under point. Version 1.62.

970626	New mode 3 for block-borders makes the block underlined.
	Toolbar buttons to call block-borders with the four modes.

970626	A new text input widget is used for ask-for-str, rather than
	a popup. Much nicer; this was the way it worked in the
	Xlib version.

970624	Fixed a couple of null pointers in forminput.c.

970624	Linked with Xaw95; looks very nice. Changes in main.c:
	Removed the "box" form and put menu and toolbar buttons directly
	under the "topbox" form. Changed fonts and removed unused lines
	in Siag.ad.

970618	Fixed the case when the siag directory is a symbolic link (main.c)
	Upgraded GPL to version 2. Added documentation for the form stuff.

970614	Moved action initializations for ask-for-str and fsel_input
	away from main.c and made them static.

970614	Set keyboard focus in activate_window() and in all the
	dialog boxes, including forminput. Made keyboard traversal
	with Tab, ^N and ^P work.

970614	Moved fonts.[ch] into the main directory and got rid of "xstuff".

970524	Form input (forminput.c and form.scm) is now useful. Wrote a
	simple data entry module (data.scm) to make use of it.

970519	Changed the Makefiles to use SIAG_HELP and SIAG_HOME to avoid
	confusing them with the environment variables SIAGHELP and
	SIAGHOME during compilation. Also added a hack to main.c
	to locate siag.scm manually if all else fails. Version 1.57.

970519	Set SIAGHELP and SIAGHOME from main.c using a simple (define ...)
	instead of using (getenv ...) from siag.scm. This removes the
	requirement to define SLIBU if SIAGHOME is not /usr/local/siag.

970508	Implemented a simple form which can be called from C or Scheme
	and return entered data in string or list form. This will allow
	easy user interfacing (or so I hope). forminput.c, unfinished.

970506	(search-forward) and (search-backward).

970505	Optionally warp pointer to the input window when ask-for-str
	is called. This can be disabled by (input-warp-pointer 0).

970505	Long strings caused crashes when previewing or printing.
	Fixed by making the buffer larger. Version 1.56.

970505	Simple hyperlinking through the (hyperlink) function. See
	examples/hyperhelp.siag for an example.

970504	Embedded histograms by abusing the USER5 style in window.c.
	Decided it was a lousy idea, but left the code. Enable with
	-DEXPERIMENTAL

970504	Siag does colours! Eight predefined colours: black, red, green,
	blue, yellow, magenta, cyan, white. Functions get-color and
	set-color.

970504	Set fallback resources in main.c in case Siag.ad is not
	installed.

970504	Removed C++ and dndtest from DND. Anyone who wants it can
	install it anyway.

970430	Some more tweaking of topdir.mk to make Siag compile under
	Solaris brings us 1.52.

970430	Try to get database support right, along with a number of
	changes to topdir.mk to allow for various environments.
	Call this 1.51.

970430	Try harder to figure out SIAGHOME and SIAGHELP. New file
	siaghome.h automatically sets SIAGHOME to where Siag is
	installed. main() sets environment variables SIAGHOME
	and SIAGHELP if they are not set already. It is thus no
	longer necessary to set those in topdir.mk

970427	Renamed C and Scheme functions: point-position, move-point,
	mark-position, move-mark to get-point, set-point,
	get-mark, set-mark.

970427	Removed unused C functions: find_beginning_of_buffer,
	find_end_of_buffer, at_beginning_of_line, find_beginning_of_line,
	find_end_of_line, line_forward, line_backward, at_end_of_buffer,
	cell_forward, cell_backward, at_end_of_line. Moved position
	handling functions from cmds.c to position.c.

970427	get-prot and set-prot to manipulate protection of a few
	lines/cols at the edge of a doc. Many changes in window.c
	to make use of this. Neat feature!

970426	Rudimentary surface plot in splot.scm

970425	Don't load plot.scm until plot is called.

970424	Bugfixes: Changed libndbm to libgdbm in the Imakefile.
	Commented out dlfcn.h in slibu.c. Added setsockopt(SO_REUSEADDR)
	before bind in ss.c. Version 1.41.

970423	Plot, preview and print reimplemented in Scheme, thus removing
	print.c. Version 1.4.

970422	Reimplemented in Scheme: new-siag, do-help, help-contents,
	help-copyright, help-for-help, help-search, keyboard-quit,
	no-op, get-cell-coords, fix-point, scroll-up, scroll-cell-up,
	scroll-down, scroll-cell-down, scroll-left, scroll-cell-left,
	scroll-right, scroll-cell-right, what-cursor-position,
	insert-line, remove-line, insert-col, remove-col and more.

970420	The parts of siag.scm that came from siod.scm were replaced
	with "require siod.scm".

970420	Moved most of the menu initialization from main.c to siag.scm.

970416	Example Scheme script serves the document as HTML over http.

970412	Fixed the bug that made format changes overwrite the style.

970412	Added file type Scheme (*.scm)

970411	Upgraded Siod to 3.4. Included md5, slibu, ss, ndbm, regex
	and tar, which adds a large number of functions. Version 1.3.

970404	Added an icon.

970401	Make the educated guess on startup that filenames ending in
	".siag" are probably Siag files. Version 1.2.

970401	Display the buffer name on the title bar.

970331	Included support for OffiX drag-and-drop. For example, drag
	a file from the file manager into Siag to start another
	instance of Siag with the document loaded.

970331	Did nasty things to Chimera to make it look more like Siag,
	including pull-down menu and icon toolbar. No lisp yet. ;-)

970224	Adjust cell size automatically with (fit-block-width) and
	(fit-block-height). Version 1.13.

970224	Horizontal and vertical adjustment on screen and on paper,
	along with modifications to the format dialog. Version 1.12.

970223	Prettier formatting: number of decimals, currency and so on.
	16 different "styles" and commands to choose and redefine them.
	Extended file format to cope with this (backward compatible).
	New function time.

970223	Load and save using external programs, for example from
	a webserver using httpget or compressed files using gzip.

970222	Made colnum less wide to preserve real estate. Made selectall
	do the obvious thing via new function select-all (also on menu).

970222	Functions to allow access between buffers:
	(x-get-cell row col "buffer") and (x-get-string row col "buffer")
	Version 1.11.

970222	Ask for file format if none is given (i.e. "All files")

970220	Load well-behaved HTML tables.

970218	Yet another format Text, where every line is loaded as a label
	and placed in column 1 of successive rows.

970217	Load and save files as comma separated values (the field
	separator is selectable). Save files as HTML and Postscript.
	New version 1.1.

970216	Broke out the code for saving and loading Siag files and added
	a framework for other fileformats. Added version comment to Siag
	files to help identification.

970209	More bugfixing. Moved code from oldmain() into main() and
	broke out menu and toolbar initializations in main.c. Load
	the runtime library earlier so that functions do not cause
	errors when files are specified from the command line.

970207	Bugfix version 1.01. New type ERROR added, old types CONSTANT
	and UNCONSTANT obsoleted. Function edit-string removed.
	Removed return statement from calc_matrix preventing everything
	after the first error from being calculated.

970206	String expressions! Numerous changes everywhere. Calls for
	new version; it's time for 1.0 even though there are
	remaining bugs and missing features.

970204	edit_expression() inserts as label if there are errors. That way
	it won't be necessary to retype the expression to fix an error.

970204	New command fill-block allows filling an entire area. This
	capability was already in the old overlapping copy, but copying
	the selection uses a buffer.

970204	Implemented selection properly. The old per-buffer "block" is
	replaced by a selection that is global across windows.

970201	Implemented WM_DELETE_WINDOW.

970130	Changed to ISO-Latin1 encoding in the postscript.

970124	Improved postscript generation in print.c.

970117	Cleanup of code, removed a few annoying warts. Updated
	documentation. Version 0.99 and gone public.

960816	Multiple documents can now be displayed in separate windows.
	New commands (split-window-vertically), (delete-window),
	(delete-other-windows) and (other-windows) give Emacs-style
	handling. Also of course added to main menu.

960815	Multiple windows work, sort of, but the sizes are screwed up.

960814	Added a paned widget to allow multiple document windows. Put
	the document form in this widget instead of directly under
	topLevel. Added the necessary widgets to the "window" structure.
	Cleaned up all the places where the X code was written with
	the assumption that there would never be more than one window.

960814	New commands (switch-to-buffer) and (kill-buffer). Give the
	buffers shorter, unique names.

960813	New command (auto-recalc N) sets the number of times the sheet
	is recalculated when a cell is changed. Defaults to 1.

960813	Alertbox.

960811	Added manpage. Version 0.96

960811	Load $HOME/.siagrc on startup.

960809	Compiles under Solaris (gcc, vanilla Athena, no Chimera or
	Ghostview) without any changes.

960808	Reimplemented the following commands in Scheme: backward-cell,
	forward-cell, set-mark-command, exchange-point-and-mark,
	beginning-of-buffer, end-of-buffer, top-of-buffer, bottom-of-buffer,
	beginning-of-line, end-of-line, next-line, previous-line

960808	Added quick help texts and context sensitive help for the
	menu and toolbar buttons.

960808	Environment variables SIAGHOME and SIAGHELP

960808	Changed some keybindings back to Emacs style.

960805	Automatically load $SIAGHOME/siag/siag.scm on startup.

960801	Improved postscript generation. Now prints multiple pages and
	inserts DSC comments so it can be post-processed. Version 0.95.

960727	Changed the block setting again. Nothing is changed in the
	program, but app-defaults now does the following:
	Button 2 in the grid sets top left block boundary
	Button 3 in the grid sets bottom right block boundary
	Nothing else was changed. I think this is more logical.

960727	Reap zombies in calc_matrix.

960726	Better plotting with optional titles, tics on the x axis and
	choice between all the simple 2D styles. Version 0.94.

960726	In savematrix: save empty cells with nonstandard format (e.g. borders).

960725	Format selection dialog ported to Xt.

960720	Stopped drawing cells and coordinates out of bounds.

960720	Fixed the scrollbars.

960720	Simplified the block setting et al. New behaviour:
	Button 1 in the grid moves point
	Button 2 in the grid moves mark
	Button 3 in the grid sets block to between mark and clicked cell
	Button 1 in colnum sets block to clicked column
	Button 2 in colnum sets left block boundary
	Button 3 in colnum sets right block boundary
	Button 1 in rownum sets block to clicked row
	Button 2 in rownum moves top block boundary
	Button 3 in rownum moves bottom block boundary
	All of this is in the app-defaults so it can be changed by people
	with a shortage of buttons.

960720	Added toolbar button for plotting.

960719	Made the cursor and grid look and act like the old Xlib Siag,
	including displaying the correct fonts and colours.

960719	Toolbar buttons.

960718	File selection dialog.

960716	Reintroduced the old C-style expression syntax.

960716	Replaced varargs.h with stdarg.h.

960715	Simple plotting using Gnuplot. Only plots a single row or
	column using points.

960713	Previewing using Ghostscript.

960710	Started moving Siag from Xlib-only to Xt with Athena (or Xaw3d)
	widgets. Version increased to 0.91 to distinguish from Xlib Siag.

960705	Use Chimera as help browser and get rid of the ridiculous
	Siaghelp. Also split siag.html into several smaller files.

960212	Cleanups. Moved menu code to a separate module. Removed buttons
	that aren't implemented from the cell format dialog.

960211	Prints multiple fonts.

960209	New file format with support for cell size and format.

960207	Fixed the worst memory leaks, having to do with font handling.

960201	Font selection dialog, rather than typing in a number.

960130	Fonts (screen only, not paper).

960128	Prints! Single font, single page, only Postscript, but still...

960125	Adjustable cell width & height; can't save yet.

960125	Command line arguments are now passed correctly to Siod. This means
	that there is no need to hard-code the filename .siagrc as the
	init file can be selected with -ifilename.

960125	Minor cleanups. Now compiles quietly with -Wall.

960125	At last, error checking! Also redirected Siod output to llpr().

960124	Prettified alertbox with light gray background and a frame. Big deal...

960123	Print version in alert box instead of status bar.

960123	Resizing didn't work when a menu was active.

960122	Added animation to scrollbar arrow buttons.

960120	New execute() uses Siod rather than looking up the function
	itself. This calls for a new version: 0.9.

960120	Added hooks for siod in cmds.c.

960119	Added bindings for a number of functions in the standard FP lib:
	acos, acosh, asin, asinh, atan, ceil, cos, cosh, exp, fabs,
	floor, log, log10, pow2, pow10, sin, sinh, sqrt, tan, tanh,
	erf, erfc, j0, j1, lgamma, y0, y1, expm1, log1p, cbrt

960118	Added a rudimentary help browser. Also changed everything to
	English.

960117	Standard number of decimals changed to 2.

960116	Now that text input and menues work, the user interface is
	pretty much finished. There are of course plenty of bugs and
	missing goodies, but I'll still bump the version to 0.8.

960112	Introduced Siod as formula language. This change is significant
	enough that I increase the version number to 0.7.

960109	New commands to scroll the sheet one row/column without moving
	point (unless it would end up outside the visible part of the sheet).

960108	Uses keysyms so I can use the proper keys instead of the horrible
	Ctrl-combinations. I.e. arrow keys, Home, End, PageUp, PageDown
	et al work now.

960108	Changed version numbering. Since the program is not even
	remotely finished, I have devaluated the version number by
	90 %. Thus we now have version 0.6 instead of 6.0.
	Calc can keep its version numbers, but I don't intend to
	do anything about that program in the future.

960108	Scrollbars, status window now work.

960107	Prototype compiles and runs. All input comes from stdin and
	the menus, scrollbars and the status window don't work. The cursor
	disappears from time to time.

960106	Main window design finished. Dummy application.

