CHANGES - Revision History for howtotamer-1.7.tgz Release 1.7 23Nov98 1. DONE Fix menu button hot key underlines; some are used twice and conflict. 2. CAN"T YET find a solution to the "place forgotten" windows menu button commands returning an error when window isn't on top (visible). See "Known Bugs" in Help menus. 3. DONE Fix "Clear Marks" to clear all arrays associated with top window. 4. DONE Fix "Clear edit" so that if block is selected else- where, selection is removed first, avoiding lockup. 5. DONE Add "Update Menus" to Editor. 6. Change and update tamerhlp: DONE a. Update to reflect changes; DONE b. Add History area to show changes from one release to another; DONE c. Add Todo/Growth Path area to show upcoming stuffs; DONE d. Make help window layout more standard and better looking; DONE e. Make Known Bugs area for tamerhlp; DONE f. Check, check, check for typos. DONE g. Add blurb about having [ or $ in file names -- tamer will not load them (bug list entry). 7. DONE Finish Numerical sort for menus and add to menus; include a user variable to set number of items per menu. 8. DONE Make Tamer load at a "Medium" window size vs. current "Small" size. 9. DONE Change "Info" menu buttons to regular buttons; rename as "Help" standard; Make "Cntl+alt+i" the hot key for window changing to avoid conflict with Tcl editor. 10. DONE Add "Editor Lock" procedure and menu buttons; check all Editor functions for applicability. 11. DONE Make changes to fonts stuff -- if no .tamerfnts file, then make one using standards and update all fonts to .tamerfnts upon first loading. 12. DONE Make tamer check a tamermks directory in /etc/ after checking ~/.tamermks for filemark files. Allows for a base set of filemarks, but with the user's filemarks loaded first if found. 13. DONE Fix size routine to resize line width in Editor as well as Display. 14. DONE See Win_cntl: Make user variable to toggle autosave of filemarks on/off when loading different docs into window before saving filemarks -- stop autosaving of filemarks to protect user's filemarks file. 15. DONE Make status not show stats for empty display window. 16. DONE Take filemarks out of Help -- all FM routines are left in for later. Just remove .statbar from help window for now. [Note: all the menu listings are little more than static filemarks anyway.] 17. DONE Make word wrap toggle on/off for editor. 18. DONE Allow for .gz-ed files using zcat. Make proc to put zcat-ed file into temp file then load temp into wherever. Also saves zipped files; has full variable control so user can designate his own zipper (bzip or whatever). Has check to ensure that a quick save will not save a .txt over a .zip format. 19. DONE Add user variable to alpha sort so that user can toggle hidden files on and off for menus. Numerical sort shows all files in a directory, depending upon user's choice of ls command in the variables. 20. DONE Permissions problems relating to placement of Tamer's db files fixed. Db files now written to user's home directory. 21. DONE Search use of "Prev" button now will reset for new search using previous search's parameters, so user doesn't have to re-enter start and stop every time for same-area searches. 22. DONE Fix Goto use of "Prev" so that last goto gets registered and used when cycling through goto history array. 23. DONE Fix user variable that shows path/filename or just filename. Release 1.6 5NOV98