[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/mastodon updated (a191fb5f3f -> 45903de823)
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/mastodon updated (a191fb5f3f -> 45903de823) |
Date: |
Sun, 4 Aug 2024 04:00:16 -0400 (EDT) |
elpasync pushed a change to branch elpa/mastodon.
from a191fb5f3f readme re bookmarks
new 2d4cedbf68 readme re bookmarks
new 9b1b08c9b3 img help echo: cmd keys and toggle sensitive binding
new 92e1e7b991 move/rename with-toot-item
new 6e24c36e86 screenshots
new a9c6c04ac6 comments on mastodon-tl--goto-item-pos
new 7b4d77b86b tl: no-refresh for next-item in --single-toot
new f19f3bc273 replace persist with multisession
new 1887a2d414 readme: multisession
new 4e8d286164 mastodon-use-emojify customize
new a7fec25557 Merge branch 'multisession' into develop
new 4697c073e8 message -> user-error
new 8f8c461e01 wrap --thread in with-item macro
new e9ddf28832 horiz-bar refactor
new c8565612b9 fold long posts, unfolding cmd. FIX #572.
new 344da8f2f2 fold toots customize/ refactor
new 3f9b305b5f flymake
new 00ac9103ad multisession var in -toot.el
new 3ba86999d3 flymake toot.el
new f16fcb15a8 use mastodon-use-emojify in toot.el
new 534644d2bd toot: default to emoji.el, emojify customize
new 82931c0869 readme, emoji
new 8df12b8808 update info
new 4d335d45f4 index
new aa6b7b25be readme re tofu
new 43cd626f6a Merge branch 'emoji.el' into develop
new 712a2af648 update info
new 6721f40cfd unfold toot: replace whole item on unfolding (so we have
props!)
new db227a8c25 flip an if clause
new 8c4f18cca7 toot--insert-emoji: defalis -> defun.
new c95a19b2d5 index update
new d60d1d4c31 read CW when setting, not when sending, also display it.
FIX #569.
new d7816ab59f add item-json prop to fave/boost strings, so (un)folding
works
new f8ee682bb4 flip an if clause
new b8e8328a35 use with-toot-item and clean up functions that use it
new 41404473ea toot.el: user-error not message when needed
new f43ecd6bad docstring
new 0cd77c1880 Merge branch 'with-toot-item' into develop
new 80ce719004 flymake our user-error mess
new bb1b33e2fb toot.el: use mastodon-toot--base-toot-or-item-json
new bc83b400b1 fix unfolding faved/bookmarked toots
new 3eb1c4f794 --thread: diff name for option arg to avoid macro var
new dd1b0ab770 add mastodon-tl--fold-post
new 028ab8ea22 fix newlines accumulating on (un)folding toots
new 4844a1147a no newline after READ MORE heading
new 134ec9413a small adjustments to point placement with (un)folding
new dad54cccbc fold-post-toggle
new cf72fb5af0 bind fold toggle
new 30b02296ca fix where we leave point on (un)folding
new 6b0a0eb1fa readme, index, info
new d0a5bae331 refactor toot--toggle-boost-or-favourite
new 8d6983667d refactor toot--toggle-bookmark
new e66ce7b6fb folding comments / action docstring
new 35a26600af reimplement folding via insert body only.
new 351bd73875 fix prev-item-id
new 0ef13ab348 fix prev-item-id
new 5621b2df84 add underscores to user-like url regexes
new 945de24d3e Merge branch 'develop' into insert-status-for-fold
new 46b66e332a commentary
new 49261b91b0 Revert "replace persist with multisession"
new c75c4b7753 Revert "readme: multisession"
new da0e348bc7 Revert "multisession var in -toot.el"
new 4ac5b57ae6 Merge branch 'develop'
new 45903de823 info update
Summary of changes:
README.org | 50 +++--
lisp/mastodon-media.el | 8 +-
lisp/mastodon-search.el | 4 +-
lisp/mastodon-tl.el | 265 ++++++++++++++++++--------
lisp/mastodon-toot.el | 426 ++++++++++++++++++++----------------------
lisp/mastodon.el | 30 ++-
mastodon-index.org | 15 +-
mastodon.info | 115 +++++++-----
mastodon.texi | 30 ++-
screenshot-notifs+compose.png | Bin 0 -> 207025 bytes
screenshot-tl.png | Bin 0 -> 254949 bytes
11 files changed, 551 insertions(+), 392 deletions(-)
create mode 100644 screenshot-notifs+compose.png
create mode 100644 screenshot-tl.png
- [nongnu] elpa/mastodon updated (a191fb5f3f -> 45903de823),
ELPA Syncer <=
- [nongnu] elpa/mastodon 2d4cedbf68 01/63: readme re bookmarks, ELPA Syncer, 2024/08/04
- [nongnu] elpa/mastodon 9b1b08c9b3 02/63: img help echo: cmd keys and toggle sensitive binding, ELPA Syncer, 2024/08/04
- [nongnu] elpa/mastodon aa6b7b25be 18/63: readme re tofu, ELPA Syncer, 2024/08/04
- [nongnu] elpa/mastodon 92e1e7b991 03/63: move/rename with-toot-item, ELPA Syncer, 2024/08/04
- [nongnu] elpa/mastodon 8f8c461e01 20/63: wrap --thread in with-item macro, ELPA Syncer, 2024/08/04
- [nongnu] elpa/mastodon 6e24c36e86 07/63: screenshots, ELPA Syncer, 2024/08/04
- [nongnu] elpa/mastodon f43ecd6bad 06/63: docstring, ELPA Syncer, 2024/08/04
- [nongnu] elpa/mastodon 8df12b8808 15/63: update info, ELPA Syncer, 2024/08/04
- [nongnu] elpa/mastodon e9ddf28832 21/63: horiz-bar refactor, ELPA Syncer, 2024/08/04
- [nongnu] elpa/mastodon 00ac9103ad 25/63: multisession var in -toot.el, ELPA Syncer, 2024/08/04