aboutsummaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* fix timestamp logic in notifs v2 (use base item when necessary)marty hiatt2024-10-292-16/+21
|
* poll transient: add another option interactivelymarty hiatt2024-10-281-0/+32
|
* add inspect prefixmarty hiatt2024-10-281-0/+14
|
* fix severance/mod warning notifs (experimental still)marty hiatt2024-10-271-3/+3
|
* fix an eq '(4) prefix arg checkmarty hiatt2024-10-271-1/+1
|
* widget: add keymap to subitems too!marty hiatt2024-10-271-1/+2
|
* rough search widgetmarty hiatt2024-10-271-1/+10
| | | | | | search - require widget widget: restore search view heading
* widget: remove mastodon-profile--views-plistmarty hiatt2024-10-272-8/+5
|
* refactor mastodon-widget.el, add profile tagged statuses to widget. #607marty hiatt2024-10-272-101/+134
|
* profile: remove endpoint name (items heading), replaced by widgetmarty hiatt2024-10-261-24/+4
|
* profiles: try to split profile display from items displaymarty hiatt2024-10-261-8/+12
| | | | fix separate profile/items display
* make open-statuses cmd like the othersmarty hiatt2024-10-261-5/+9
|
* add a profile view type widget. ported from lem-ui.elmarty hiatt2024-10-261-0/+117
|
* Merge pull request 'Use interactive code to select event window' (#590) from ↵martianh2024-10-261-2/+2
|\ | | | | | | rahguzar/mastodon.el:mouse-fix into develop
| * Use interactive code to select event windowRahguzar2024-09-301-2/+2
| |
* | Merge branch 'poll-transient' into developmarty hiatt2024-10-263-49/+216
|\ \
| * | factor out poll classes subbing off tp-option-var. FIX #601marty hiatt2024-10-251-29/+12
| | |
| * | transient poll: edit toot pulls in existing pollmarty hiatt2024-10-241-6/+16
| | |
| * | poll: set tp-transient-settings on editing a tootmarty hiatt2024-10-242-6/+16
| | |
| * | transient poll: use tp-transient-settings, handle repeated poll editsmarty hiatt2024-10-242-45/+86
| | | | | | | | | | | | also integrate with toot code: send, update display, etc.
| * | boolean defcustom for transient pollmarty hiatt2024-10-232-3/+13
| | |
| * | autoloads, flycheckmarty hiatt2024-10-231-5/+22
| | |
| * | transient: add poll transientmarty hiatt2024-10-231-0/+86
| | | | | | | | | | | | | | | | | | transient poll setup name correct poll trans: fix prefix name in suffix
| * | add mastodon-instance-data var and funmarty hiatt2024-10-232-18/+28
| | | | | | | | | | | | | | | mainly used in mastodon-transient.el to avoid pinging the server for instance data non-stop
* | | add announcements timeline. (adds no-byline args to tl init funs)marty hiatt2024-10-261-12/+22
| | | | | | | | | | | | buffer check for announcements
* | | notif-id prop for notifs. get-single-notif cmd. #606marty hiatt2024-10-251-6/+25
| | |
* | | v rough severance/mod warning notifs. WIP. #593 #594marty hiatt2024-10-251-1/+25
| | | | | | | | | | | | can complete these when we see some in the wild.
* | | with-toot-item: exclude folls/foll reqsmarty hiatt2024-10-251-1/+3
|/ /
* | propertize grouped notif authors in help-echomarty hiatt2024-10-231-2/+3
| |
* | bumpmarty hiatt2024-10-221-1/+1
| |
* | less restrictive visibility: flip then/else clauses. FIX #602marty hiatt2024-10-211-2/+2
| |
* | flycheck: unwrap Package-Requiresmarty hiatt2024-10-211-3/+3
| |
* | change email addressmarty hiatt2024-10-2016-27/+27
| |
* | change order of toot-visibility-list for sane cyclingmarty hiatt2024-10-201-1/+1
| |
* | Merge branch 'map-nested-elt' into developmarty hiatt2024-10-203-25/+18
|\ \
| * | refactor display-or-unamemarty hiatt2024-10-203-25/+18
| | |
* | | remove stale fixmemarty hiatt2024-10-201-1/+0
|/ /
* | flychecksmarty hiatt2024-10-194-5/+9
| |
* | flycheck tootmarty hiatt2024-10-191-2/+3
| |
* | bump min emacs to 28.1marty hiatt2024-10-191-1/+1
| |
* | notifs: remove stale notifs code from tl--insert-statusmarty hiatt2024-10-192-16/+9
| |
* | remove stray " " from byline-boostermarty hiatt2024-10-191-2/+1
| |
* | notifs: remove stray space at beginning of mentionsmarty hiatt2024-10-191-2/+4
| |
* | bylines: try out booster byline as top byline (like notifs)marty hiatt2024-10-191-3/+3
| |
* | add boost symbol in boost author bylinemarty hiatt2024-10-181-4/+9
| |
* | images in threads: load images for single-toot and thread tootmarty hiatt2024-10-181-0/+8
| |
* | bump version, copyrightmarty hiatt2024-10-1810-10/+10
| |
* | do use action response: change cond clause not/or to make a neithermarty hiatt2024-10-181-2/+1
| |
* | notifs: fix do-user-action and get-user-handles for grouped notifsmarty hiatt2024-10-181-49/+61
| | | | | | | | notifs: user action and response: if nothing in notifs data, fallback
* | remove mastodon-active-user from extract-users-handlesmarty hiatt2024-10-171-7/+9
| |