Fixed bug making "%vlist[x]" crash when x > [size of list].
Fixed bug causing "make depend" to fail.
Changed the license: Dime is now distributed under the conditions of
the GNU Lesser General Public License, LGPL.
From 1.2.1b to 1.2.1:
Added exanim: an example on how to animate in the background while a
dialog is open.
Renamed "%strlist[]" to "%vlist[]". Sorry if I broke any code, but I
figured Dime is still so young that it won't hurt too much, and the name
is much more logical. I promise not to do this again unless it's
absolutely necessary :-)
Fixed bugs in the example program.
Fixed bug in the documentation for `dialogf_callback()' and made it be
called even when a file selector is open.
Made the expression evaluator understand exponents.
Mike Greubel provided a winhelp version of the documentation (which is
available as a separate archive from Dime's homepage) and drew a nice
logotype.
Improved some error messages and the Common Problems section of readme.
Split readme into readme, changes and wishlist, and made expressi.txt be
generated by the makefile.
From 1.2b to 1.2.1b:
Fixed a bug in makefile.mgw.
Actually included the new example program in the distribution.
From 1.1.1b to 1.2b:
Fixed a bug not restoring text background color in some cases.
Made the info format documentation install itself to common directories
under djgpp.
Improved the example program.
Peter Wang contributed a Linux port.
Made the statically linked version of Dime link with Allegro statically.
(Thanks to Mike Fahlbusch who pointed this out!)
From 1.1b to 1.1.1b:
Removed a bug that prevented the whole thing from building on other
machines than mine.
From 1.0 to 1.1b:
No actual changes, really. But 1.0 should have been 1.0 beta, so I
released 1.1b to make it a beta :-) . Also fixed some version errors in
the documentation and in dime.h.