| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-06-29 | Fix org-insert-item cursor position | ZarsBranchkin | |
| When a new line is created with `evil-org-open-below` or `evil-org-open-above` in a description list, the cursor is placed incorrectly. This can be fixed by using `evil-insert` instead of `evil-append`. Example of what happens(`|` denotes the cursor): `* |::` And what is expected: `* | ::` | |||
| 2017-06-25 | Make ar, iR, aR linewise by default. | Somelauw | |
| See issue #6 for relevant discussion | |||
| 2017-06-22 | Use cl-case instead of case | Somelauw | |
| Fixes #8 | |||
| 2017-06-11 | Make o and O customizable | Somelauw | |
| 2017-06-06 | Ignore o and O when on whitespace below an item or table | Somelauw | |
| Fixes #3 | |||
| 2017-06-02 | Complete overhaul of text objects | Somelauw | |
| See doc/changelog.org for details | |||
| 2017-06-02 | Remove optional leader keys | Somelauw | |
| 2017-06-01 | No longer add an automatic hook | Somelauw | |
| 2017-05-29 | Fix #1 | Somelauw | |
| 2017-05-14 | Change repo name from evil-org to evil-org-mode | Somelauw | |
| 2017-05-08 | Set minimum evil version to 1.0 | Somelauw | |
| 2017-05-07 | Update documentation | Somelauw | |
| 2017-05-07 | Change prefix meaning of evil-org-insert-subheading/subtodo | Somelauw | |
| The old meaning is to insert a heading and to copy the heading text n - 1 times on the lines below that heading. Instead it now follows the same prefix argument logic as org-insert-heading. If one prefix argument is given, the insertion will be done at the end of the current subtree. | |||
| 2017-05-05 | Make argument to evil-org-set-key-theme optional | Somelauw | |
| If called with no arguments, evil-org-key-theme is used | |||
| 2017-05-03 | Don't activate key theme too early | Somelauw | |
| 2017-05-02 | Require Emacs 24.4 or higher | Somelauw | |
| According to package-lint | |||
| 2017-05-02 | Get rid of dash dependency | Somelauw | |
| 2017-05-02 | let-alist is needed during compile time | Somelauw | |
| 2017-05-02 | Add require statements | Somelauw | |
| Set minimum org version to 8, because I want to use org-element | |||
| 2017-04-30 | add dashes in header | Somelauw | |
| 2017-04-30 | Fix package header | Somelauw | |
| Which accidentally broke in an earlier commit | |||
| 2017-04-30 | Introduce evil-org-key-theme variable for easier customization | Somelauw | |
| 2017-04-28 | Add variable declarations to get rid of warnings | Somelauw | |
| 2017-04-28 | Make evil-leader optional | Somelauw | |
| By removing it from Package-Requires header | |||
| 2017-04-28 | Rename evil-org-improved back to evil-org | Somelauw | |
| 2017-04-10 | Rename evil-org.el to evil-org-improved.el | Somelauw | |
| 2017-04-10 | Update documentation in code and README | Somelauw | |
| 2017-04-09 | Update motions and add new motion gH | Somelauw | |
| 2017-04-09 | Simplify promotion and demotion operators | Somelauw | |
| 2017-04-08 | Make evil-org-open-links accept prefix argument | Somelauw | |
| If a prefix argument is given, links should be opened in incognito mode | |||
| 2017-04-08 | Undo commit 48145ca398411192045814bbb7663c0e95bd413e | Somelauw | |
| Don't put M-o and M-t in additional bindings, because this is inconvenient for Dvorak users. | |||
| 2017-04-03 | Make shift-right/left operators smarter when dealing with item lists. | Somelauw | |
| 2017-03-21 | Make evil-org-shift operators fall back on standard evil operators | Somelauw | |
| 2017-03-21 | Better fix for issue #4 | Somelauw | |
| Undoes commit 44ab2da69d67cc0346f737495031bfd96c51e0d2 | |||
| 2017-03-18 | Use the correct way to bind C-S bindings | Somelauw | |
| 2017-03-18 | Don't automatically enable undefined key theme shift2 yet | Somelauw | |
| 2017-03-14 | Move M-o and M-t to additional bindings. | Somelauw | |
| Deprecate key theme 'heading' | |||
| 2017-03-14 | Option to enable bindings in insert mode | Somelauw | |
| 2017-03-14 | Don't automatically include navigation bindings | Somelauw | |
| 2017-03-14 | Deprecate leader bindings | Somelauw | |
| 2017-03-13 | Give tables precedence when in an item | Somelauw | |
| 2017-03-13 | Replace lambdas by commands | Somelauw | |
| 2017-03-13 | Update motions declarations | Somelauw | |
| 2017-03-07 | Make round brackets fall back on evil commands | Somelauw | |
| Fixes issue #5 | |||
| 2017-03-01 | Improve paragraph handling | Somelauw | |
| Fixes issue #3 | |||
| 2017-03-01 | Improve style | Somelauw | |
| 2017-03-01 | Split gh, gj, gk, gl bindings off in a separate key binding theme | Somelauw | |
| Enable it by default for backwards compatibility | |||
| 2017-02-28 | Make promote/demote-operator work on items | Somelauw | |
| Resolves #4 | |||
| 2017-02-25 | Fix evil-org-open-above/below from producing extra whitespace | Somelauw | |
| - item1 - item2 (pointer is on this line) - item3 Pressing o produced superfluous whitespace before this commit | |||
| 2017-02-25 | Add RSI key theme | Somelauw | |
