From d17192806a814733e184af23b8f7f9c9fd1a2357 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Sun, 18 Aug 2024 18:58:22 +0200 Subject: index and info --- mastodon.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mastodon.texi') diff --git a/mastodon.texi b/mastodon.texi index c31caf1..ed52f29 100644 --- a/mastodon.texi +++ b/mastodon.texi @@ -8,7 +8,7 @@ @dircategory Emacs @direntry -* Mastodon: (mastodon). Client for Mastodon on ActivityPub networks. +* Mastodon: (mastodon). Client for fediverse services using the Mastodon API. @end direntry @finalout @@ -703,7 +703,7 @@ Hard dependencies (should all install with @samp{mastodon.el}): @item @samp{request} (for uploading attachments), @uref{https://github.com/tkf/emacs-request, emacs-request} @item -@samp{persist} for storing some settings across sessions (we now use @samp{multisession.el} for this) +@samp{persist} for storing some settings across sessions @end itemize Optional dependencies (install yourself, @samp{mastodon.el} can use them): -- cgit v1.2.3 From 843b5e5f2cdd0de2613e1c50113ca490889e84ee Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Wed, 18 Sep 2024 11:47:36 +0200 Subject: update info --- mastodon.info | 35 ++++++++++++++++++++--------------- mastodon.texi | 8 ++++++++ 2 files changed, 28 insertions(+), 15 deletions(-) (limited to 'mastodon.texi') diff --git a/mastodon.info b/mastodon.info index ee4d673..86531dd 100644 --- a/mastodon.info +++ b/mastodon.info @@ -458,6 +458,11 @@ and should work without first loading a ‘mastodon.el’ buffer: • ‘mastodon-switch-to-buffer’: switch between mastodon buffers. + • ‘mastodon-tl--get-remote-local-timeline’: View a local timeline of + a remote instance. + • ‘mastodon-tl--remote-tag-timeline’: View a tag timeline on a remote + instance. + • ‘mastodon-profile--update-display-name’: Update the display name for your account. • ‘mastodon-profile--update-user-profile-note’: Update your bio note. @@ -761,21 +766,21 @@ Ref: Keybindings (1)12789 Ref: Autocompletion of mentions tags and emoji13324 Ref: Draft toots14249 Node: Other commands and account settings14720 -Node: Customization17887 -Node: Commands and variables index18765 -Node: Alternative timeline layout19281 -Node: Live-updating timelines mastodon-async-mode19686 -Node: Translating toots20538 -Node: Bookmarks and mastodonel21720 -Node: Dependencies22262 -Node: Network compatibility22896 -Node: Contributing23778 -Node: Bug reports24274 -Node: Fixes and features25185 -Node: Coding style25686 -Node: Supporting mastodonel26310 -Node: Contributors26877 -Node: screenshots27312 +Node: Customization18084 +Node: Commands and variables index18962 +Node: Alternative timeline layout19478 +Node: Live-updating timelines mastodon-async-mode19883 +Node: Translating toots20735 +Node: Bookmarks and mastodonel21917 +Node: Dependencies22459 +Node: Network compatibility23093 +Node: Contributing23975 +Node: Bug reports24471 +Node: Fixes and features25382 +Node: Coding style25883 +Node: Supporting mastodonel26507 +Node: Contributors27074 +Node: screenshots27509  End Tag Table diff --git a/mastodon.texi b/mastodon.texi index ed52f29..e171408 100644 --- a/mastodon.texi +++ b/mastodon.texi @@ -561,6 +561,14 @@ instance. @end itemize +@itemize +@item +@samp{mastodon-tl--get-remote-local-timeline}: View a local timeline of a remote instance. +@item +@samp{mastodon-tl--remote-tag-timeline}: View a tag timeline on a remote instance. +@end itemize + + @itemize @item @samp{mastodon-profile--update-display-name}: Update the display name for your -- cgit v1.2.3