1
0
Fork 0
Commit Graph

52 Commits

Author SHA1 Message Date
cage 82bdf5c538 - [fediverse] rendered correctly ordered list;
- fixed indentation of configure.ac;
- removed useless command in Makefile.
2024-05-01 12:36:36 +02:00
cage fd91165752 - fixed macro fs:do-directory;
- removed hardcoded string in Makefile;
- ensured 'fs:relative-file-path->absolute' adds a trailing slash when converting a directory path.
2024-04-21 18:49:55 +02:00
cage f2a8635b3e - modified asdf file to include files compiled from C into the saved image. 2024-04-21 11:07:34 +02:00
cage 94e819d31f - added missing module. 2024-04-13 16:21:43 +02:00
cage bd148e93b6 - added test for TK interpreter in configure.ac. 2024-04-13 12:30:07 +02:00
cage 5a0757e365 - used autotools to install bash completion script. 2024-03-19 21:05:02 +01:00
cage 07d9c4aea9 - [GUI] added a button to give a visual hint that a the client provided the server a TLS certificate. 2024-02-15 16:15:18 +01:00
cage 3d872e9b73 - [GUI] included the system-wide configuration file into the user defined configuration file. 2023-07-29 12:23:02 +02:00
cage 88c86f2def - updated Makefiles;
- allowed  loading a  local file  in 'slurp-iri'  if the  IRI argument
  lacks scheme, and authority components;
- allowed inlining of images from local path;
- allowed linking of local resources in error page;
- inlined images automatically in error pages.
2023-07-21 14:30:16 +02:00
cage 3716531de7 - updated Makefile.am. 2023-07-16 15:26:09 +02:00
cage e1f185c439 - implemented titan protocol;
- [TUI] added titan requests;
- [GUI] fixed crash when opening the gemlog windows after refreshed the gemlogs data.
2023-07-07 14:45:05 +02:00
cage 242d41a894 - removed README.txt from Makefiles. 2023-06-18 15:57:03 +02:00
cage 991f9ab6f9 - added reference to gui.conf in Makefile.in, this file needs to be installed. 2023-05-24 15:43:57 +02:00
cage 94e550b015 - added all the icons to Makefile.am. 2023-05-13 14:51:35 +02:00
cage 2829c7f4a3 - updated Makefile.am to include the new icons. 2023-04-14 15:26:59 +02:00
cage 6b10f75c91 - updated Makefile.am to aloww to find the new icon files. 2023-04-06 17:21:57 +02:00
cage d2d1745001 - added package URL to the authorized client. 2023-02-26 20:33:29 +01:00
cage 393b4b0d29 - added 'etc/gui.conf' to the file to be distributed;
- [GUI] added gemtext window;
- [GUI] fixed loading of GUI specific configuration file;
- [GUI] completed parsing of configuration values (e.g. color names are converted to corresponding TK color codes).
2023-02-21 20:21:54 +01:00
cage abef1cfe33 - added some functions to build the GUI. 2023-02-08 13:02:26 +01:00
cage 801829b528 - instruct makefile to copy modules, script and icons in differents subdirectory when installing the package. 2023-02-05 14:41:03 +01:00
cage c8b92f7eba - added command 'gemini-images-montage'. 2022-12-10 14:11:13 +01:00
cage e07f4d2ee3 - optimized expanding of status trees that contains mentions;
- fixed file path of Makefile.am;

- fixed typo.
2022-05-01 10:08:01 +02:00
cage 662ff561d1 - added PWD value to asdf registry. 2022-03-27 18:49:45 +02:00
cage d132a513d3 - simplified Makefile (used asdf to build the executable in a portable way). 2022-03-27 13:37:54 +02:00
cage d9a8d03472 - used package local nickname instead us :use croatoan's symbols. 2022-03-21 21:42:50 +01:00
cage f4d7bb1e94 - fixed building scripts. 2022-03-19 20:53:33 +01:00
cage 4e00e3a7c8 - added support for ECL in autotools scripts. 2022-03-19 17:38:51 +01:00
cage 0f0a6935ac - added script 'gemget.lisp'. 2022-02-20 14:40:35 +01:00
cage 081bc85272 - fixed guessing of parent dir from value of $PWD
in script quick_quicklisp.sh (thanks mibofra!).
2022-02-20 12:21:33 +01:00
cage 7f6c6feace - updated building scripts. 2022-02-18 19:08:28 +01:00
cage 60e4cbdd74 - updated Makefile.am to install two new scripts. 2022-02-18 12:06:28 +01:00
cage 7ffe40668a - increased version number;
- updated building scripts;

- updated ChangeLog.
2021-12-03 17:32:12 +01:00
cage 10a5693b06 - updated building scripts;
- removed wrong backslash from Makefile.am.
2021-11-28 11:31:49 +01:00
cage f46d86baea - updated build script to install 'delete-old-posts.lisp' 2021-10-15 14:06:04 +02:00
cage 29c6f6b7d5 - updated building scripts;
- removed useless variable from 'configure.ac'

- changed dependency to cl-ppcre-unicode;

- fixed reader macro for 'os-utils:run-external-program'.
2021-09-27 20:50:02 +02:00
cage 9c86773b0b - updated version of croatoan installed by the building script;
- updated makefile rule to recompile the binary if asdf file is modified.
2021-09-02 15:58:36 +02:00
cage 5f91506dd3 - added 'open-manual'. 2021-08-28 12:33:49 +02:00
cage 1e37af8772 - added dependency on 'unzip';
- added 'unzip-file';
- fixed zip-info conatant name.
2021-08-20 14:23:21 +02:00
cage 638f970ddf - updated Makefile.in to include new module. 2021-08-07 11:11:50 +02:00
cage 8763836dd4 - instructed Makefile to install module 'expand-abbrev-command-window'. 2021-08-06 23:15:04 +02:00
cage 3caed6b13b - prevented stripping of directory for data and doc files;
- updated Changelog.
2021-08-05 16:07:06 +02:00
cage a82676609a - updated building script to fetch croatoan from git. 2021-07-05 18:12:45 +02:00
cage f8352e5212 - updated autotools scripts. 2021-05-23 11:20:03 +02:00
cage 66ba9d0b79 - instructed Makefile to recompile the packkege if a source is modified;
- updated italian translation.
2021-04-25 15:53:35 +02:00
cage 473ce65225 - updated building script and Makefile. 2021-02-27 10:58:04 +01:00
cage 0fc46fa1b5 - removed dependency from libidn2
punycode encoding  comes from  an internal implementation  istead of
  using an C library.
2021-01-31 13:08:34 +01:00
cage 03d33bc719 - using pkg-config for checking libidn2 with configure script. 2021-01-09 20:42:56 +01:00
cage 6075beee34 - instructed Makefile to install the module 'rewrite-message-urls.lisp'. 2021-01-05 18:29:17 +01:00
cage fb83d673f9 - reorganized modules and scripts directories;
- removed spurious NIL when writing a message.
2020-12-28 15:37:13 +01:00
cage 2c634db6a2 - moved welcomebot script in the right directory when installed. 2020-12-27 13:53:52 +01:00