Version 1.2 Initial public release. Version 1.3 Used dialogs instead of Application Shells to do card info and confirmation windows. Makes behavior more appropriate. Fixed bugs in reading input file to enhance xrolo compatibility. Modified Imakefile to make it more portable. Kludged around old Motif ScrolledList bug that showed just one list entry. Fixed memory leak in OKCard. Handle XmString tables differently, works under gcc. Added mystrdup and mystrcasecmp to make it more portable. Added regular expression support. Changed MRolo.ad to have better default fonts. (They were coming up as kanji for some people.) Handles X arguments (like -iconic) correctly. Added crolo to the distribution. Changed index tabs to buttons for more intuitive use. Made index tabs configurable to allow non-english alphabets. Modified the backup handling to only backup if changes are made (koblas@netcom.com). Setup fallback AppDefaults (koblas@netcom.com). Added AS OF keyword, keeps track of last change to a card. Added filter search limiting as an option. Added portability features, consideration for VMS and Ultix (sort of), consideration of non-X users building crolo (NO_X flag). Added ifdefs to not do STANDOUT for crolo under SYSV, I had troubles with the HP and Sun using SYSV curses. Uses argv[0] as the app name, so if you put app-defaults for different names and symlink the application you can get different looks. Especially useful for making non-phone rolo files. Version 1.3 pl 1 Fixed boundary conditions in crolo.c which caused core dumps. Fixed two "as of" bugs: "as of:" didn't work as the first line in an entry, and garbage appeared if the line ended w/o a nl. Portability enhancements to Imakefile. Fixed app-defaults installation to install under correct name (mrolo instead of MRolo). Added an extern declaration for a previously undeclared value that only some compilers complained about. Extended ifdefs in crolo to support OSF/1. Version 1.3 pl 2 Fixed potential NULL dereference in AllSpace(). Added crolo and crolo.1 to install.man target in Makefile.std. Fixed makefiles to use new lower-case app-default filename, repaired minor Imakefile problem (tabs vs. spaces). Improved app-default feature by stripping initial pathname components. prolo now quotes back-slashes so PostScript will print them. Updated mrolo.man to reflect X11-option handling. Cleaned up the code and repaired some memory leaks, fixed bad memory reference in rolo.c:WriteRolo(). Fixed prolo bug: didn't always clear stack of arguments in tshow, lead to stack overflows.