summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
keyringAdd key for arunisaac.Arun Isaac21 months
masterAdd v0.4.1 release tarballs.Arun Isaac4 weeks
 
TagDownloadAuthorAge
v0.4.1guile-email-0.4.1.tar.gz  guile-email-0.4.1.tar.lz  guile-email-0.4.1.zip  Arun Isaac4 weeks
v0.4.0guile-email-0.4.0.tar.gz  guile-email-0.4.0.tar.lz  guile-email-0.4.0.zip  Arun Isaac5 weeks
v0.3.2guile-email-0.3.2.tar.gz  guile-email-0.3.2.tar.lz  guile-email-0.3.2.zip  Arun Isaac9 weeks
v0.3.1guile-email-0.3.1.tar.gz  guile-email-0.3.1.tar.lz  guile-email-0.3.1.zip  Arun Isaac19 months
v0.3.0guile-email-0.3.0.tar.gz  guile-email-0.3.0.tar.lz  guile-email-0.3.0.zip  Arun Isaac2 years
v0.2.2guile-email-0.2.2.tar.gz  guile-email-0.2.2.tar.lz  guile-email-0.2.2.zip  Arun Isaac5 years
v0.2.1guile-email-0.2.1.tar.gz  guile-email-0.2.1.tar.lz  guile-email-0.2.1.zip  Arun Isaac6 years
v0.2.0guile-email-0.2.0.tar.gz  guile-email-0.2.0.tar.lz  guile-email-0.2.0.zip  Arun Isaac6 years
v0.1.0guile-email-0.1.0.tar.gz  guile-email-0.1.0.tar.lz  guile-email-0.1.0.zip  Arun Isaac6 years
 
AgeCommit messageAuthor
2025-02-12Release version 0.3.2.•••* NEWS (Changes in 0.3.2): New section. v0.3.2Arun Isaac
2025-02-09email: Quote display names when serializing email addresses.•••* email/email.scm (interpret-address): Quote display names when they have illegal characters. * tests/email.scm ("quote display-name when serializing email addresses with illegal characters", "do not quote display-name when serializing email addresses without illegal characters"): New tests. Arun Isaac
2025-02-09email: Tolerate square brackets in email addresses.•••* email/email.scm (liberal-atext): Add [ and ]. * tests/email.scm ("tolerate email addresses with square brackets in name"): New test. Arun Isaac
2025-02-09pre-inst-env: Add pre-inst-env.•••* pre-inst-env: New file. * Makefile (distribute_files): Add pre-inst-env. Arun Isaac
2024-01-26README: Do not list the v0.1.0 release.•••* README.org (Download): Do not list the v0.1.0 release. Arun Isaac
2024-01-26README: Hard-code releases.•••* README.org (Download): Replace releases dynamic block with hard-coded list of releases. * build-aux/build-website.el (org-dblock-write:releases): Delete function. (main): Do not call org-update-all-dblocks. Arun Isaac
2024-01-26build-aux: Do not list the v0.1.0 release.•••* build-aux/build-website.el (org-dblock-write:releases): Do not list the v0.1.0 release. Arun Isaac
2024-01-26build-aux: Do not infer release information from git tags.•••We now build the website as a computed-file G-expression in a Guix channel. Guix channels always discard the git repository information, and don't have access to the git tags. We can fix this problem later if and when we switch to using tissue for the website. * build-aux/build-website.el (org-dblock-write:releases): Do not infer release information from git tags. Hard-code them. Arun Isaac
2024-01-26Makefile: Make website/index.html depend on build-website.el.•••* Makefile (website/index.html): Add build-aux/build-website.el to dependencies. Arun Isaac
2024-01-12guix: Add G-expression computed-file to build website.•••* .guix/guile-email-package.scm: Import coreutils and gnu-make from (gnu packages base), emacs-minimal from (gnu packages emacs), texinfo from (gnu packages texinfo). (guile-email-website-gexp, guile-email-website): New variables. Arun Isaac
[...]