summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ledger-mode: define and use a syntax table so that comments are handled properlySteve Purcell2013-12-091-0/+9
| | | | | | | | Specifically, functionality which uses syntax-ppss to detect comments needs the syntax table to be aware of them. A prime example is goto-address-prog-mode. This commit adds a basic syntax table for this purpose.
* Merge pull request #218 from vanicat/t/reload-initCraig Earls2013-11-261-1/+2
|\ | | | | | | | | Reload init when calling ledger-init-load-init-file again. I don't know why I missed that before. This is how it is supposed to work. Thanks.
| * Reload init when calling ledger-init-load-init-file again.Rémi Vanicat2013-11-261-1/+2
| | | | | | | | | | | | When the ledger-init-load-init-file was called again, it used to parse ledger init file, and to throw away the result. No you can use it to load this file again when you have change something in it.
* | Merge pull request #217 from vanicat/t/scheduling-docsCraig Earls2013-11-261-5/+9
|\ \ | |/ |/| Correction of docs on Scheduling Transactions
| * Correction of docs on Scheduling TransactionsRémi Vanicat2013-11-261-5/+9
|/
* Merge branch 'ledger-mode-automatic-transactions'Craig Earls2013-11-1213-617/+626
|\ | | | | | | | | Conflicts: lisp/ledger-post.el
| * Merge branch 'master' into ledger-mode-automatic-transactionsCraig Earls2013-11-064-10/+11
| |\
| * \ Merge branch 'master' into ledger-mode-automatic-transactionsCraig Earls2013-10-025-4115/+7
| |\ \
| * \ \ Merge branch 'master' into ledger-mode-automatic-transactionsCraig Earls2013-09-207-55/+32
| |\ \ \
| * \ \ \ Merge branch 'master' into ledger-mode-automatic-transactionsCraig Earls2013-08-202-2/+11
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lisp/ledger-reconcile.el
| * \ \ \ \ Merge branch 'master' into ledger-mode-automatic-transactionsCraig Earls2013-07-195-18/+17
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into ledger-mode-automatic-transactionsCraig Earls2013-07-031-3/+10
| |\ \ \ \ \ \
| * | | | | | | Add Schedule Upcoming to Ledger menuCraig Earls2013-07-032-1/+3
| | | | | | | |
| * | | | | | | Merge branch 'master' into ledger-mode-automatic-transactionsCraig Earls2013-07-0219-445/+443
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lisp/ledger-init.el lisp/ledger-mode.el lisp/ledger-reconcile.el lisp/ledger-schedule.el
| * \ \ \ \ \ \ \ Merge branch 'master' into ledger-mode-automatic-transactionsCraig Earls2013-07-022-91/+52
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Schedule documentation updateCraig Earls2013-07-021-2/+26
| | | | | | | | | |
| * | | | | | | | | Formatting cleanupCraig Earls2013-07-021-2/+2
| | | | | | | | | |
| * | | | | | | | | Formatting changes and initial inclusion of ledger-scheduleCraig Earls2013-07-0211-784/+769
| | | | | | | | | |
* | | | | | | | | | Fix values pushed to calcCraig Earls2013-11-121-2/+2
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge pull request #214 from purcell/patch-1Craig Earls2013-11-031-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | ledger-mode: Fix provided feature to match file/package name
| * | | | | | | | | Fix provided feature to match file/package nameSteve Purcell2013-11-031-1/+1
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | For `require` to work correctly, the provided feature name must match the name of the file.
* | | | | | | | | And const directives in account.h and commodity.h to allow build in OS X ↵Craig Earls2013-10-302-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mavericks.
* | | | | | | | | install texinfo filesJohann Klähn2013-10-231-7/+8
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge pull request #213 from kain88-de/readme_typoJohn Wiegley2013-09-301-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | fix README.md build command
| * | | | | | | | fix README.md build commandMax Linke2013-09-281-1/+1
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --prefix= should not be passed to cmake directly. If the extra '--' is removed then the prefix get passed correctly to cmake.
* | | | | | | | Merge pull request #212 from bentglasstube/masterCraig Earls2013-09-241-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix reference to old pattern negation syntax
| * | | | | | | | Fix reference to old pattern negation syntaxAlan Berndt2013-09-241-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #211 from mneilsen/masterJohn Wiegley2013-09-231-4/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Update ledger-mode's "Quick Installation" docs
| * | | | | | | | Update ledger-mode's "Quick Installation" docsMike Neilsen2013-09-211-4/+4
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Change quote character to ' * Fix indentation * Load "ledger-mode" rather than "ldg-new"
* / | | | | | | delete obsolete ledger.texi. Down with cruft!Simon Michael2013-09-212-4109/+1
|/ / / / / / /
* | | | | | | Guard against a possible null valueJohn Wiegley2013-09-201-1/+1
| | | | | | |
* | | | | | | Merge pull request #210 from OpenTechStrategies/fix-build-instructionsJohn Wiegley2013-09-191-13/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove some obsolete material from the build instructions.
| * | | | | | | Remove some obsolete material from the build instructions.Karl Fogel2013-09-181-13/+1
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It no longer works to create the "build" directory and then build separate optimized and debug versions. As confirmed in IRC with sm and egh, the former instructions resulted in an error: $ mkdir build $ ./acprep opt make make: *** No targets specified and no makefile found. Stop. acprep: ERROR: Execution failed: make $ ./acprep debug make make: *** No targets specified and no makefile found. Stop. acprep: ERROR: Execution failed: make Maybe there's a fix for this, but I don't know what it is, so this commit just makes the build instructions work for the common case.
* | | | | | | Merge pull request #208 from vkurup/masterCraig Earls2013-09-081-1/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ledger-copy-transaction-at-point: leave point in better place for editing
| * | | | | | | Find first numeral or minus sign, instead of blind moveVinod Kurup2013-09-081-1/+2
| | | | | | | |
| * | | | | | | Move past the commodity signVinod Kurup2013-09-071-1/+2
| | | | | | | |
* | | | | | | | Merge pull request #209 from wcravens/fix_block_comment_instructions_chapt_4John Wiegley2013-09-081-3/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove reference to depricated ! operator in Chapt 4
| * | | | | | | | Remove reference to depricated ! operator in Chapt 4Wes Cravens2013-09-081-3/+3
|/ / / / / / / /
* / / / / / / / Corrected discrepancies between documentation and drewr3.dat regarding apply ↵Craig Earls2013-09-072-12/+1
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | and bucket
* | | | | | | Merge pull request #207 from afh/pull/989John Wiegley2013-09-071-5/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Apply --time-colon option only to time commodities
| * | | | | | | Apply --time-colon option only to time commoditiesAlexis Hildebrandt2013-09-071-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See #989
* | | | | | | | Merge pull request #206 from skaczor/patch-1John Wiegley2013-08-211-20/+18
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | Update CMakeLists.txt
| * | | | | | | Update CMakeLists.txtSimon Kaczor2013-08-211-20/+18
|/ / / / / / / | | | | | | | | | | | | | | renamed files from ldg to ledger. Don't compile ledger-context.el because it has a macro.
* | | | | | | Bug 986. Add file order to sorting options in the reconcile mode.Craig Earls2013-08-201-2/+7
| | | | | | |
* | | | | | | Merge pull request #205 from vanicat/t/ignoreCraig Earls2013-08-121-0/+4
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | Adding some file to .gitignore
| * | | | | | Adding some file to .gitignoreRémi Vanicat2013-08-121-0/+4
|/ / / / / /
* | | | | | Merge pull request #200 from errge/masterCraig Earls2013-07-151-5/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | Change ledger-next-amount to be case-sensitive
| * | | | | | Change ledger-next-amount to be case-sensitiveGergely Risko2013-07-121-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise if there is an account that's name only has one part, the regex can match it as a currency and as the beginning of an amount. E.g. if we have the line "Expenses 45 USD", then the old ledger-next-amount will jump to Expenses instead of to 45.
* | | | | | | Merge pull request #202 from bkuhn/contrib-non-profit-audit-fraud-and-totalsJohn Wiegley2013-07-141-7/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Create Fraud Receivable and accept rounding of totals to two cents.
| * | | | | | | Some of the totals rounded via -V cause rounding more than one penny.Bradley M. Kuhn2013-07-141-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use two cents as to test if the amounts are close enough.