Andrew STUBBS wrote: > I posted three trivial patches to this list nearly two weeks ago and > have received no response at all. My bad, sorry. I've checked in all your changes, but I made a slight clean-up to the memprefs.itb patch. I've attached the diff between your patch and mine (committed). Thanks! Keith ChangeLog 2006-01-23 Keith Seitz From Andrew Stubbs : * library/help/source.html: Add entries for the missing menu commands. 2006-01-23 Keith Seitz From Andrew Stubbs : * library/mempref.itb (MemPref::constructor): Allow the Byte Per Row combo box to accept arbitrary values. (MemPref::set_bytes_per_row): Validate the new value; reject invalid entries and round up to a multiple of the word size. (MemPref::apply): Read the value from the text box even if the user has not pressed return. (MemPref::enable_format): Ensure the bytes per row value is still valid. (MemPref::disable_format): Likewise. * library/mempref.ith (MemPref): Add $gbprlist. * library/help/memory.html: Update. 2006-01-23 Keith Seitz From Andrew Stubbs : * library/helpviewer.tcl (open_help): Add firefox and opera to the browser list used to display help.