Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [emacs] Fix bug 1060. | thdox | 2015-04-05 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | | | | Set as an option to kill (or not) the reconcile buffer after ledger-reconcile-finish. The default is set to *not* kill the buffer. This is justified as the facts that: 1. In old ledger mode (the one from Ledger 2.6), the default is to *not* kill the buffer. Also for the ones who will migrate from 2.6 to 3 when package will be available in their linux distribution, this will be the path of least surprise. 2. The current documentation does state that the buffer is to be killed with 'q' after 'C-c C-c'. This has been made configurable, as killing buffer may already be part of the workflow of some persons. [ci skip] | ||||
* | [emacs] C-x h M-x untabify RET | thdox | 2015-02-10 | 1 | -112/+112 |
| | | | | | | C-x h M-x indent-region RET [ci skip] | ||||
* | Add prefix ledger-reconcile- to s-functions to not conflict with | thdox | 2015-01-21 | 1 | -6/+7 |
| | | | | original s.el | ||||
* | Add documentation for bugzilla #1105, and align documentation between | thdox | 2015-01-21 | 1 | -12/+12 |
| | | | | ledger-reconcile.el and ledger-mode.texi. | ||||
* | Fix for bugzilla #1105. | thdox | 2015-01-21 | 1 | -9/+61 |
| | | | | | You can now maximize the number of characters displayed for payee name and account name in the reconcile buffer. | ||||
* | Bump copyright notice to 2015 | Alexis Hildebrandt | 2014-12-27 | 1 | -1/+1 |
| | | | | | | The following script makes it a no-brainer: % NEXT_YEAR=2015; ag -l 'Copyright.*Wiegley' \ | xargs sed -i '' -e "s/\(Copyright.*\)-20[0-9]\{2\}/\1-${NEXT_YEAR}/" | ||||
* | [emacs] Simplify and tidy up ledger-occur | Steve Purcell | 2014-12-09 | 1 | -2/+2 |
| | | | | | Introducing a proper minor mode saves a lot of the hand-rolled fiddling about, like managing the overlay lifecycle and the modeline. | ||||
* | Make sure there is alive window to switch back to when quitting reconcile buffer | Craig Earls | 2014-12-07 | 1 | -3/+4 |
| | |||||
* | Make reconcile more robust to empty or bad account entries at the prompt. | Craig Earls | 2014-12-05 | 1 | -31/+39 |
| | |||||
* | Fix change I accidentally committed when trying to fix reconcile in frames. | Craig Earls | 2014-12-02 | 1 | -4/+2 |
| | |||||
* | Doc string cleanup. | Craig Earls | 2014-12-01 | 1 | -19/+22 |
| | |||||
* | Doc string cleanup. | Craig Earls | 2014-12-01 | 1 | -16/+18 |
| | |||||
* | Force reconcile to use scrubbed values incase you are reconciling an account ↵ | Craig Earls | 2014-10-10 | 1 | -1/+1 |
| | | | | with lot values. | ||||
* | All navigation functions moved to ledger-navigate. | Craig Earls | 2014-09-13 | 1 | -4/+4 |
| | | | | Reduce several overlapping functions. | ||||
* | Make the reconcile balance status message more clear. | Craig Earls | 2014-07-13 | 1 | -1/+1 |
| | |||||
* | ledger-reconcile.el: don't use flatten | Rémi Vanicat | 2014-07-09 | 1 | -2/+2 |
| | | | | The flatten function is not part of Emacs, so better not use it. | ||||
* | Finished configurable reconcile format line. | Craig Earls | 2014-07-03 | 1 | -4/+15 |
| | |||||
* | ledger-reconcile-compile-format-string returns a lambda that is used to ↵ | Craig Earls | 2014-07-02 | 1 | -17/+25 |
| | | | | format the posting data | ||||
* | Refactor code to pull posting format into separate defun. Added reconcile ↵ | Craig Earls | 2014-07-02 | 1 | -27/+53 |
| | | | | buffer header and line configuration defcustom. | ||||
* | ledger-reconcile clean byte-compile | Craig Earls | 2014-06-28 | 1 | -5/+5 |
| | |||||
* | Was introduced with commit 73f336a, which removed a functionality from | thdox | 2014-06-22 | 1 | -0/+1 |
| | | | | | | ledger.el old ledger mode. I maintain a branch locally to always restore C-x C-s keyboard shortcut that is so deeply inside my Emacs muscle memory. I propose to restore this definitely. | ||||
* | Fix bug 1040 Saving in reconcile buffer doesn't stay in reconcile buffer | Craig Earls | 2014-05-18 | 1 | -10/+9 |
| | |||||
* | Merge branch 'master' of https://github.com/ledger/ledger | Craig Earls | 2014-05-18 | 1 | -2/+2 |
|\ | |||||
| * | Fix #986 and improve documentation. | thdox | 2014-05-18 | 1 | -2/+2 |
| | | |||||
* | | Fix bug 1039. Where the ledger buffer was incorrectly shown in the same ↵ | Craig Earls | 2014-05-18 | 1 | -1/+2 |
|/ | | | | frame as the reconcile buffer after a save. | ||||
* | Indent & untabify | thdox | 2014-05-17 | 1 | -174/+174 |
| | | | | | | | M-x mark-whole-buffer M-x indent-region M-x mark-whole-buffer M-x untabify | ||||
* | Merge commit 'b9078dc93ffdb526efd0a859a73cc3076108f6b2' | Craig Earls | 2014-03-25 | 1 | -2/+2 |
|\ | |||||
| * | Update old FSF address | Jamie Nguyen | 2014-03-23 | 1 | -2/+2 |
| | | |||||
* | | Make reconcile window refresh xact locations after a delete operation | Craig Earls | 2014-02-24 | 1 | -14/+17 |
|/ | |||||
* | Bump copyright information to 2014 | Alexis Hildebrandt | 2014-02-02 | 1 | -1/+1 |
| | |||||
* | ledger-reconcile: Add option to insert an effective date when clearing ↵ | Moritz Ulrich | 2014-01-02 | 1 | -1/+9 |
| | | | | transactions. | ||||
* | ledger-mode: Introduce `ledger-default-date-format'. | Moritz Ulrich | 2013-12-30 | 1 | -5/+5 |
| | | | | | | Some elisp functions depend on a date-format supplied in ~/.ledgerrc. Change these by introducing a default ("%Y/%m/%d"). Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de> | ||||
* | emacs-mode: Prefix every function/variable/macro with ledger-. | Moritz Ulrich | 2013-12-29 | 1 | -2/+2 |
| | | | | | | | | This is the common convention in Emacs Lisp. Not following it might cause problems with other packages as functions/variables/macros are always visible to other modules. Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de> | ||||
* | ledger-mode: Add missing argument to ledger-delete-current-transaction | Steve Purcell | 2013-12-11 | 1 | -1/+1 |
| | |||||
* | ledger-mode: Use easymenu to remove boilerplate | Steve Purcell | 2013-12-11 | 1 | -26/+30 |
| | | | | | Among other benefits, this lets us define the menu entries from top to bottom, rather than in reverse. | ||||
* | ledger-mode: declare keymaps at the top level | Steve Purcell | 2013-12-09 | 1 | -3/+5 |
| | |||||
* | Merge branch 'master' into ledger-mode-automatic-transactions | Craig Earls | 2013-08-20 | 1 | -2/+7 |
|\ | | | | | | | | | Conflicts: lisp/ledger-reconcile.el | ||||
| * | Bug 986. Add file order to sorting options in the reconcile mode. | Craig Earls | 2013-08-20 | 1 | -2/+7 |
| | | |||||
* | | Merge branch 'master' into ledger-mode-automatic-transactions | Craig Earls | 2013-07-02 | 1 | -157/+157 |
|/ | | | | | | | | Conflicts: lisp/ledger-init.el lisp/ledger-mode.el lisp/ledger-reconcile.el lisp/ledger-schedule.el | ||||
* | Finished changing name to ledger-* | Craig Earls | 2013-07-02 | 1 | -0/+485 |
All files and references changed ldg-* to ledger-* |