diff options
author | Eduardo Chappa <chappa@washington.edu> | 2015-04-23 00:24:07 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2015-04-23 00:24:07 -0600 |
commit | e2e8488ca2d18f2b0eedaa1bfc6826e8a11de025 (patch) | |
tree | 9843fcc18bc7739fc3f45503baa51006bd49dabf /doc | |
parent | 69b0d3a5dff7b8be0deada358dad1a55f319d769 (diff) | |
download | alpine-e2e8488ca2d18f2b0eedaa1bfc6826e8a11de025.tar.xz |
* new version 2.20.7.
* Fix documentation for search to beginning and to end of line,
which had not been updated, even though the behavior had changed.
* Exact search is sticky, that is, once an exact search is done, so will
be the next ones. This is consistent with the default behavior where
all searches are not exact.
* Pico upgraded to versio 5.08.
* some hunks of integrate.patch were added to this source code
to make handling of menus consistent, and reduce the size of
integrate.patch at the same time.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/alpine.1 | 2 | ||||
-rw-r--r-- | doc/pico.1 | 12 | ||||
-rw-r--r-- | doc/tech-notes/index.html | 2 | ||||
-rw-r--r-- | doc/tech-notes/tech-notes.txt | 2 |
4 files changed, 10 insertions, 8 deletions
diff --git a/doc/alpine.1 b/doc/alpine.1 index d7aba4b7..de09c608 100644 --- a/doc/alpine.1 +++ b/doc/alpine.1 @@ -1,4 +1,4 @@ -.TH alpine 1 "Version 2.20.6" +.TH alpine 1 "Version 2.20.7" .SH NAME alpine \- an Alternatively Licensed Program for Internet News and Email .SH SYNTAX @@ -1,4 +1,4 @@ -.TH pico 1 "Version 5.07" +.TH pico 1 "Version 5.08" .SH Name pico \- simple text editor in the style of the Alpine Composer .SH Syntax @@ -29,9 +29,11 @@ immediately below. Paragraphs are delimited by blank lines, or by lines beginning with a space or tab. Unjustification can be done immediately after justification using the control-U key combination. .PP -String searches are not sensitive to case. A search begins at the current -cursor position and wraps around the end of the text. The most recent -search string is offered as the default in subsequent searches. +String searches are not sensitive to case, but one can be done +by pressing the control-W followed by control-^. A search begins at +the current cursor position and wraps around the end of the text. +The most recent search string is offered as the default in subsequent +searches. .PP Blocks of text can be moved, copied or deleted with creative use of the command for mark (ctrl-^), delete (ctrl-k) and undelete (ctrl-u). @@ -172,4 +174,4 @@ alpine(1) Source distribution (part of the Alpine Message System): .nf -$Date: 2009-02-02 13:54:23 -0600 (Mon, 02 Feb 2009) $ +$Date: 2015-04-19 12:28:01 -0500 (Sun, 19 Apr 2015) $ diff --git a/doc/tech-notes/index.html b/doc/tech-notes/index.html index 5b3e46f8..95fae07d 100644 --- a/doc/tech-notes/index.html +++ b/doc/tech-notes/index.html @@ -3,7 +3,7 @@ <BODY> <H1>Alpine Technical Notes</H1> -Version 2.20.6, April 2015 +Version 2.20.7, April 2015 <H2><A NAME="TOC">Table of Contents</A></H2><P> diff --git a/doc/tech-notes/tech-notes.txt b/doc/tech-notes/tech-notes.txt index cfdb45c1..dd5b9c4c 100644 --- a/doc/tech-notes/tech-notes.txt +++ b/doc/tech-notes/tech-notes.txt @@ -1,7 +1,7 @@ Alpine Technical Notes - Version 2.20.6, April 2015 + Version 2.20.7, April 2015 Table of Contents |