Imported Upstream version 487
[platform/upstream/less.git] / NEWS
1
2                      NEWS about less
3
4 ======================================================================
5
6   For the latest news about less, see the "less" Web page:
7       http://www.greenwoodsoftware.com/less
8   You can also download the latest version of less from there.
9
10   To report bugs, suggestions or comments, send email to bug-less@gnu.org
11
12 ======================================================================
13
14         Major changes between "less" versions 481 and 487
15
16 * New commands ESC-{ and ESC-} to shift to start/end of displayed lines.
17
18 * Make search highlights work correctly when changing caselessness with -i.
19
20 * New option -Da in Windows version to enable SGR mode.
21
22 * Fix "nothing to search" error when top or bottom line on screen is empty.
23
24 * Fix bug when terminal has no "cm" termcap entry.
25
26 * Fix incorrect display when entering double-width chars in search string.
27
28 * Fix bug in Unicode handling that missed some double width characters.
29
30 * Update Unicode database to 9.0.0.
31
32 ======================================================================
33
34         Major changes between "less" versions 458 and 481
35
36 * Don't overwrite history file; just append to it.
37
38 * New command ESC-G goes to end of currently buffered data in a pipe.
39
40 * Disable history feature when compiled with LESSHISTFILE set to "-".
41
42 * In more-compatible mode, make the -p option apply to every file opened,
43   not just the first one.
44
45 * In more-compatible mode, change the -e option to work like -E, not -EF.
46
47 * Treat multiple CRs before LF are like one CR (all the CRs are hidden).
48
49 * Allow "extra" string in lesskey file to append to a multi-char command
50   (like a search pattern), without executing the command.
51
52 * Ignore -u/-U setting while viewing help file, so that 
53   underline and bold chars are displayed correctly.
54
55 * Improve detection of "binary" files in UTF-8 mode.
56
57 * Fix bug with ++ commands.
58
59 * Fix bug where prompt was sometimes not displayed with +G.
60
61 * Fix possible memory corruption 
62
63 * Fix bugs and improve performance in ampersand filtering.
64
65 * Automate construction of Unicode tables from Unicode database.
66
67 * Allow %% escape sequence in LESSOPEN variable.
68
69 ======================================================================
70
71         Major changes between "less" versions 451 and 458
72
73 * Allow backslash escaping of metacharacters in LESS environment variable
74   after the --use-backslash option.
75
76 * Don't quit if syntax errors are found in command line options.
77
78 * Increase sizes of some internal buffers.
79
80 * Fix configure bug with --with-regex=none.
81
82 * Fix crash with "stty rows 0".
83
84 * Fix Win32 attribute display bug.
85
86 * Fix display bug when using up/down arrow on the command line.
87
88 ======================================================================
89
90         Major changes between "less" versions 444 and 451
91
92 * Add ESC-F command to keep reading data until a pattern is found.
93
94 * Use exit code of LESSOPEN script if LESSOPEN starts with "||".
95
96 * When up/down arrow is used on the command line immediately after
97   typing text, the next command starting with that text is found.
98
99 * Add support for GNU regex.
100
101 * Add configure option --with-regex=none and fix compile errors
102   when compiling with no regex library.
103
104 * Fix bugs handling SGR sequences in Win32.
105
106 * Fix possible crashes caused by malformed LESSOPEN or 
107   LESSCLOSE variables.
108
109 * Fix bug highlighting text which is discontiguous in the file 
110   due to backspace processing.
111
112 * Fix bug in displaying status column when scrolling backwards 
113   with -J and -S in effect.
114
115 ======================================================================
116
117         Major changes between "less" versions 443 and 444
118
119 * Fix bug in unget handling that can cause strange effects on the
120   command line.
121
122 * Remove vestiges of obsolete -l option that can cause a crash.
123
124 ======================================================================
125
126         Major changes between "less" versions 436 and 443
127
128 * Change search behavior such that when a search is given an explicit 
129   pattern, the entire displayed screen is included in the search and 
130   not just the portion after the target line.
131
132 * Add -A option to change search behavior to the old way: only
133   the portion of the screen after the target line is searched.
134
135 * Add %F formatting to prompt strings, replaced by the last component
136   of the input file.
137
138 * Control-G while editing a command exits the command.
139
140 * Less now exits with status 2 if control-C is pressed and -K is in effect.
141
142 * Fix "ungetc overflow" when passing long commands via the -p option.
143
144 * Fix bug in using line filtering via the & command 
145   in combination with -i and -I.
146
147 * Fix bug in handling negative arguments to the -j option.
148
149 * Fix bug in handling %t in prompt strings.
150
151 * Improve handling of long option names.
152
153 * Improve percentage calculation for very large files.
154
155 ======================================================================
156
157         Major changes between "less" versions 429 and 436
158
159 * Don't pass "-" to non-pipe LESSOPEN unless it starts with "-".
160
161 * Allow a fraction as the argument to the -# (--shift) option.
162
163 * Fix highlight bug when underlined/overstruck text matches at end of line.
164
165 * Fix non-regex searches with ctrl-R.
166
167 ======================================================================
168
169         Major changes between "less" versions 424 and 429
170
171 * LESSOPEN pipe will now be used on standard input, if the LESSOPEN
172   environment variable begins with "|-".
173
174 * The -D option with one number now means use the normal background color.
175
176 * Don't change permissions on history file if it is not a regular file.
177
178 * Fix non-ANSI-compliant code that caused problems with some compilers.
179
180 * Fix binary file detection in UTF-8 mode.
181
182 * Fix display problems with long lines on "ignaw" terminals.
183
184 * Fix problem interrupting the line number calculation for initial prompt.
185
186 * Fix SGR emulation when dealing with multiple attributes (eg. bold+underline).
187
188 * Fix highlight bug when searching for underlined/overstruck text.
189
190 ======================================================================
191
192         Major changes between "less" versions 418 and 424
193
194 * New "&" command allows filtering of lines based on a pattern.
195
196 * Status column now displays a search match, even if the matched
197   string is scrolled off screen because -S is in effect.
198
199 * Improve behavior of -F option.
200
201 * Allow CSI character (0x9B) to work in UTF-8 mode.
202
203 * Output carriage return at startup in case terminal doesn't default
204   to column 1.
205
206 * Fix bug in '' (quote, quote) command after G command.
207
208 ======================================================================
209
210         Major changes between "less" versions 416 and 418
211
212 * Color escape sequences are now supported in WIN32 build.
213
214 * Makefile now uses EXEEXT feature of autoconf.
215
216 * Fix search bug when using -R and text contains ANSI color escape sequences.
217
218 * Fix crash when using -r with UTF-8 text containing 0x9B bytes.
219
220 * Fix display bug when using ' command to move less than one page forward.
221
222 * Update GPL to version 3.
223
224 ======================================================================
225
226         Major changes between "less" versions 409 and 416
227
228 * New --follow-name option makes F command follow the name of a file
229   rather than the file descriptor if an open file is renamed.
230
231 * Make searching with -i/-I work correctly with non-ASCII text.
232
233 * Fix DJGPP build.
234
235 ======================================================================
236
237         Major changes between "less" versions 406 and 409
238
239 * Support CSI escape sequences, like SGR escape sequences.
240
241 * Fix bug which caused screen to fail to repaint when window is resized.
242
243 * Fix bug in using -i and -I flags with non-ASCII text.
244
245 * Fix configure bug on systems which don't support langinfo.h.
246
247 * Fix crash when searching text containing certain invalid UTF-8 sequences.
248
249 ======================================================================
250
251         Major changes between "less" versions 394 and 406
252
253 * Allow decimal point in number for % (percent) command.
254
255 * Allow decimal point in number for -j option (fraction of screen height).
256
257 * Make n command fetch previous pattern from history file on first search.
258
259 * Don't rewrite history file if it has not changed.
260
261 * Don't move to bottom of screen on first page.
262
263 * Don't output extraneous newlines, so copy & pasting lines from the
264   output works better.
265
266 * The -c option has been made identical with the -C option.
267
268 * Allow "/dev/null" as synomym for "-" in LESSHISTFILE to indicate
269   that no history file should be used.
270
271 * Search can now find text which follows a null byte, if the PCRE
272   library is used, or if no-regex searching (ctrl-R) is used.
273
274 * Better compatibility with POSIX more specification.
275
276 * Make -f work for directories.
277
278 * Make "t" cmd traverse tags in the correct order.
279
280 * Allow a few binary characters in the input file before warning
281   that the file is binary.
282
283 * Don't warn that file is binary if it merely contains ANSI color sequences
284   and -R is in effect.
285
286 * Update Unicode character tables.
287
288 * Support DESTDIR in Makefile.
289
290 * Fix bug when filename contains certain shell metacharacters such as "$".
291
292 * Fix bug when resizing the window while waiting for input from a pipe.
293
294 * Fix configure bugs.
295
296 ======================================================================
297
298         Major changes between "less" versions 382 and 394
299
300 * Add history file to save search and shell command history between
301   invocations of less.
302
303 * Improve behavior of history list for search and shell commands.
304
305 * Add -K (or --quit-on-intr) option to make less exit immediately on ctrl-C.
306
307 * Improve handling of UTF-8 files and commands, including better
308   line wrapping and handling double-width chars.
309
310 * Added LESSUTFBINFMT environment variable to control display of
311   non-printable characters in a UTF-8 file.
312
313 * Add --with-secure option to configure, to make it easier to
314   build a secure version of less.
315
316 * Show search matches in the status column even if search highlights
317   are disabled via the -G option or the ESC-u command.
318
319 * Improve performance when the file contains very long lines.
320
321 * Add "windows" charset.
322
323 * Add man page for lessecho.
324
325 * Add support for erase2 character, treated same as erase.
326
327 * Use ASCII lowercase/uppercase logic when operating on the command line.
328
329 * Update makefile for Borland C++ 5.5.1.
330
331 * Fix bug in calculating number of pages for %D prompt.
332
333 * Fix bug in handling tag file error.
334
335 * Fix obscure bug if input file is deleted while viewing help.
336
337 * Fix bug handling filenames which include square brackets.
338
339 * Fix possible buffer overflow in "global" tag search.
340
341 * Fix possible buffer overflow in usage of LESSOPEN and LESSCLOSE.
342
343 * Fix buffer overflow in reverse search.
344
345 ======================================================================
346
347         Major changes between "less" versions 381 and 382
348
349 * Removed some old copyrighted code.
350   This probably breaks OS/9 support.
351
352 ======================================================================
353
354         Major changes between "less" versions 378 and 381
355
356 * New -L option to disable LESSOPEN processing.
357
358 * Further support for large (64 bit) file addressing.
359   Large file support is now set up by the configure script.
360
361 * Use autoconf 2.54.
362   Replace configure.in, acconfig.h, defines.h.top with configure.ac.
363
364 * Overstriking underscore with underscore is now bold or underlined 
365   depending on context.
366
367 * Use only 7 spaces for line numbers in -N mode, if possible.
368
369 * Fix some bugs in handling overstriking in UTF-8 files.
370
371 * Fix some nroff issues in the man page.
372
373 ======================================================================
374
375         Major changes between "less" versions 376 and 378
376
377 * Bug fixes:
378   Default buffer space is now 64K as documented.
379   Search highlighting works properly when used with -R.
380   Windows version works properly when input file contains carriage returns.
381   Clean up some compiler warnings.
382
383 ======================================================================
384
385         Major changes between "less" versions 358 and 376
386
387 * -x option can now specify multiple variable-width tab stops.
388
389 * -X option no longer disables keypad initialization.
390   New option --no-keypad disables keypad initialization.
391
392 * New commands t and T step through multiple tag matches.
393   Added support for "global(1)" tags
394   (see http://www.gnu.org/software/global/global.html).
395
396 * New prompt style set by option -Pw defines the message printed 
397   while waiting for data in the F command.
398
399 * System-wide lesskey file now defaults to sysless in etc directory 
400   instead of .sysless in bin directory.
401   Use "configure --sysconfdir=..." to change it.
402   (For backwards compatibility, .sysless in bin is still recognized.)
403
404 * Pressing RightArrow or LeftArrow while entering a number now shifts
405   the display N columns rather than editing the number itself.
406
407 * Status column (enabled with -J) now shows search results.
408
409 * Windows version sets window title.
410
411 * Default LESSCHARSET for MS-DOS versions is now "dos".
412
413 * Searching works better with ANSI (SGR) escape sequences.
414   ANSI color escape sequences are now supported in the MS-DOS (DJGPP) version.
415
416 * Improved performance in reading very large pipes.
417
418 * Eliminated some dependencies on file offets being 32 bits.
419
420 * Fixed problems when viewing files with very long lines.
421
422 * Fixed overstriking in UTF-8 mode, and overstriking tabs.
423
424 * Improved horizontal shifting of text using -R option with ANSI color.
425
426 * Improved handling of filenames containing shell metacharacters.
427
428 * Some fixes for EBCDIC systems.
429
430 * Some fixes for OS/2 systems.
431
432 ======================================================================
433
434         Major changes between "less" versions 354 and 358
435
436 * Add -J (--status-column) option to display a status column.
437
438 * Add -# (--shift) option to set default horizontal shift distance.
439   Default horizontal shift distance is now one-half screen width.
440
441 * Horizontal shifting does not shift line numbers if -N is in effect.
442
443 * Horizontal shifting acts as though -S were set, to avoid confusion.
444
445 ======================================================================
446
447
448         Major changes between "less" versions 352 and 354
449
450 * Allow space after numeric-valued command line options.
451
452 * Fix problem with configuring terminal libraries on some systems.
453
454 * Add support for PCRE regular expression library.
455
456 * Add --with-regex option to configure to allow manually selecting
457   a regular expression library.
458
459 * Fix bug compiling with SECURE = 1.
460
461 ======================================================================
462
463
464         Major changes between "less" versions 346 and 352
465
466 * Enable UTF-8 if "UTF-8" appears in locale-related environment variables.
467
468 * Add --with-editor option to configure script.
469
470 * The -M prompt and = message now show the top and bottom line number.
471
472 * Fix bug in running the editor on a file whose name contains quotes, etc.
473
474 * Fix bug in horizontal scrolling of long lines.
475
476 * Fix bug in doing :d on a file which contains marks.
477
478 * Fix bug causing cleared lines to sometimes be filled with standout, 
479   bold, underline, etc. on certain terminals.
480
481 * Fixes for MS-DOS (DJGPP) version.
482
483 ======================================================================
484
485
486         Major changes between "less" versions 340 and 346
487
488 * The UTF-8 character set is now supported.
489
490 * The default character set is now latin1 rather than ascii.
491
492 * New option -R (--RAW-CONTROL-CHARS) is like -r but handles 
493   long (wrapped) lines correctly, as long as the input contains only 
494   normal text and ANSI color escape sequences.
495
496 * New option -F (--quit-if-one-screen) quits if the text fits on
497   the first screen.
498
499 * The -w option now highlights the target line of a g or p command.
500
501 * A system-wide lesskey file is supported (LESSKEY_SYSTEM).
502
503 * New escape for prompt strings: %c is replaced by column number.
504
505 * New escape for prompt strings: %P is replaced by percentage into
506   file, based on line number rather than byte offset.
507
508 * HOME and END keys now jump to beginning of file or end of file.
509
510 ======================================================================
511
512
513         Major changes between "less" versions 337 and 340
514
515 * Command line options for less may now be given in either the old 
516   single-letter form, or a new long name form (--option-name).
517   See the less man page or "less --help" for the list of long option names.
518
519 * Command line options for lesskey may now be given in a new long name
520   form.  See the lesskey man page for the list of long option names.
521
522 * New command -- toggles an option using the long option name.
523
524 * New command __ queries an option using the long option name.
525
526 * The old -- command is renamed as -!.
527
528 * If a ^P is entered between the dash and the option letter of the -
529   command, the message describing the new setting is suppressed.
530
531 * Lesskey files may now contain \k escape sequences to represent the
532   "special" keys (arrows, PAGE-UP/PAGE-DOWN, HOME, END, INSERT, DELETE).
533
534 * New command :d removes the current file from the list of files.
535
536 * New option -~ (like -w before version 335)
537   suppresses tildes after end-of-file.
538
539 * Less is now released under the GNU General Public License.
540
541 ======================================================================
542
543
544         Major changes between "less" versions 335 and 337
545
546 * Fixed bugs in "make install".
547
548 ======================================================================
549
550
551         Major changes between "less" versions 332 and 335
552
553 * The old -w flag (suppress tildes after end-of-file) has been removed.
554
555 * New -w flag highlights the first new line after a forward-screen.
556
557 * New -W flag highlights the first new line after any forward movement.
558
559 * Window resize works even if LINES and/or COLUMNS environment 
560   variables are incorrect.
561
562 * New percent escapes for prompt strings:
563   %d is replaced by the page number, and
564   %D is replaced by the number of pages in the file.
565
566 * Added charsets "iso8859" and "ebcdic".
567
568 * In Windows version, uses HOMEDRIVE and HOMEPATH if HOME is not defined.
569
570 * Fixed some bugs causing incorrect display on DOS/Windows.
571
572 ======================================================================
573
574
575         Major changes between "less" versions 330 and 332
576
577 * Filenames from the command line are entered into the command history,
578   so UPARROW/DOWNARROW can be used to retrieve them from the :e command.
579
580 * Now works correctly on Windows when using a scrolling terminal
581   window (buffer larger than display window).
582
583 * On Windows, now restores the console screen on exit.  
584   Use -X to get the old behavior.
585
586 * Fixed bug on Windows when CAPS-LOCK or NUM-LOCK is pressed.
587
588 * Fixed bug on Windows when piping output of an interactive program.
589
590 * Fixed bug in tags file processing when tags file has DOS-style
591   line terminators (CR/LF).
592
593 * Fixed compilation problem on OS/2.
594
595 ======================================================================
596
597
598         Major changes between "less" versions 321 and 330
599
600 * Now supports filenames containing spaces (in double quotes).
601   New option -" can be used to change the quoting characters.
602
603 * In filename completion, a slash is appended to a directory name.
604   If the environment variable LESSSEPARATOR is set, the value of
605   that variable, rather than a slash, is appended.
606
607 * LeftArrow and RightArrow are same as ESC-[ and ESC-].
608
609 * Added commands ESC-( and ESC-), same as ESC-[ and ESC-].
610
611 * A "quit" command defined in a lesskey file may now have an "extra" 
612   string, which is used to return an exit code from less when it quits.
613
614 * New environment variables LESSMETACHARS and LESSMETAESCAPE provide
615   more control over how less interfaces to the shell.
616
617 * Ported to Microsoft Visual C compiler for Windows.
618
619 * Ported to DJGPP compiler for MS-DOS.
620
621 * Bug fixes.
622
623 ======================================================================
624
625
626         Major changes between "less" versions 291 and 321
627
628 * Command line at bottom of screen now scrolls, so it can be longer 
629   than the screen width.
630
631 * New commands ESC-] and ESC-[ scroll the display horizontally.
632
633 * New command ESC-SPACE scrolls forward a full screen, even if it
634   hits end-of-file.
635
636 * Alternate modifiers for search commands: ^N is same as !,
637   ^F is same as @, and ^E is same as *.
638
639 * New modifier for search commands: ^K means highlight the matches
640   currently on-screen, but don't move to the first match.
641
642 * New modifier for search commands: ^R means don't use regular
643   expressions in the search.
644
645 * Environment variable LESSKEY gives name of default lesskey file.
646
647 * Environment variable LESSSECURE will force less to run in
648   "secure" mode.
649
650 * Command line argument "--" signals that the rest of the arguments
651   are files (not option flags).
652
653 * Help file (less.hlp) is no longer installed.  Help text is now 
654   embedded in the less executable itself.
655
656 * Added -Ph to change the prompt for the help text.
657   Added -Ps to change the default short prompt (same as plain -P).
658
659 * Ported to the Borland C compiler for MS-DOS.
660
661 * Ported to Windows 95 & Windows NT.
662
663 * Ported to OS-9.
664
665 * Ported to GNU Hurd.
666
667 ======================================================================
668
669
670         Major changes between "less" versions 290 and 291
671
672 * Less environment variables can be specified in lesskey files.
673
674 * Fixed MS-DOS build.
675
676 ======================================================================
677
678
679         Major changes between "less" versions 278 and 290
680
681 * Accepts GNU-style options "--help" and "--version".
682
683 * OS/2 version looks for less.ini in $HOME before $INIT and $PATH.
684
685 * Bug fixes
686
687 ======================================================================
688
689
690         Major changes between "less" versions 252 and 278
691
692 * A LESSOPEN preprocessor may now pipe the converted file data to less,
693   rather than writing it to a temporary file.
694
695 * Search pattern highlighting has been fixed.  It now highlights 
696   reliably, even if a string is split across two screen lines,
697   contains TABs, etc.
698
699 * The -F flag (which suppress search highlighting) has been changed 
700   to -G.  A new flag, -g, changes search highlighting to highlight 
701   only the string found by the last search command, instead of all 
702   strings which match the last search command.
703
704 * New flag -I acts like -i, but ignores case even if the search 
705   pattern contains uppercase letters.
706
707 * Less now checks for the environment variable VISUAL before EDITOR.
708
709 * Ported to OS/2.
710
711 ======================================================================
712
713
714         Major changes between "less" versions 237 and 252
715
716 * Changes in line-editing keys:
717   The literal key is now ^V or ^A rather than \ (backslash).
718   Filename completion commands (TAB and ^L) are disabled 
719   when typing a search pattern.
720
721 * Line-editing command keys can be redefined using lesskey.
722
723 * Lesskey with no input file defaults to $HOME/.lesskey
724   rather than standard input.
725
726 * New option -V displays version number of less.
727
728 * New option -V displays version number of lesskey.
729
730 * Help file less.hlp is now installed by default in /usr/local/share 
731   rather than /usr/local/lib.
732
733
734 ======================================================================
735
736
737         Major changes between "less" versions 170 and 237
738
739 * By popular demand, text which matches the current search pattern
740   is highlighted.  New -F flag disables this feature.
741
742 * Henry Spencer's regexp.c is now included, for systems which do not
743   have a regular expression library.
744   regexp.c is Copyright (c) 1986 by University of Toronto.
745
746 * New line-editing keys, including command history (arrow keys) and 
747   filename completion (TAB).
748
749 * Input preprocessor allows modification of input files (e.g. uncompress)
750   via LESSOPEN/LESSCLOSE environment variables.
751
752 * New -X flag disables sending termcap "ti" and "te" (initialize and
753   deinitialize) strings to the terminal. 
754
755 * Changing -i from within less now correctly affects a subsequent
756   repeated search.  
757
758 * Searching for underlined or overstruck text now works when the -u
759   flag is in effect, rather than the -i flag.
760
761 * Use setlocale (LANG and LC_CTYPE environment variables) to determine
762   the character set if LESSCHARSET/LESSCHARDEF are not set.
763
764 * The default format for displaying binary characters is now standout
765   (reverse video) rather than blinking.  This can still be changed by
766   setting the LESSBINFMT environment variable.
767
768 * Use autoconf installation technology.
769
770 * Ported to MS-DOS.
771
772         ********************************
773           Things that may surprise you
774         ********************************
775
776 * When you enter text at the bottom of the screen (search string, 
777   filename, etc.), some keys act different than previously.  
778   Specifically, \ (backslash), ESC, TAB, BACKTAB, and control-L 
779   now have line editing functions.
780
781 * Some previous unofficial versions of less were able to display
782   compressed files.  The new LESSOPEN/LESSCLOSE feature now provides
783   this functionality in a different way.
784
785 * Some previous unofficial versions of less provided a -Z flag to 
786   set the number of lines of text to retain between full screen scrolls.
787   The -z-n flag (that is, -z with a negative number) provides this 
788   functionality.
789
790
791 ======================================================================
792
793
794         Major changes between "less" versions 123 and 170
795
796 * New option -j allows target lines to be positioned anywhere on screen.
797
798 * New option -S truncates displayed line at the screen width,
799   rather than wrapping onto the next line.
800
801 * New option -y limits amount of forward scroll.
802
803 * New option -T specifies a "tags" file.
804
805 * Non-printable, non-control characters are displayed in octal.
806   Such characters, as well as control characters, are displayed 
807   in blinking mode.
808
809 * New command -+ sets an option to its default.
810 * New command -- sets an option to the opposite of its default.
811
812 * Lesskey file may have a string appended to a key's action,
813   which acts as though typed in after the command.
814
815 * New commands ESC-^F and ESC-^B match arbitrary types of brackets.
816
817 * New command F monitors a growing file (like "tail -f").
818
819 * New command | pipes a section of the input file into a shell command.
820
821 * New command :x directly jumps to a file in the command line list.
822
823 * Search commands have been enhanced and reorganized:
824         n       Repeat search, same direction.
825         N       Repeat search, opposite direction.
826         ESC-/   Search forward thru file boundaries
827         ESC-?   Search backward thru file boundaries
828         ESC-n   Repeat search thru file boundaries, same direction.
829         ESC-N   Repeat search thru file boundaries, opposite direction.
830   Special character * causes search to search thru file boundaries.
831   Special character @ causes search to begin at start/end of file list.
832
833 * Examining a new file adds it to the command line list.
834   A list of files, or an expression which matches more than one file,
835   may be examined; all of them are added to the command line list.
836
837 * Environment variables LESSCHARSET and LESSCHARDEF can define
838   a non-ASCII character set.
839
840 * Partial support for MSDOS, including options -R for repainting screen
841   on quit, -v/-V to select video mode, and -W to change window size.
842
843
844 ======================================================================
845
846
847         Major changes between "less" versions 97 and 123
848
849 * New option (-N) causes line numbers to be displayed in the
850   text of the file (like vi "set nu").
851
852 * New option (-?) prints help message immediately.
853
854 * New option (-r) displays "raw" control characters, without
855   mapping them to ^X notation.
856
857 * New option (-f) forces less to open non-regular files
858   (directories, etc).
859
860 * New option (-k) can be used to specify lesskey files by name.
861
862 * New option (-y) can be used to set a forward scroll limit
863   (like -h sets a backward scroll limit).
864
865 * File marks (set by the m command) are now preserved when a new
866   file is edited.  The ' command can thus be used to switch files.
867
868 * New command ESC-/ searches all files (on the command line) 
869   for a pattern.
870
871 * New command ESC-n repeats previous search, spanning files.
872
873 * The N command has been changed to repeat the previous search
874   in the reverse direction.  The old N command is still available 
875   via :n.
876
877 * New command ESC-N repeats previous search in the reverse
878   direction and spanning files.
879
880 * 8 bit characters are now supported.  A new option (-g) can be 
881   used to strip off the eighth bit (the previous behavior).
882
883 * Options which take a following string (like -t) may now
884   optionally have a space between the option letter and the string.
885
886 * Six new commands { } ( ) [ and ] can be used to match
887   brackets of specific types, similar to vi % command.
888
889 * New commands z and w move forward/backward one window and
890   simultaneously set the window size.
891
892 * Prompt string expansion now has %L for line number of the last
893   line in the file, and %E for the name of the editor.
894   Also, % escapes which refer to a line (b=bottom, t=top, etc.)
895   can use j for the jump target line.
896
897 * New environment variable LESSEDIT can be used to tailor the
898   command string passed to the editor by the v command.
899
900 * Examining a file which was previously examined will return
901   to the same position in the file.
902
903 * A "%" is expanded to the current filename and a "#" to the 
904   previous filename, in both shell commands and the E command.
905   (Previously % worked only in shell commands and # worked 
906   only in the E command.)
907
908 * New command ":ta" is equivalent to "-t".
909
910 * New command "s" is equivalent to "-l".
911
912 * The - command may be followed by "+X" to revert to the default
913   for option X, or "-X" to get the opposite of the default.
914
915 * Lesskey files may now include characters after the action as
916   extra input to be parsed after the action; for example:
917   "toggle-option X" to toggle a specific option X.
918
919
920
921
922