Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use absolute time stamps when mastodon-tl--enable-relative-timestamps is nil | Alexander Griffith | 2018-02-25 | 1 | -1/+3 |
| | |||||
* | Review comments from alexjgriffith: | Holger Dürer | 2017-06-19 | 1 | -26/+40 |
| | | | | | | | | | | | - Simplify let structure in byline generation - Allow disabling of relative timestamps via customization Maybe still to do: - use of cl-macs in tests Punted to a later PR: - Using correct form in docstrings throughout | ||||
* | Add periodic updating of the timestamp displays. | Holger Dürer | 2017-06-19 | 1 | -31/+173 |
| | | | | | | | For each buffer we add a timer that periodically checks all timestamps and updates them as needed. The logic tries to be smart and - only schedule an update when at least one timestamps display needs changing (although at the moment we update at least every 5 minutes), and - only do a limited amount of work in each timer callback so as to not block Emacs's interactive work. | ||||
* | Show the posting date in a more readable, relative to current time format. | Holger Dürer | 2017-06-19 | 1 | -1/+37 |
| | | | | This is still static, i.e. doesn't update as time progresses. | ||||
* | Bump version to 0.7.1 | Johnson Denen | 2017-06-19 | 1 | -1/+1 |
| | |||||
* | Bump to v0.7.0 | Johnson Denen | 2017-05-18 | 1 | -1/+1 |
| | |||||
* | replaced declare-function with autoload | alexjgriffith | 2017-05-18 | 1 | -6/+6 |
| | |||||
* | Replace uses of replace-regexp with search-forward and replace-match. | Holger Dürer | 2017-05-18 | 1 | -1/+3 |
| | |||||
* | Remove most byte-compile warnings. | Holger Dürer | 2017-05-18 | 1 | -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 var | alexjgriffith | 2017-05-18 | 1 | -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 #84 | Alexander Griffith | 2017-05-18 | 1 | -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 function | Alexander Griffith | 2017-05-16 | 1 | -1/+2 |
| | |||||
* | Fix #131 with refined regexp pattern | Johnson Denen | 2017-05-15 | 1 | -1/+1 |
| | |||||
* | Merge pull request #123 from alexjgriffith/image-nl-placement | Johnson Denen | 2017-05-15 | 1 | -7/+13 |
|\ | | | | | closed #79 | ||||
| * | Merge branch 'develop' into image-nl-placement | alexjgriffith | 2017-05-15 | 1 | -8/+11 |
| |\ | |||||
| * \ | adjusted for async image loading | Alexander Griffith | 2017-05-12 | 1 | -9/+13 |
| |\ \ | |||||
| * | | | Revert "Adjusted for async image changes" | Alexander Griffith | 2017-05-12 | 1 | -13/+10 |
| | | | | | | | | | | | | | | | | This reverts commit b0ead06b42ed06218e87a0bb75dae41570592423. | ||||
| * | | | Adjusted for async image changes | Alexander Griffith | 2017-05-12 | 1 | -10/+13 |
| | | | | |||||
| * | | | closed #79 | Alexander Griffith | 2017-05-12 | 1 | -9/+12 |
| | | | | |||||
* | | | | 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/+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 #124 | Alexander Griffith | 2017-05-13 | 1 | -8/+11 |
| |/ |/| | |||||
* | | Move the rendering of images fully into mastodon-media.el and use default ↵ | Holger Dürer | 2017-05-10 | 1 | -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ürer | 2017-05-08 | 1 | -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ürer | 2017-05-05 | 1 | -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ürer | 2017-05-05 | 1 | -3/+3 |
| | | | | "nil" evaluates to itself so no need to quote it. | ||||
* | Moved decode-coding-string out of tl functions | alexjgriffith | 2017-05-05 | 1 | -7/+4 |
| | |||||
* | Merged nested lets | alexjgriffith | 2017-05-05 | 1 | -3/+3 |
| | |||||
* | #114 Swapped customize-set-value to let | alexjgriffith | 2017-05-05 | 1 | -4/+3 |
| | |||||
* | removed fonting from shr-render-region call | Alexander Griffith | 2017-05-05 | 1 | -1/+4 |
| | |||||
* | Removed the superfluous if around mapconcat and Renamed images media preview | alexjgriffith | 2017-05-05 | 1 | -9/+4 |
| | |||||
* | Added suport for multiple media display per toot | alexjgriffith | 2017-05-05 | 1 | -7/+10 |
| | |||||
* | Bump to v0.6.2 | Johnson Denen | 2017-04-29 | 1 | -1/+1 |
| | |||||
* | word is no longer nil when no word-at-point is nil | Alexander Griffith | 2017-04-28 | 1 | -1/+1 |
| | |||||
* | en #74 added autofill for tag timeline | Alexander Griffith | 2017-04-28 | 1 | -1/+4 |
| | |||||
* | Bump to v0.6.1 | Johnson Denen | 2017-04-28 | 1 | -1/+1 |
| | |||||
* | Add the time of posting to the byline. | Holger Dürer | 2017-04-28 | 1 | -0/+4 |
| | |||||
* | Store 'favourited-p and 'boosted-p properties on bylines | Johnson Denen | 2017-04-27 | 1 | -4/+5 |
| | |||||
* | Bump to v0.6.0 | Johnson Denen | 2017-04-24 | 1 | -1/+1 |
| | |||||
* | Removed tabs from mastodon-tl | Alexander Griffith | 2017-04-24 | 1 | -12/+12 |
| | |||||
* | fixed formatting and conventions for #41 | Alexander Griffith | 2017-04-24 | 1 | -2/+2 |
| | |||||
* | Fix #41 cleaned up fork | Alexander Griffith | 2017-04-24 | 1 | -1/+1 |
| | |||||
* | Fixed #41, inline images | Alexander Griffith | 2017-04-24 | 1 | -3/+5 |
| | |||||
* | Added content warnings and inserted media links into toots | Alexander Griffith | 2017-04-24 | 1 | -0/+40 |
| | |||||
* | Bump to v0.5.5 | Johnson Denen | 2017-04-24 | 1 | -11/+11 |
| | |||||
* | fix #65 altered indentation | Alexander Griffith | 2017-04-24 | 1 | -2/+2 |
| | |||||
* | Fixed #65 pointer placement when getting more toots | Alexander Griffith | 2017-04-24 | 1 | -2/+5 |
| | |||||
* | Bump to v0.5.4 | Johnson Denen | 2017-04-23 | 1 | -1/+1 |
| | |||||
* | Fix some compilation errors | Johnson Denen | 2017-04-23 | 1 | -2/+2 |
| | |||||
* | Make tweaks per checkdoc feedback | Johnson Denen | 2017-04-23 | 1 | -1/+7 |
| |