1
0
Fork 0

- tracking changes.

This commit is contained in:
cage 2020-10-06 20:19:21 +02:00
parent a1be604bc4
commit df8d3221ec
1 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,15 @@
2020-10-06 cage
* src/gemini-viewer.lisp, src/package.lisp,
src/priority-queue.lisp, src/program-events.lisp:
- [gemini] remove a bottleneck when download of a gemini page is
completed;
Instead of process multiple events, each one with a single line to
render, compact all the lines in a single event and, then, process
all the lines at once.
2020-10-03 cage
* etc/init.lisp, src/complete.lisp, src/line-oriented-window.lisp,