This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
;;; mastodon-auth.el --- Auth functions for mastodon.el -*- lexical-binding: t -*- | ||
|
||
;; Copyright (C) 2017 Johnson Denen | ||
;; Copyright (C) 2017-2019 Johnson Denen | ||
;; Author: Johnson Denen <[email protected]> | ||
;; Version: 0.8.0 | ||
;; Version: 0.9.0 | ||
;; Homepage: https://github.com/jdenen/mastodon.el | ||
;; Package-Requires: ((emacs "24.4")) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
;;; mastodon-client.el --- Client functions for mastodon.el -*- lexical-binding: t -*- | ||
|
||
;; Copyright (C) 2017 Johnson Denen | ||
;; Copyright (C) 2017-2019 Johnson Denen | ||
;; Author: Johnson Denen <[email protected]> | ||
;; Version: 0.8.0 | ||
;; Version: 0.9.0 | ||
;; Homepage: https://github.com/jdenen/mastodon.el | ||
;; Package-Requires: ((emacs "24.4")) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
;; Copyright (C) 2019 Johnson Denen | ||
;; Author: Johnson Denen <[email protected]> | ||
;; Version: 0.8.0 | ||
;; Version: 0.9.0 | ||
;; Package-Requires: ((emacs "24.4")) | ||
;; Homepage: https://github.com/jdenen/mastodon.el | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
;;; mastodon-http.el --- HTTP request/response functions for mastodon.el -*- lexical-binding: t -*- | ||
|
||
;; Copyright (C) 2017 Johnson Denen | ||
;; Copyright (C) 2017-2019 Johnson Denen | ||
;; Author: Johnson Denen <[email protected]> | ||
;; Version: 0.8.0 | ||
;; Version: 0.9.0 | ||
;; Package-Requires: ((emacs "24.4")) | ||
;; Homepage: https://github.com/jdenen/mastodon.el | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
;;; mastodon-inspect.el --- Client for Mastodon -*- lexical-binding: t -*- | ||
|
||
;; Copyright (C) 2017 Johnson Denen | ||
;; Copyright (C) 2017-2019 Johnson Denen | ||
;; Author: Johnson Denen <[email protected]> | ||
;; Version: 0.8.0 | ||
;; Version: 0.9.0 | ||
;; Package-Requires: ((emacs "24.4")) | ||
;; Homepage: https://github.com/jdenen/mastodon.el | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
;;; mastodon-media.el --- Functions for inlining Mastodon media -*- lexical-binding: t -*- | ||
|
||
;; Copyright (C) 2017 Johnson Denen | ||
;; Copyright (C) 2017-2019 Johnson Denen | ||
;; Author: Johnson Denen <[email protected]> | ||
;; Version: 0.8.0 | ||
;; Version: 0.9.0 | ||
;; Homepage: https://github.com/jdenen/mastodon.el | ||
;; Package-Requires: ((emacs "24.4")) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; mastodon-notifications.el --- Notification functions for mastodon.el -*- lexical-binding: t -*- | ||
|
||
;; Copyright (C) 2017 Johnson Denen | ||
;; Copyright (C) 2017-2019 Johnson Denen | ||
;; Author: Johnson Denen <[email protected]> | ||
;; Version: 0.7.2 | ||
;; Homepage: https://github.com/jdenen/mastodon.el | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; mastodon-profile.el --- Functions for inspecting Mastodon profiles -*- lexical-binding: t -*- | ||
|
||
;; Copyright (C) 2017 Johnson Denen | ||
;; Copyright (C) 2017-2019 Johnson Denen | ||
;; Author: Johnson Denen <[email protected]> | ||
;; Version: 0.7.2 | ||
;; Package-Requires: ((emacs "24.4")) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
;;; mastodon-tl.el --- HTTP request/response functions for mastodon.el -*- lexical-binding: t -*- | ||
|
||
;; Copyright (C) 2017 Johnson Denen | ||
;; Copyright (C) 2017-2019 Johnson Denen | ||
;; Author: Johnson Denen <[email protected]> | ||
;; Version: 0.8.0 | ||
;; Version: 0.9.0 | ||
;; Homepage: https://github.com/jdenen/mastodon.el | ||
;; Package-Requires: ((emacs "24.4")) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
;;; mastodon-toot.el --- Minor mode for sending Mastodon toots -*- lexical-binding: t -*- | ||
|
||
;; Copyright (C) 2017 Johnson Denen | ||
;; Copyright (C) 2017-2019 Johnson Denen | ||
;; Author: Johnson Denen <[email protected]> | ||
;; Version: 0.8.0 | ||
;; Version: 0.9.0 | ||
;; Homepage: https://github.com/jdenen/mastodon.el | ||
;; Package-Requires: ((emacs "24.4")) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
;;; mastodon.el --- Client for Mastodon -*- lexical-binding: t -*- | ||
|
||
;; Copyright (C) 2017 Johnson Denen | ||
;; Copyright (C) 2017-2019 Johnson Denen | ||
;; Author: Johnson Denen <[email protected]> | ||
;; Version: 0.8.0 | ||
;; Version: 0.9.0 | ||
;; Package-Requires: ((emacs "24.4")) | ||
;; Homepage: https://github.com/jdenen/mastodon.el | ||
|
||
|