aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #106 from jleechpe/issue-92Sean Allred2014-11-261-1/+1
|\ \ \ | | | | | | | | Fixes #92. Change default filter from `'none` to `'(())`.
| * | | Fixes #92. Change default filter from `'none` to `'(())`.Jonathan Leech-Pepin2014-11-261-1/+1
|/ / /
* | | Merge pull request #104 from vermiculus/preseve-position-on-refreshSean Allred2014-11-262-12/+22
|\ \ \ | | | | | | | | Preseve position on refresh
| * | | Use let instead of letfArtur Malabarba2014-11-261-10/+13
| | | | | | | | | | | | | | | | Older letfs are bugged.
| * | | Give feedback on finished refresh.Artur Malabarba2014-11-262-2/+4
| | | | | | | | | | | | | | | | | | | | Now that position is preserved, refreshing is so discreet that we need some feedback. :)
| * | | Preserve visual position when refreshingArtur Malabarba2014-11-262-12/+17
| |/ / | | | | | | | | | Both for question list and question mode.
* | | Merge pull request #103 from vermiculus/add-month-timeSean Allred2014-11-261-1/+5
|\ \ \ | |/ / |/| | Add months to sx-time-seconds-to-string
| * | Change months identifierArtur Malabarba2014-11-261-2/+2
| | |
| * | Add months to sx-time-seconds-to-stringArtur Malabarba2014-11-261-2/+6
| | | | | | | | | | | | Fixes #102
* | | Merge pull request #99 from vermiculus/copy-visit-linkArtur Malabarba2014-11-261-5/+14
|\ \ \ | |/ / |/| | Add ability to copy link instead of visiting it
| * | Add ability to copy link instead of visiting itSean Allred2014-11-251-5/+14
| |/
* | Merge pull request #98 from vermiculus/fix-at-mention-stringArtur Malabarba2014-11-262-3/+6
|\ \ | |/ |/| Fix at-mention string
| * Streamline replying to commentsSean Allred2014-11-251-1/+1
| | | | | | | | Append a single space after the at-mention in comment replies.
| * Remove whitespace for effective at-mentionsSean Allred2014-11-251-2/+5
|/ | | | | | | | | If the display name contained whitespace, the function would keep the whitespace in the at-mention. According to observed behavior on the website, this is not correct. This commit removes all whitespace from the returned display name in the appropriate function.
* Merge pull request #95 from vermiculus/commentingSean Allred2014-11-255-9/+106
|\ | | | | Commenting
| * Add keybind for commenting.Artur Malabarba2014-11-261-0/+1
| |
| * Merge branch 'voting' into commentingArtur Malabarba2014-11-261-18/+51
| |\
| * | A bug fix on the dataset.Artur Malabarba2014-11-261-3/+6
| | | | | | | | | | | | The question-list--dataset is now a list, not a vector.
| * | Several bug fixes to commenting logic.Artur Malabarba2014-11-261-15/+22
| | |
| * | Old recentering bugArtur Malabarba2014-11-261-5/+6
| | | | | | | | | | | | | | | We sometimes get an error because we're recentering a window that's not selected.
| * | new sx--get-post bugArtur Malabarba2014-11-251-13/+13
| | |
| * | Old refresh bugArtur Malabarba2014-11-251-1/+1
| | |
| * | Implement commenting on anything.Artur Malabarba2014-11-251-0/+73
| | |
| * | Add sx--user-@name function to sx.elArtur Malabarba2014-11-251-0/+7
| | |
| * | Add ids to filterArtur Malabarba2014-11-251-0/+5
| | |
* | | Merge pull request #93 from vermiculus/votingSean Allred2014-11-256-97/+249
|\ \ \ | | |/ | |/| Voting
| * | Question/answer score is displayed in the question bufferArtur Malabarba2014-11-251-15/+49
| | |
| * | Cleanup old obsolete line.Artur Malabarba2014-11-251-3/+2
| |/
| * Moved interaction functions to their own fileArtur Malabarba2014-11-252-78/+110
| |
| * Fix wrong functionArtur Malabarba2014-11-251-1/+1
| |
| * Add elements to auth-filter-auth and browse-filterArtur Malabarba2014-11-252-1/+6
| |
| * Binds for voting.Artur Malabarba2014-11-252-0/+4
| |
| * Fix voting for comments.Artur Malabarba2014-11-251-2/+2
| |
| * Add some comment filtersArtur Malabarba2014-11-251-0/+4
| |
| * sx can also updates question-mode buffer.Artur Malabarba2014-11-252-7/+14
| |
| * Finish voting implementation on the question list.Artur Malabarba2014-11-251-6/+25
| |
| * Move browse-filter to sxArtur Malabarba2014-11-252-27/+30
| |
| * Implement votingArtur Malabarba2014-11-251-0/+33
| |
| * .site is now a special symbol in sx-assoc-letArtur Malabarba2014-11-252-29/+41
| | | | | | | | | | | | sx-question.el no longer manually inserts the `site` property on fetched questions. This was insufficient because we also need this property on other objects.
* | Merge pull request #91 from vermiculus/move-some-macros-to-sxSean Allred2014-11-254-98/+101
|\| | | | | Move some macros to sx
| * visit takes an argumentArtur Malabarba2014-11-251-12/+13
| |
| * ADd comment.link to filterArtur Malabarba2014-11-251-0/+1
| |
| * Refactor visit from question-list to sxArtur Malabarba2014-11-252-15/+13
| |
| * Refactor visit from question-mode to sxArtur Malabarba2014-11-252-16/+16
| |
| * Move wrap-in-text-property/overlay to sxArtur Malabarba2014-11-252-73/+76
| |
* | Merge pull request #89 from vermiculus/make-clear-cache-interactiveSean Allred2014-11-251-0/+3
|\ \ | | | | | | Make invalidate-all interactive
| * | Default to NOT clear auth.Artur Malabarba2014-11-241-2/+4
| | |
| * | Make invalidate-all interactiveArtur Malabarba2014-11-241-1/+2
| | |
* | | Merge pull request #94 from vermiculus/small-improvement-to-faceSean Allred2014-11-251-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Small improvement to question-list face Use a box rather than a combination overline/underline.
| * | | Small improvement to question-list faceArtur Malabarba2014-11-251-1/+1
|/ / /