summaryrefslogtreecommitdiff
path: root/pith/pine.hlp
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2015-04-23 00:24:07 -0600
committerEduardo Chappa <chappa@washington.edu>2015-04-23 00:24:07 -0600
commite2e8488ca2d18f2b0eedaa1bfc6826e8a11de025 (patch)
tree9843fcc18bc7739fc3f45503baa51006bd49dabf /pith/pine.hlp
parent69b0d3a5dff7b8be0deada358dad1a55f319d769 (diff)
downloadalpine-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 'pith/pine.hlp')
-rw-r--r--pith/pine.hlp13
1 files changed, 5 insertions, 8 deletions
diff --git a/pith/pine.hlp b/pith/pine.hlp
index 10f4473b..200be84f 100644
--- a/pith/pine.hlp
+++ b/pith/pine.hlp
@@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any
reasonable place to be called from.
Dummy change to get revision in pine.hlp
============= h_revision =================
-Alpine Commit 75 2015-04-17 09:40:25
+Alpine Commit 76 2015-04-23 00:24:02
============= h_news =================
<HTML>
<HEAD>
@@ -196,13 +196,6 @@ Additions include:
<LI> HTML: Add support for decoding entities in hexadecimal notation.
Suggested by Tulip&aacute;nt Gergely.
- <LI> Pico: Add the ability to search for strings in the beginning or end
- of a line. In the search menu, pressing Ctrl-^ toggles the prompt
- to search for a string at the beginning of a line. Another press of
- Ctrl-^ toggles the prompt to search for a string at the end of a
- line, and pressing Ctrl-^ one more time searches for the string
- anywhere in the text.
-
<LI> If the charset of a message can not be determined, use the value set
in the <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A> for its value.
@@ -218,6 +211,10 @@ Additions include:
<LI> Pico: Search command can do a case sensitive match. Use the Ctrl-^
subcommand of the search command to bring this choice into view.
+ <LI> Pico: Add the ability to search for strings in the beginning or end
+ of a line. Use the Ctrl-^ subcommand of the search command to bring
+ this choice into view.
+
<LI> For a multipart/alternative message, the Take Address command will
work on the part that is being read.