Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Putting buffer name and update function in buffer local var | alexjgriffith | 2017-05-18 | 1 | -1/+4 | |
| | | | | | | | | | | removed tests for previous version documented mastodon-buffer-spec getters moved mastodon-buffer-spec to mastodon.el combined mastodon-tl--get and mastodon-tl--init, along with other cleanups | |||||
* | Bump to v0.6.3 | Johnson Denen | 2017-05-15 | 1 | -1/+1 | |
| | ||||||
* | Use lexical-binding in all files. | Holger Dürer | 2017-05-15 | 1 | -1/+1 | |
| | | | | | We only support Emacs 24 and 25 so are free to use sane bindings by default. To keep the linter happy, we need to declare dependency on Emacs 24 in all files. | |||||
* | Close #76 | Johnson Denen | 2017-05-15 | 1 | -9/+1 | |
| | | | | | * Delete version variable and function * Use package-file | |||||
* | removed accidentally duplicated mastodon-mode-hook | Alexander Griffith | 2017-05-13 | 1 | -6/+0 | |
| | ||||||
* | Added face customization closes #124 | Alexander Griffith | 2017-05-13 | 1 | -0/+26 | |
| | ||||||
* | Show users' avatars plus other image work. | Holger Dürer | 2017-05-08 | 1 | -0/+10 | |
| | | | | | | | | | - Shows users' avatars (makes only sense if Emacs is built with imagemagick) - Scales media attachement previews to a max size (if Emacs is built with imagemagick) - Enable cacheing of image fetches Known issues: - We should really cache the avatars to avoid having multiple identical images in memory. | |||||
* | Bump to v0.6.2 | Johnson Denen | 2017-04-29 | 1 | -2/+2 | |
| | ||||||
* | Bump to v0.6.1 | Johnson Denen | 2017-04-28 | 1 | -2/+2 | |
| | ||||||
* | adding keybinding documentation to the new-toot buffer | clarkenciel | 2017-04-28 | 1 | -7/+2 | |
| | ||||||
* | Add the time of posting to the byline. | Holger Dürer | 2017-04-28 | 1 | -0/+9 | |
| | ||||||
* | Add toggle function for boost/unboost | Johnson Denen | 2017-04-27 | 1 | -1/+1 | |
| | ||||||
* | Parity with non-toggle favourite function | Johnson Denen | 2017-04-27 | 1 | -1/+1 | |
| | | | | | | TODOs: - Boost/unboost toggle function - Store 'favourite-p property on toots | |||||
* | Remove public register function | Johnson Denen | 2017-04-24 | 1 | -7/+0 | |
| | | | | Close #69 | |||||
* | Bump to v0.6.0 | Johnson Denen | 2017-04-24 | 1 | -2/+2 | |
| | ||||||
* | Bump to v0.5.5 | Johnson Denen | 2017-04-24 | 1 | -2/+2 | |
| | ||||||
* | Bump to v0.5.4 | Johnson Denen | 2017-04-23 | 1 | -2/+2 | |
| | ||||||
* | Fix some compilation errors | Johnson Denen | 2017-04-23 | 1 | -3/+3 | |
| | ||||||
* | Make tweaks per checkdoc feedback | Johnson Denen | 2017-04-23 | 1 | -1/+5 | |
| | ||||||
* | Make tweaks per package-lint feedback | Johnson Denen | 2017-04-23 | 1 | -1/+2 | |
| | ||||||
* | Bump to v0.5.1 | Johnson Denen | 2017-04-23 | 1 | -2/+2 | |
| | ||||||
* | Close #56 with emojify auto-detection hook | Johnson Denen | 2017-04-23 | 1 | -0/+5 | |
| | ||||||
* | Bump to v0.5.0 | Johnson Denen | 2017-04-23 | 1 | -2/+2 | |
| | ||||||
* | Use Cask to run tests in TravisCI | Johnson Denen | 2017-04-23 | 1 | -1/+1 | |
| | ||||||
* | Bump to v0.4.2 | Johnson Denen | 2017-04-22 | 1 | -2/+2 | |
| | ||||||
* | Update to v0.4.1 | Johnson Denen | 2017-04-19 | 1 | -2/+2 | |
| | ||||||
* | Render html with shr instead of html2text | Johnson Denen | 2017-04-19 | 1 | -1/+0 | |
| | ||||||
* | Fix #25 with const variable | Johnson Denen | 2017-04-19 | 1 | -4/+4 | |
| | | | | Delete .version file | |||||
* | Update to v0.4.0 | Johnson Denen | 2017-04-18 | 1 | -1/+1 | |
| | | | | | | * Add boost, favourite, reply-to, and open thread features (#16) * Insert boosted and favourited markers on boost/favourite actions * Read boosted/favourited state from API and persist markers | |||||
* | Add keybinding for `mastodon-tl--thread' and update README | Johnson Denen | 2017-04-18 | 1 | -0/+2 | |
| | ||||||
* | Add reply keybinding and update README | Johnson Denen | 2017-04-18 | 1 | -0/+2 | |
| | ||||||
* | Add reply functionality | Johnson Denen | 2017-04-18 | 1 | -1/+4 | |
| | ||||||
* | Add keybinding and update README | Johnson Denen | 2017-04-18 | 1 | -0/+2 | |
| | ||||||
* | Add boost feature to timelines | Johnson Denen | 2017-04-18 | 1 | -0/+2 | |
| | ||||||
* | Update to v0.3.0 | Johnson Denen | 2017-04-17 | 1 | -1/+1 | |
| | ||||||
* | Add function to update current timeline | Johnson Denen | 2017-04-16 | 1 | -11/+12 | |
| | ||||||
* | Add `j' and `k' bindings to move to previous/next toot | Johnson Denen | 2017-04-15 | 1 | -0/+5 | |
| | ||||||
* | Provide context menu from `with-eval-after-load' block | Johnson Denen | 2017-04-15 | 1 | -6/+2 | |
| | | | | | Check for `discover' with `require' Clean up README | |||||
* | Fixes #29 - Provide context menu for discover mode | fap | 2017-04-15 | 1 | -6/+34 | |
| | | | | | | * provides a `discover.el` context menu through mode-hook * moves lambdas from keymap to functions so `discover-my-major` can pick them up | |||||
* | Fix mastodon function | Johnson Denen | 2017-04-14 | 1 | -1/+1 | |
| | ||||||
* | Add major mode | Johnson Denen | 2017-04-14 | 1 | -1/+19 | |
| | | | | | | | | | | | - `mastodon' opens home buffer in new major mode - `F' switches to your federated timeline - `H' switches to your home timeline - `L' switches to your local timeline - `n' opens a `mastodon-toot' buffer - `q' quits by killing the buffer - `Q' quits by killing both the buffer and the window - `T' prompts your for a tag and then opens its timeline | |||||
* | Do some cleanup | Johnson Denen | 2017-04-14 | 1 | -0/+1 | |
| | | | | | - Rename toot--send and toot--cancel functions - Add FIXME reminder | |||||
* | Retrieve home timeline with `mastodon' function | Johnson Denen | 2017-04-14 | 1 | -2/+9 | |
| | ||||||
* | Make headers more conventional | Johnson Denen | 2017-04-10 | 1 | -3/+25 | |
| | ||||||
* | Add versioning | Johnson Denen | 2017-04-09 | 1 | -0/+8 | |
| | | | | | - .version file to track - `mastodon-version' function to display | |||||
* | Fix #8 flycheck issues | Johnson Denen | 2017-04-09 | 1 | -2/+15 | |
| | ||||||
* | Move entry functions to mastodon.el | Johnson Denen | 2017-04-09 | 1 | -4/+14 | |
| | ||||||
* | Add WIP triage function on toot send | Johnson Denen | 2017-04-09 | 1 | -1/+0 | |
| | ||||||
* | Refactor authorization | Johnson Denen | 2017-04-09 | 1 | -9/+10 | |
| | ||||||
* | Restructure under lisp directory | Johnson Denen | 2017-04-09 | 1 | -0/+23 | |