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

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

663 expand_linebuf; fix crash in init_mlist;
664v390 9/15/05 Show search matches in status column even if -G is set.
665-----------------------------------------------------------------
666v391 9/17/05 Fix bugs.
667v392 10/14/05 Fix line wrapping bug.
668v393 10/19/05 Allow multiple attributes per char; fix bold+underline bug
669 (thanks again to Charles Levert).
670v394 11/8/05 Fix prompt bug; fix compile problem in Windows build.
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

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

663 expand_linebuf; fix crash in init_mlist;
664v390 9/15/05 Show search matches in status column even if -G is set.
665-----------------------------------------------------------------
666v391 9/17/05 Fix bugs.
667v392 10/14/05 Fix line wrapping bug.
668v393 10/19/05 Allow multiple attributes per char; fix bold+underline bug
669 (thanks again to Charles Levert).
670v394 11/8/05 Fix prompt bug; fix compile problem in Windows build.
671-----------------------------------------------------------------
672v395 1/12/07 Update Unicode tables (thanks to Charles Levert);
673 don't chmod if LESSHISTFILE = /dev/null;
674 make -f work for directories; support DESTDIR in Makefile;
675 fix sigset_t detection in configure;
676 make "t" cmd traverse tags in correct order
677v396 1/13/07 Add compatibility with POSIX more.
678v397 3/21/07 Allow decimal point in number for % command;
679 Allow decimal point in number for -j option;
680 Allow n command to fetch last search pattern from history
681 (thanks to arno).
682v398 3/22/07 Don't rewrite history file if not necessary;
683 fix bug when filenames contain "$".
684v399 3/22/07 Don't move to bottom of screen at startup;
685 don't output extraneous newlines.
686v400 3/23/07 Allow search to find pattern after null byte (PCRE and no-regex)
687 (thanks to Michael Constant).
688-----------------------------------------------------------------
689v401 3/24/07 Minor documentation fixes.
690v402 3/30/07 Fix autoconf bug when memcpy etc are inline;
691 fix bug in terminating number following -j option.
692v403 5/25/07 Fix Windows build.
671*/
672
693*/
694
673char version[] = "394";
695char version[] = "403";