Deleted Added
full compact
version.c (173682) version.c (173932)
1/*
2 * Copyright (C) 1984-2007 Mark Nudelman
3 *
4 * You may distribute under the terms of either the GNU General Public
5 * License or the Less License, as specified in the README file.
6 *
7 * For more information about less, or for information on how to
8 * contact the author, see the README file.

--- 687 unchanged lines hidden (view full) ---

696v407 8/16/07 Fix bugs; support CSI chars.
697v408 10/1/07 Fix bug in -i with non-ASCII chars.
698v409 10/12/07 Fix crash when viewing text with invalid UTF-8 sequences.
699v411 11/6/07 Fix case-insensitive searching with non-ASCII text.
700v412 11/6/07 Use symbolic SEEK constants.
701v413 11/6/07 Fix search highlight bug with non-ASCII text.
702v414 11/6/07 Fix display bug with no-wrap terminals.
703v415 11/14/07 Add --follow-name option.
1/*
2 * Copyright (C) 1984-2007 Mark Nudelman
3 *
4 * You may distribute under the terms of either the GNU General Public
5 * License or the Less License, as specified in the README file.
6 *
7 * For more information about less, or for information on how to
8 * contact the author, see the README file.

--- 687 unchanged lines hidden (view full) ---

696v407 8/16/07 Fix bugs; support CSI chars.
697v408 10/1/07 Fix bug in -i with non-ASCII chars.
698v409 10/12/07 Fix crash when viewing text with invalid UTF-8 sequences.
699v411 11/6/07 Fix case-insensitive searching with non-ASCII text.
700v412 11/6/07 Use symbolic SEEK constants.
701v413 11/6/07 Fix search highlight bug with non-ASCII text.
702v414 11/6/07 Fix display bug with no-wrap terminals.
703v415 11/14/07 Add --follow-name option.
704v416 11/22/07 Fix crash when searching text with invalid UTF-8 sequences.
704*/
705
705*/
706
706char version[] = "415";
707char version[] = "416";