changes.txt (most-5.0.0a) | : | changes.txt (most-5.1.0) | ||
---|---|---|---|---|
-*- mode: text; mode: fold -*- | ||||
Changes since 5.0.0 | Changes since 5.0.0 | |||
1. src/Makefile.in: Install docs in $prefix/share/doc | 1. src/Makefile.in: Install docs in $prefix/share/doc | |||
2. src/most.h,sysdep.c: win32-specific patches (Andrew Wu) | ||||
3. most.1: Typo corrected (Stephane Blondon) | ||||
4. src/line.c: removed redundant switch in the most_forward_columns | ||||
function. | ||||
5. src/buffer.c: avoid call to SLutf8_skip_char if the character is | ||||
ascii. | ||||
6. src/file.c: Added an option to most_read_file_dsc to skip the line | ||||
count and made use of it in search.c to speed up the searches a bit. | ||||
7. src/display.c: When wrapping a line, the color was not "wrapping". | ||||
8. src/line.c: When moving forward n columns, skip over trailing 0 | ||||
length color escape sequences. | ||||
9. src/buffer.c: If a color escape sequence occurs at the end of a | ||||
line line whose display width is equal to the terminal width, do | ||||
not wrap the line. | ||||
10. src/keym.c: Limit the amount of loops when going to the end of the | ||||
buffer. It is possible for a run-away process to write to a | ||||
logfile that most is viewing causing it to loop forever seeking the | ||||
end of the file, which may never come. | ||||
11. src/help.c: Change DELETE to BACKSPACE. file.c: Indicate that | ||||
chdir return value is being ignored. | ||||
12. configure,autoconf/*: Updated configure script and related files. | ||||
13. src/most.c: when acting as `cat`, a file pointer was not being | ||||
closed (George Danchev). | ||||
14. src/*.c: Removed some unused variables. | ||||
15. configure: Use /etc/ld.so.conf to located system lib paths. | ||||
16. autoconf/*: updates | ||||
17. src/line.c, buffer.c: Fixed an issue with the display of | ||||
double-width characters to address | ||||
<https://bugs.launchpad.net/ubuntu/+source/most/+bug/312454>. | ||||
18. src/*.[ch]: Updated copyright year | ||||
19. src/search.c: Rewrote the search functions from scratch. Both | ||||
ordinary and regexp searches are now supported. Use -r to startup | ||||
with regular-expression searches. | ||||
20. src/keym.c: Added support for Home/End keys (top/bottom of buffer). | ||||
21. src/line.c: Added a work-around for programs that try colorize the | ||||
output using the clear-to-end-of-line escape sequence (ESC[K) | ||||
without regard for the value of isatty(fileno(sdout)). Most will | ||||
ignore ESC[K unless invoked with -v. | ||||
22. configure: Updated to use aclocal.m4 v0.3.3-1 | ||||
23. src/Makefile.in: Added LDFLAGS to chkslang linker line (Denis Pronin) | ||||
24. *: Converted the man page source most.1 to text-macro, and | ||||
regenerated it. Updated copyrights for upcoming release. | ||||
25. Updated manifest and copyrights updated for 2019 release. | ||||
{{{ Previous Versions | ||||
Changes since 4.10.2 | Changes since 4.10.2 | |||
0. src/most.c: version bumped to 5.0.0-x | 0. src/most.c: version bumped to 5.0.0-x | |||
1. src/line.c: Added support for embedded ANSI escape sequences that | 1. src/line.c: Added support for embedded ANSI escape sequences that | |||
seem to be more common in man pages. | seem to be more common in man pages. | |||
2. When switching searching directions, and no search string was | 2. When switching searching directions, and no search string was | |||
entered at the search prompt, use the previous string. | entered at the search prompt, use the previous string. | |||
3. Added patches for UTF-8 support kindly provided by Javier Kohen. | 3. Added patches for UTF-8 support kindly provided by Javier Kohen. | |||
4. src/most.c: Removed references to Kanji from the usage message. | 4. src/most.c: Removed references to Kanji from the usage message. | |||
Kanji is not supported by slang-2. Use Unicode. | Kanji is not supported by slang-2. Use Unicode. | |||
5. src/file.c: Most will automatically start up in binary mode if the | 5. src/file.c: Most will automatically start up in binary mode if the | |||
skipping to change at line 155 | skipping to change at line 200 | |||
1. Terminfo/termcap under Unix supported | 1. Terminfo/termcap under Unix supported | |||
2. -1 flag specifies terminal is a VT100 and not anything better, e.g., | 2. -1 flag specifies terminal is a VT100 and not anything better, e.g., | |||
VT102. (VMS only) | VT102. (VMS only) | |||
3. MOST will only read in what it has to. This means it starts up alot | 3. MOST will only read in what it has to. This means it starts up alot | |||
faster on large files. | faster on large files. | |||
4. Cleaned up alot. | 4. Cleaned up alot. | |||
John E. Davis | John E. Davis | |||
davis@space.mit.edu | davis@space.mit.edu | |||
}}} | ||||
End of changes. 4 change blocks. | ||||
0 lines changed or deleted | 45 lines changed or added |