mirror of https://codeberg.org/cage/tinmop/
- tracking changes.
This commit is contained in:
parent
a1be604bc4
commit
df8d3221ec
12
ChangeLog
12
ChangeLog
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue