Changes since 4.10.1 1. src/window.c:most_read_from_minibuffer: An variable was not being initialized. (Kevin Oberman, oberman at es, net). 2. configure: mmap is enabled by default. Use the --disable-mmap configure option of you do not want it. Changes since 4.10.0 1. src/most.h: Prototype for SLang_set_error inconsistent with the function in most.c. 2. src/most.h: If compiled against slang2 without an snprintf function, use _pSLsnprintf. Changes since 4.9.5 0. src/*.c: Various changes to support slang 2. Version bumped to 4.10.0. UTF-8 support not yet available. 1. src/keym.c: Ignore mouse events under DOS/Windows (Gisle Vanem, giva at bgnett, no). Changes since 4.9.4 1. src/line.c: A "length" variable was declared as unsigned char instead of unsigned int, causing a SEGV for columns larger than 255. 2. src/file.c: fixed a buffer overflow caused by a long file name on the command line. Changes since 4.9.3 1. src/buffer.c: SLtt_Screen_Rows and SLtt_Screen_Cols were swapped causing a file to be improperly displayed in wrap mode. Adrian P. van Bloois (adrian at accu.uu.nlhas) has my thanks for find this bug. 2. src/most.c: when run without arguments, S-Lang library version also printed.