[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/mastodon updated (a8c80d25b7 -> 136e4d387a)
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/mastodon updated (a8c80d25b7 -> 136e4d387a) |
Date: |
Thu, 1 Feb 2024 10:00:36 -0500 (EST) |
elpasync pushed a change to branch elpa/mastodon.
from a8c80d25b7 update cmd index
new 2e195ee009 update cmd index
new 9a8d24f9fa call remove-overlays in --thread (fix bug display of
play if we reload a thread)
new f994ae1b71 add role badge to profiles. FIX #504.
new d9959ace12 update info re patches
new 1da8ab0675 add cmd to url-lookup with no fedi-like check
new aa0a2c08f0 add msg about loss of attachments on editing toot
new 406d87cc7a display-media-p var > defcustom
new f1af40e2c0 edit toots adopt attachments. FIX #506
new 8e576fc297 implement exclude_replies on profile view, inc. cycle
new 8108187270 buffer-for: fix () to ensure goto point min works on
cycle
new 33d0011c7c toot--reply: call toot--compose-buffer not just toot
new a6680b093e remove ;; Version: strings in buffers other than
mastodon.el
new 1a4c9545ec when active region on reply, insert quoted str in reply
buffer
new e5c9f403b6 Merge branch 'quote-region' into develop
new ff4d7a5ae4 docstrings/comments for quote-reply issues
new 693244adec add (no replies) to statuses no replies profile view
new 65821b2f24 update help-echo for new profile cycle cmds
new 589868c98d add image-description text property
new 0c048e154b copy image caption cmd
new c9c9487968 docstring
new ee33bd1d2d toot--send: check for media with media-attachment-ids
for speed
new 6a306afeed FIX #515. completion-ignore-case t buffer-local for
compose
new 9451238519 start on emoji-capf for compose buffer
new 0c7322e839 refactor mastodon-toot--make-capf
new 638e5e09df clean up emoji capf
new 703655f109 Merge branch 'emoji-capf' into develop
new 792e18037d Use `equal' to access alist entries by
`mastodon-instance-url'
new f5a19ad534 Merge pull request 'Use `equal' to access alist entries
by `mastodon-instance-url'' (#516) from dme/mastodon.el:devel/dme into develop
new 2f68bc776d tl--content: only call tl--media if we have media
new 1385416479 add RET binding for tl--thread
new 3437dbbeea add sensitive property to images, so we can blur them
one day.
new 20b41bfa95 Avoid error when there's only one window in a frame when
closing window
new f3cfd273f9 mastodon--kill-window in toot-tests.el
new 6fc44fe225 fix signature of make-capf so we call it right!
new 231b43a372 mastodon-tl--tag-timeline-tags defcustom
new 38f9437ad9 preserve media when editing scheduled toot
new 9ffe93009c edit attachments description fun
new 844a97ca89 fix typo in fun name
new 3b3f5228ac profile: Use v2 search when looking for users
new 07b9052501 Merge pull request 'profile: Use v2 search when looking
for users' (#524) from dme/mastodon.el:develop into develop
new fa73817c22 Add 'z' binding to bury the current buffer
new f0137a0ad6 Add 'o' binding to open the current toot in a browser
new b8dd95b4c9 dir-locals: Set indent-tab-mode to nil
new fda3e5963d Merge pull request 'Add a couple of key bindings that I
have found useful' (#525) from dme/mastodon.el:devel/suspend into develop
new 136e4d387a Merge branch 'develop'
Summary of changes:
lisp/.dir-locals.el | 6 +-
lisp/mastodon-async.el | 1 -
lisp/mastodon-auth.el | 5 +-
lisp/mastodon-client.el | 1 -
lisp/mastodon-discover.el | 6 +-
lisp/mastodon-http.el | 11 +-
lisp/mastodon-inspect.el | 1 -
lisp/mastodon-iso.el | 1 -
lisp/mastodon-media.el | 80 +++++++-------
lisp/mastodon-notifications.el | 1 -
lisp/mastodon-profile.el | 116 ++++++++++++--------
lisp/mastodon-search.el | 3 +-
lisp/mastodon-tl.el | 66 ++++++++----
lisp/mastodon-toot.el | 233 ++++++++++++++++++++++++++++++-----------
lisp/mastodon-views.el | 9 +-
lisp/mastodon.el | 21 +++-
mastodon.info | 19 ++--
mastodon.texi | 6 +-
test/mastodon-toot-tests.el | 6 +-
19 files changed, 392 insertions(+), 200 deletions(-)
- [nongnu] elpa/mastodon updated (a8c80d25b7 -> 136e4d387a),
ELPA Syncer <=
- [nongnu] elpa/mastodon e5c9f403b6 14/45: Merge branch 'quote-region' into develop, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon ee33bd1d2d 22/45: toot--send: check for media with media-attachment-ids for speed, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon 2f68bc776d 29/45: tl--content: only call tl--media if we have media, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon f0137a0ad6 42/45: Add 'o' binding to open the current toot in a browser, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon 2e195ee009 01/45: update cmd index, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon 1da8ab0675 05/45: add cmd to url-lookup with no fedi-like check, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon d9959ace12 04/45: update info re patches, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon 406d87cc7a 07/45: display-media-p var > defcustom, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon 33d0011c7c 11/45: toot--reply: call toot--compose-buffer not just toot, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon 0c7322e839 24/45: refactor mastodon-toot--make-capf, ELPA Syncer, 2024/02/01