Deleted Added
full compact
version.c (191930) version.c (195941)
1/*
1/*
2 * Copyright (C) 1984-2008 Mark Nudelman
2 * Copyright (C) 1984-2009 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.
9 */
10

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

715v423 5/27/08 Clean up.
716v424 6/16/08 Fix compile bug with pcre; don't filter help file.
717v425 7/14/08 Fix non-ANSI code in list handling in ch.c.
718v426 10/27/08 Fix ignaw terminal handling (thanks to Per Hedeland);
719 fix binary file detection in UTF-8 mode.
720v427 3/16/09 A few Win32 fixes (thanks to Jason Hood).
721v428 3/30/09 Add "|-" syntax to LESSOPEN.
722v429 4/10/09 Fix search highlighting bug with underlined text.
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.
9 */
10

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

715v423 5/27/08 Clean up.
716v424 6/16/08 Fix compile bug with pcre; don't filter help file.
717v425 7/14/08 Fix non-ANSI code in list handling in ch.c.
718v426 10/27/08 Fix ignaw terminal handling (thanks to Per Hedeland);
719 fix binary file detection in UTF-8 mode.
720v427 3/16/09 A few Win32 fixes (thanks to Jason Hood).
721v428 3/30/09 Add "|-" syntax to LESSOPEN.
722v429 4/10/09 Fix search highlighting bug with underlined text.
723-----------------------------------------------------------------
724v430 4/22/09 Don't pass "-" to non-pipe LESSOPEN unless it starts with "-".
725v431 4/29/09 Fix highlight bug when match is at end of line.
726v432 6/27/09 Better fix for highlight bugs;
727 fix new problems with ignaw terminals.
728v433 6/28/09 Cleanup search code.
729v434 6/29/09 More cleanup.
730v435 7/04/09 Fix bugs with non-regex filtering.
731v436 7/05/09 Fix memory leak.
723*/
724
732*/
733
725char version[] = "429";
734char version[] = "436";