commit 55727a5b053f4123c5833d0e6bb4849aff18a6a3 from: "Omar Polo" <"op@omarpolo.com"> date: Wed Jun 26 21:24:20 2024 UTC sync changelog commit - 1c09b51b7f69bcd09b29a510d441d5a5939536e7 commit + 55727a5b053f4123c5833d0e6bb4849aff18a6a3 blob - 945e75968b7b126cd62dcd129f1e1ddb18deef24 blob + c52496e12faf82173d4ccb4fcc11e4e321da8417 --- ChangeLog +++ ChangeLog @@ -1,3 +1,43 @@ +2024-06-26 Thomas Adam + + * Makefile.am: include the bundled copy of libgrapheme in the distribution tarball. + +2024-06-26 Omar Polo + + * telescope.c (do_load_url) open URLs with unknown protocol with the default opener. + +2024-06-23 Omar Polo + + * minibuffer.c (minibuffer_insert_current_candidate) fix insertion of candidate. + +2024-06-18 Omar Polo + + * configure: add a --with-default-opener option + +2024-06-13 Thomas Adam + + * mailcap.c: use mailcap(5) to decide what program to run to open the downloads. xdg-open (or open(1) on macos) are used as a fallback. + +2024-06-10 Thomas Adam + + * configure: add a --with-default-editor option + +2024-06-05 Omar Polo + + * cmd.c (cmd_mini_edit_external): add mini-edit-external bound to C-x in the minibuffer. It allows to edit the text using an editor. + +2024-06-05 Omar Polo + + * parser_gemtext.c: rework the gemtext parser + +2024-06-04 Thomas Adam + + * ui.c (exec_external_cmd): open downloads with an external cmd + +2024-06-03 Omar Polo + + * fs.c (fs_load_url): fix crash in listing directory contents. + 2024-05-31 Thomas Adam * cmd.c (cmd_mini_kill_whole_line): recompute completions in mini-kill-whole-line (C-u)