aboutsummaryrefslogtreecommitdiff
path: root/sx-question-list.el
Commit message (Expand)AuthorAgeFilesLines
* Create and implement comparator creation macroSean Allred2015-01-151-5/+5
* HOTFIX. Don't assume the shallow_user has display_name nor reputation.Artur Malabarba2015-01-061-2/+2
* Use defconst instead of defvar where appropriate.Artur Malabarba2015-01-041-1/+1
* Standardize local variablesSean Allred2015-01-041-1/+5
* Provide commentaries for each fileSean Allred2015-01-041-0/+2
* Merge pull request #194 from vermiculus/better-vote-logicSean Allred2015-01-041-2/+2
|\
| * "u" and "d" unconditionally apply votes instead of toggling.Artur Malabarba2015-01-041-2/+2
* | Display userArtur Malabarba2015-01-041-0/+16
* | Set tag max-width to 40Artur Malabarba2015-01-041-1/+3
* | Fix date widthArtur Malabarba2015-01-041-0/+3
* | Display bountyArtur Malabarba2015-01-041-3/+10
* | Some starting commentsArtur Malabarba2015-01-041-0/+2
|/
* Bind favoriting to "*"Artur Malabarba2015-01-041-0/+1
* Make question-list--site buffer local.Artur Malabarba2015-01-041-0/+1
* Bind switchto-map to "s"Artur Malabarba2015-01-041-2/+2
* Merge branch 'master' into searchSean Allred2015-01-021-2/+2
|\
| * Merge branch 'master' into inboxArtur Malabarba2015-01-011-2/+6
| |\
| * | Generalize sx-display-question to sx-displayArtur Malabarba2014-12-221-1/+1
| * | Refactor .site to .site_parArtur Malabarba2014-12-221-1/+1
| * | Hotfix switch-tabArtur Malabarba2014-12-221-1/+1
* | | Bind sx-search to sArtur Malabarba2014-12-281-0/+1
| |/ |/|
* | Initial implementation of sx-completing-readArtur Malabarba2014-12-271-2/+1
* | Hotfix Mark hidden sends point to (bob)Artur Malabarba2014-12-271-0/+5
* | Merge branch 'master' into visit-question-from-linkSean Allred2014-12-261-1/+1
|\ \ | |/ |/|
| * Hotfix switch-tabArtur Malabarba2014-12-201-1/+1
* | Refactor sx-visit to sx-visit-externallyArtur Malabarba2014-12-201-1/+1
|/
* sx-display-question is not known to be defined.Artur Malabarba2014-12-151-3/+2
* user-error is "not known to be defined" in emacs 24.2Artur Malabarba2014-12-151-2/+2
* Also mention qArtur Malabarba2014-12-141-1/+4
* Fix up and down keysArtur Malabarba2014-12-141-2/+2
* Use the header-line as a UI guide.Artur Malabarba2014-12-141-1/+13
* Define up and down keys on the list.Artur Malabarba2014-12-091-2/+7
* Fix unicode display on question listArtur Malabarba2014-12-031-3/+7
* Merge branch 'master' into answeringArtur Malabarba2014-12-031-50/+55
|\
| * Merge pull request #126 from vermiculus/improve-display-engineArtur Malabarba2014-12-021-50/+54
| |\
| | * Maintain good line position while navigating the question list.Artur Malabarba2014-12-011-1/+15
| | * Refactor sx-question-list-display-question into 2 other functionsArtur Malabarba2014-12-011-38/+32
| | * sx-question--mark-read returns nil if nothing changedArtur Malabarba2014-12-011-2/+1
| | * Refactor sx-question-list--unread-count into a function.Artur Malabarba2014-12-011-10/+7
| * | Bind sx-tab-switch to t in question listArtur Malabarba2014-12-011-0/+1
| |/
* / Implement a command for asking.Artur Malabarba2014-12-021-0/+1
|/
* Fix #111Sean Allred2014-11-271-0/+12
* Fix #110Sean Allred2014-11-271-1/+1
* Use let instead of letfArtur Malabarba2014-11-261-10/+13
* Give feedback on finished refresh.Artur Malabarba2014-11-261-1/+2
* Preserve visual position when refreshingArtur Malabarba2014-11-261-9/+11
* Merge pull request #95 from vermiculus/commentingSean Allred2014-11-251-3/+6
|\
| * A bug fix on the dataset.Artur Malabarba2014-11-261-3/+6
* | Merge pull request #93 from vermiculus/votingSean Allred2014-11-251-0/+2
|\|
| * Binds for voting.Artur Malabarba2014-11-251-0/+2