aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
Commit message (Collapse)AuthorAgeFilesLines
* tiny audits in profile.el and tl.elmarty hiatt2023-05-161-5/+2
|
* no kw arg for completing-read require-matchmarty hiatt2023-05-161-1/+1
|
* FIX #467. follow tag: prompt for tags in post, default tag at point.marty hiatt2023-05-131-5/+17
|
* follow-tag: use tag at point by defaultmarty hiatt2023-05-121-1/+5
|
* fix poll count display.marty hiatt2023-05-111-1/+2
|
* remove overlays in tl--init*/-syncmarty hiatt2023-05-111-1/+3
|
* indent buffersmarty hiatt2023-05-101-11/+11
|
* audit -tl.el finishmarty hiatt2023-05-091-101/+67
|
* let-alist for tl--toot-statsmarty hiatt2023-05-091-22/+15
|
* auditing -tl.elmarty hiatt2023-05-091-44/+33
|
* remove duplicate funsmarty hiatt2023-05-091-102/+0
|
* audit 1/3 of tl.elmarty hiatt2023-05-081-63/+45
|
* remove profile--account-field from tl.elmarty hiatt2023-05-081-7/+5
|
* rename profile--add-author-bylines to profile--format-usermarty hiatt2023-05-081-1/+1
|
* adjust format-poll-optionmarty hiatt2023-05-081-3/+3
|
* reindent a funmarty hiatt2023-05-081-11/+11
|
* refactor mastodon-tl--format-poll-optionmarty hiatt2023-05-081-15/+16
|
* re-let-alist tl-get-pollmarty hiatt2023-05-081-47/+41
|
* revert let-alist for poll-vote in tl.el (because --field)marty hiatt2023-05-081-45/+46
|
* Revert "let-alist tl--get-poll"marty hiatt2023-05-081-40/+47
| | | | This reverts commit c579efdef65e1d6a6ad29e0a609202cd59a683e2.
* Revert "let-alist tl--byline"marty hiatt2023-05-081-102/+98
| | | | This reverts commit ceaeb56cea5fa2d5214e57b5915e0d315b70e081.
* Revert "revert to use of tl--field in --byline."marty hiatt2023-05-081-5/+5
| | | | This reverts commit 8ec34ca9f6082b731d270012bbada1b3d2319cc2.
* Revert "tl--byline cleanup"marty hiatt2023-05-081-0/+7
| | | | This reverts commit 347ef54b5d32cf7078e614e13ce7007aa406d54f.
* revert to use of tl--field in --byline.marty hiatt2023-05-081-5/+5
|
* let-alist --poll-vote, refactor --read-poll-optionmarty hiatt2023-05-081-40/+38
|
* comments and docstringsmarty hiatt2023-05-081-8/+6
|
* let-alist --show-statsmarty hiatt2023-05-081-33/+29
|
* fix --get-pollmarty hiatt2023-05-081-1/+1
|
* remove quasi-quoting of let-alist dotted varsmarty hiatt2023-05-081-2/+2
|
* fix tl--contentmarty hiatt2023-05-081-1/+1
|
* tl--byline cleanupmarty hiatt2023-05-081-7/+0
|
* let-alist tl--toot-idmarty hiatt2023-05-081-3/+2
|
* let-alist tl--get-pollmarty hiatt2023-05-081-47/+40
|
* let-alist tl--contentmarty hiatt2023-05-081-0/+106
|
* let-alist --get-attachments for bylinemarty hiatt2023-05-081-7/+4
|
* let-alist tl--bylinemarty hiatt2023-05-081-98/+102
|
* let-alist tl--byline-authormarty hiatt2023-05-081-14/+10
|
* tiny line wrappingmarty hiatt2023-05-071-14/+11
|
* refactor next/prev tab itemmarty hiatt2023-05-071-17/+9
|
* useless refactor in tl--get-buffer-typemarty hiatt2023-05-071-25/+34
|
* always use string= in get-buffer-typemarty hiatt2023-05-071-3/+3
|
* macro headingmarty hiatt2023-05-071-1/+3
|
* Merge branch 'with-masto-buf-2' into developmarty hiatt2023-05-071-100/+82
|\
| * eval-when-compile for with-mastodon-buffer, and re-indentmarty hiatt2023-05-061-47/+43
| |
| * restore old macro formmarty hiatt2023-05-061-3/+6
| |
| * move with-masto-buffer to -tl.elmarty hiatt2023-05-061-1/+15
| |
* | Revert "with-mastodon-buffer macro"marty hiatt2023-05-061-77/+99
| | | | | | | | This reverts commit 51f8b782ac6721939e20eca459fe88eb4304857c.
* | Revert "updates to with-mastodon-buffer macro"marty hiatt2023-05-061-26/+32
|/ | | | This reverts commit 59e5e3ece54bcac36d9debad392bff25a31438b5.
* init* reorder attempt to fixmarty hiatt2023-05-061-26/+26
|
* help-echo for toot statsmarty hiatt2023-05-051-0/+3
|