Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Use fallback user in sx--format-user | Artur Malabarba | 2015-01-07 | 1 | -7/+7 | |
| | | | ||||||
| | * | Change deleted-user to fallback-user | Artur Malabarba | 2015-01-07 | 1 | -4/+10 | |
| | | | ||||||
| | * | Improve sx-format-replacements to take a property-alist | Artur Malabarba | 2015-01-07 | 1 | -8/+21 | |
| | | | ||||||
| | * | Define sx--format-user | Artur Malabarba | 2015-01-07 | 1 | -0/+28 | |
| | | | | | | | | | | | | Use FORMAT-STRING to format the user object USER. | |||||
| | * | Define sx-format-replacements | Artur Malabarba | 2015-01-07 | 1 | -0/+24 | |
| | | | | | | | | | | | | Use FORMAT-STRING to format the values in ALIST. | |||||
| | * | Define user button | Artur Malabarba | 2015-01-07 | 1 | -0/+7 | |
| | | | ||||||
| | * | Use defconst for button help-echo's | Artur Malabarba | 2015-01-07 | 1 | -7/+13 | |
| |/ |/| | ||||||
* | | Merge pull request #204 from vermiculus/issue-137-tag-completion | Sean Allred | 2015-01-07 | 6 | -51/+154 | |
|\ \ | | | | | | | Issue 137 tag completion | |||||
| * | | Typo | Artur Malabarba | 2015-01-06 | 1 | -1/+1 | |
| | | | ||||||
| * | | sx-search: Use concat instead of format | Artur Malabarba | 2015-01-06 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add header-line to compose-buffer | Artur Malabarba | 2015-01-05 | 1 | -0/+14 | |
| | | | ||||||
| * | | Add sx-compose--is-question-p variable | Artur Malabarba | 2015-01-05 | 1 | -3/+11 | |
| | | | ||||||
| * | | Move define-conditional-key to sx.el | Artur Malabarba | 2015-01-05 | 2 | -12/+12 | |
| | | | ||||||
| * | | Turn sx-compose--question-headers into a defconst | Artur Malabarba | 2015-01-05 | 1 | -1/+1 | |
| | | | ||||||
| * | | Bind sx-compose-insert-tags to "\C-c\C-q" | Artur Malabarba | 2015-01-05 | 1 | -0/+3 | |
| | | | | | | | | | | | | Fix #137 | |||||
| * | | Fix sx-tag-completing-read | Artur Malabarba | 2015-01-05 | 1 | -10/+11 | |
| | | | ||||||
| * | | Implement sx-compose-insert-tags | Artur Malabarba | 2015-01-05 | 1 | -3/+19 | |
| | | | ||||||
| * | | Refactor sx-compose--goto-tag-header | Artur Malabarba | 2015-01-05 | 1 | -9/+14 | |
| | | | ||||||
| * | | Move sx--multiple-read to sx-tag-multiple-read | Artur Malabarba | 2015-01-05 | 3 | -27/+37 | |
| | | | ||||||
| * | | Implement sx-tag-list--get | Artur Malabarba | 2015-01-05 | 1 | -0/+17 | |
| | | | ||||||
| * | | Implement sx-request-get-data for getting data from the data branch. | Artur Malabarba | 2015-01-05 | 1 | -0/+29 | |
| | | | ||||||
* | | | Merge pull request #213 from lunaryorn/patch-1 | Sean Allred | 2015-01-07 | 1 | -2/+1 | |
|\ \ \ | | | | | | | | | Use locate-user-emacs-file | |||||
| * | | | Use locate-user-emacs-file | Sebastian Wiesner | 2015-01-07 | 1 | -2/+1 | |
|/ / / | | | | | | | It's the standard function for this purpose. | |||||
* | | | Merge pull request #211 from vermiculus/issue-209-displaying-own-comment | Sean Allred | 2015-01-06 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Don't assume .display_name exists. Fix #209 | |||||
| * | | | Don't assume .display_name exists. Fix #209 | Artur Malabarba | 2015-01-06 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge pull request #210 from vermiculus/update--link-to-data | Sean Allred | 2015-01-06 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Use site_par instead of site | |||||
| * | | | | Use site_par instead of site | Artur Malabarba | 2015-01-06 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Merge pull request #207 from vermiculus/vermiculus/hotfix-request-buffers | Artur Malabarba | 2015-01-06 | 1 | -0/+1 | |
|\ \ \ \ | |/ / / |/| | | | Hotfix kill response buffers after request | |||||
| * | | | Hotfix kill response buffers after request | Sean Allred | 2015-01-06 | 1 | -0/+1 | |
| | |/ | |/| | ||||||
* | | | HOTFIX. Don't assume the shallow_user has display_name nor reputation. | Artur Malabarba | 2015-01-06 | 1 | -2/+2 | |
| | | | | | | | | | | | | Fix #206 | |||||
* | | | Add creation_date to filters. Affects #206 | Artur Malabarba | 2015-01-06 | 1 | -0/+2 | |
|/ / | ||||||
* / | Add process-function arg to request-fallback. Fix #205 | Artur Malabarba | 2015-01-05 | 1 | -1/+3 | |
|/ | ||||||
* | HOTFIX After composing, don't error if only window | Artur Malabarba | 2015-01-05 | 1 | -1/+1 | |
| | ||||||
* | HOTFIX Specify more filters | Artur Malabarba | 2015-01-05 | 1 | -0/+6 | |
| | ||||||
* | Merge pull request #201 from vermiculus/goto-map | Sean Allred | 2015-01-04 | 1 | -1/+1 | |
|\ | | | | | Fix sx-tab-unanswered-my-tags autoload | |||||
| * | Fix sx-tab-unanswered-my-tags autoload | Artur Malabarba | 2015-01-04 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #202 from vermiculus/issue-200-defconst | Sean Allred | 2015-01-04 | 12 | -44/+46 | |
|\ \ | | | | | | | Use defconst instead of defvar where appropriate. | |||||
| * | | Use defconst instead of defvar where appropriate. | Artur Malabarba | 2015-01-04 | 12 | -44/+46 | |
|/ / | | | | | | | Fix #200 | |||||
* | | Merge pull request #198 from vermiculus/organize | Sean Allred | 2015-01-04 | 28 | -45/+162 | |
|\ \ | | | | | | | Organize | |||||
| * | | Fix docstrings | Sean Allred | 2015-01-04 | 1 | -5/+5 | |
| | | | ||||||
| * | | Add missing Code: section | Sean Allred | 2015-01-04 | 1 | -0/+2 | |
| | | | | | | | | | | | | It was taken out during the merge. | |||||
| * | | Merge branch 'organize' of github.com:vermiculus/sx.el into organize | Sean Allred | 2015-01-04 | 11 | -11/+15 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: sx-cache.el sx-encoding.el sx-favorites.el sx-filter.el sx-interaction.el sx-method.el sx-question-list.el sx-question-mode.el sx-question-print.el sx-question.el sx-tab.el sx-time.el sx.el | |||||
| | * \ | Merge branch 'master' into organize | Sean Allred | 2014-12-03 | 8 | -162/+502 | |
| | |\ \ | ||||||
| | * | | | Standardize local variables | Sean Allred | 2014-12-01 | 17 | -30/+31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Move lexical-binding to top of file; fixes #123 - Use indent-tabs-mode: nil for all files | |||||
| | * | | | Merge branch 'master' into organize | Sean Allred | 2014-11-29 | 0 | -0/+0 | |
| | |\ \ \ | ||||||
| | * \ \ \ | Merge branch 'reorganize-question-mode' into organize | Sean Allred | 2014-11-29 | 2 | -408/+443 | |
| | |\ \ \ \ | ||||||
| | * \ \ \ \ | Merge branch 'master' into organize | Sean Allred | 2014-11-29 | 5 | -82/+74 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | Add sections to `sx-encoding.el' | Sean Allred | 2014-11-28 | 1 | -0/+9 | |
| | | | | | | | | ||||||
| | * | | | | | | Update .gitignore | Sean Allred | 2014-11-28 | 1 | -3/+9 | |
| | | | | | | | | ||||||
| | * | | | | | | Relate variable with setting function | Sean Allred | 2014-11-28 | 1 | -1/+3 | |
| | | | | | | | |