Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Some more fixups from the merge | Artur Malabarba | 2014-11-13 | 1 | -6/+6 | |
| | | | | | ||||||
| * | | | | Use TAB to hide/show content | Artur Malabarba | 2014-11-13 | 1 | -4/+23 | |
| | | | | | ||||||
| * | | | | Background face for question. | Artur Malabarba | 2014-11-13 | 1 | -30/+52 | |
| | | | | | ||||||
| * | | | | Define groups | Artur Malabarba | 2014-11-13 | 1 | -2/+16 | |
| | | | | | ||||||
| * | | | | Remove mode-line placeholder code for now | Artur Malabarba | 2014-11-13 | 1 | -24/+0 | |
| | | | | | ||||||
| * | | | | Fix for new assoc-let | Artur Malabarba | 2014-11-13 | 1 | -8/+9 | |
| | | | | | ||||||
| * | | | | Merge branch 'master' into sx-question-mode | Artur Malabarba | 2014-11-13 | 16 | -266/+379 | |
| |\ \ \ \ | |/ / / / |/| | | | | ||||||
* | | | | | Merge pull request #41 from vermiculus/question-list-visit | Artur Malabarba | 2014-11-13 | 1 | -0/+9 | |
|\ \ \ \ \ | | | | | | | | | | | | | Add `sx-question-list-visit` | |||||
| * | | | | | Add `sx-question-list-visit' | Sean Allred | 2014-11-12 | 1 | -0/+9 | |
|/ / / / / | | | | | | | | | | | | | | | | Visits question under point; default binding `v' | |||||
* | | | | | Merge pull request #40 from vermiculus/new-assoc-let | Sean Allred | 2014-11-12 | 5 | -85/+61 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Fix performance issues with `sx-assoc-let' macro | |||||
| * | | | | Add tests for `sx-assoc-let' | Sean Allred | 2014-11-12 | 1 | -0/+16 | |
| | | | | | ||||||
| * | | | | Move defmacro to head of file | Sean Allred | 2014-11-12 | 1 | -8/+8 | |
| | | | | | ||||||
| * | | | | Remove spurious line | Sean Allred | 2014-11-12 | 1 | -1/+0 | |
| | | | | | ||||||
| * | | | | Update code to new assoc-let | Artur Malabarba | 2014-11-12 | 4 | -14/+15 | |
| | | | | | ||||||
| * | | | | New assoc-let implementation. | Artur Malabarba | 2014-11-12 | 1 | -64/+24 | |
|/ / / / | | | | | | | | | | | | | Use .title instead of title. | |||||
* | | | | Merge pull request #38 from vermiculus/gzip-testing | Sean Allred | 2014-11-11 | 2 | -17/+41 | |
|\ \ \ \ | |_|_|/ |/| | | | Proper GZIP testing | |||||
| * | | | Simplify logical structure | Sean Allred | 2014-11-11 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Use correct function name | Sean Allred | 2014-11-11 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Include encoding functions | Sean Allred | 2014-11-10 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Proper GZIP testing | Sean Allred | 2014-11-10 | 2 | -17/+40 | |
|/ / / | | | | | | | | | | | | | | | | | | | Test for a GZIP'd using magic bytes. See the appropriate answer on Emacs.SE (1) for details. (1): http://emacs.stackexchange.com/a/2978 | |||||
* | | | Merge pull request #35 from vermiculus/24.4-testing | Artur Malabarba | 2014-11-09 | 2 | -4/+19 | |
|\ \ \ | | | | | | | | | Add 24.4 support | |||||
| * | | | Ensure dependencies for this version are in place | Sean Allred | 2014-11-09 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Ensure Emacs uses hard tabs for this file | Sean Allred | 2014-11-09 | 1 | -0/+4 | |
| | | | | ||||||
| * | | | Add rules to install evm; cask | Sean Allred | 2014-11-09 | 1 | -0/+6 | |
| | | | | ||||||
| * | | | Ensure correct version is being tested | Sean Allred | 2014-11-09 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | The `--use' option for `evm' seems to be ineffective on my machine. This usage is (or should be) functionally equivalent; it links `emacs' to the correct version in EVM. | |||||
| * | | | Compress Makefile usage | Sean Allred | 2014-11-09 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Instead of using `make 24.1', use `make 1'. Also, skip install if it is present already. | |||||
| * | | | Avoid .DEFAULT rule in Makefile | Sean Allred | 2014-11-09 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Instead, use a proper 'group' rule using the `VERSIONS' variable. Also, the use of `::' signals that the order doesn't matter at all; the recipes will be executed in the order they appear in the Makefile. | |||||
| * | | | Add 24.4 support | Sean Allred | 2014-11-09 | 2 | -2/+3 | |
|/ / / | | | | | | | | | | Also tests rejeep/evm#48 | |||||
* | | | Update comments | Sean Allred | 2014-11-08 | 1 | -3/+3 | |
| | | | ||||||
* | | | Merge pull request #34 from vermiculus/initialization | Sean Allred | 2014-11-08 | 11 | -219/+258 | |
|\ \ \ | | | | | | | | | Initialization; Persistent, Lazy Filters | |||||
| * \ \ | Merge branch 'master' into initialization | Sean Allred | 2014-11-08 | 7 | -8/+57 | |
| |\ \ \ | |/ / / |/| | | | | | | | | | | | Conflicts: sx-request.el | |||||
* | | | | Consolidate keywords, update emails | Sean Allred | 2014-11-08 | 5 | -8/+34 | |
| | | | | ||||||
* | | | | Rename makefile | Sean Allred | 2014-11-08 | 1 | -0/+13 | |
| | | | | ||||||
* | | | | Add makefile | Sean Allred | 2014-11-08 | 1 | -0/+11 | |
| |_|/ |/| | | ||||||
| * | | Use macro | Sean Allred | 2014-11-08 | 2 | -2/+3 | |
| | | | ||||||
| * | | Use macro | Sean Allred | 2014-11-08 | 2 | -12/+15 | |
| | | | ||||||
| * | | Abstract out method calls | Sean Allred | 2014-11-08 | 8 | -86/+99 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 front-end with back-end | Sean Allred | 2014-11-08 | 1 | -64/+7 | |
| | | | ||||||
| * | | Use the key for every request; no exceptions | Sean Allred | 2014-11-08 | 1 | -1/+4 | |
| | | | ||||||
| * | | Add internal request function | Sean Allred | 2014-11-08 | 1 | -0/+52 | |
| | | | ||||||
| * | | Delineate and alphabetize API symbols | Sean Allred | 2014-11-08 | 1 | -5/+35 | |
| | | | | | | | | | | | | It's ugly to look at, but diffs will be more precise. | |||||
| * | | Re-work filtering and caching | Sean Allred | 2014-11-08 | 6 | -67/+36 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * sx-auth.el - Use new symbolic cache access * sx-cache.el - Implement symbolic cache access * sx-filter.el - Use symbolic cache access - Compile and save filters on-demand (more work to be done to this end) * sx-question.el - Symbolic filters * sx-request.el - Protection against infinitely recursing when compiling a filter This will be re-worked into requests (a front-end function) and 'raw' requests (a back-end function). The front-end will add convenience to the back-end. * test/tests.el Remove outdated tests | |||||
| * | | Finish name changes | Sean Allred | 2014-11-08 | 4 | -19/+19 | |
| | | | ||||||
| * | | Introduce initialization logic and hooks | Sean Allred | 2014-11-07 | 2 | -5/+31 | |
|/ / | ||||||
| * | Implement sx-question-mode | Artur Malabarba | 2014-11-08 | 3 | -50/+301 | |
| | | | | | | | | Also moves question-display code to its own file. | |||||
| * | Function for getting a single question. | Artur Malabarba | 2014-11-08 | 1 | -0/+10 | |
| | | ||||||
| * | Add date formatting to sx-time | Artur Malabarba | 2014-11-08 | 1 | -0/+22 | |
| | | ||||||
| * | Implement no-update argument to sx-question-list-refresh | Artur Malabarba | 2014-11-08 | 1 | -2/+9 | |
|/ | ||||||
* | Merge pull request #33 from vermiculus/macro--sx-assoc-let | Sean Allred | 2014-11-07 | 2 | -28/+70 | |
|\ | | | | | Implement sx-assoc-let macro. | |||||
| * | Add missing symbols | Artur Malabarba | 2014-11-07 | 1 | -2/+2 | |
| | |