summaryrefslogtreecommitdiff
path: root/pico
AgeCommit message (Collapse)Author
2024-01-30 * Changes in the source code of Alpine to define internal prototypesEduardo Chappa
of all functions so that they follow modern C standards. This lead to the splitting of the gf_io_t type into two types gf_i_t and gf_o_t with different internal prototypes. More details in the file pith/detach.c. This work was initiated based on a report by Holger Hoffstätte.
2024-01-21 * Clean up some function definitions to comply with strictEduardo Chappa
prototypes. Suggested and worked in part by Holger Hoffstätte.
2022-06-05 * Crash in PC-Alpine when postponing a message. Reported by Paolo Ienne.Eduardo Chappa
2022-06-02 * New version 2.26Eduardo Chappa
2021-11-23 * In some systems the size of a directory is the sum of the sizes ofEduardo Chappa
all files contained in it, so sbuf.st_size might be too large and the malloc() might fail with error ENOMEM. Since this is just the list of files, and not the contents of the files, let us start with a small amount and resize when necessary. Reported by Sebasting Knust.
2021-11-21 * Add missing file m4/m4_ax_prog_cc_for_build.m4, and update filesEduardo Chappa
config.guess and config.sub.
2021-10-03 * Code clean up and removal of some warnings.Eduardo Chappa
2021-07-31 * Clear more warnings given by gcc-10. Work in progress.Eduardo Chappa
2021-05-21 * Clear out some gcc warnings, and code improvement. Work in progress.Eduardo Chappa
2021-05-08 * Clear out some gcc warnings, and code improvement. Work in progress.Eduardo Chappa
2021-04-28 * Fix of the list of files in the browser for terminals that need to eraseEduardo Chappa
inverse video to stop inverse video. W=Work in collaboration with professor Martin Trusler.
2021-04-10 * New alpha version 2.24.1Eduardo Chappa
2021-04-08 * Introduction of OTHER CMDS menu for the browser/pilot to letEduardo Chappa
people discover the two new commands: "1" is a toggle that switches between 1 column and multicolumn mode. The "." command toggles between hiding or showing hidden files, and the "G" command to travel between directories. Contributed by Étienne Deparis.
2021-04-08 * Documentation in Pilot went out of alignment during last commit. RestoreEduardo Chappa
original documentation format. Submitted by Étienne Deparis.
2021-04-08 * Clear out some warnings given by gcc 10.Eduardo Chappa
2021-04-06 * Use ‘alpine -F’ instead of ‘pine -F’ as the browser default ↵Eduardo Chappa
pager, as this project will not compile anything called pine anymore, and there is little to know chance that someone still have pine in parallel of alpine. Submitted by Étienne Deparis.
2021-03-28 * Many spelling errors corrected by Jens Schleusener. Thank you!Eduardo Chappa
2020-11-01 * When forwarding a message, replacing an attachment might make AlpineEduardo Chappa
re-attach the original attachment. Reported by Michael Traxler. The solution was that as soon as we recognize that the attachment has changed we delete its id, since Alpine recognizes an old attachment by the existence of an id field in the attachment structure.
2020-10-18 * Fixes to warnings given by gcc 10.Eduardo Chappa
2020-10-10 * New version 2.24Eduardo Chappa
2020-07-06 * Fix for compilation failure in PC-Alpine.Eduardo Chappa
2020-07-05 * Unix Alpine displays configure options and flags when invoked as ↵Eduardo Chappa
"alpine -v". Suggested by Matt Ackeret.
2020-06-08 * Corrections to spelling errors, contributed by Jens Schleusener.Eduardo Chappa
2020-06-08 * Remove some compilation warnings given by clang7.Eduardo Chappa
2020-06-08 * Remove some compilation warnings given by gcc9.Eduardo Chappa
2020-06-07 * Changes to configure.ac force all these changes. This includesEduardo Chappa
changes that are necessary for compilation that did not make it to the previous commit.
2020-02-06 * Fix a bug in PC-Alpine that made Alpine go into an infinte loop andEduardo Chappa
consume CPU when it was iconized. Reported by Holger Schieferdecker in comp.mail.pine.
2020-01-19 * Initial release of Alpine version 2.22.Eduardo Chappa
2020-01-18 * A few more changes in copyright notices and removal of phone-home code thatEduardo Chappa
counts users of Alpine. This eliminates any information sent to the developers of Alpine by Alpine users. Based on work by Geoffrey Thomas.
2020-01-18 * Various fixes to copyright notices, make sure we allocate enoughEduardo Chappa
memory in file http.c, and move Pico version to 5.10.
2020-01-16 * Fix a few more misspellings in the source code of Alpine.Eduardo Chappa
List contributed by Jens Schleusener.
2020-01-15 * Fix a number of misspellings in the source code of Alpine. I hav onlyEduardo Chappa
fixed those that belong to the source code of Alpine and do not come from an external source. List contributed by Jens Schleusener.
2020-01-15 * Add configuration screen for XOAUTH, so users can configure their ownEduardo Chappa
client-id and client-secret information.
2020-01-07 * Do not add -lcrypt to LIBS when it is not required. Reported by RyanEduardo Chappa
Elliot.
2019-12-19 * Update to configure script to work with LibreSSL. Reported by Michael.Eduardo Chappa
2019-11-23 * Change in build process. Now Alpine will not build the imap tools byEduardo Chappa
default. In order to build the imap tools (such as mtest, imapd, etc.) the configure script must be given the --with-bundled-tools option. Similarly, libpam is not required anymore, unless the option --with-bundled-tools is used.
2019-10-29 * Bug in Pico, which makes Alpine (and Pico) print garbage in the screenEduardo Chappa
when a screen is resized to a large number of rows. The solution was to change the type of two variables from "signed char" to "int". Reported by Joshua Miller.
2019-09-01 * Improvements to the pico manual as well as on the code that displaysEduardo Chappa
the table of color codes.
2019-06-22 * New version 2.21.99999 (06/22/2019)Eduardo Chappa
2019-02-28 * Remove generated files from git repository. Patch provided by ErichEduardo Chappa
Eckner.
2018-09-08 * Pico: The color_codes option was actually named color_code in the commandEduardo Chappa
line. Make sure that color_options is set before we turn on colors on.
2018-07-06 * Update configure script to remove the search for a linking tclEduardo Chappa
library until the development header have been found, and update C_CLIENT_AUTHS to not to have a trailing space.
2018-06-01 * A few more modifications to make Valgrind happy.Eduardo Chappa
2018-06-01 * When MOUSE is not defined, alpine attempts to free an undefined variable.Eduardo Chappa
Reported by Christian Kujau.
2018-05-21 * Nothing to see here, this is just reformatting of the code toEduardo Chappa
make it easier to find functions when I need to do so.
2018-05-19 * Clear history when closing alpine, for commands that keep it.Eduardo Chappa
* Reversing the clearing of the rmap memory.
2018-05-13 * More changes to make Valgrind happy. Work in progress.Eduardo Chappa
2018-02-26 * New version 2.21.999Eduardo Chappa
* rewrite of some code in pith/ical.c to make sure function prototypes are correct. * Add a separator line to the calendar entry in case, the calendar is sent as the main body of the message.
2017-12-04 * New version 2.21.99Eduardo Chappa
* The online repo does not mimic the root local directory from which it is created. This is an attempt to fix this. This caused the problem that kerberos was not working with the bytes on the repo, but it would work on the root which created it. Reported by Holger Trapp.
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.)