mirror of https://codeberg.org/cage/tinmop/
- updated changelog.
This commit is contained in:
parent
7dbe38e898
commit
02bb2efb6d
64
ChangeLog
64
ChangeLog
|
@ -1,10 +1,70 @@
|
|||
2022-12-14 cage
|
||||
2023-01-30 cage
|
||||
|
||||
* quick_quicklisp.sh.in,
|
||||
* src/package.lisp,
|
||||
* src/program-events.lisp,
|
||||
* src/windows.lisp:
|
||||
|
||||
- used the brand new dialog window made available from croatoan.
|
||||
- updated croatoan revision to fetch during installation.
|
||||
|
||||
2023-01-12 cage
|
||||
|
||||
* configure,
|
||||
* configure.ac,
|
||||
* src/gemini-viewer.lisp,
|
||||
* src/os-utils.lisp,
|
||||
* src/package.lisp,
|
||||
* src/ui-goodies.lisp,
|
||||
* tinmop.asd:
|
||||
|
||||
- made the program respect the `open' configuration directive for when
|
||||
downloading MINE type "text/*"
|
||||
Before this patch, the software tried to open all the text MIME type
|
||||
in the main window regardless any setting in the configuration file
|
||||
that imposed to use a program to open a file based on a regular
|
||||
expression (e.g. `open "^((gemini://)|(\\.)|(/)).+txt$" with "vi"',
|
||||
did not worked).
|
||||
- increased version number.
|
||||
|
||||
2022-12-26 cage
|
||||
|
||||
* README.org,
|
||||
* README.txt,
|
||||
* src/program-events.lisp:
|
||||
|
||||
- updated READMEs.
|
||||
- used a better default for slot 'local-path' to prevent crash when
|
||||
'sexp->links' is called with an empty string as local-path argument.
|
||||
|
||||
2022-12-23 cage
|
||||
|
||||
* scripts/generate-gemlog.lisp:
|
||||
|
||||
- improved error reporting in script 'generate-gemlog.lisp'.
|
||||
|
||||
2022-12-17 cage
|
||||
|
||||
* src/ui-goodies.lisp:
|
||||
|
||||
- removed hardcoded font spec when making an image mosaic;
|
||||
- caught all errors signaled when something has gone wrong
|
||||
downloading the messages containing the subscribed tags.
|
||||
|
||||
2022-12-14 cage
|
||||
|
||||
* ChangeLog,
|
||||
* NEWS.org,
|
||||
* configure.ac,
|
||||
* quick_quicklisp.sh.in,
|
||||
* src/ui-goodies.lisp,
|
||||
* tinmop.asd:
|
||||
|
||||
- removed hard-coded font spec when making an image mosaic;
|
||||
- updated croatoan version.
|
||||
- increased version number;
|
||||
- updated news and changelog files.
|
||||
- fixed version number.
|
||||
- updated version number in configure.ac too.
|
||||
|
||||
2022-12-12 cage
|
||||
|
||||
|
|
Loading…
Reference in New Issue