summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-02 * Add binaries pico.exe, mailutil.exe, rpload.exe andd rpdump.exeEduardo Chappa
(alpine.exe had already been added in the previous commit.)
2017-12-01 * PC-Alpine builds with LibreSSL and supports S/MIME.Eduardo Chappa
2017-11-22 * Add "remove password" command to the management screen for theEduardo Chappa
password file encryption key. This allows users to use their password file without entering a master password.
2017-11-21 * Completed the inclusion of the "95" patch submitted by Helmut Grohne.Eduardo Chappa
See Bug 876164 in Debian at https://bugs.debian.org/876164. Added m4/m4_ax_prog_cc_for_build.m4 macro.
2017-11-21 * Add --with-date-stamp and --with-host-stamp to modify the datestamp[]Eduardo Chappa
and hoststamp[] default variables when building Alpine.
2017-11-20 * Remove bell characted (\007) from status messages in Pico. This makesEduardo Chappa
it possible to translate them.
2017-11-19 * Regenerate configure script and friends.Eduardo Chappa
2017-11-19 * Improvements to the configure stage of compilation. Some ofEduardo Chappa
these contributed by Helmut Grohne. See Bug 876164 in Debian at https://bugs.debian.org/876164.
2017-11-13 * TLS 1.2 works does not work if Alpine is compiled with openssl >= 1.1.0.Eduardo Chappa
Reported and patched by Kyle George.
2017-11-10 * If the first part of a message is multipart/alternative, and theEduardo Chappa
first part of this is also a multipart type, then Alpine might fail to select the first text part when replying to a message. Reported by Lucio Chiappetti.
2017-11-08 * When colors are edited from the main setup configuration screen, someEduardo Chappa
color settings are not updated until Alpine is restarted. Reported by Andrew Hill.
2017-10-27 * When the locale is not set up to UTF-8, alpine might determine the widthEduardo Chappa
of a character incorrectly. Reported by Alexandre Fedotov.
2017-09-30 * Add -dict option to PC-Pico, which allows users to choose a dictionaryEduardo Chappa
when spelling. Sample usage: -dict "en_US, de_DE, fr_FR".
2017-09-29 * NTLM authentication support with the ntlm library, in Unix systems.Eduardo Chappa
Based on code provided by Maciej W. Rozycki.
2017-09-29 * Remove unnecesary escape character in question to user when creatingEduardo Chappa
master password.
2017-09-29 * Initialize unitilized variable in pith/smime.c and delete .pdb andEduardo Chappa
.ilk files in a PC-Alpine "build clean" command.
2017-09-27 * Fix a small issue in keymenu.c, where some key defonitions were doneEduardo Chappa
with braces placed in the incorrect place.
2017-09-23 * Update of configure script due to change in libtool version.Eduardo Chappa
2017-09-22 * configure script and add check for HAVE_WCWIDTH by Stefan Haubenth.Eduardo Chappa
2017-09-19 * Upgrade to new version 2.21.9. Version 2.22 will be a bug releaseEduardo Chappa
version
2017-09-19 * Update build.bat file to add /DWINVER=0x0501 so that Alpine canEduardo Chappa
build when using Visual Studio 2017. Fix contributed by Ulf-Dietrich Braunmann.
2017-09-17 * Deactivate some color code from Pico (as standalone editor) untilEduardo Chappa
I find a way to activate it again. This is not critical and it is not something that PC-Pico must have (some of it already exists in other ways, like color support, what does not exist is the more complex code that Unix-Pico has with color codes for specific colors.)
2017-07-18 * Fix a few compiler warnings.Eduardo Chappa
2017-07-14 * Fix crash when a CA certificate failed to load, by protecting some callsEduardo Chappa
when s_cert_store is NULL, and also only freeing s_cert_store when all certificates in the .alpine-smime/ca directory fail to load.
2017-05-04 * Creating key for password file could not be cancelled.Eduardo Chappa
2017-05-03 * Change of website from patches.freeiz.com to alpine.freeiz.com.Eduardo Chappa
2017-03-23 * replace "operative" by "operating", as in "operating system" in theEduardo Chappa
help text. Submitted by Dennis Davis.
2017-03-23 * Update version of Pico in man page. Submitted by Dennis Davis.Eduardo Chappa
2017-03-23 * clear out a few warnings when Alpine is built with clang.Eduardo Chappa
2017-03-23 * New version 2.21.1Eduardo Chappa
2017-03-23 * crash in bounce command due to not enough space allocated for keyEduardo Chappa
menu array. The crash can be reproduced when Alpine is built with clang, but not gcc. Reported by David Sewell.
2017-03-18 * Update to packages/alpine.spec to account for the new location of manEduardo Chappa
pages in the source code.
2017-03-17 * New version 2.21Eduardo Chappa
2017-01-01 * Further improvements to support for parameters of OL tag.Eduardo Chappa
2016-12-27 * crypto.h is installed in /usr/include in cygwin, but everyone elseEduardo Chappa
installs it in /usr/include/openssl. Also other systems seem to install crypto.h when they install openssl, so we only check for the existence of crypto.h in Cygwin.
2016-12-27 * Add support for the TYPE and VALUE attributes of the html OL tag.Eduardo Chappa
2016-12-22 * The display of dates in the format "DDD HH:MM" for the SMARTTIME24 tokenEduardo Chappa
must last at least 7 days, not 6.
2016-12-21 * small addition for new SMARTTIME24 token.Eduardo Chappa
2016-12-20 * Bug fix: The index format would be chopped at the position of anEduardo Chappa
unrecognized token, instead of skipping the token as intended.
2016-12-18 * New SMARTTIME24 token for index screen. It is close to SMARTDATETIMEEduardo Chappa
but it differns in that it gives the time in which the message was sent for messages that are less than a week old. it uses a 24 hour format.
2016-12-18 * Update to documentation to add SHORT versions of SUBJKEY andEduardo Chappa
SUBJKEYINIT.
2016-12-18 * New token SHORTSUBJECT, SHORTSUBJKEY and SHORTSUBJKEYINIT to shortenEduardo Chappa
the subject, removing list name information from the subject (text enclosed between "[" and "]".)
2016-12-16 * New version 2.20.999Eduardo Chappa
2016-12-16 * Separate updateline into two functions, one does updateline withoutEduardo Chappa
colors, the other one does updateline with colors.
2016-12-09 * Add location of openssl libraries, include files, etc for openssl inEduardo Chappa
manjaro Linux.
2016-12-08 * Corrections to pico manual contributed by Dennis Davis.Eduardo Chappa
2016-12-02 * In Cygwin, installing Openssl does not install libcrypto-devel, so weEduardo Chappa
add a check for crypt.h to the configure script to check that this file is properly installed.
2016-11-26 * When opening an INBOX folder in a context different from the incomingEduardo Chappa
folders collection, from the command line, Alpine would open the INBOX folder from the incoming folders collection.
2016-11-25 * new color code had problems when TABs were present in text, since lineEduardo Chappa
length computation was not done correctly. The code also works for wide characters and control keys.
2016-11-23 * New version 2.20.99; new release is scheduled for January 2017.Eduardo Chappa