aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-search.el
Commit message (Expand)AuthorAgeFilesLines
* factor out format-heading from insert-headingmarty hiatt2024-06-041-7/+13
* fix typo in fun namemarty hiatt2024-01-261-1/+1
* remove ;; Version: strings in buffers other than mastodon.elmarty hiatt2023-11-101-1/+0
* toot-id>item-id, toot-json>item-json, item-type for nav, byline still neededmarty hiatt2023-10-151-2/+5
* fix pagination for trending tagsmarty hiatt2023-10-141-8/+2
* refactor/rename mastodon-search--insert-headingmarty hiatt2023-10-141-9/+7
* refactor search, handle no resultsmarty hiatt2023-10-141-18/+32
* docstringsmarty hiatt2023-10-141-3/+5
* rename search-query to querymarty hiatt2023-10-141-7/+7
* search check type not data before inserting. fixes b-specmarty hiatt2023-10-141-3/+3
* search headings even if no resultsmarty hiatt2023-10-131-3/+1
* fix offset pagination for hashtags searchmarty hiatt2023-10-131-10/+16
* autoloadmarty hiatt2023-10-131-0/+1
* add offset/limit params to search queries/buf specmarty hiatt2023-10-131-3/+7
* remove "api/v1/" from trends endpoint in buffer spec and buffer checksmarty hiatt2023-10-131-2/+1
* improve processing for trending-statusesmarty hiatt2023-10-131-6/+1
* set buffer spec explicitly for acct searchmarty hiatt2023-10-131-1/+4
* docstringmarty hiatt2023-10-131-4/+4
* 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