aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
Commit message (Collapse)AuthorAgeFilesLines
* Bump to v0.7.0Johnson Denen2017-05-181-1/+1
|
* replaced declare-function with autoloadalexjgriffith2017-05-181-6/+6
|
* Replace uses of replace-regexp with search-forward and replace-match.Holger Dürer2017-05-181-1/+3
|
* Remove most byte-compile warnings.Holger Dürer2017-05-181-15/+30
| | | | | | | We do this by - moving vars into the files where they are (mostly) used - "declaring" vars used elsewhere with the (defvar <var-name>) pattern, - declaring functions defined in others functions rather than loading the file via require.
* Putting buffer name and update function in buffer local varalexjgriffith2017-05-181-99/+76
| | | | | | | | | | 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
* Fix for #84Alexander Griffith2017-05-181-16/+72
| | | | | | | | | | | | changed more-json in mastodon-tl-tests to recieve an endpont more evocative names and fixed whitespace replaced remaining end eith endpoint-plist added basic unit tests for endpoint selection replaced equalp with equal in tests
* fixed #133 replaced regex with a trim functionAlexander Griffith2017-05-161-1/+2
|
* Fix #131 with refined regexp patternJohnson Denen2017-05-151-1/+1
|
* Merge pull request #123 from alexjgriffith/image-nl-placementJohnson Denen2017-05-151-7/+13
|\ | | | | closed #79
| * Merge branch 'develop' into image-nl-placementalexjgriffith2017-05-151-8/+11
| |\
| * \ adjusted for async image loadingAlexander Griffith2017-05-121-9/+13
| |\ \
| * | | Revert "Adjusted for async image changes"Alexander Griffith2017-05-121-13/+10
| | | | | | | | | | | | | | | | This reverts commit b0ead06b42ed06218e87a0bb75dae41570592423.
| * | | Adjusted for async image changesAlexander Griffith2017-05-121-10/+13
| | | |
| * | | closed #79Alexander Griffith2017-05-121-9/+12
| | | |
* | | | Bump to v0.6.3Johnson Denen2017-05-151-1/+1
| | | |
* | | | Use lexical-binding in all files.Holger Dürer2017-05-151-1/+2
| |_|/ |/| | | | | | | | | | | 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.
* | | Added face customization closes #124Alexander Griffith2017-05-131-8/+11
| |/ |/|
* | Move the rendering of images fully into mastodon-media.el and use default ↵Holger Dürer2017-05-101-13/+2
| | | | | | | | | | | | | | images. Having all the logic in one file reduces interdependencies. Having default images is more pleasing during the incremental loading.
* | Show users' avatars plus other image work.Holger Dürer2017-05-081-9/+21
|/ | | | | | | | | - 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.
* Clean up use of progn.Holger Dürer2017-05-051-3/+2
| | | | | - Lambda, defun, let, etc. all have an implicit progn. - A progn with a single form is identical to that single form.
* Don't quote nil.Holger Dürer2017-05-051-3/+3
| | | | "nil" evaluates to itself so no need to quote it.
* Moved decode-coding-string out of tl functionsalexjgriffith2017-05-051-7/+4
|
* Merged nested letsalexjgriffith2017-05-051-3/+3
|
* #114 Swapped customize-set-value to letalexjgriffith2017-05-051-4/+3
|
* removed fonting from shr-render-region callAlexander Griffith2017-05-051-1/+4
|
* Removed the superfluous if around mapconcat and Renamed images media previewalexjgriffith2017-05-051-9/+4
|
* Added suport for multiple media display per tootalexjgriffith2017-05-051-7/+10
|
* Bump to v0.6.2Johnson Denen2017-04-291-1/+1
|
* word is no longer nil when no word-at-point is nilAlexander Griffith2017-04-281-1/+1
|
* en #74 added autofill for tag timelineAlexander Griffith2017-04-281-1/+4
|
* Bump to v0.6.1Johnson Denen2017-04-281-1/+1
|
* Add the time of posting to the byline.Holger Dürer2017-04-281-0/+4
|
* Store 'favourited-p and 'boosted-p properties on bylinesJohnson Denen2017-04-271-4/+5
|
* Bump to v0.6.0Johnson Denen2017-04-241-1/+1
|
* Removed tabs from mastodon-tlAlexander Griffith2017-04-241-12/+12
|
* fixed formatting and conventions for #41Alexander Griffith2017-04-241-2/+2
|
* Fix #41 cleaned up forkAlexander Griffith2017-04-241-1/+1
|
* Fixed #41, inline imagesAlexander Griffith2017-04-241-3/+5
|
* Added content warnings and inserted media links into tootsAlexander Griffith2017-04-241-0/+40
|
* Bump to v0.5.5Johnson Denen2017-04-241-11/+11
|
* fix #65 altered indentationAlexander Griffith2017-04-241-2/+2
|
* Fixed #65 pointer placement when getting more tootsAlexander Griffith2017-04-241-2/+5
|
* Bump to v0.5.4Johnson Denen2017-04-231-1/+1
|
* Fix some compilation errorsJohnson Denen2017-04-231-2/+2
|
* Make tweaks per checkdoc feedbackJohnson Denen2017-04-231-1/+7
|
* Make tweaks per package-lint feedbackJohnson Denen2017-04-231-0/+1
|
* Close #52 with mastodon-tl--more functionJohnson Denen2017-04-231-9/+44
| | | | You can request more toots by hitting 'j' at the end of a timeline buffer
* Group API endpoint function with mastodon-httpJohnson Denen2017-04-231-3/+3
|
* Fix 32 decode utf-8 for content, name and handleAlexander Griffith2017-04-221-3/+6
|
* Render html with shr instead of html2textJohnson Denen2017-04-191-3/+5
|