aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-search.el
Commit message (Expand)AuthorAgeFilesLines
...
* fix trending tags fun name + autoload in mastodon.elmarty hiatt2022-09-021-1/+1
* implement trending tagsmarty hiatt2022-09-021-10/+47
* buffer-spec for search buffers (so following works)marty hiatt2022-08-311-0/+5
* bump version in boilerplatemarty hiatt2022-08-271-1/+1
* autoloads, flycheckmarty hiatt2022-08-271-1/+1
* completion customizes edit for handling tags completionmarty hiatt2022-08-261-1/+1
* implement tags company completionmarty hiatt2022-08-231-3/+13
* docstring insert-users-propmousebot2022-02-181-3/+4
* search: use toot-json propertize not user-json, for compatmousebot2022-02-181-1/+1
* handle empty display_name in search--get-user-infomousebot2022-02-181-1/+3
* cleanup indentation in tl.elmousebot2022-02-171-23/+23
* remove unused let binding user-idsmousebot2022-02-171-2/+3
* re-factor follow-user functions for various viewsmousebot2022-02-171-20/+28
* Revert "replace all calls to mastodon-search--insert-users-propertized"mousebot2022-02-171-2/+22
* replace all calls to mastodon-search--insert-users-propertizedmousebot2022-02-151-22/+2
* autoload http--api in search.elmousebot2022-02-131-0/+1
* --search-accounts-query use http--apimousebot2022-02-071-1/+1
* implement follow suggestions.mousebot2022-02-071-15/+25
* update homepage and copyright boilerplatemousebot2022-02-051-4/+3
* bump version to a round numbermousebot2021-12-171-1/+1
* boilerplate maintainer contactmousebot2021-12-171-1/+3
* depend on emacs 27.1, flychecks, docstrings, etc.mousebot2021-12-171-1/+1
* bump version, change homepage link, readmemousebot2021-12-171-2/+2
* Convert most uses of `(cdr (assoc <some-symbol> <a-list>))` to `(alist-get <s...Holger Dürer2021-11-061-13/+13
* Reformat all code.Holger Dürer2021-11-061-39/+39
* fix broken completion, restore search--get-user-info{-@}mousebot2021-11-031-1/+7
* Fix compilation warnings.Holger Dürer2021-11-011-7/+2
* include user's profile URL in company mentions completion.mousebot2021-11-011-4/+5
* docstringsmousebot2021-10-291-1/+1
* flycheck, autoloads, docstringsmousebot2021-10-221-1/+2
* improvements to toot mentions completionmousebot2021-10-211-3/+5
* first go at company completion for mentions in new tootsmousebot2021-10-201-0/+19
* flycheck: docstrings, autoloads, declarationsmousebot2021-10-021-2/+1
* package-lint: bump to emacs 26.1, disable stream keybindingsmousebot2021-09-221-1/+1
* bump masto version, bump emacs version to 25.1, dependency in readmemousebot2021-05-311-2/+2
* add request and seq as dependencies, flycheck cleanups, andmousebot2021-05-271-32/+2
* flychecks and autoloadsmousebot2021-05-261-0/+2
* enable live, propertized handle links and tags in searchmousebot2021-05-181-33/+37
* message for notifs load, tiny search.el cleanupmousebot2021-05-171-11/+13
* clean-up edits after flycheck/bytecompile.mousebot2021-05-161-11/+36
* change search results order: statuses, users, hashtagsmousebot2021-05-121-6/+6
* add basic search functionsmousebot2021-05-111-0/+145