From 6dcdaa75261b9375f13bd168abc70d3960669389 Mon Sep 17 00:00:00 2001 From: cage Date: Wed, 15 Jul 2020 15:57:34 +0200 Subject: [PATCH] - logged changes. --- ChangeLog | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/ChangeLog b/ChangeLog index d2c0a22..4d964a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +2020-07-15 + * etc/init.lisp + * po/it.po + * po/tinmop.pot + * src/gemini-viewer.lisp + * src/gemini-viewer.lisp + * src/gemini/client.lisp + * src/gemini/gemini-parser.lisp + * src/gemini/package.lisp + * src/package.lisp + * src/ui-goodies.lisp + + - [gemini] parse link even if link name is empty + sometimes you can met a link like: + + =>URI + + even if this is, in my opinion, a malformed link (there should be a + text -the link name- after the space) parse anyway as if the link name + exists and is empty; + + - [gemini] added the option to view gemini page's source. + + - [gemini] fixed bug that prevented rendering of levels 3 headers; + + - [gemini] fixed information string; + + - updated italian translation. + 2020-07-13 * etc/shared.conf * src/message-rendering-utils.lisp