diff options
author | Eduardo Chappa <chappa@washington.edu> | 2016-12-20 21:55:35 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2016-12-20 21:55:35 -0700 |
commit | 12be46a5f66c34129cae2819c634e9a98e31113c (patch) | |
tree | 1d3190c6b9a4c0ee3f84f638aabadd3d40c38357 /pith/pine.hlp | |
parent | bf8ca49bc1199f1a08c4d05969e8cc6b6965455a (diff) | |
download | alpine-12be46a5f66c34129cae2819c634e9a98e31113c.tar.xz |
* Bug fix: The index format would be chopped at the position of an
unrecognized token, instead of skipping the token as intended.
Diffstat (limited to 'pith/pine.hlp')
-rw-r--r-- | pith/pine.hlp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pith/pine.hlp b/pith/pine.hlp index 22269013..e6b66081 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 196 2016-12-18 22:45:44 +Alpine Commit 197 2016-12-20 21:55:31 ============= h_news ================= <HTML> <HEAD> @@ -441,6 +441,9 @@ Bugs that have been addressed include: messages other than top of threads could appear in the index, making Alpine display messages "out of the screen." + <LI> The index format would be chopped at the position of an unrecognized + token, instead of skipping the token as intended. + <LI> Work in progress: Avoid calling non-safe functions when Alpine receives a signal. See bug report <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825772">here.</A> |