1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-03-16 12:00:04 +01:00

- tracking changes.

This commit is contained in:
cage 2020-08-19 18:04:23 +02:00
parent 7c7d02498a
commit d27cc1cf2e
2 changed files with 38 additions and 0 deletions

View File

@ -1,3 +1,32 @@
2020-08-19
* po/it.po
* po/tinmop.pot
* src/command-line.lisp
* src/command-window.lisp
* src/conversations-window.lisp
* src/follow-requests.lisp
* src/keybindings-window.lisp
* src/line-oriented-window.lisp
* src/modeline-window.lisp
* src/notify-window.lisp
* src/open-attach-window.lisp
* src/package.lisp
* src/sending-message.lisp
* src/tags-window.lisp
* src/tests/all-tests.lisp
* src/thread-window.lisp
* src/tui-utils.lisp
* src/windows.lisp
- [gemini] allowed secret input;
- tracking changes in croatoan
some function in 'tui-utils' are just wrappers for the
equivalents in the library;
- added more docstrings;
- use new i18n feature form unix-opt to localize program's usage
messages.
2020-07-26
* etc/init.lisp

View File

@ -1,3 +1,12 @@
* 2020-08-19
The gemini client could now manage secret input if asked by the
server.
Secret input here means that a placeholder character is printed on
the screen instead of the character corresponding to the key
pressed by the user (like a password input).
* 2020-07-17
The gemini client fetch documents from remote server in a concurrent