aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-search.el
Commit message (Expand)AuthorAgeFilesLines
* fix an eq '(4) prefix arg checkmarty hiatt2024-10-271-1/+1
* rough search widgetmarty hiatt2024-10-271-1/+10
* change email addressmarty hiatt2024-10-201-2/+2
* refactor display-or-unamemarty hiatt2024-10-201-3/+1
* flychecksmarty hiatt2024-10-191-4/+5
* implement rough trending links, and link timelinemarty hiatt2024-10-161-1/+37
* eq for symbols, string= for stringsmarty hiatt2024-08-221-14/+14
* remove old call to http--api-searchmarty hiatt2024-08-191-1/+0
* mastodon-http--api-search -> mastodon-http--api-v2marty hiatt2024-08-181-2/+2
* audit the rest of search.elmarty hiatt2024-08-081-22/+24
* re-write all (if x y "") clauses as (when x y), if poss.marty hiatt2024-08-061-4/+3
* audit 1/2 of search.elmarty hiatt2024-08-061-24/+11
* search.el: re-write search-accounts-querymarty hiatt2024-08-061-5/+7
* no newline after READ MORE headingmarty hiatt2024-07-301-2/+2
* 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