elpasync pushed a change to branch elpa/mastodon. from f6247f0c9b Merge branch 'develop' new ecf90b887e Fix test text changed in 2.0 new 53e5b80aff Merge pull request 'Fix test text changed in 2.0' (#682) from manphiz/mastodon.el:test-fixes-for-2.0 into develop new 8cf65d9d9e tl--hashtag-from-url: handle snac tag URL format. FIX #705. new c4bb842f46 Merge branch 'snac-tag' into develop new 40a42abd63 add cask clean-elc to make testsclean new d224b8b0a7 down case tags in predicate check. FIX #717. new 1fc7ba947b strip some evil unicode chars from incoming JSON. #718. new 95441914a5 byling: try to trim display-name of evil unicode new 07c35e4fbb strip display name of evil rtl override chars. #718. new 4b676a4ba4 Revert "strip some evil unicode chars from incoming JSON. #718." new 85b4e46ce7 tl--hashtag-from-url: handle snac tag URL format. FIX #705. new cd5d4e7e7b Fix broken `sort` call. new 6f5b455e47 Work around buggy Emacs native-compile new 43cbbe2d3c Merge pull request 'Fix byte/native-compile issues' (#716) from ieure/mastodon.el:fix-compile-issues into develop new 58638a1d54 render profile migration data as link to new profile. FIX #699. new 962774f551 reimplement handling of rtl overrides: wrap in directional isolates. #718. new c9cd7745a3 use unicode wrap in -tl.el. #718. new 91af959c36 reindent tl.el new 226abdd480 byline/profile: fix handling of empty display_name string new ca99f7544d toot.el: make char count include handles sans domain. #721. new 5ba7deb585 v basic Nodeinfo cmd. #723. new 435107328e tl: list-followed-tags: fix cl-sort with string-lessp. new 31a9fc88f2 Nodeinfo command parse data. #723. new 4bbfa7b348 fix byline tests with unicode wrap new 0e25cf9859 fix mastodon-profile--format-user + test mastodon-profile--add-author-bylines. new 83e9823a51 1/2 fix a tl action response test new 97034ec73e http: roll our own response code. 2/2 fix a tl test. new 95a08ced3c fix some media tests (not all, image-options arg broken) new 6aece01796 http-tests: use our response status fun new df65237b55 media tests: FIXMEs for non-interactive only failures new 3000a3ed73 index: fix maps code new 165c8903d8 bump new cc15095240 update cmd index new 2959ec90ed Merge branch 'develop'
Summary of changes: Makefile | 2 +- lisp/mastodon-http.el | 14 +- lisp/mastodon-profile.el | 26 ++- lisp/mastodon-tl.el | 146 ++++++++---- lisp/mastodon-toot.el | 18 +- lisp/mastodon.el | 3 +- mastodon-index.org | 518 +++++++++++++++++++++-------------------- test/mastodon-http-tests.el | 4 +- test/mastodon-media-tests.el | 43 +++- test/mastodon-profile-tests.el | 79 ++++--- test/mastodon-tl-tests.el | 94 ++++---- test/mastodon-toot-tests.el | 2 +- 12 files changed, 543 insertions(+), 406 deletions(-)