Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Call sx-initialize on list-questions | Artur Malabarba | 2014-11-16 | 1 | -0/+1 | |
| | | | | | | | | Addresses #63 | |||||
* | | Documentation -- part two | Sean Allred | 2014-11-18 | 1 | -22/+44 | |
|/ | | | | Pushing this change to continue work elsewhere. | |||||
* | Finish merge | Artur Malabarba | 2014-11-15 | 1 | -1/+1 | |
| | ||||||
* | Merge remote-tracking branch 'remotes/origin/network-list' into real-scores | Artur Malabarba | 2014-11-15 | 1 | -1/+1 | |
|\ | ||||||
| * | Merge branch 'master' into network-list | Sean Allred | 2014-11-14 | 1 | -17/+49 | |
| |\ | | | | | | | | | | | | | | | | Conflicts: sx-filter.el sx-question.el | |||||
| * | | Move question sorting function to sx.el | Sean Allred | 2014-11-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | It is not specific to questions -- it is generally applicable to any alist. | |||||
* | | | Question list now makes use of read-p | Artur Malabarba | 2014-11-15 | 1 | -5/+8 | |
| | | | ||||||
* | | | Highlighting accepted answers actually works now. | Artur Malabarba | 2014-11-15 | 1 | -7/+3 | |
| | | | ||||||
* | | | Close question window with q | Artur Malabarba | 2014-11-15 | 1 | -1/+9 | |
| |/ |/| | ||||||
* | | Use function call instead of `call-interactively' | Sean Allred | 2014-11-14 | 1 | -1/+1 | |
| | | ||||||
* | | Use Ido when it is enabled | Sean Allred | 2014-11-14 | 1 | -1/+1 | |
| | | ||||||
* | | Implement basic site switching | Sean Allred | 2014-11-14 | 1 | -0/+13 | |
| | | ||||||
* | | Clean content at the request level | Sean Allred | 2014-11-14 | 1 | -1/+1 | |
| | | ||||||
* | | Fix window managing | Artur Malabarba | 2014-11-13 | 1 | -1/+2 | |
| | | ||||||
* | | Add a couple of sx-encoding-clean-content | Artur Malabarba | 2014-11-13 | 1 | -1/+1 | |
| | | ||||||
* | | Add missing require | Sean Allred | 2014-11-12 | 1 | -0/+1 | |
| | | ||||||
* | | Use consistent tag formatting | Sean Allred | 2014-11-12 | 1 | -1/+2 | |
| | | | | | | | | | | | | Puts `mapconcat' to work by defining a helper function `sx-question--tag-format' and `concat'ing them with ` '. Simpler, more maintainable construction. | |||||
* | | Some more fixups from the merge | Artur Malabarba | 2014-11-13 | 1 | -6/+6 | |
| | | ||||||
* | | Merge branch 'master' into sx-question-mode | Artur Malabarba | 2014-11-13 | 1 | -10/+21 | |
|\ \ | ||||||
| * | | Add `sx-question-list-visit' | Sean Allred | 2014-11-12 | 1 | -0/+9 | |
| | | | | | | | | | | | | Visits question under point; default binding `v' | |||||
| * | | Update code to new assoc-let | Artur Malabarba | 2014-11-12 | 1 | -8/+8 | |
| |/ | ||||||
| * | Abstract out method calls | Sean Allred | 2014-11-08 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | Keeping method calls within `sx-request.el' was causing circular requirements. This commit sorts through all of the requirements for each of the files and ensures that this does not happen. Much of the content removed was for `sx-request-default-keyword-arguments-alist' and related items. It was unused, so it was pruned. If it is deemed necessary in the future, it should be included in `sx-method.el'. | |||||
* | | Implement sx-question-mode | Artur Malabarba | 2014-11-08 | 1 | -2/+2 | |
| | | | | | | | | Also moves question-display code to its own file. | |||||
* | | Implement no-update argument to sx-question-list-refresh | Artur Malabarba | 2014-11-08 | 1 | -2/+9 | |
|/ | ||||||
* | Implement sx-assoc-let macro. | Artur Malabarba | 2014-11-07 | 1 | -28/+26 | |
| | | | | Letbind symbols to their values inside alists. | |||||
* | Refactor to use `sx-` prefix | Sean Allred | 2014-11-07 | 1 | -120/+121 | |
| | | | | A file stackexchange.el should be added for user-facing functions. | |||||
* | Renamed all files. | Artur Malabarba | 2014-11-07 | 1 | -0/+297 | |
Still a lot to be done inside them. |