1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2024-12-22 23:47:56 +01:00

- updated changelog.

This commit is contained in:
cage 2022-01-06 18:25:23 +01:00
parent 6fd24dd441
commit a8904c3aa8

View File

@ -1,5 +1,58 @@
2022-01-06 cage
* etc/default-theme.conf,
* etc/init.lisp,
* etc/shared.conf,
* src/filesystem-tree-window.lisp,
* src/open-message-link-window.lisp,
* src/os-utils.lisp,
* src/package.lisp,
* src/program-events.lisp,
* src/software-configuration.lisp,
* src/ui-goodies.lisp:
- added command file-explorer-scroll-begin;
- added command file-explorer-scroll-end;
- modified 'query-local-filesystem-path' signals an error if the query
type is unknown.
- added 'file-explorer-close-window';
- modified filesystem explorer window's position.
- added downloading and opening a file from filesystem explorer
window.
- added docstring.
- added 'editor' as pseudo external program.
- using the file explorer when opening a local directory.
- substituted . with $PWD when opening file explorer.
2022-01-02 cage
* src/9p-client/conditions.lisp,
* src/9p-client/message-types.lisp,
* src/kami/client.lisp,
* src/kami/package.lisp,
* src/line-oriented-window.lisp,
* src/tests/kami-tests.lisp,
* src/tests/package.lisp,
* tinmop.asd:
- prepared code for kamid.
Merge branch 'kami'
- prevented crash in dialog list window, the event object needed to be
decodified.
2021-12-26 cage
* quick_quicklisp.sh.in,
* src/command-window.lisp,
* src/tui-utils.lisp:
- tracked incompatible changes from croatoan;
An event is no more a character or symbol but is an instabce of
class 'event'.
2021-12-14 cage
* ChangeLog,
* etc/init.lisp,
* po/it.po,
* po/tinmop.pot,
@ -9,6 +62,7 @@
- implemented mark and deletion of tree in filesystem window.
- updated italian translation.
- updated ChangeLog.
2021-12-13 cage