* new version 2.20.3v2.20.3
commit955a543f9ac3bb29b88a42d0520ac68324c2f6fa
authorEduardo Chappa <chappa@washington.edu>
Mon, 16 Mar 2015 04:39:54 +0000 (15 22:39 -0600)
committerEduardo Chappa <chappa@washington.edu>
Mon, 16 Mar 2015 04:39:54 +0000 (15 22:39 -0600)
tree89d5f69fe3569b97a96ca0b901f8886c3457524c
parentc2af1608456087b5d9475e3b288a12554214c221
   * new version 2.20.3

   * SMIME: If a message contains a RFC822 atachment that is
     signed/decrypted add the ability to view its SMIME information.

   * SMIME: The ^E command that gives information on the certificate
     is only available for messages that have a signed or encrypted part.

   * Fix vulnerability in regex library. This only affects those who use
     this library, such as the windows version of Alpine. See
     http://www.kb.cert.org/vuls/id/695940.

   * HTML: Add support for decoding entities in hexadecimal notation.
     Suggested by Tulipánt Gergely.

   * 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.
18 files changed:
alpine/keymenu.c
alpine/keymenu.h
alpine/mailcmd.c
alpine/mailpart.c
alpine/smime.c
alpine/smime.h
doc/alpine.1
pico/browse.c
pico/estruct.h
pico/osdep/altedit.c
pico/osdep/spell.c
pico/search.c
pith/filter.c
pith/osdep/pipe.c
pith/pine.hlp
pith/smime.c
po/Makefile.in
regex/regcomp.c