aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * Move fallback-user to sx-user, and improve itArtur Malabarba2015-01-072-12/+80
| | | |
| | | * Change sx-question-mode-header-author to sx-question-mode-header-author-formatArtur Malabarba2015-01-071-6/+8
| | | |
| | | * Move user-printing to sx-userArtur Malabarba2015-01-072-33/+74
| | | |
| | | * Use sx--format-user instead of propertize-display-nameArtur Malabarba2015-01-071-12/+4
| | | |
| | | * Delete duplicate face definitionArtur Malabarba2015-01-071-5/+0
| | | |
| | | * Use fallback user in sx--format-userArtur Malabarba2015-01-071-7/+7
| | | |
| | | * Change deleted-user to fallback-userArtur Malabarba2015-01-071-4/+10
| | | |
| | | * Improve sx-format-replacements to take a property-alistArtur Malabarba2015-01-071-8/+21
| | | |
| | | * Define sx--format-userArtur Malabarba2015-01-071-0/+28
| | | | | | | | | | | | | | | | Use FORMAT-STRING to format the user object USER.
| | | * Define sx-format-replacementsArtur Malabarba2015-01-071-0/+24
| | | | | | | | | | | | | | | | Use FORMAT-STRING to format the values in ALIST.
| | | * Define user buttonArtur Malabarba2015-01-071-0/+7
| | | |
| | | * Use defconst for button help-echo'sArtur Malabarba2015-01-071-7/+13
| | |/ | |/|
| * | Merge pull request #204 from vermiculus/issue-137-tag-completionSean Allred2015-01-076-51/+154
| |\ \ | | | | | | | | Issue 137 tag completion
| | * | TypoArtur Malabarba2015-01-061-1/+1
| | | |
| | * | sx-search: Use concat instead of formatArtur Malabarba2015-01-061-1/+1
| | | |
| | * | Add header-line to compose-bufferArtur Malabarba2015-01-051-0/+14
| | | |
| | * | Add sx-compose--is-question-p variableArtur Malabarba2015-01-051-3/+11
| | | |
| | * | Move define-conditional-key to sx.elArtur Malabarba2015-01-052-12/+12
| | | |
| | * | Turn sx-compose--question-headers into a defconstArtur Malabarba2015-01-051-1/+1
| | | |
| | * | Bind sx-compose-insert-tags to "\C-c\C-q"Artur Malabarba2015-01-051-0/+3
| | | | | | | | | | | | | | | | Fix #137
| | * | Fix sx-tag-completing-readArtur Malabarba2015-01-051-10/+11
| | | |
| | * | Implement sx-compose-insert-tagsArtur Malabarba2015-01-051-3/+19
| | | |
| | * | Refactor sx-compose--goto-tag-headerArtur Malabarba2015-01-051-9/+14
| | | |
| | * | Move sx--multiple-read to sx-tag-multiple-readArtur Malabarba2015-01-053-27/+37
| | | |
| | * | Implement sx-tag-list--getArtur Malabarba2015-01-051-0/+17
| | | |
| | * | Implement sx-request-get-data for getting data from the data branch.Artur Malabarba2015-01-051-0/+29
| | | |
| * | | Merge pull request #213 from lunaryorn/patch-1Sean Allred2015-01-071-2/+1
| |\ \ \ | | | | | | | | | | Use locate-user-emacs-file
| | * | | Use locate-user-emacs-fileSebastian Wiesner2015-01-071-2/+1
| |/ / / | | | | | | | | It's the standard function for this purpose.
| * | | Merge pull request #211 from vermiculus/issue-209-displaying-own-commentSean Allred2015-01-061-1/+1
| |\ \ \ | | | | | | | | | | Don't assume .display_name exists. Fix #209
| | * | | Don't assume .display_name exists. Fix #209Artur Malabarba2015-01-061-1/+1
| | | | |
| * | | | Merge pull request #210 from vermiculus/update--link-to-dataSean Allred2015-01-061-1/+1
| |\ \ \ \ | | | | | | | | | | | | Use site_par instead of site
| | * | | | Use site_par instead of siteArtur Malabarba2015-01-061-1/+1
| | |/ / /
| * | | | Merge pull request #207 from vermiculus/vermiculus/hotfix-request-buffersArtur Malabarba2015-01-061-0/+1
| |\ \ \ \ | | |/ / / | |/| | | Hotfix kill response buffers after request
| | * | | Hotfix kill response buffers after requestSean Allred2015-01-061-0/+1
| | | |/ | | |/|
| * | | HOTFIX. Don't assume the shallow_user has display_name nor reputation.Artur Malabarba2015-01-061-2/+2
| | | | | | | | | | | | | | | | Fix #206
| * | | Add creation_date to filters. Affects #206Artur Malabarba2015-01-061-0/+2
| |/ /
| * / Add process-function arg to request-fallback. Fix #205Artur Malabarba2015-01-051-1/+3
| |/
| * HOTFIX After composing, don't error if only windowArtur Malabarba2015-01-051-1/+1
| |
| * HOTFIX Specify more filtersArtur Malabarba2015-01-051-0/+6
| |
| * Merge pull request #201 from vermiculus/goto-mapSean Allred2015-01-041-1/+1
| |\ | | | | | | Fix sx-tab-unanswered-my-tags autoload
| | * Fix sx-tab-unanswered-my-tags autoloadArtur Malabarba2015-01-041-1/+1
| | |
| * | Merge pull request #202 from vermiculus/issue-200-defconstSean Allred2015-01-0412-44/+46
| |\ \ | | | | | | | | Use defconst instead of defvar where appropriate.
| | * | Use defconst instead of defvar where appropriate.Artur Malabarba2015-01-0412-44/+46
| |/ / | | | | | | | | | Fix #200
| * | Merge pull request #198 from vermiculus/organizeSean Allred2015-01-0428-45/+162
| |\ \ | | | | | | | | Organize
| | * | Fix docstringsSean Allred2015-01-041-5/+5
| | | |
| | * | Add missing Code: sectionSean Allred2015-01-041-0/+2
| | | | | | | | | | | | | | | | It was taken out during the merge.
| | * | Merge branch 'organize' of github.com:vermiculus/sx.el into organizeSean Allred2015-01-0411-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 organizeSean Allred2014-12-038-162/+502
| | | |\ \
| | | * | | Standardize local variablesSean Allred2014-12-0117-30/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Move lexical-binding to top of file; fixes #123 - Use indent-tabs-mode: nil for all files
| | | * | | Merge branch 'master' into organizeSean Allred2014-11-290-0/+0
| | | |\ \ \