elpasync pushed a change to branch elpa/mastodon.

      from  3c00418bfb Merge branch 'develop'
       new  328b8a354e adjust inspect-toot
       new  cd4c5a8677 add suspended check to tl--toot, no display if so. #753.
       new  fe5cb8c985 quoted item: check for status deleted, no display if so. 
#753.
       new  388dcebfbc Merge branch 'no-insert-suspended-user-toots' into 
develop
       new  6015840fc7 transient: dubious fixes for getting prefix value.
       new  0e49f81f33 rough go at a notifs timer. in mastodon-mode-hook for 
now.
       new  0f62e40e55 rough go at a notifs timer. in mastodon-mode-hook for 
now.
       new  308b008722 fixes for new notifs update or message
       new  c2fe3eec12 get/set last read notif ID
       new  94c491d203 display unread notifs count in msg
       new  e8696a98f1 add custom options for check for updates, check interval
       new  482ab8e3c2 make notifs timer independent of loading mastodon-mode 
(any page)
       new  dad00f27da notifs: cancel timer fun
       new  34618de0f7 cancel timer if no masto buffers, run timer stuff if 
buffers
       new  e468299aaa notifs: async updates check/timer
       new  9e3dfb5629 notifs: add undo-boundary calls to timer function that 
modifies buffer
       new  894e8c0d82 notifs updates comments
       new  e53abb6f58 update-json: only use v2 api for notifs! FIX #649.
       new  a80704cc6d add a notifs check command
       new  bfde66d783 notifs timer: add update-check to mode-hook-fun, FIXMEs.
       new  b9d75efe6f add notifications.el desktop notif.
       new  a2b4acd3d4 use alert.el for (desktop etc.) notifications/alerts.
       new  959b2731a5 add an alert.el rule
       new  703a882ccf alerts: silent request, only 1 request, fix when check
       new  6a7b813962 add `mastodon-notifications-notify-shown` variable, 
avoid repeat alerts. #249
       new  0d1e75e7d5 add :silent arg for get-json/-async, make unread count 
silent. #249
       new  0ab9d122e3 docstrings
       new  b332dd4016 update-with-timer: try to handle zombie timers bug. #249
       new  317c218eab add missing silent arg to async get-response call.
       new  ade859390f dont trip up if a status's quote is in state "pending"
       new  10257d59d8 set quote-policy as user preference. #756
       new  1f0d28ed52 add change quote policy of toot at point. #756
       new  f17f34b3dd revoke a quote from quote notification. FIX #755.
       new  e9b94e2dfd adapt insert-quoted, ready to handle diff quote states.
       new  01237256e9 compose: add set quote policy for current toot. #757.
       new  fbeb1ec043 implement quote posts. #758
       new  efb16ad9e0 quoted toots respect quoting toot CW/fold status. FIX 
#761.
       new  9a11d4ffee propertize quoted toot in compose buffer for some color. 
#758
       new  a30a3ffce7 add " binding for mastodon-toot-quote. #758
       new  dd202e99bf Strip quoted URL from content and make quoted toot a 
link. FIX #760
       new  f0ed6bd68d fix masto inspect function.
       new  e3b1ec33fc fixme
       new  71a119fcae unfuck dd202e9, insert quoted toot as link. #760
       new  716c0bf026 fix compose status fields. FIX #763
       new  a21b9b321c index.org update for quote commands
       new  2fe78987fb display of quoted toots: only invis maybe when cw.
       new  a15e6e0631 insert quoted: fix 2 face specs.
       new  486a4f174e fix quoted text button (no buttonify-link) (no 
underscores)
       new  c033fbb37f FIX #764
       new  fed18ea3ec quotes: strip extra newline after stripping URL.
       new  f6e86de029 quoting toot should adopt quoted toot's visibility. FIX 
#762
       new  b5a8bc444e quote: call --compose-buffer rather than -toot.
       new  ebffa94244 toot-quote: re-write cond logic.
       new  fc34fd06c0 quoting: tl--content not render-text, let-alist it too. 
FIX #765.
       new  cd78c096ea flycheck -tl.el
       new  f258610f26 v rough quote toot filter, WIP. #746
       new  319e1d11ed handle non-display of pending quoted posts
       new  3eebd4d41b Merge branch 'quote-post' into develop
       new  f6677e402a add set user quote policy to user settings transient. 
FIX #768
       new  990c0a0fc8 add force arg to mastodon-notifications-notify
       new  074ad809b6 alerts: fix update fun call, give alert.el an active 
buffer. #249
       new  4879ac3d76 dump min tp.el version
       new  9869412e77 quote display: dispatch of most quote types.
       new  bad38b6ad4 remove unused arg (upated-json)
       new  09f45b36e5 remove stale api version arg from call to updated-json
       new  e340edf407 add alert dependency to package header
       new  5c0000169c auth/client tests error comment
       new  dc43b80730 reindent client-tests.el
       new  68712fd2aa with-toot-item macro for delete-toot. FIX #730.
       new  eead81668b add boilerplate alert.el persistent rule. FIX #772.
       new  c1dd3afbe0 load unloaded images on (un)fold toot. FIX #744.
       new  f78198bd13 no double [[]] for quote pending
       new  66111753ac make alert.el optional dependency, add 
mastodon-notifications-alerts.
       new  9fe09ca590 flycheck notifs.el
       new  8dc8faf0fa flycheck toot.el
       new  4657bb80d8 don't try to update notifs buffer, if no alert, just 
message. #249.
       new  e5dbe6a95a min emacs: 29.1
       new  5b966671bf bump
       new  07b3b2249b Merge branch 'develop'


Summary of changes:
 lisp/mastodon-http.el          |  24 ++--
 lisp/mastodon-inspect.el       |   8 +-
 lisp/mastodon-notifications.el | 164 +++++++++++++++++++++++-
 lisp/mastodon-profile.el       |  19 ++-
 lisp/mastodon-tl.el            | 265 +++++++++++++++++++++++++++++----------
 lisp/mastodon-toot.el          | 274 +++++++++++++++++++++++++++++------------
 lisp/mastodon-transient.el     |  20 ++-
 lisp/mastodon.el               |  67 ++++++++--
 mastodon-index.org             |   8 +-
 test/mastodon-auth-tests.el    |   3 +
 test/mastodon-client-tests.el  | 117 +++++++++---------
 11 files changed, 732 insertions(+), 237 deletions(-)

Reply via email to