Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #342 from afh/pull/readme | John Wiegley | 2014-12-22 | 1 | -1/+1 |
|\ | | | | | Add ledger formula to OS X install instructions | ||||
| * | Add ledger formula to OS X install instructions | Alexis Hildebrandt | 2014-12-21 | 1 | -1/+1 |
| | | | | | | | | [ci skip] | ||||
* | | Merge pull request #344 from thdox/fix-doc | Martin Michlmayr | 2014-12-22 | 2 | -217/+241 |
|\ \ | | | | | | | Fix doc | ||||
| * | | Indented with Emacs: M-x fill-paragraph | thdox | 2014-12-22 | 2 | -145/+162 |
| | | | |||||
| * | | Document that buffer names should use @file{} keyword | thdox | 2014-12-22 | 1 | -1/+1 |
| | | | |||||
| * | | M-x delete-trailing-whitespace | thdox | 2014-12-22 | 2 | -37/+37 |
| | | | |||||
| * | | Fixes: | thdox | 2014-12-22 | 1 | -40/+47 |
| | | | | | | | | | | | | | | | | | | | | | | | | - typo fixes - @keywords consistency fixes - add some @kindex and @cindex - buffer names highlighted as @file{} - menu item highlighted as @samp{} | ||||
| * | | Fixes for consistency | thdox | 2014-12-22 | 1 | -3/+3 |
| | | | |||||
| * | | pxref already contains "see" | thdox | 2014-12-22 | 1 | -3/+3 |
| | | | |||||
| * | | query is a command | thdox | 2014-12-22 | 1 | -1/+1 |
| | | | |||||
| * | | Minor fix: double spaces | thdox | 2014-12-22 | 1 | -9/+9 |
| | | | |||||
| * | | fix minor typo | thdox | 2014-12-22 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #343 from afh/pull/git-hook | Steve Purcell | 2014-12-21 | 1 | -0/+27 |
|\ \ | |/ |/| | Add git hook to skip continous integration | ||||
| * | Add git hook to skip continous integration | Alexis Hildebrandt | 2014-12-21 | 1 | -0/+27 |
|/ | | | | | if the commit is not related to code under test. [ci skip] | ||||
* | Merge pull request #341 from zt9/master | Steve Purcell | 2014-12-21 | 1 | -1/+20 |
|\ | | | | | Added simple instructions for how to use brew to install ledger in OS X | ||||
| * | cleaning up formatting on instructions | zt | 2014-12-21 | 1 | -2/+2 |
| | | |||||
| * | added simple instructions for how to use brew to install brew | zt | 2014-12-21 | 1 | -1/+20 |
|/ | |||||
* | [emacs] Don't define unprefixed "string-empty-p" function | Steve Purcell | 2014-12-18 | 1 | -5/+5 |
| | |||||
* | Merge pull request #340 from afh/pull/730 | John Wiegley | 2014-12-16 | 2 | -1/+38 |
|\ | | | | | Fix crash when using -M with empty result | ||||
| * | Fix crash when using -M with empty result | Alexis Hildebrandt | 2014-12-16 | 2 | -1/+38 |
|/ | | | | | | | ledger -f /dev/null reg -M test causes a segmentation fault, see bug 730 and duplicates 1080 and 1084 for details. Kudos to Ikke for helping with debugging. | ||||
* | [emacs] Make ledger-occur-mode auto-disable when restored by desktop.el | Steve Purcell | 2014-12-16 | 1 | -1/+1 |
| | | | | | | | The minor mode gets restored by desktop.el, and this has long caused errors. While the ideal would be to restore the mode along with the current narrowing regexp, this interim fix instead ensures that ledger-occur-mode will disable itself if it finds no regexp set. | ||||
* | Fix typo in docs | Steve Purcell | 2014-12-15 | 1 | -1/+1 |
| | |||||
* | Fix ledger-schedule-upcoming so that is honor input file names. | Craig Earls | 2014-12-14 | 1 | -3/+3 |
| | |||||
* | [emacs] Add a menu entry for turning off ledger-occur-mode | Steve Purcell | 2014-12-13 | 2 | -7/+6 |
| | |||||
* | [emacs] define-derived-mode calls set-syntax-table automatically | Steve Purcell | 2014-12-13 | 1 | -1/+0 |
| | |||||
* | [emacs] Add syntax table so that ";" comments are handled | Steve Purcell | 2014-12-13 | 1 | -1/+8 |
| | | | | | This allows things like goto-address-prog-mode to correctly highlight URLs inside comments. | ||||
* | Add test case for off by one error in textual.cc fixed in a013a73b | Martin Michlmayr | 2014-12-11 | 1 | -0/+10 |
| | |||||
* | Merge pull request #339 from adrianlang/patch-1 | Martin Michlmayr | 2014-12-11 | 1 | -1/+1 |
|\ | | | | | Fix off by one error in textual.cc | ||||
| * | Fix off by one error in textual.cc | Adrian Lang | 2014-12-11 | 1 | -1/+1 |
|/ | | | This fixes parsing of transactions with single-character payees and comments. | ||||
* | [emacs] Restore toggle behaviour of ledger-occur command, for menu users | Steve Purcell | 2014-12-10 | 1 | -8/+6 |
| | |||||
* | Document changes to the narrowing functionality in ledger-occur | Steve Purcell | 2014-12-10 | 1 | -1/+8 |
| | |||||
* | [emacs] Turn ledger-occur-mode off via a separate command, and allow refreshing | Steve Purcell | 2014-12-10 | 1 | -11/+27 |
| | |||||
* | [emacs] Fix more byte compilation and other layout issues | Steve Purcell | 2014-12-10 | 2 | -1/+18 |
| | |||||
* | [emacs] Declare when we're using cl | Steve Purcell | 2014-12-09 | 1 | -0/+1 |
| | |||||
* | [emacs] Don't use setq-local, which only appeared in Emacs 24.4 | Steve Purcell | 2014-12-09 | 1 | -7/+7 |
| | | | | /cc @enderw88 | ||||
* | [emacs] Simplify and tidy up ledger-occur | Steve Purcell | 2014-12-09 | 3 | -71/+39 |
| | | | | | Introducing a proper minor mode saves a lot of the hand-rolled fiddling about, like managing the overlay lifecycle and the modeline. | ||||
* | [emacs] Fix byte compilation warnings | Steve Purcell | 2014-12-09 | 4 | -24/+39 |
| | |||||
* | [emacs] Set comment-start to ";" so that comment-dwim works | Steve Purcell | 2014-12-09 | 1 | -0/+1 |
| | |||||
* | [emacs] Parse transaction leading lines more robustly | Steve Purcell | 2014-12-09 | 3 | -27/+30 |
| | | | | | | This began with noticing that the code didn't support the (ugly, yet valid) case of a tab between the date and txn description. I took the opportunity to make the regexes more consistent along the way. | ||||
* | [emacs] Use markers instead of raw positions to make cleaning work better | Steve Purcell | 2014-12-09 | 2 | -60/+56 |
| | | | | | | | Sometimes cleaning a buffer would leave the end of the buffer uncleaned, because the end position would be moved along the way. This commit makes the corresponding code use markers instead, which track the changes in the buffer, and therefore ensure that the entire buffer is acted upon. | ||||
* | [emacs] When the first line is a txn, include it in ledger-sort-buffer | Steve Purcell | 2014-12-09 | 1 | -0/+2 |
| | | | | | Without this fix, ledger-sort-region tends to skip the first transaction when sorting a region or the entire buffer. | ||||
* | Use font-lock-preprocessor-face as the basis for directive faces | Steve Purcell | 2014-12-09 | 1 | -1/+1 |
| | |||||
* | Merge pull request #338 from happyalu/patch-1 | Craig Earls | 2014-12-07 | 1 | -2/+2 |
|\ | | | | | | | | | ledger-regex: Indian Rupee Symbol Thank you! | ||||
| * | ledger-regex: Indian Rupee Symbol | Alok Parlikar | 2014-12-07 | 1 | -2/+2 |
|/ | | | Added the ₹ symbol to ledger-amount-regex | ||||
* | Make sure there is alive window to switch back to when quitting reconcile buffer | Craig Earls | 2014-12-07 | 1 | -3/+4 |
| | |||||
* | ooops. | Craig Earls | 2014-12-06 | 1 | -1/+1 |
| | |||||
* | Add tangle expansion and correct menu entry for edit report. | Craig Earls | 2014-12-06 | 1 | -11/+12 |
| | |||||
* | Updated documentation to reflect recent changes to scheduling and answer ↵ | Craig Earls | 2014-12-06 | 1 | -31/+126 |
| | | | | some clarifying questions, | ||||
* | Merge commit '30df70ab1b02a05b4fc1198c932c4536dd480ef1' | Craig Earls | 2014-12-05 | 1 | -2/+2 |
|\ | |||||
| * | Don't hard-code ledger-font-default-face to black | Steve Purcell | 2014-12-05 | 1 | -2/+2 |
| | |