Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version bump | Artur Malabarba | 2015-02-07 | 1 | -2/+2 |
| | |||||
* | New function sx--squash-whitespace | Artur Malabarba | 2015-02-03 | 1 | -0/+4 |
| | |||||
* | Less demanding final regexp for questions. | Artur Malabarba | 2015-01-24 | 1 | -6/+1 |
| | |||||
* | Merge pull request #236 from vermiculus/vermiculus/sort-answers | Sean Allred | 2015-01-17 | 1 | -8/+5 |
|\ | | | | | Prune useless progn form | ||||
| * | Prune useless progn form | Sean Allred | 2015-01-17 | 1 | -8/+5 |
| | | |||||
* | | Merge branch 'master' into malabarba/fix-display-from-inbox | Artur Malabarba | 2015-01-16 | 1 | -7/+14 |
|\ \ | | | | | | | | | | | | | Conflicts: sx.el | ||||
| * | | Merge pull request #228 from vermiculus/vermiculus/sort-answers | Sean Allred | 2015-01-16 | 1 | -7/+14 |
| |\| | | | | | | | Customizable sorting; Fix #226. Generalization of #225. | ||||
| | * | Don't define aliases with comparators | Sean Allred | 2015-01-16 | 1 | -11/+8 |
| | | | | | | | | | | | | | | | | | | | | | The aliases were created in the fear that runtime would be slower to interpret the duplicated lambda expressions for get-func. After testing, this was found not to be the case. `funcall' is a much nicer solution. | ||||
| | * | Fix letbinding | Sean Allred | 2015-01-15 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | `gpf' used to stand for `get-property-function', but this was abstracted into a `get-function'. The letbinding was never changed. This commit also conveniently allows me to say: Fix #226. | ||||
| | * | Create and implement comparator creation macro | Sean Allred | 2015-01-15 | 1 | -7/+17 |
| | | | | | | | | | | | | This obsoletes `sx--<'. | ||||
* | | | Add support for another type of comment on sx--link-to-data | Artur Malabarba | 2015-01-15 | 1 | -8/+13 |
| | | | |||||
* | | | Use cond in sx--link-to-data and better regexps | Artur Malabarba | 2015-01-15 | 1 | -49/+57 |
| | | | |||||
* | | | Add comment support on sx--link-to-data | Artur Malabarba | 2015-01-15 | 1 | -0/+11 |
| | | | |||||
* | | | sx--find-in-buffer moves over end of line | Artur Malabarba | 2015-01-15 | 1 | -2/+4 |
| | | | |||||
* | | | Fix find in buffer | Artur Malabarba | 2015-01-14 | 1 | -11/+16 |
| | | | |||||
* | | | Implement sx--find-in-buffer | Artur Malabarba | 2015-01-14 | 1 | -0/+20 |
| | | | |||||
* | | | Move sx-question-mode--goto-property-change to sx.el | Artur Malabarba | 2015-01-14 | 1 | -0/+15 |
|/ / | |||||
* | | Move @name to sx-user | Artur Malabarba | 2015-01-07 | 1 | -33/+0 |
| | | |||||
* | | sx-format-replacements: Fix propertizing | Artur Malabarba | 2015-01-07 | 1 | -4/+4 |
| | | |||||
* | | Fix sx-format-replacements | Artur Malabarba | 2015-01-07 | 1 | -1/+2 |
| | | | | | | | | replace-match moves point | ||||
* | | Improve sx-format-replacements to take a property-alist | Artur Malabarba | 2015-01-07 | 1 | -8/+21 |
| | | |||||
* | | Define sx-format-replacements | Artur Malabarba | 2015-01-07 | 1 | -0/+24 |
|/ | | | | Use FORMAT-STRING to format the values in ALIST. | ||||
* | Merge pull request #204 from vermiculus/issue-137-tag-completion | Sean Allred | 2015-01-07 | 1 | -18/+12 |
|\ | | | | | Issue 137 tag completion | ||||
| * | Typo | Artur Malabarba | 2015-01-06 | 1 | -1/+1 |
| | | |||||
| * | Move define-conditional-key to sx.el | Artur Malabarba | 2015-01-05 | 1 | -0/+12 |
| | | |||||
| * | Move sx--multiple-read to sx-tag-multiple-read | Artur Malabarba | 2015-01-05 | 1 | -18/+0 |
| | | |||||
* | | Use site_par instead of site | Artur Malabarba | 2015-01-06 | 1 | -1/+1 |
|/ | |||||
* | 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/+1 |
| | | | | | - Move lexical-binding to top of file; fixes #123 - Use indent-tabs-mode: nil for all files | ||||
* | Tree-style specification for filter-from-nil | Sean Allred | 2015-01-04 | 1 | -41/+20 |
| | | | | | | | | | | | | | | | | | | | | | Instead of saying (field-a field-b object-a.subfield field-c object-b.subfield-a object-b.subfield-b) you can rather say (field-a field-b (object-a subfield) field-c (object-b subfield-a subfield-b)) To avoid a dependency loop, sx-browse-filter has been moved to sx-filter.el. | ||||
* | Merge branch 'master' into tag-bot | Sean Allred | 2015-01-03 | 1 | -7/+31 |
|\ | |||||
| * | Fix docstring | Sean Allred | 2015-01-02 | 1 | -2/+2 |
| | | | | | | | | Branch: search | ||||
| * | Merge branch 'master' into search | Sean Allred | 2015-01-02 | 1 | -4/+9 |
| |\ | | | | | | | | | | Branch: search | ||||
| | * | Add TODO reminder | Artur Malabarba | 2015-01-01 | 1 | -0/+2 |
| | | | |||||
| | * | Merge branch 'master' into inbox | Artur Malabarba | 2015-01-01 | 1 | -47/+69 |
| | |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: sx-question.el sx.el | ||||
| | * | | Don't rely on the new feature. | Artur Malabarba | 2014-12-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to avoid a bug in package.el which only gets fixed in Emacs 25 Unfortunately, there's no safe way to use a new feature offered by a previously defined macro, because files were not reloaded on upgrade. After a couple of weeks, once we can expect most of our users to have restarted Emacs at least once since the last upgrade, we can start relying on this new feature. | ||||
| | * | | Bump let-alist required version to 1.0.3 | Sean Allred | 2014-12-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Syntax introduced in commits: * d51791fb6ae69e3b426f7d598920b4349858908f * 5225bd4ae6e26177a4daf62ddc5e807784e7c46e | ||||
| | * | | Fix merge | Artur Malabarba | 2014-12-25 | 1 | -3/+6 |
| | | | | |||||
| * | | | Checkdoc | Sean Allred | 2015-01-01 | 1 | -9/+9 |
| | | | | |||||
| * | | | Merge branch 'master' into search | Sean Allred | 2015-01-01 | 1 | -46/+3 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Implement sx--multiple-read for reading multiple strings | Artur Malabarba | 2014-12-28 | 1 | -0/+19 |
| | | | | |||||
* | | | | Use new `sx-filter-from-nil' macro | Sean Allred | 2015-01-03 | 1 | -0/+1 |
| |/ / |/| | | |||||
* | | | Merge pull request #182 from vermiculus/tiny-improvements | Sean Allred | 2015-01-01 | 1 | -0/+7 |
|\| | | | | | | | | Abstract a function for `completing-read` and request new items in filters. | ||||
| * | | Initial implementation of sx-completing-read | Artur Malabarba | 2014-12-27 | 1 | -0/+5 |
| | | | |||||
| * | | Explicitly request last_activity_date | Artur Malabarba | 2014-12-27 | 1 | -0/+2 |
| | | | |||||
* | | | Prune sx--filter-data | Sean Allred | 2015-01-01 | 1 | -44/+0 |
| | | | |||||
* | | | Reapply ef1d321a157e300d29c48e461257897fca1c9aa4 | Sean Allred | 2014-12-30 | 1 | -2/+3 |
|/ / | | | | | | | It was somehow lost in the merging. | ||||
* | | Use string-start/-end instead of line-start/-end | Sean Allred | 2014-12-27 | 1 | -2/+3 |
| | | |||||
* | | Merge branch 'master' into visit-question-from-link | Sean Allred | 2014-12-26 | 1 | -90/+92 |
|\| | | | | | | | | | | | | | Conflicts: sx.el Conflict arose from 6eb53ee0f12dd9f7d444e6749f6cc55c6db62078 | ||||
| * | Define assoc let first | Artur Malabarba | 2014-12-23 | 1 | -34/+34 |
| | |