Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cancel original scheduled toot if edited/rescheduled | marty hiatt | 2022-11-29 | 1 | -2/+11 |
| | |||||
* | edit toot: use set-toot-properties | marty hiatt | 2022-11-29 | 1 | -5/+4 |
| | |||||
* | add var scheduled-id, so we can cancel it if we reschedule | marty hiatt | 2022-11-29 | 1 | -3/+8 |
| | |||||
* | refactor set toot properties, autoloads, docstrings, fixes | marty hiatt | 2022-11-29 | 1 | -9/+26 |
| | |||||
* | set-toot-lang > -language | marty hiatt | 2022-11-29 | 1 | -2/+2 |
| | |||||
* | work on scheduling toots, editing as new, display scheduled ts | marty hiatt | 2022-11-29 | 1 | -8/+39 |
| | |||||
* | abbreviate toot compose properties (visibility, char count etc) | marty hiatt | 2022-11-29 | 1 | -3/+3 |
| | |||||
* | tweak scheduled toot message string date format | marty hiatt | 2022-11-29 | 1 | -1/+1 |
| | |||||
* | add schedule toot function + binding | marty hiatt | 2022-11-28 | 1 | -4/+14 |
| | |||||
* | Merge commit 'pullreqs/335' into schedule-toots | marty hiatt | 2022-11-28 | 1 | -1/+6 |
|\ | |||||
| * | add mastodon-toot--scheduled-at buffer-local variable to optionally schedule ↵ | Christian Tietze | 2022-11-26 | 1 | -1/+6 |
| | | | | | | | | posts | ||||
* | | update copyright/author attribution | marty hiatt | 2022-11-27 | 1 | -0/+1 |
| | | |||||
* | | compose buffer - display language selection only when selected | marty hiatt | 2022-11-27 | 1 | -1/+12 |
| | | |||||
* | | try to declare company-mode-on | marty hiatt | 2022-11-27 | 1 | -1/+3 |
| | | |||||
* | | autoloads and docstrings | marty hiatt | 2022-11-27 | 1 | -3/+3 |
| | | |||||
* | | remove stray company funs in search.el | marty hiatt | 2022-11-26 | 1 | -2/+1 |
| | | |||||
* | | Merge branch 'develop' into filter-follow-by-lang | marty hiatt | 2022-11-26 | 1 | -21/+20 |
|\| | |||||
| * | always use mastodon-tl--symbol | marty hiatt | 2022-11-26 | 1 | -20/+18 |
| | | |||||
| * | toot--set-toot-lang docstring | marty hiatt | 2022-11-25 | 1 | -1/+2 |
| | | |||||
* | | filter user posts by language. NB: we flip mastodon-iso-639-1! | marty hiatt | 2022-11-25 | 1 | -7/+4 |
|/ | |||||
* | move mastodon-toot-completions to top of file | marty hiatt | 2022-11-25 | 1 | -3/+3 |
| | |||||
* | Merge branch 'develop' into capf-completion | marty hiatt | 2022-11-25 | 1 | -0/+1 |
|\ | |||||
| * | docstrings and autoloads | marty hiatt | 2022-11-24 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'params-always-in-http-el' into develop | marty hiatt | 2022-11-24 | 1 | -4/+5 |
| |\ | |||||
* | | | remove all company backends, use company-capf + use-company custom | marty hiatt | 2022-11-25 | 1 | -161/+21 |
| | | | |||||
* | | | Merge branch 'develop' into capf-completion | marty hiatt | 2022-11-24 | 1 | -5/+8 |
|\ \ \ | |||||
| * | | | display icon for boosts | marty hiatt | 2022-11-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | will later follow rougier's lead on this, but just wanted to see how it looked | ||||
| * | | | Merge branch 'params-always-in-http-el' into develop | marty hiatt | 2022-11-24 | 1 | -4/+5 |
| |\ \ \ | | |/ / | |/| / | | |/ | |||||
| | * | rename build-query-string to -params-str, + build-array-params-alist | marty hiatt | 2022-11-22 | 1 | -3/+3 |
| | | | |||||
| | * | fix some tests due to params | marty hiatt | 2022-11-22 | 1 | -0/+1 |
| | | | |||||
| | * | params always in http.el, only ever send alists from elsewhere. | marty hiatt | 2022-11-21 | 1 | -1/+1 |
| | | | | | | | | | | | | probably incomplete but mostly done. | ||||
| * | | use unicode star if poss for faves. --return-fave-char | marty hiatt | 2022-11-23 | 1 | -1/+3 |
| | | | |||||
* | | | add annotation to completions (URL for tag, username for mention) | marty hiatt | 2022-11-24 | 1 | -11/+36 |
| | | | | | | | | | | | | this is still rough, uses a defvar-local which may be avoidable. | ||||
* | | | clean up compose-buffer capf control flow | marty hiatt | 2022-11-23 | 1 | -11/+28 |
| | | | |||||
* | | | disable company completion by default | marty hiatt | 2022-11-23 | 1 | -1/+1 |
| | | | |||||
* | | | working capf completion | marty hiatt | 2022-11-23 | 1 | -27/+25 |
| | | | |||||
* | | | a first go at capf completion backends for mentions and tags | marty hiatt | 2022-11-22 | 1 | -20/+67 |
| | | | | | | | | | | | | | | | the regex searches still fail sometimes, and completions don't show urls or usernames like the old company backends. | ||||
* | | | defvar mastodon-toot-tag-regex | marty hiatt | 2022-11-22 | 1 | -5/+11 |
| | | | |||||
* | | | a rough crack at handling company to capf conversion if cape/corfu | marty hiatt | 2022-11-22 | 1 | -6/+16 |
|/ / | |||||
* | | only enable company-mode if corfu-mode is off | marty hiatt | 2022-11-22 | 1 | -1/+2 |
| | | | | | | | | they conflict and hang the buffer. see #314 | ||||
* | | copy-toot-url/text - handle fave/boost notifs | marty hiatt | 2022-11-22 | 1 | -4/+10 |
| | | |||||
* | | set toot language in compose buffer | marty hiatt | 2022-11-22 | 1 | -3/+10 |
| | | | | | | | | | | | | | | | | like the other settings, we just save to a buffer local variable then fetch it to send manual testing shows that delete and redraft preserves and repeats the setting. | ||||
* | | choose language, return ISO code | marty hiatt | 2022-11-22 | 1 | -1/+12 |
|/ | |||||
* | Merge branch 'edit-posts' into develop | marty hiatt | 2022-11-21 | 1 | -9/+94 |
|\ | |||||
| * | display edit timestamp in byline, function to view toot history | marty hiatt | 2022-11-21 | 1 | -12/+35 |
| | | |||||
| * | toot--edited-at | marty hiatt | 2022-11-21 | 1 | -0/+7 |
| | | |||||
| * | get toot edits | marty hiatt | 2022-11-21 | 1 | -0/+8 |
| | | |||||
| * | docstrings + autoloads | marty hiatt | 2022-11-21 | 1 | -5/+6 |
| | | |||||
| * | edit toot at point | marty hiatt | 2022-11-21 | 1 | -5/+51 |
| | | | | | | | | | | | | edit from notifs we fetch 'base-toot or 'toot-json | ||||
* | | delete/redraft/pin toots from notifications | marty hiatt | 2022-11-20 | 1 | -2/+4 |
|/ | | | | we simply fetch 'base-toot or 'toot-json |