aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* FIX #515. completion-ignore-case t buffer-local for composemarty hiatt2023-12-181-0/+1
|
* toot--send: check for media with media-attachment-ids for speedmarty hiatt2023-12-181-3/+3
| | | | media-attachments contains image data, so is slow.
* docstringmarty hiatt2023-12-081-1/+2
|
* copy image caption cmdmarty hiatt2023-12-081-0/+10
|
* add image-description text propertymarty hiatt2023-12-082-3/+6
|
* update help-echo for new profile cycle cmdsmarty hiatt2023-11-141-1/+2
|
* add (no replies) to statuses no replies profile viewmarty hiatt2023-11-111-3/+6
|
* docstrings/comments for quote-reply issuesmarty hiatt2023-11-111-4/+8
|
* Merge branch 'quote-region' into developmarty hiatt2023-11-111-5/+39
|\
| * when active region on reply, insert quoted str in reply buffermarty hiatt2023-11-101-5/+39
| |
* | remove ;; Version: strings in buffers other than mastodon.elmarty hiatt2023-11-1014-14/+0
|/
* toot--reply: call toot--compose-buffer not just tootmarty hiatt2023-11-091-1/+1
|
* buffer-for: fix () to ensure goto point min works on cyclemarty hiatt2023-11-091-7/+7
|
* implement exclude_replies on profile view, inc. cyclemarty hiatt2023-11-092-26/+39
|
* edit toots adopt attachments. FIX #506marty hiatt2023-11-062-20/+43
| | | | | | | - fetch media from url (http--read-file-as-string) - on edit, set media-attachments/-ids with the data from the toot/url - nb: users still can't edit attachments, can only remove all or maintain them as they are. but that's much better than always nuking them!
* display-media-p var > defcustommarty hiatt2023-11-061-3/+4
|
* add msg about loss of attachments on editing tootmarty hiatt2023-11-061-1/+1
|
* add cmd to url-lookup with no fedi-like checkmarty hiatt2023-11-061-2/+8
|
* update info re patchesmarty hiatt2023-11-022-9/+16
|
* add role badge to profiles. FIX #504.marty hiatt2023-10-311-0/+13
|
* call remove-overlays in --thread (fix bug display of play if we reload a thread)marty hiatt2023-10-311-0/+1
|
* update cmd indexmarty hiatt2023-10-301-6/+7
|
* flychecksmarty hiatt2023-10-302-4/+11
|
* profile--item-json is no cmdmarty hiatt2023-10-301-1/+0
|
* Merge branch 'develop'marty hiatt2023-10-3019-517/+621
|\
| * Merge branch 'triage-response-data' into developmarty hiatt2023-10-309-95/+115
| |\
| | * note re tags timeline limit number of tagsmarty hiatt2023-10-281-1/+3
| | |
| | * triage: call cb on response. do-user-action-fun: check response datamarty hiatt2023-10-289-95/+115
| | | | | | | | | | | | this means the triage callback always needs to handle 1 arg.
| * | readme contributingmarty hiatt2023-10-301-2/+4
| | |
| * | request-auth-code: select-enable-clipboard.marty hiatt2023-10-301-0/+1
| | |
| * | note re tags timeline limit number of tagsmarty hiatt2023-10-281-1/+3
| |/
| * a quick hack to toggle display of a user's boosts in timeline. FIX# 503marty hiatt2023-10-271-10/+36
| |
| * no more/update for filters viewmarty hiatt2023-10-241-0/+2
| |
| * tl--update: add lists, and note abt what we shd actually domarty hiatt2023-10-241-0/+3
| |
| * no pagination for listsmarty hiatt2023-10-241-1/+2
| |
| * item-type list for list, not user (stray value)marty hiatt2023-10-241-1/+1
| |
| * display replies policy & exclusive status for listsmarty hiatt2023-10-241-34/+37
| |
| * edit list: exclusive proper true/false stringsmarty hiatt2023-10-241-2/+3
| |
| * edit toot at point: do-if-item-strictmarty hiatt2023-10-241-19/+20
| |
| * FIX #502. add "exclusive" param to create/edit lists.marty hiatt2023-10-241-3/+8
| |
| * no y-or-n-p for (un)bookmarkingmarty hiatt2023-10-231-14/+10
| |
| * tl--prev-toot-id: don't assume our funs return anything.marty hiatt2023-10-221-4/+7
| | | | | | | | | | | | | | fixes a bug that would break thread loading, perhaps because an ancestor toot wasn't there when it was supposed to be, so we were check for prev id when there was no prev toot. maybe caused by viewing threads that include toots by ppl on blocked servers, which don't display.
| * mastodon-toot--own-toot-p: call toot-or-base: we can edit our boosted tootsmarty hiatt2023-10-201-4/+6
| |
| * override shr-linkmap 'u' binding, to update. 'w' is copy-url alreadymarty hiatt2023-10-161-0/+3
| |
| * fix elpaignoremarty hiatt2023-10-161-2/+1
| |
| * fix do-if-item comment: doesn't inc. tags, corrent for our usemarty hiatt2023-10-151-1/+1
| |
| * fix rename do-if-item-strictmarty hiatt2023-10-151-1/+1
| |
| * remove redundant next-/prev-item from views mapsmarty hiatt2023-10-151-6/+0
| |
| * next-/prev-toot>next-/prev-item, cond-case around pos update callmarty hiatt2023-10-156-41/+37
| |
| * toot-id>item-id, toot-json>item-json, item-type for nav, byline still neededmarty hiatt2023-10-1513-203/+208
| |