Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create and implement comparator creation macro | Sean Allred | 2015-01-15 | 1 | -5/+5 |
| | | | | This obsoletes `sx--<'. | ||||
* | HOTFIX. Don't assume the shallow_user has display_name nor reputation. | Artur Malabarba | 2015-01-06 | 1 | -2/+2 |
| | | | | Fix #206 | ||||
* | Use defconst instead of defvar where appropriate. | Artur Malabarba | 2015-01-04 | 1 | -1/+1 |
| | | | | Fix #200 | ||||
* | Standardize local variables | Sean Allred | 2015-01-04 | 1 | -1/+5 |
| | | | | | - Move lexical-binding to top of file; fixes #123 - Use indent-tabs-mode: nil for all files | ||||
* | Provide commentaries for each file | Sean Allred | 2015-01-04 | 1 | -0/+2 |
| | |||||
* | Merge pull request #194 from vermiculus/better-vote-logic | Sean Allred | 2015-01-04 | 1 | -2/+2 |
|\ | | | | | Better vote logic | ||||
| * | "u" and "d" unconditionally apply votes instead of toggling. | Artur Malabarba | 2015-01-04 | 1 | -2/+2 |
| | | | | | | | | To remove votes, use C-u. | ||||
* | | Display user | Artur Malabarba | 2015-01-04 | 1 | -0/+16 |
| | | |||||
* | | Set tag max-width to 40 | Artur Malabarba | 2015-01-04 | 1 | -1/+3 |
| | | |||||
* | | Fix date width | Artur Malabarba | 2015-01-04 | 1 | -0/+3 |
| | | |||||
* | | Display bounty | Artur Malabarba | 2015-01-04 | 1 | -3/+10 |
| | | |||||
* | | Some starting comments | Artur Malabarba | 2015-01-04 | 1 | -0/+2 |
|/ | |||||
* | Bind favoriting to "*" | Artur Malabarba | 2015-01-04 | 1 | -0/+1 |
| | |||||
* | Make question-list--site buffer local. | Artur Malabarba | 2015-01-04 | 1 | -0/+1 |
| | | | | Don't ask me why it wasn't already. | ||||
* | Bind switchto-map to "s" | Artur Malabarba | 2015-01-04 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into search | Sean Allred | 2015-01-02 | 1 | -2/+2 |
|\ | | | | | | | Branch: search | ||||
| * | Merge branch 'master' into inbox | Artur Malabarba | 2015-01-01 | 1 | -2/+6 |
| |\ | | | | | | | | | | | | | | | | Conflicts: sx-question.el sx.el | ||||
| * | | Generalize sx-display-question to sx-display | Artur Malabarba | 2014-12-22 | 1 | -1/+1 |
| | | | |||||
| * | | Refactor .site to .site_par | Artur Malabarba | 2014-12-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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). | ||||
| * | | Hotfix switch-tab | Artur Malabarba | 2014-12-22 | 1 | -1/+1 |
| | | | |||||
* | | | Bind sx-search to s | Artur Malabarba | 2014-12-28 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Initial implementation of sx-completing-read | Artur Malabarba | 2014-12-27 | 1 | -2/+1 |
| | | |||||
* | | Hotfix Mark hidden sends point to (bob) | Artur Malabarba | 2014-12-27 | 1 | -0/+5 |
| | | |||||
* | | Merge branch 'master' into visit-question-from-link | Sean Allred | 2014-12-26 | 1 | -1/+1 |
|\ \ | |/ |/| | | | | | | | | | Conflicts: sx.el Conflict arose from 6eb53ee0f12dd9f7d444e6749f6cc55c6db62078 | ||||
| * | Hotfix switch-tab | Artur Malabarba | 2014-12-20 | 1 | -1/+1 |
| | | |||||
* | | Refactor sx-visit to sx-visit-externally | Artur Malabarba | 2014-12-20 | 1 | -1/+1 |
|/ | |||||
* | sx-display-question is not known to be defined. | Artur Malabarba | 2014-12-15 | 1 | -3/+2 |
| | | | | It was the wrong function to use anyway. | ||||
* | user-error is "not known to be defined" in emacs 24.2 | Artur Malabarba | 2014-12-15 | 1 | -2/+2 |
| | |||||
* | Also mention q | Artur Malabarba | 2014-12-14 | 1 | -1/+4 |
| | |||||
* | Fix up and down keys | Artur Malabarba | 2014-12-14 | 1 | -2/+2 |
| | |||||
* | Use the header-line as a UI guide. | Artur Malabarba | 2014-12-14 | 1 | -1/+13 |
| | |||||
* | Define up and down keys on the list. | Artur Malabarba | 2014-12-09 | 1 | -2/+7 |
| | |||||
* | Fix unicode display on question list | Artur Malabarba | 2014-12-03 | 1 | -3/+7 |
| | |||||
* | Merge branch 'master' into answering | Artur Malabarba | 2014-12-03 | 1 | -50/+55 |
|\ | | | | | | | | | | | | | Conflicts: sx-question-list.el sx-question-print.el sx-tab.el | ||||
| * | Merge pull request #126 from vermiculus/improve-display-engine | Artur Malabarba | 2014-12-02 | 1 | -50/+54 |
| |\ | | | | | | | Improve display engine | ||||
| | * | Maintain good line position while navigating the question list. | Artur Malabarba | 2014-12-01 | 1 | -1/+15 |
| | | | |||||
| | * | Refactor sx-question-list-display-question into 2 other functions | Artur Malabarba | 2014-12-01 | 1 | -38/+32 |
| | | | |||||
| | * | sx-question--mark-read returns nil if nothing changed | Artur Malabarba | 2014-12-01 | 1 | -2/+1 |
| | | | |||||
| | * | Refactor sx-question-list--unread-count into a function. | Artur Malabarba | 2014-12-01 | 1 | -10/+7 |
| | | | | | | | | | | | | Less bookeeping | ||||
| * | | Bind sx-tab-switch to t in question list | Artur Malabarba | 2014-12-01 | 1 | -0/+1 |
| |/ | | | | | | | Fixes #17 | ||||
* / | Implement a command for asking. | Artur Malabarba | 2014-12-02 | 1 | -0/+1 |
|/ | |||||
* | Fix #111 | Sean Allred | 2014-11-27 | 1 | -0/+12 |
| | |||||
* | Fix #110 | Sean Allred | 2014-11-27 | 1 | -1/+1 |
| | |||||
* | Use let instead of letf | Artur Malabarba | 2014-11-26 | 1 | -10/+13 |
| | | | | Older letfs are bugged. | ||||
* | Give feedback on finished refresh. | Artur Malabarba | 2014-11-26 | 1 | -1/+2 |
| | | | | | Now that position is preserved, refreshing is so discreet that we need some feedback. :) | ||||
* | Preserve visual position when refreshing | Artur Malabarba | 2014-11-26 | 1 | -9/+11 |
| | | | | Both for question list and question mode. | ||||
* | Merge pull request #95 from vermiculus/commenting | Sean Allred | 2014-11-25 | 1 | -3/+6 |
|\ | | | | | Commenting | ||||
| * | A bug fix on the dataset. | Artur Malabarba | 2014-11-26 | 1 | -3/+6 |
| | | | | | | | | The question-list--dataset is now a list, not a vector. | ||||
* | | Merge pull request #93 from vermiculus/voting | Sean Allred | 2014-11-25 | 1 | -0/+2 |
|\| | | | | | Voting | ||||
| * | Binds for voting. | Artur Malabarba | 2014-11-25 | 1 | -0/+2 |
| | |