aboutsummaryrefslogtreecommitdiff
path: root/sx-question.el
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightsSean Allred2018-01-281-1/+1
|
* Move sx-sorted-insert-skip-firstArtur Malabarba2015-04-201-0/+13
|
* Fix more leftover vector referencesArtur Malabarba2015-03-041-5/+3
|
* Merge branch 'master' into tag-buttonsArtur Malabarba2015-02-121-1/+2
|\
| * Don't freak out because question_id is nil.Artur Malabarba2015-02-031-1/+2
| |
* | Merge branch 'master' into tag-buttonsArtur Malabarba2015-01-231-0/+20
|\|
| * Merge branch 'master' into malabarba/fix-display-from-inboxArtur Malabarba2015-01-161-0/+15
| |\ | | | | | | | | | | | | Conflicts: sx.el
| * | Implement question-get-from-commentArtur Malabarba2015-01-151-0/+20
| | |
* | | Merge branch 'master' into tag-buttonsArtur Malabarba2015-01-161-1/+14
|\ \ \ | | |/ | |/| | | | | | | Conflicts: sx-question.el
| * | Merge pull request #228 from vermiculus/vermiculus/sort-answersSean Allred2015-01-161-0/+15
| |\ \ | | |/ | |/| Customizable sorting; Fix #226. Generalization of #225.
| | * Change older-p to newer-pSean Allred2015-01-161-2/+2
| | | | | | | | | | | | | | | Older functions generally have more votes anyway -- new answers need initial the attention.
| | * Use assq instead of assocSean Allred2015-01-161-3/+3
| | |
| | * Add more sorting functionsSean Allred2015-01-151-0/+8
| | |
| | * Abstract sorting functionSean Allred2015-01-151-0/+7
| | |
* | | Move tag-format to sx-tag.elArtur Malabarba2015-01-151-4/+0
|/ /
* / SpellcheckSean Allred2015-01-071-1/+1
|/
* Merge branch 'organize' of github.com:vermiculus/sx.el into organizeSean Allred2015-01-041-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-031-22/+29
| |\
| * | Standardize local variablesSean Allred2014-12-011-2/+1
| | | | | | | | | | | | | | | - Move lexical-binding to top of file; fixes #123 - Use indent-tabs-mode: nil for all files
| * | Merge branch 'master' into organizeSean Allred2014-11-291-14/+15
| |\ \
| * | | Provide commentaries for each fileSean Allred2014-11-281-0/+3
| | | |
* | | | Standardize local variablesSean Allred2015-01-041-1/+1
| | | | | | | | | | | | | | | | | | | | - Move lexical-binding to top of file; fixes #123 - Use indent-tabs-mode: nil for all files
* | | | Provide commentaries for each fileSean Allred2015-01-041-0/+3
| | | |
* | | | Merge pull request #175 from vermiculus/goto-mapSean Allred2015-01-041-1/+2
|\ \ \ \ | | | | | | | | | | Goto map
| * \ \ \ Merge branch 'master' into goto-mapSean Allred2015-01-021-8/+7
| |\ \ \ \
| * | | | | get-questions accepts a submethod argumentArtur Malabarba2014-12-231-1/+2
| | | | | |
* | | | | | Merge branch 'master' into fix-mark-read-logicSean Allred2015-01-021-9/+9
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'master' into inboxArtur Malabarba2015-01-011-8/+7
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Conflicts: sx-question.el sx.el
| * | | | | Refactor .site to .site_parArtur Malabarba2014-12-221-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It turns out some api objects do have a site property, except its value is not a string, it is another object. The actual string we've been referring to as .site is the .site.api_site_parameter To avoid conflicts, I've renamed all our uses of .site to .site_par, and sx-assoc-let now makes sure the object has a .site_par value, instead of a .site value (which it may or may not have now, and is the same object that the api refers to as site).
* | | | | | Don't barf if read-question cdr is not a dateArtur Malabarba2014-12-291-1/+2
| |/ / / / |/| | | |
* | | | | Fix `sx-question--mark-hidden', which was just plain wrong.Artur Malabarba2014-12-271-8/+7
|/ / / /
* | | | Implent getting question given answer idArtur Malabarba2014-12-171-0/+14
| | | |
* | | | Unused variableArtur Malabarba2014-12-151-2/+1
| | | |
* | | | Fix lexical bindings.Artur Malabarba2014-12-141-1/+0
| | | |
* | | | Improve some header comments.Artur Malabarba2014-12-061-1/+1
| |_|/ |/| |
* | | Merge pull request #126 from vermiculus/improve-display-engineArtur Malabarba2014-12-021-20/+25
|\ \ \ | | | | | | | | Improve display engine
| * | | sx-question--mark-read returns nil if nothing changedArtur Malabarba2014-12-011-20/+25
| | |/ | |/|
* / | sx-question-get-questions takes arbitrary keywords.Artur Malabarba2014-12-011-2/+4
|/ /
* / Fix byte-compile warningsArtur Malabarba2014-11-291-14/+15
|/ | | | Fixes #115
* Fix #110Sean Allred2014-11-271-1/+2
|
* Old refresh bugArtur Malabarba2014-11-251-1/+1
|
* Move browse-filter to sxArtur Malabarba2014-11-251-26/+3
|
* .site is now a special symbol in sx-assoc-letArtur Malabarba2014-11-251-24/+19
| | | | | | 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.
* ADd comment.link to filterArtur Malabarba2014-11-251-0/+1
|
* Fix indentation following indent declaration.Jonathan Leech-Pepin2014-11-211-8/+8
|
* Merge branch 'master' into sx-method-auth. Conflicts have beenJonathan Leech-Pepin2014-11-211-20/+39
|\ | | | | | | | | | | | | | | | | | | | | | | | | resolved. Logic and functions have been kept from the `cl-defun` `sx-method-call` while docstrings have been updated as per #77 when possible. Conflicts: sx-auth.el sx-method.el sx-question.el sx-request.el
| * GitHub comments -- #77Sean Allred2014-11-201-10/+5
| |
| * Enhance documentationSean Allred2014-11-191-1/+3
| |
| * Minor typos and incorrect informationSean Allred2014-11-191-6/+1
| |
| * Merge branch 'master' into documentationSean Allred2014-11-191-2/+61
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: sx-method.el sx-question-list.el sx-question-mode.el sx-question.el sx-request.el sx.el