cage
c50de0dca2
- added a script to delete old posts.
2021-10-15 13:59:06 +02:00
cage
dff23fe909
- allowed skipping posts using language type.
2021-10-13 15:01:15 +02:00
cage
f3f825bc0f
- updated Changelog.
2021-10-10 13:22:00 +02:00
cage
3800cc9ffa
- added a section related to 'tour mode' in the manual plus some
...
minor, cosmetic, changes.
2021-10-10 13:11:53 +02:00
cage
b437e2846b
- added 'gemini-all-unread-posts', 'shuffle-tour', 'gemlog-add-unread-posts-tour', 'clear-tour'
...
'gemini-all-unread-posts' give user the choice to add all the
currently unread post to the link tour.
2021-10-10 12:38:37 +02:00
cage
13fa0734dd
updated italian translation.
2021-10-08 14:38:25 +02:00
cage
76676f2d2f
- added 'eval-command';
...
- added docstrings for scroll lock related functions.
2021-10-08 14:35:40 +02:00
cage
f9f5a868b3
- fixed 'adjust-rows-select-last';
...
- rewinded selected row to first one when a new gemin page is loaded.
2021-10-08 12:11:00 +02:00
cage
40f6f0642a
- forced scrolling to the last message when a new message has been posted on the chat window;
...
- added 'message-window-lock-scrolling' and 'message-window-unlock-scrolling' allowing users to choose their preferered way to render the gemini text (this is useful for gemini streaming services, like chat or similar).
2021-10-08 11:55:16 +02:00
cage
9568b88e8d
- fixed adjusting strategy functions when drawing gemini text.
2021-10-08 11:37:53 +02:00
cage
c924e8f636
- ensured, when program starts, that the init file in the user's home is loaded (if such init file exists).
2021-10-07 21:52:36 +02:00
cage
9005e9ec55
- ignored error when trying to open a shared configuration file (lisp code) on program start; search for a file in the user's home instead.
2021-10-07 21:24:37 +02:00
cage
d622a02098
- [gemini] prevented signalling a condition when quitting the program
...
and a gemini text is streaming;
if there is some gemini text streaming the function
'ui:clean-temporary-file' will remove the file that the streaming
thread is using for caching. So when the gemini rendering thread
returns will try to remove the already deleted file, leading to a
crash.
2021-10-04 20:42:39 +02:00
cage
fd39d15050
- [gemini] prevented crash happening when trying to render a TOC from an empty gemtext.
2021-10-04 19:39:31 +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
2dc7a29655
- improved Changelog.
2021-09-26 16:43:16 +02:00
cage
f044d1336a
- fixed docstring.
2021-09-12 12:41:33 +02:00
cage
dcde779d25
- notified an error when the manpage can not be printed on screen.
2021-09-12 12:16:29 +02:00
cage
eaa0feb95c
- prevented moving of the selected message in thread window when a thread is expanded.
2021-09-12 11:53:53 +02:00
cage
c12f444111
- fixed thread-window:resync-rows-db, was not redrawing the window if no message was presents.
2021-09-11 21:54:52 +02:00
cage
49f9232288
- improved positioning of selected row in 'thread-window:resync-rows-db'.
2021-09-11 13:38:35 +02:00
cage
3e5bc3e4ea
- updated changelog.
2021-09-11 12:22:28 +02:00
cage
01530d1fa5
- updated italian translation.
2021-09-10 18:51:06 +02:00
cage
88891696bd
- prevented moving selected message when updating a timeline backward.
2021-09-10 18:36:34 +02:00
cage
9b8aa8bd93
- prevented crash when mark or unmark for deletion an empty thread window.
2021-09-10 18:26:12 +02:00
cage
ae266982cb
- prevented moving selected message when updating a timeline.
2021-09-10 17:34:03 +02:00
cage
fdd73cdd9d
- added a command to open all the attachments of a post.
2021-09-09 18:27:32 +02:00
cage
686ebd619b
- prevented quitting program when users does not input a valid answer at prompt asking for deleting temp files.
2021-09-09 15:22:50 +02:00
cage
2d03b99e99
- prevented quitting program when users does not input a valid answer at prompt asking for deleting pleroma messages.
2021-09-09 15:15:05 +02:00
cage
5f4789be79
- removed useless comment.
2021-09-04 14:17:41 +02:00
cage
3f27420848
- added group-id property to all gemtext elements.
2021-09-04 14:17:25 +02:00
cage
0aad24a134
- changed function name from 'header-group-id' to 'current-header-group-id'.
2021-09-04 11:04:03 +02:00
cage
e5172b6d95
- [gemini] added 'pre-group-id' slot to gemini text preformatted line;
...
this changes fixed the selection of a TOC entry when reading a
gemini text too.
2021-09-03 14:09:16 +02:00
cage
c22e427f18
- highlighted current TOC entry while browsing gemini page/gempub;
...
- added hook:*before-rendering-message-visible-rows*;
- changed default: appending hooks by default in hook:add-hook.
2021-09-03 12:32:09 +02:00
cage
27d92cce37
- updated italian translation.
2021-09-02 16:16:28 +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
d85a865eed
- forced colors to selected line in line oriented-window.
2021-08-29 15:39:48 +02:00
cage
c73861a9f2
- improved search command apropos.
2021-08-29 15:01:41 +02:00
cage
cd64acd9e7
- removed debug message.
2021-08-29 11:33:10 +02:00
cage
21214137ff
- added command to show bookmaks also to global keymap;
...
- switched to gemini keymap when opening a gemini page from memory.
2021-08-28 19:53:41 +02:00
cage
df3bff9421
- fixed 'valid-results-p' when a global search is performed.
2021-08-28 16:59:50 +02:00
cage
f388c9d0b2
- added 'apropos-help-global'.
2021-08-28 16:39:34 +02:00
cage
adada59513
- updated manpage and docstring relative to gempub and tour mode.
2021-08-28 15:51:32 +02:00
cage
0f2ac76c13
- fixed position of cursor when expanding abbreviations.
2021-08-28 15:07:02 +02:00
cage
e763158a8b
- added more terms when searching gempub metadata ('<', '>', '<=', '<=', '=' '!=').
2021-08-28 14:20:34 +02:00
cage
baf3f4c1ea
- allowed line-oriented-window to render unselected items with
...
different color than foreground;
- capured parsing errors when querying gempub library.
2021-08-28 14:02:03 +02:00
cage
e9c140233b
- updated italian translation;
...
- updated welcome window's text.
2021-08-28 12:41:18 +02:00
cage
5f91506dd3
- added 'open-manual'.
2021-08-28 12:33:49 +02:00
cage
a4d58b665b
- allowed a custom init.lisp file in the config user home.
2021-08-28 11:28:24 +02:00
cage
d8d5b9c100
- prevented non local links to be in tour mode when opening a gempub.
2021-08-27 14:30:28 +02:00