1
0
Fork 0
Commit Graph

928 Commits

Author SHA1 Message Date
cage 0f0a6935ac - added script 'gemget.lisp'. 2022-02-20 14:40:35 +01:00
cage f9367e5779 - quoted variables to prevent globbing. 2022-02-20 13:06:32 +01:00
cage 32eea570d4 - added option '--do-not-prompt' to quick_quicklisp.sh, to prevent asking question about init file modification. 2022-02-20 12:54:53 +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 6be8fac680 - [kami] ensured 'collect-tree' returns both values: files and directories. 2022-02-19 14:13:03 +01:00
cage 39ffbee1a6 - prevented reusing an already clunked fid when uploading a file. 2022-02-19 13:37:22 +01:00
cage 6db658862f - prevented some kind of windows from losing focus (thanks reDFog)! 2022-02-19 13:37:22 +01:00
cage 8f04e4efbb - prevented crash when bookmarking the start page in gemini fullscreen
mode (Thanks reDFog!).
2022-02-19 13:36:56 +01:00
cage 5f8dc6c5a2 - removed bash specific syntax (thanks op!). 2022-02-18 23:09:17 +01:00
cage 5f1fab5926 - printed a minimal list of keychords on the welcome window. 2022-02-18 21:28:48 +01:00
cage a8e94545bd - added a minimal list of keybindings to welcome window. 2022-02-18 20:53:44 +01:00
cage dce7598989 - [kami] prevented a crash (and a fid leak) when creating new files or directories. 2022-02-18 19:20:47 +01:00
cage 7f6c6feace - updated building scripts. 2022-02-18 19:08:28 +01:00
cage 9070a72a64 - removed bash as dependency (thanks op!);
- made quick_quicklisp.sh executable.
2022-02-18 19:06:09 +01:00
cage faaa26a5c9 - added missing '$' in variable name. 2022-02-18 12:57:44 +01:00
cage 2e824517fb - added check for purgatory dir when installing package. 2022-02-18 12:33:34 +01:00
cage d592cde764 - added cloning of purgatory from repository. 2022-02-18 12:22:45 +01:00
cage 60e4cbdd74 - updated Makefile.am to install two new scripts. 2022-02-18 12:06:28 +01:00
cage 9d561dea01 - moved test for gettext. 2022-02-18 11:28:28 +01:00
cage 7d4716a30f - added more tests in configure.ac 2022-02-18 10:52:38 +01:00
cage e8e4711074 - fixed symbol export for 'normalize path' (thanks op!). 2022-02-17 21:35:25 +01:00
cage 954aa2eaa0 - updated italian translation. 2022-02-17 19:23:37 +01:00
cage 9be010a3b4 - updated docstrings. 2022-02-17 19:22:18 +01:00
cage 444f7939ce - [kami] prevented crash when downloading fails, notify an error instead. 2022-02-17 19:17:52 +01:00
cage 283930efef - forced opening of TOC window when loading a net address as instructed from the command line (i.e. using the '-o' switch). 2022-02-17 19:01:48 +01:00
cage 9e62a10995 - added a script to import and export gemlog subscriptions;
- prevented printing diagnostic message if  the program is executing a
  script.
2022-02-17 18:20:28 +01:00
cage 8da549e127 - improved 'text:to-s', accepts byte or character vectors. 2022-02-17 16:04:26 +01:00
cage 75571fc2f5 - exported correct symbols. 2022-02-16 18:00:12 +01:00
cage 8bf1a629d1 removed useless spaces and fixed function name. 2022-02-16 17:59:08 +01:00
cage 8246ac9211 - renamed function: 'upload-treenode' -> 'upload-path'. 2022-02-16 17:57:01 +01:00
cage 982965585f - renamed function: 'download-treenode' -> 'download-path'. 2022-02-16 17:55:32 +01:00
cage 2dce4a6d27 - renamed function: 'filesystem-query-treenode' -> 'filesystem-query-path'. 2022-02-16 17:52:10 +01:00
cage 39b0b6ae83 - prevented signalling error when an invalid byte sequence is met, when converting octects to string. 2022-02-16 17:43:22 +01:00
cage 970d222c4d - [kami] fixed mirror uploading. 2022-02-16 17:40:22 +01:00
cage fbd59ea015 - [kami] made an effort to replicate the permissions when downloading a file. 2022-02-13 16:12:16 +01:00
cage 560e01e09e - [kami] made an effort to replicate the permissions when uploading a file. 2022-02-13 14:54:16 +01:00
cage f46fb4dc14 - updated NEWS.org and Changelog. 2022-02-11 14:35:41 +01:00
cage 05a978b246 - updated italian translation. 2022-02-11 14:18:05 +01:00
cage 1234936175 - prevented a condition variable to be awaken even if condition is not actually met. 2022-02-11 14:12:02 +01:00
cage 18110dbd42 - prevented crash when performing searching in an empty message window. 2022-02-11 14:01:44 +01:00
cage 8acd72dba3 - fixed keyword name. 2022-02-09 17:47:10 +01:00
cage 3fe814e4a1 - updated manpage. 2022-02-06 13:47:51 +01:00
cage 9cca0678e0 - icreased version number. 2022-02-06 11:07:36 +01:00
cage 92dd815f48 - updated Changelog. 2022-02-06 11:05:32 +01:00
cage ebbd08d9da - [kami] added 'file-explorer-mark-by-regexp'. 2022-02-06 10:43:57 +01:00
cage cb3b10e846 - prevented block of software when opening a kami address with the filesystem explorer window opened. 2022-02-06 10:21:00 +01:00
cage 096ea44a6b - updated documentation. 2022-02-05 16:33:53 +01:00
cage fd53894b2e - changed variable names so that is clear that the '-o' switch can open different kind of URI, not only gemini. 2022-02-05 16:28:40 +01:00
cage bf781ee291 - allowed opending kami address from command line, using '-o' switch. 2022-02-05 16:24:37 +01:00
cage 01215de078 - updated italian translation. 2022-02-05 15:32:42 +01:00