Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-20 | * Remove bell characted (\007) from status messages in Pico. This makes | Eduardo 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 of | Eduardo 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 the | Eduardo 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, some | Eduardo 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 width | Eduardo Chappa | |
of a character incorrectly. Reported by Alexandre Fedotov. | |||
2017-09-30 | * Add -dict option to PC-Pico, which allows users to choose a dictionary | Eduardo 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 creating | Eduardo Chappa | |
master password. | |||
2017-09-29 | * Initialize unitilized variable in pith/smime.c and delete .pdb and | Eduardo 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 done | Eduardo 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 release | Eduardo Chappa | |
version | |||
2017-09-19 | * Update build.bat file to add /DWINVER=0x0501 so that Alpine can | Eduardo 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) until | Eduardo 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 calls | Eduardo 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 the | Eduardo 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 | * crash in bounce command due to not enough space allocated for key | Eduardo Chappa | |
menu array. The crash can be reproduced when Alpine is built with clang, but not gcc. Reported by David Sewell. | |||
2017-03-17 | * New version 2.21 | Eduardo 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 else | Eduardo 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 token | Eduardo 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 an | Eduardo Chappa | |
unrecognized token, instead of skipping the token as intended. | |||
2016-12-18 | * New SMARTTIME24 token for index screen. It is close to SMARTDATETIME | Eduardo 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 and | Eduardo Chappa | |
SUBJKEYINIT. | |||
2016-12-18 | * New token SHORTSUBJECT, SHORTSUBJKEY and SHORTSUBJKEYINIT to shorten | Eduardo Chappa | |
the subject, removing list name information from the subject (text enclosed between "[" and "]".) | |||
2016-12-16 | * New version 2.20.999 | Eduardo Chappa | |
2016-12-16 | * Separate updateline into two functions, one does updateline without | Eduardo Chappa | |
colors, the other one does updateline with colors. | |||
2016-12-09 | * Add location of openssl libraries, include files, etc for openssl in | Eduardo 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 we | Eduardo 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 incoming | Eduardo 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 line | Eduardo 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 | |
2016-11-22 | * Minor updates to source to update copyright notices (part 1) | Eduardo Chappa | |
2016-11-22 | * Free some allocated memory in the new color code. | Eduardo Chappa | |
2016-11-21 | * Further improvements to color code to remove a bug that makes Pico | Eduardo Chappa | |
add spaces when text is selected for a cut and paste operation. This code adds line length as a parameter to updateline(). | |||
2016-11-21 | * SMIME: Change the default signature digest from sha1 to sha-256, | Eduardo Chappa | |
since clients such as Thunderbird do not validate signatures that use sha1 digest. | |||
2016-11-18 | * Remove limit of encoded words in the c-client library, since any | Eduardo Chappa | |
limit makes a search eventually fail for a long enough encoded word. | |||
2016-11-16 | * Several improvements and bug fixes related to the color support | Eduardo Chappa | |
in Pico. | |||
2016-10-28 | * Crash when canceling a goto command on a local collection that has | Eduardo Chappa | |
not been expanded and attempting to expand such collection. |