Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use defconst instead of defvar where appropriate. | Artur Malabarba | 2015-01-04 | 1 | -1/+1 |
| | | | | Fix #200 | ||||
* | Merge branch 'organize' of github.com:vermiculus/sx.el into organize | Sean Allred | 2015-01-04 | 1 | -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 organize | Sean Allred | 2014-12-03 | 1 | -10/+26 |
| |\ | |||||
| * | | Standardize local variables | Sean Allred | 2014-12-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | - Move lexical-binding to top of file; fixes #123 - Use indent-tabs-mode: nil for all files | ||||
| * | | Merge branch 'reorganize-question-mode' into organize | Sean Allred | 2014-11-29 | 1 | -408/+3 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into organize | Sean Allred | 2014-11-29 | 1 | -56/+45 |
| |\ \ \ | |||||
| * | | | | Provide commentaries for each file | Sean Allred | 2014-11-28 | 1 | -0/+3 |
| | | | | | |||||
| * | | | | File header normalization | Sean Allred | 2014-11-27 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | 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/+3 |
| | | | | | |||||
* | | | | | "u" and "d" unconditionally apply votes instead of toggling. | Artur Malabarba | 2015-01-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | To remove votes, use C-u. | ||||
* | | | | | Bind favoriting to "*" | Artur Malabarba | 2015-01-04 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Bind switchto-map to "s" | Artur Malabarba | 2015-01-04 | 1 | -1/+2 |
| | | | | | |||||
* | | | | | Merge branch 'master' into search | Sean Allred | 2015-01-02 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Branch: search | ||||
| * | | | | | 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). | ||||
| * | | | | | Displaying questions uses pop-to-buffer instead of switch by default | Artur Malabarba | 2014-12-22 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #153 See variable `sx-question-mode-display-buffer-function' | ||||
| * | | | | | Properly skip invisible sections. | Artur Malabarba | 2014-12-22 | 1 | -4/+2 |
| | | | | | | |||||
* | | | | | | Bind sx-search to s | Artur Malabarba | 2014-12-28 | 1 | -0/+1 |
| | | | | | | |||||
* | | | | | | Merge branch 'master' into visit-question-from-link | Sean Allred | 2014-12-26 | 1 | -6/+6 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: sx.el Conflict arose from 6eb53ee0f12dd9f7d444e6749f6cc55c6db62078 | ||||
| * | | | | | Displaying questions uses pop-to-buffer instead of switch by default | Artur Malabarba | 2014-12-20 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #153 See variable `sx-question-mode-display-buffer-function' | ||||
| * | | | | | Properly skip invisible sections. | Artur Malabarba | 2014-12-18 | 1 | -4/+2 |
| | | | | | | |||||
* | | | | | | Refactor sx-visit to sx-visit-externally | Artur Malabarba | 2014-12-20 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Fix lexical bindings. | Artur Malabarba | 2014-12-14 | 1 | -4/+0 |
| | | | | | |||||
* | | | | | Also mention q | Artur Malabarba | 2014-12-14 | 1 | -1/+4 |
| | | | | | |||||
* | | | | | Use the header-line as a UI guide on the question buffer. | Artur Malabarba | 2014-12-14 | 1 | -0/+19 |
| | | | | | |||||
* | | | | | HOTFIX: Mark question as read when displaying it. | Artur Malabarba | 2014-12-13 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a pretty big bug because it was leading SX to think the question wasn't read, even though it was open. This, in turn, prevented the user from being able to do anything (vote, comment) on the question, since we prevent interaction with unread questions. | ||||
* | | | | | Define up and down keys in question-mode. | Artur Malabarba | 2014-12-09 | 1 | -1/+4 |
| | | | | | |||||
* | | | | | Improve some header comments. | Artur Malabarba | 2014-12-06 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge branch 'master' into answering | Artur Malabarba | 2014-12-03 | 1 | -3/+17 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: sx-question-list.el sx-question-print.el sx-tab.el | ||||
| * | | | | Merge branch 'master' into improve-display-engine | Sean Allred | 2014-12-02 | 1 | -7/+9 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: sx-interaction.el Conflicting functions: sx--data-here | ||||
| * | | | | | Refactor sx-question-mode--window into a function. | Artur Malabarba | 2014-12-01 | 1 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It made little sense the way it was, and it was complicated. Now that it's a function, it's always up to date. | ||||
| * | | | | | Define and use sx-question-mode-display-buffer-function | Artur Malabarba | 2014-12-01 | 1 | -1/+10 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Fix bug introduced by new use of overlays. | Artur Malabarba | 2014-12-02 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Editing implemented | Artur Malabarba | 2014-12-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | Fix #11 | ||||
* | | | | | sx-answer to start composing from the question buffer | Artur Malabarba | 2014-12-02 | 1 | -0/+1 |
| |/ / / |/| | | | |||||
* | | | | Comments are now hidden when you fold the question | Artur Malabarba | 2014-12-01 | 1 | -6/+8 |
| | | | | |||||
* | | | | Slight tweak to question-mode-recenter-line | Artur Malabarba | 2014-11-29 | 1 | -1/+1 |
|/ / / | | | | | | | | | | | | | So the "add comment" button is visible after navigating to the comments section. | ||||
* | / | Split sx-question-mode into two files. | Artur Malabarba | 2014-11-29 | 1 | -408/+3 |
| |/ |/| | | | | | | | | | | | sx-question-print holds all the logic for printing the buffer's content. The original file is reserved for the mode definition, interactive commands, and functions that create and display the bufer. | ||||
* | | Tweak section header face. | Artur Malabarba | 2014-11-29 | 1 | -2/+2 |
| | | |||||
* | | Turn interactible objects into actual buttons | Artur Malabarba | 2014-11-29 | 1 | -54/+43 |
|/ | | | | Fixes #96 | ||||
* | Merge branch 'master' into hotfix | Sean Allred | 2014-11-27 | 1 | -3/+24 |
|\ | |||||
| * | Merge pull request #105 from vermiculus/issue-97 | Sean Allred | 2014-11-27 | 1 | -3/+24 |
| |\ | | | | | | | Don't fill link labels or headers | ||||
| | * | Finish partial fix. | Artur Malabarba | 2014-11-26 | 1 | -8/+8 |
| | | | |||||
| | * | Don't fill link labels or headers | Artur Malabarba | 2014-11-26 | 1 | -3/+24 |
| | | | | | | | | | | | | Fixes #97 | ||||
* | | | Fix #111 | Sean Allred | 2014-11-27 | 1 | -1/+7 |
| | | | |||||
* | | | Fix #110 | Sean Allred | 2014-11-27 | 1 | -1/+1 |
|/ / | |||||
* | | 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 | -3/+6 |
|/ | | | | Both for question list and question mode. | ||||
* | Add keybind for commenting. | Artur Malabarba | 2014-11-26 | 1 | -0/+1 |
| | |||||
* | Merge branch 'voting' into commenting | Artur Malabarba | 2014-11-26 | 1 | -18/+51 |
|\ |