Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge branch 'voting' into commenting | Artur Malabarba | 2014-11-26 | 1 | -18/+51 | |
|\ | ||||||
| * | Question/answer score is displayed in the question buffer | Artur Malabarba | 2014-11-25 | 1 | -15/+49 | |
| | | ||||||
| * | Cleanup old obsolete line. | Artur Malabarba | 2014-11-25 | 1 | -3/+2 | |
| | | ||||||
* | | Old recentering bug | Artur Malabarba | 2014-11-26 | 1 | -5/+6 | |
|/ | | | | | We sometimes get an error because we're recentering a window that's not selected. | |||||
* | Binds for voting. | Artur Malabarba | 2014-11-25 | 1 | -0/+2 | |
| | ||||||
* | sx can also updates question-mode buffer. | Artur Malabarba | 2014-11-25 | 1 | -7/+12 | |
| | ||||||
* | Refactor visit from question-mode to sx | Artur Malabarba | 2014-11-25 | 1 | -16/+2 | |
| | ||||||
* | Move wrap-in-text-property/overlay to sx | Artur Malabarba | 2014-11-25 | 1 | -72/+42 | |
| | ||||||
* | Streamline the refactoring | Artur Malabarba | 2014-11-24 | 1 | -2/+1 | |
| | ||||||
* | Patch faulty separator | Artur Malabarba | 2014-11-21 | 1 | -0/+1 | |
| | ||||||
* | Derive special-mode instead of markdown-mode | Artur Malabarba | 2014-11-21 | 1 | -1/+1 | |
| | | | | After recent changes, markdown-mode no longer makes sense. | |||||
* | GitHub comments -- #77 | Sean Allred | 2014-11-20 | 1 | -33/+13 | |
| | ||||||
* | Use `user-error' when there's no question at point | Sean Allred | 2014-11-19 | 1 | -1/+1 | |
| | ||||||
* | Enhance documentation | Sean Allred | 2014-11-19 | 1 | -3/+4 | |
| | ||||||
* | Minor typos and incorrect information | Sean Allred | 2014-11-19 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' into documentation | Sean Allred | 2014-11-19 | 1 | -65/+99 | |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: sx-method.el sx-question-list.el sx-question-mode.el sx-question.el sx-request.el sx.el | |||||
| * | QUICK-FIX: Link regexp Fixes #74 | Artur Malabarba | 2014-11-18 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'master' into question-mode-keybindings++ | Artur Malabarba | 2014-11-17 | 1 | -2/+2 | |
| |\ | ||||||
| | * | Merge pull request #68 from vermiculus/question-mode-keybindings | Sean Allred | 2014-11-17 | 1 | -2/+15 | |
| | |\ | | | | | | | | | Question mode keybindings | |||||
| | * | | Fix use of `rx' macro | Sean Allred | 2014-11-15 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | It needs to be evaluated. | |||||
| * | | | Define -visit to use answer link if available. | Artur Malabarba | 2014-11-17 | 1 | -1/+17 | |
| | | | | ||||||
| * | | | Set text property sx-question-mode--data-here | Artur Malabarba | 2014-11-17 | 1 | -56/+60 | |
| | |/ | |/| | | | | | | | | | | | | | It holds the data of current section, which is a question or answer for now. This means the data of thing-at-point is always immediately available through get-text-property. | |||||
| * | | Add function to browse-url in question-mode | Sean Allred | 2014-11-16 | 1 | -2/+14 | |
| | | | ||||||
| * | | Set question data when printing the question | Sean Allred | 2014-11-16 | 1 | -0/+1 | |
| |/ | ||||||
* | | Documentation -- part three | Sean Allred | 2014-11-18 | 1 | -22/+49 | |
| | | | | | | | | Source code is documented to the best of my knowledge and understanding. | |||||
* | | Documentation -- part two | Sean Allred | 2014-11-18 | 1 | -3/+6 | |
|/ | | | | Pushing this change to continue work elsewhere. | |||||
* | Merge branch 'master' into real-scores | Sean Allred | 2014-11-15 | 1 | -7/+10 | |
|\ | ||||||
| * | Use more rx. | Artur Malabarba | 2014-11-15 | 1 | -4/+7 | |
| | | ||||||
| * | Fix typo | Artur Malabarba | 2014-11-15 | 1 | -3/+3 | |
| | | ||||||
* | | Close question window with q | Artur Malabarba | 2014-11-15 | 1 | -0/+5 | |
|/ | ||||||
* | n and p skip invisible sections | Artur Malabarba | 2014-11-15 | 1 | -10/+12 | |
| | ||||||
* | Refactor buttons to be actual buttons. | Artur Malabarba | 2014-11-15 | 1 | -24/+18 | |
| | ||||||
* | Several navigation improvements. | Artur Malabarba | 2014-11-15 | 1 | -32/+44 | |
| | ||||||
* | Move through buttons with TAB. | Artur Malabarba | 2014-11-14 | 1 | -9/+32 | |
| | ||||||
* | Remove j and k keys | Artur Malabarba | 2014-11-14 | 1 | -2/+0 | |
| | | | | They were redundant with n and p, and I have plans for them. | |||||
* | Refactor propertized-display-name | Artur Malabarba | 2014-11-14 | 1 | -3/+3 | |
| | ||||||
* | Finish link implementation | Artur Malabarba | 2014-11-14 | 1 | -59/+111 | |
| | ||||||
* | Start link implementation | Artur Malabarba | 2014-11-14 | 1 | -4/+33 | |
| | ||||||
* | Font lock @usernames | Artur Malabarba | 2014-11-14 | 1 | -0/+5 | |
| | ||||||
* | Comment | Artur Malabarba | 2014-11-14 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'sx-question-mode' into font-lock | Artur Malabarba | 2014-11-14 | 1 | -9/+8 | |
|\ | ||||||
| * | Merge branch 'sx-question-mode' of github.com:vermiculus/stack-mode into ↵ | Artur Malabarba | 2014-11-14 | 1 | -1/+0 | |
| |\ | | | | | | | | | | sx-question-mode | |||||
| | * | Merge branch 'sx-question-mode' of github.com:vermiculus/stack-mode into ↵ | Sean Allred | 2014-11-14 | 1 | -12/+27 | |
| | |\ | | | | | | | | | | | | | | | | | | | | | sx-question-mode I neglected to pull before I started committing. | |||||
| | * | | Fix require | Sean Allred | 2014-11-14 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | We don't seem to use sx-filter anywhere in here | |||||
| * | | | Improve comment formating | Artur Malabarba | 2014-11-14 | 1 | -8/+8 | |
| | |/ | |/| | ||||||
* | | | Fill content! | Artur Malabarba | 2014-11-14 | 1 | -4/+13 | |
| | | | ||||||
* | | | Fontify when filling | Artur Malabarba | 2014-11-14 | 1 | -3/+4 | |
| | | | ||||||
* | | | Disable font-lock-mode | Artur Malabarba | 2014-11-14 | 1 | -6/+7 | |
|/ / | ||||||
* / | Correct comment formatting | Artur Malabarba | 2014-11-14 | 1 | -12/+27 | |
|/ | ||||||
* | Fix requires | Artur Malabarba | 2014-11-14 | 1 | -2/+2 | |
| |