Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up use of progn. | Holger Dürer | 2017-05-05 | 1 | -8/+6 |
| | | | | | - Lambda, defun, let, etc. all have an implicit progn. - A progn with a single form is identical to that single form. | ||||
* | Fix some whitespace issues. | Holger Dürer | 2017-05-05 | 1 | -3/+3 |
| | |||||
* | Use the more canonical "nil" instead of "'()" when we don't mean an empty list. | Holger Dürer | 2017-05-05 | 1 | -4/+4 |
| | | | | (Besides, just "()" would have been enough anyway. No need to quote "()" or "nil".) | ||||
* | Merge branch 'master' into develop | Johnson Denen | 2017-04-29 | 1 | -5/+5 |
|\ | |||||
| * | Bump to v0.6.1 | Johnson Denen | 2017-04-28 | 1 | -1/+1 |
| | | |||||
| * | consolidating re-searches | clarkenciel | 2017-04-28 | 1 | -2/+1 |
| | | |||||
| * | making keybinds and names nice | clarkenciel | 2017-04-28 | 1 | -5/+24 |
| | | |||||
| * | changing creation of toot buffer so that we don't duplicate docs | clarkenciel | 2017-04-28 | 1 | -3/+5 |
| | | |||||
| * | reformatting docs and changing removal func since we can't re-match on | clarkenciel | 2017-04-28 | 1 | -8/+12 |
| | | | | | | | | the "Toot Text:" string | ||||
| * | removing Toot Text prompt, moving dangling parens | clarkenciel | 2017-04-28 | 1 | -4/+2 |
| | | |||||
| * | adding keybinding documentation to the new-toot buffer | clarkenciel | 2017-04-28 | 1 | -1/+57 |
| | | |||||
| * | Quick feedback fix on toggle functions | Johnson Denen | 2017-04-28 | 1 | -2/+2 |
| | | |||||
| * | Fix #57 by moving messages into callbacks | Johnson Denen | 2017-04-28 | 1 | -4/+8 |
| | | |||||
| * | Add toggle function for boost/unboost | Johnson Denen | 2017-04-28 | 1 | -12/+12 |
| | | |||||
| * | Store 'favourited-p and 'boosted-p properties on bylines | Johnson Denen | 2017-04-28 | 1 | -1/+1 |
| | | |||||
| * | Parity with non-toggle favourite function | Johnson Denen | 2017-04-28 | 1 | -4/+5 |
| | | | | | | | | | | | | TODOs: - Boost/unboost toggle function - Store 'favourite-p property on toots | ||||
| * | Use toggle function approach for favourite/unfavourite | Johnson Denen | 2017-04-28 | 1 | -31/+22 |
| | | | | | | | | | | | | TODOs: * Will require a boost/unboost toggle impl * Must pass favourite/boosted state to the toggle functions from mastodon-tl | ||||
| * | made some formating changes | Alexander Griffith | 2017-04-28 | 1 | -2/+2 |
| | | |||||
| * | #70 all tabs to spaces | Alexander Griffith | 2017-04-28 | 1 | -4/+4 |
| | | |||||
| * | Fixed #70, added mastodon-toot--unfavorite | Alexander Griffith | 2017-04-28 | 1 | -2/+22 |
| | | |||||
* | | Bump to v0.6.2 | Johnson Denen | 2017-04-29 | 1 | -1/+1 |
| | | |||||
* | | Fix #103: Do not use functions unknown to GNU emacs | Marcin Cieślak | 2017-04-29 | 1 | -4/+4 |
| | | | | | | | | We don't have to depend on CL package, yet | ||||
* | | Bump to v0.6.1 | Johnson Denen | 2017-04-28 | 1 | -1/+1 |
| | | |||||
* | | consolidating re-searches | clarkenciel | 2017-04-28 | 1 | -2/+1 |
| | | |||||
* | | making keybinds and names nice | clarkenciel | 2017-04-28 | 1 | -5/+24 |
| | | |||||
* | | changing creation of toot buffer so that we don't duplicate docs | clarkenciel | 2017-04-28 | 1 | -3/+5 |
| | | |||||
* | | reformatting docs and changing removal func since we can't re-match on | clarkenciel | 2017-04-28 | 1 | -8/+12 |
| | | | | | | | | the "Toot Text:" string | ||||
* | | removing Toot Text prompt, moving dangling parens | clarkenciel | 2017-04-28 | 1 | -4/+2 |
| | | |||||
* | | adding keybinding documentation to the new-toot buffer | clarkenciel | 2017-04-28 | 1 | -1/+57 |
| | | |||||
* | | Quick feedback fix on toggle functions | Johnson Denen | 2017-04-27 | 1 | -2/+2 |
| | | |||||
* | | Fix #57 by moving messages into callbacks | Johnson Denen | 2017-04-27 | 1 | -4/+8 |
| | | |||||
* | | Add toggle function for boost/unboost | Johnson Denen | 2017-04-27 | 1 | -12/+12 |
| | | |||||
* | | Store 'favourited-p and 'boosted-p properties on bylines | Johnson Denen | 2017-04-27 | 1 | -1/+1 |
| | | |||||
* | | Parity with non-toggle favourite function | Johnson Denen | 2017-04-27 | 1 | -4/+5 |
| | | | | | | | | | | | | TODOs: - Boost/unboost toggle function - Store 'favourite-p property on toots | ||||
* | | Use toggle function approach for favourite/unfavourite | Johnson Denen | 2017-04-27 | 1 | -31/+22 |
| | | | | | | | | | | | | TODOs: * Will require a boost/unboost toggle impl * Must pass favourite/boosted state to the toggle functions from mastodon-tl | ||||
* | | made some formating changes | Alexander Griffith | 2017-04-27 | 1 | -2/+2 |
| | | |||||
* | | #70 all tabs to spaces | Alexander Griffith | 2017-04-27 | 1 | -4/+4 |
| | | |||||
* | | Fixed #70, added mastodon-toot--unfavorite | Alexander Griffith | 2017-04-27 | 1 | -2/+22 |
|/ | |||||
* | Fix DOCSTRING reference | Johnson Denen | 2017-04-25 | 1 | -1/+1 |
| | |||||
* | Mark toots with content warnings | Johnson Denen | 2017-04-25 | 1 | -5/+25 |
| | | | | | | | - Close #17 - Bound to =C-c C-w= in a mastodon-toot buffer - Sending or canceling the toot clears any CW - Prompts on send for spoiler text | ||||
* | Bump to v0.6.0 | Johnson Denen | 2017-04-24 | 1 | -1/+1 |
| | |||||
* | Bump to v0.5.5 | Johnson Denen | 2017-04-24 | 1 | -1/+1 |
| | |||||
* | Bump to v0.5.4 | Johnson Denen | 2017-04-23 | 1 | -1/+1 |
| | |||||
* | Fix some compilation errors | Johnson Denen | 2017-04-23 | 1 | -1/+1 |
| | |||||
* | Make tweaks per checkdoc feedback | Johnson Denen | 2017-04-23 | 1 | -1/+1 |
| | |||||
* | Make tweaks per package-lint feedback | Johnson Denen | 2017-04-23 | 1 | -0/+1 |
| | |||||
* | Group API endpoint function with mastodon-http | Johnson Denen | 2017-04-23 | 1 | -2/+2 |
| | |||||
* | Rewrite mastodon-auth | Johnson Denen | 2017-04-23 | 1 | -1/+0 |
| | | | | | | - Remove client functions - Use mastodon-http--post - No more callback spaghetti | ||||
* | Cleanup mastodon-toot feature | Johnson Denen | 2017-04-20 | 1 | -25/+8 |
| | | | | | - Delete unused functions - Refactor --action function to use mastodon-http--triage | ||||
* | Close #11 with new callbacks | Johnson Denen | 2017-04-20 | 1 | -20/+17 |
| |