| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | manually(!) apply stephan monnier's patch, save the ts work | marty hiatt | 2023-03-21 | 1 | -2/+2 |
* | 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 |
* | 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 |
* | | 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 |
|/ |
|
* | 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 |
* | cleanup indentation in tl.el | mousebot | 2022-02-17 | 1 | -23/+23 |
* | 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 "replace all calls to mastodon-search--insert-users-propertized" | mousebot | 2022-02-17 | 1 | -2/+22 |
* | replace all calls to mastodon-search--insert-users-propertized | mousebot | 2022-02-15 | 1 | -22/+2 |
* | 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 |
* | update homepage and copyright boilerplate | mousebot | 2022-02-05 | 1 | -4/+3 |
* | bump version to a round number | mousebot | 2021-12-17 | 1 | -1/+1 |
* | boilerplate maintainer contact | mousebot | 2021-12-17 | 1 | -1/+3 |
* | depend on emacs 27.1, flychecks, docstrings, etc. | mousebot | 2021-12-17 | 1 | -1/+1 |
* | bump version, change homepage link, readme | mousebot | 2021-12-17 | 1 | -2/+2 |
* | Convert most uses of `(cdr (assoc <some-symbol> <a-list>))` to `(alist-get <s... | Holger Dürer | 2021-11-06 | 1 | -13/+13 |
* | Reformat all code. | Holger Dürer | 2021-11-06 | 1 | -39/+39 |
* | fix broken completion, restore search--get-user-info{-@} | mousebot | 2021-11-03 | 1 | -1/+7 |
* | Fix compilation warnings. | Holger Dürer | 2021-11-01 | 1 | -7/+2 |
* | include user's profile URL in company mentions completion. | mousebot | 2021-11-01 | 1 | -4/+5 |
* | docstrings | mousebot | 2021-10-29 | 1 | -1/+1 |