commit ac579d0873b53f8d5723d667617a7258513ad534 from: Omar Polo date: Sat May 10 12:51:13 2025 UTC sync changelog commit - 4d31a59300a8afc37181e8d19e8482151acad93a commit + ac579d0873b53f8d5723d667617a7258513ad534 blob - e4bc7b3d2e631dee9a0c798027d242987077cf58 blob + 28a38648c061792f3cd3f9a83a7e77d67543cc38 --- ChangeLog +++ ChangeLog @@ -1,3 +1,24 @@ +2025-05-09 Thomas Adam + + * mailcap.c: add `needsterminal' to the default opener. + * configure.ac: fix default opener and PKG_PATH_CONFIG on darwin (macos). + +2025-03-28 Omar Polo + + * compat/imsg.c: update imsg. + +2024-10-22 Omar Polo + + * ui.c: fix display of certificate selection prompt. + * wrap.c: improve handling of the tab characters. + +2024-10-20 Omar Polo + + * sandbox.c: add `sendfd' pledge to the UI process, needed to send the client certificates to the network process. + * wrap.c: wrapping shouldn't reach the last column. + * utf8.c: remove several unused functions since the switch to libgrapheme. + * cmd.c: navigate in a line by means of grapheme clusters instead of codepoints. + 2024-06-29 Omar Polo * configure.ac: tag 0.10.1 "Spingere"