aboutsummaryrefslogtreecommitdiff
path: root/README.org
Commit message (Collapse)AuthorAgeFilesLines
* bindings in readme and discover.elmarty hiatt2023-03-211-5/+7
|
* readme re bookmarks / bookmark+.elmarty hiatt2023-03-211-0/+3
|
* readme re toot stats customizemarty hiatt2023-03-211-0/+1
|
* Merge pull request 'info update for Issue #399' (#400) from ↵martianh2023-03-201-0/+4
|\ | | | | | | | | | | DavidMasterson/mastodon.el:info into develop Reviewed-on: https://codeberg.org/martianh/mastodon.el/pulls/400
| * Add Makefile, update README.org, rm mastodon.infoDavid Masterson2023-03-091-0/+4
| |
* | factor grab-profile-json, and handle familiar followers. FIX #404marty hiatt2023-03-191-0/+3
| |
* | readme re private notesmarty hiatt2023-03-161-0/+4
| |
* | readme: add --dm-usermarty hiatt2023-03-161-0/+3
| |
* | mastodon-toot-mode-hook: disable auto-fill. also readmemarty hiatt2023-03-101-1/+12
|/
* update readme bindingsmarty hiatt2023-02-281-1/+2
|
* readme re mastodon-switch-to-buffermarty hiatt2023-02-281-0/+3
|
* readme boosters/favouritersmarty hiatt2023-01-281-0/+2
|
* readme updatesmarty hiatt2023-01-281-4/+9
| | | | readme
* view instance bindingmarty hiatt2023-01-161-63/+64
|
* readme alt text for paypal linkmarty hiatt2023-01-151-1/+1
|
* readme - show tocmarty hiatt2023-01-151-7/+5
|
* readme: paypalmemarty hiatt2023-01-131-1/+1
|
* readme: coding style pointersmarty hiatt2023-01-131-0/+7
|
* readmemarty hiatt2023-01-131-1/+1
|
* customize number of posts displayed in a timeline or account viewmarty hiatt2023-01-111-0/+1
| | | | FIXES #363
* readme: move default-reply-visibilitymarty hiatt2023-01-101-3/+1
|
* Merge pull request 'Add option to set the default reply visibility' (#370) ↵martianh2023-01-101-0/+3
|\ | | | | | | | | | | from boynux/mastodon.el:default-reply-visibility into develop Reviewed-on: https://codeberg.org/martianh/mastodon.el/pulls/370
| * Add option to set the default reply visibilityMoha2023-01-011-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change introduces a new option `mastodon-toot-default-reply-visibility`. The default is set to "Public". Replies will be defaulted to the value of this parameter unless the original toot has a more restrictive visiblity. For example: with `mastodon-toot--default-reply-visibility` set to "unlisted" - Original post visibility: public - Reply default visibility: unlinsted - Original post visbility: private (only-followers) - Repy default visibility: private
* | readme update - mastodon-altmarty hiatt2023-01-101-1/+7
|/
* Merge branch 'develop' into HEADmarty hiatt2022-11-261-94/+140
|\
| * readme fill parasmarty hiatt2022-11-261-20/+42
| |
| * readme re completion stylemarty hiatt2022-11-251-1/+1
| |
| * Merge branch 'capf-completion' into developmarty hiatt2022-11-251-4/+1
| |\
| | * capf readmemarty hiatt2022-11-251-4/+1
| | |
| * | readme toot langmarty hiatt2022-11-251-0/+1
| |/
| * readme read compatabilitymarty hiatt2022-11-241-1/+7
| |
| * move add account to list profile to profile.el, + readmemarty hiatt2022-11-231-58/+62
| |
| * make mastodon-notifications-get a global functionmarty hiatt2022-11-211-1/+4
| | | | | | | | | | | | | | | | | | so we can view notifs without first openin other masto buffers - move it to mastodon.el - autoload cookie - rename all instances - pray the keymap works
| * readme bookmark emojimarty hiatt2022-11-211-7/+7
| |
| * display edit timestamp in byline, function to view toot historymarty hiatt2022-11-211-1/+3
| |
| * readme re following tagsmarty hiatt2022-11-191-0/+7
| |
| * readme re supportmarty hiatt2022-11-191-0/+6
| |
| * readmemarty hiatt2022-11-191-0/+2
| |
| * readme typomarty hiatt2022-11-191-1/+1
| |
| * toot.el -- separator for all funs but company backendsmarty hiatt2022-11-191-3/+3
| |
| * readme -- separator for all funsmarty hiatt2022-11-181-3/+3
| |
| * -- separator for profile/tl funs in other filesmarty hiatt2022-11-181-9/+9
| |
| * readmemarty hiatt2022-11-171-11/+5
| |
| * readme re mentions notifs viewmarty hiatt2022-11-171-0/+1
| |
| * binding for clear notif at pointmarty hiatt2022-11-171-0/+1
| |
* | readme fixes/featuresmarty hiatt2022-11-191-10/+3
| |
* | readmemarty hiatt2022-11-191-11/+5
| |
* | readme re supportmarty hiatt2022-11-191-0/+6
| |
* | Merge branch 'develop'marty hiatt2022-11-131-1/+1
|\|
| * change foll-reqs view reject binding to 'j', like notifs viewmarty hiatt2022-11-131-1/+1
| | | | | | | | then 'r' is only ever used for reply, even tho not avail in fr view