Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updates to with-mastodon-buffer macro | marty hiatt | 2023-05-04 | 1 | -18/+15 |
| | |||||
* | with-mastodon-buffer macro | marty hiatt | 2023-05-03 | 1 | -30/+28 |
| | |||||
* | add horiz bar to follow suggests/reqs | marty hiatt | 2023-04-21 | 1 | -1/+3 |
| | |||||
* | Fix missing close paren | Bruce Durling | 2023-03-31 | 1 | -1/+1 |
| | |||||
* | view-trending: add limit params, and go to point min | marty hiatt | 2023-03-30 | 1 | -2/+8 |
| | |||||
* | cull stray hashtags comment | marty hiatt | 2023-03-29 | 1 | -1/+0 |
| | |||||
* | remove stray interactive calls for search-accounts/tags-query | marty hiatt | 2023-03-29 | 1 | -2/+0 |
| | |||||
* | refactor trending-tags to view-trending, add trending-statuses | marty hiatt | 2023-03-29 | 1 | -13/+39 |
| | |||||
* | remove all ;; Package-Requires: declarations save for main file | marty hiatt | 2023-03-27 | 1 | -1/+0 |
| | | | | main file is set in .dir-locals.el now | ||||
* | replace hypen horiz-bars with unicode masto-tl--horiz-bar if poss | marty hiatt | 2023-03-23 | 1 | -8/+8 |
| | |||||
* | manually(!) apply stephan monnier's patch, save the ts work | marty hiatt | 2023-03-21 | 1 | -2/+2 |
| | | | | thanks stephan! | ||||
* | FIX #412. give render-text account data to work with | marty hiatt | 2023-03-20 | 1 | -1/+1 |
| | |||||
* | remove unused code | marty hiatt | 2023-03-20 | 1 | -2/+0 |
| | |||||
* | sort all autoloads | marty hiatt | 2023-03-19 | 1 | -6/+6 |
| | | | | sort autoloads in profile.el | ||||
* | fix set buffer spec buffer name for trending tags | marty hiatt | 2023-01-15 | 1 | -1/+1 |
| | |||||
* | remove first empty line in docstrings | marty hiatt | 2023-01-09 | 1 | -2/+0 |
| | |||||
* | remove stray company funs in search.el | marty hiatt | 2022-11-26 | 1 | -11/+3 |
| | |||||
* | always use --set-buffer-spec, not setq --buffer-spec | marty hiatt | 2022-11-26 | 1 | -11/+8 |
| | |||||
* | comment remove company mention | marty hiatt | 2022-11-25 | 1 | -1/+1 |
| | |||||
* | Merge branch 'develop' into capf-completion | marty hiatt | 2022-11-25 | 1 | -2/+1 |
|\ | |||||
| * | docstrings and autoloads | marty hiatt | 2022-11-24 | 1 | -2/+1 |
| | | |||||
* | | Merge branch 'develop' into capf-completion | marty hiatt | 2022-11-24 | 1 | -5/+6 |
|\| | |||||
| * | remove redundant --get-search(-json) funs, use new params --get-json | marty hiatt | 2022-11-22 | 1 | -5/+7 |
| | | |||||
| * | params always in http.el, only ever send alists from elsewhere. | marty hiatt | 2022-11-21 | 1 | -2/+2 |
| | | | | | | | | probably incomplete but mostly done. | ||||
* | | silence the tags/handles searche queries | marty hiatt | 2022-11-22 | 1 | -3/+3 |
| | | |||||
* | | a first go at capf completion backends for mentions and tags | marty hiatt | 2022-11-22 | 1 | -2/+10 |
|/ | | | | | the regex searches still fail sometimes, and completions don't show urls or usernames like the old company backends. | ||||
* | refactor search--propertize-user | marty hiatt | 2022-11-19 | 1 | -21/+25 |
| | |||||
* | docstrings and comments | marty hiatt | 2022-11-16 | 1 | -1/+1 |
| | |||||
* | use seq-empty-p and string-empty-p calls | marty hiatt | 2022-09-05 | 1 | -1/+1 |
| | |||||
* | tl--url-lookup command, FIX #240 | marty hiatt | 2022-09-03 | 1 | -21/+0 |
| | |||||
* | search--url-lookup | marty hiatt | 2022-09-03 | 1 | -0/+20 |
| | |||||
* | fix trending tags fun name + autoload in mastodon.el | marty hiatt | 2022-09-02 | 1 | -1/+1 |
| | |||||
* | implement trending tags | marty hiatt | 2022-09-02 | 1 | -10/+47 |
| | |||||
* | buffer-spec for search buffers (so following works) | marty hiatt | 2022-08-31 | 1 | -0/+5 |
| | |||||
* | bump version in boilerplate | marty hiatt | 2022-08-27 | 1 | -1/+1 |
| | |||||
* | autoloads, flycheck | marty hiatt | 2022-08-27 | 1 | -1/+1 |
| | |||||
* | completion customizes edit for handling tags completion | marty hiatt | 2022-08-26 | 1 | -1/+1 |
| | |||||
* | implement tags company completion | marty hiatt | 2022-08-23 | 1 | -3/+13 |
| | |||||
* | docstring insert-users-prop | mousebot | 2022-02-18 | 1 | -3/+4 |
| | |||||
* | search: use toot-json propertize not user-json, for compat | mousebot | 2022-02-18 | 1 | -1/+1 |
| | |||||
* | handle empty display_name in search--get-user-info | mousebot | 2022-02-18 | 1 | -1/+3 |
| | | | | ensures we hever have an empty author name slot | ||||
* | cleanup indentation in tl.el | mousebot | 2022-02-17 | 1 | -23/+23 |
| | | | | cleanup indents | ||||
* | remove unused let binding user-ids | mousebot | 2022-02-17 | 1 | -2/+3 |
| | |||||
* | re-factor follow-user functions for various views | mousebot | 2022-02-17 | 1 | -20/+28 |
| | | | | | | | | | | | | | | - revert profile--extract-users-handles - rewrite search--insert-users-propertized to handle raw account JSON, and to call search--get-user-info itself, so we can add full acct JSON to each user displayed and use it for follow-user etc. - and to choose how we want to follow users, we edit tl--interactive-user-handles-get to work differently depending on context: - poss contexts are "follow suggestions" view, search results, and profiles displaying a user's followers/followed users. | ||||
* | Revert "replace all calls to mastodon-search--insert-users-propertized" | mousebot | 2022-02-17 | 1 | -2/+22 |
| | | | | This reverts commit 787f18dcff2ee7a4c5a5cbf331f4e2d26997e1cc. | ||||
* | replace all calls to mastodon-search--insert-users-propertized | mousebot | 2022-02-15 | 1 | -22/+2 |
| | | | | with calls to mastodon-profile--add-author-bylines. | ||||
* | autoload http--api in search.el | mousebot | 2022-02-13 | 1 | -0/+1 |
| | |||||
* | --search-accounts-query use http--api | mousebot | 2022-02-07 | 1 | -1/+1 |
| | |||||
* | implement follow suggestions. | mousebot | 2022-02-07 | 1 | -15/+25 |
| | | | | | | | | | | | this factors out display of accounts from mastodon-search--search-query into mastodon-search--insert-users-propertized. mastodon-tl--get-follow-suggestions is the fun to view suggestions. seeing as this allows easy display of profile note under the account handle, i also added this display to --search-query, but it cd be easily disabled by calling --insert-users-propertized without its second arg. | ||||
* | update homepage and copyright boilerplate | mousebot | 2022-02-05 | 1 | -4/+3 |
| |