aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-search.el
Commit message (Expand)AuthorAgeFilesLines
* add user id to user item inserting, for paginationmarty hiatt2023-10-131-5/+6
* add update function to search buf spec: --timelinemarty hiatt2023-10-131-1/+2
* add basic limit/offset search paramsmarty hiatt2023-10-131-1/+7
* mastodon-http--api-search fun (search uses api v2)marty hiatt2023-10-131-6/+3
* implement following "accounts" search. FIX #493.marty hiatt2023-10-131-9/+21
* sub command keys for profile / search msgmarty hiatt2023-10-121-1/+3
* flychecksmarty hiatt2023-10-121-1/+5
* rough account statuses searchmarty hiatt2023-10-121-0/+2
* add completing-read for search type + message bindingmarty hiatt2023-10-121-1/+9
* rename two search funsmarty hiatt2023-10-121-4/+4
* rework search into three separate views with view cycling on C-c C-cmarty hiatt2023-10-121-15/+66
* audit search.elmarty hiatt2023-05-101-45/+36
* refactor format-heading in search.elmarty hiatt2023-05-101-15/+11
* Merge branch 'with-masto-buf-2' into developmarty hiatt2023-05-071-46/+40
|\
| * eval-when-compile for with-mastodon-buffer, and re-indentmarty hiatt2023-05-061-41/+40
* | Revert "with-mastodon-buffer macro"marty hiatt2023-05-061-28/+30
* | Revert "updates to with-mastodon-buffer macro"marty hiatt2023-05-061-15/+18
|/
* updates to with-mastodon-buffer macromarty hiatt2023-05-041-18/+15
* with-mastodon-buffer macromarty hiatt2023-05-031-30/+28
* add horiz bar to follow suggests/reqsmarty hiatt2023-04-211-1/+3
* Fix missing close parenBruce Durling2023-03-311-1/+1
* view-trending: add limit params, and go to point minmarty hiatt2023-03-301-2/+8
* cull stray hashtags commentmarty hiatt2023-03-291-1/+0
* remove stray interactive calls for search-accounts/tags-querymarty hiatt2023-03-291-2/+0
* refactor trending-tags to view-trending, add trending-statusesmarty hiatt2023-03-291-13/+39
* remove all ;; Package-Requires: declarations save for main filemarty hiatt2023-03-271-1/+0
* replace hypen horiz-bars with unicode masto-tl--horiz-bar if possmarty hiatt2023-03-231-8/+8
* manually(!) apply stephan monnier's patch, save the ts workmarty hiatt2023-03-211-2/+2
* FIX #412. give render-text account data to work withmarty hiatt2023-03-201-1/+1
* remove unused codemarty hiatt2023-03-201-2/+0
* sort all autoloadsmarty hiatt2023-03-191-6/+6
* 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