aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-search.el
Commit message (Expand)AuthorAgeFilesLines
* fix set buffer spec buffer name for trending tagsmarty hiatt2023-01-151-1/+1
* remove first empty line in docstringsmarty hiatt2023-01-091-2/+0
* remove stray company funs in search.elmarty hiatt2022-11-261-11/+3
* always use --set-buffer-spec, not setq --buffer-specmarty hiatt2022-11-261-11/+8
* comment remove company mentionmarty hiatt2022-11-251-1/+1
* Merge branch 'develop' into capf-completionmarty hiatt2022-11-251-2/+1
|\
| * docstrings and autoloadsmarty hiatt2022-11-241-2/+1
* | Merge branch 'develop' into capf-completionmarty hiatt2022-11-241-5/+6
|\|
| * remove redundant --get-search(-json) funs, use new params --get-jsonmarty hiatt2022-11-221-5/+7
| * params always in http.el, only ever send alists from elsewhere.marty hiatt2022-11-211-2/+2
* | silence the tags/handles searche queriesmarty hiatt2022-11-221-3/+3
* | a first go at capf completion backends for mentions and tagsmarty hiatt2022-11-221-2/+10
|/
* refactor search--propertize-usermarty hiatt2022-11-191-21/+25
* docstrings and commentsmarty hiatt2022-11-161-1/+1
* use seq-empty-p and string-empty-p callsmarty hiatt2022-09-051-1/+1
* tl--url-lookup command, FIX #240marty hiatt2022-09-031-21/+0
* search--url-lookupmarty hiatt2022-09-031-0/+20
* 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