summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix period expression parsing for month to month without yearMartin Michlmayr2014-10-022-2/+162
| | | | Bug fix for #1074, a regression introduced by the fix for bug #375
* Fix comment detection logic for fortification.Craig Earls2014-09-281-14/+8
|
* Allow any printable character in account names.Craig Earls2014-09-281-1/+1
|
* Make ledger-fontify-xact-state-overrides nil by defaultCraig Earls2014-09-221-2/+2
|
* Merge commit 'b58a872fba7909371d47bc2eb8468e5ba82cfac0'Craig Earls2014-09-222-1/+2
|\
| * lisp/CMakeLists.txt: add missing filesJohann Klähn2014-09-221-0/+2
| |
| * Merge pull request #326 from felixrabe/patch-1Martin Michlmayr2014-09-211-1/+1
| |\ | | | | | | README.md: Mention current version
| | * README.md: Mention current versionFelix Rabe2014-09-221-1/+1
| |/
* / Add fontify.el and navigate.el to CMakeLists.txtCraig Earls2014-09-221-0/+2
|/
* Add ability to edit report command temporarilyCraig Earls2014-09-181-2/+9
|
* Merge pull request #325 from sykora/masterCraig Earls2014-09-181-1/+5
|\ | | | | | | | | Add face definition for `ledger-font-payee-pending-face'. Ooops. Missed that. thank you!
| * Add face definition for `ledger-font-payee-pending-face'.P.C. Shyamshankar2014-09-171-1/+5
| | | | | | | | | | | | Ledger fontifies payees on pending transactions using the aptly named `ledger-font-payee-pending-face' face, despite that face not actually being defined. This patch fixes that.
* | Improve ledger occur region searchCraig Earls2014-09-171-13/+6
| |
* | Merge commit '7c18ba8d7c704595268616b740833c88e93b51f3'Craig Earls2014-09-175-239/+5
|\|
| * Merge pull request #324 from cgar/spellingSteve Purcell2014-09-154-5/+5
| |\ | | | | | | minor spelling fixes
| | * minor spelling fixesCarlos E. Garcia2014-09-154-5/+5
| |/
| * Merge pull request #322 from kain88-de/remove-outdated-fileCraig Earls2014-09-141-234/+0
| |\ | | | | | | That is some old cruft. Thanks.
| | * remove outdated install instructionsMax Linke2014-09-141-234/+0
| |/
* / Fix ledger-navigate-beginning-of-xact.Craig Earls2014-09-171-0/+2
|/ | | | It failed it it was called with point on the first line of an xact
* sort required a next xact function that ignores directivesCraig Earls2014-09-132-12/+12
|
* All navigation functions moved to ledger-navigate.Craig Earls2014-09-1310-85/+146
| | | | Reduce several overlapping functions.
* everything appears to work with no empty lines between xacts.Craig Earls2014-09-134-54/+51
|
* rewrote ledger-end-record in ledger-sort to get rid of next-paragraphCraig Earls2014-09-131-6/+10
|
* Merge pull request #321 from kljohann/cmakeJohn Wiegley2014-09-113-49/+35
|\ | | | | Clean up CMake files
| * reduce number of warning messages when building docsJohann Klähn2014-09-101-11/+12
| | | | | | | | Warnings were emitted for every info file (twice) instead of once.
| * clean up installation of doc filesJohann Klähn2014-09-102-19/+10
| |
| * install man page even if BUILD_DOCS isn't setJohann Klähn2014-09-101-13/+9
| | | | | | | | The man page is useful and does not need additional software to be installed.
| * avoid policy warning with recent CMake versionsJohann Klähn2014-09-101-8/+6
| | | | | | | | See `cmake --help-policy CMP0026` with CMake ≥ 3.0.
* | Catch value expression in amount alignment codeCraig Earls2014-09-102-19/+17
| |
* | Fix ledger-post-regex so that it would recognize integer amountsCraig Earls2014-09-101-1/+1
| |
* | Merge commit '6323fe52b7621c21f5e2af7fd9bce344a37a4ea1'Craig Earls2014-09-101-1/+1
|\|
| * fix regression testJohann Klähn2014-09-101-1/+1
| | | | | | | | see pull request #320 / commit 4c8604266580b2
* | Minor refactoring and code cleanupCraig Earls2014-09-104-62/+30
| |
* | Added some missing faces for xact amounts.Craig Earls2014-09-101-0/+10
|/
* Merge branch 'new-fontification-scheme'Craig Earls2014-09-086-55/+401
|\
| * New fortification is working.Craig Earls2014-09-083-91/+27
| | | | | | | | Code pruned.
| * Seems to be working. I wasn't ensuring I caught all the xacts in a region ↵Craig Earls2014-09-081-13/+11
| | | | | | | | | | | | specified by hit lock. Now I need to prune code
| * Solved the fight between jit-lock. But for some reason it isn't calling it ↵Craig Earls2014-09-052-4/+5
| | | | | | | | for all regions in the buffer.
| * jit-lock is now calling ledger-fontify-buffer-part, but ↵Craig Earls2014-09-053-55/+89
| | | | | | | | font-lock-fontify-region is still being called and fighting with it.
| * Merge branch 'master' into new-fontification-schemeCraig Earls2014-09-051-2/+3
| |\
| * | meh. Still chugging along.Craig Earls2014-09-052-9/+11
| | |
| * | improved xact iteration so fontify-whole-buffer doesn't miss xact separated ↵Craig Earls2014-09-042-4/+30
| | | | | | | | | | | | by more than a single empty line
| * | not much progress here.Craig Earls2014-09-041-1/+2
| | |
| * | Merge branch 'master' into new-fontification-schemeCraig Earls2014-08-296-0/+22
| |\ \
| * | | no messageCraig Earls2014-08-262-34/+51
| | | |
| * | | Not working well, try something else on new-fontification-scheme-2Craig Earls2014-08-263-8/+26
| | | |
| * | | Merge branch 'master' into new-fontification-schemeCraig Earls2014-08-266-7/+7
| |\ \ \
| * | | | fontifying xact starts and postings.Craig Earls2014-08-242-19/+36
| | | | | | | | | | | | | | | | | | | | initial testing looks better than previous font-lock methods. Need run time and performance testing.
| * | | | Set up fontification independent of font-lock.Craig Earls2014-08-246-27/+323
| | | | | | | | | | | | | | | | | | | | Basic functionality in place. need to test further and expand detail fortification.
* | | | | Merge pull request #320 from morninj/masterSteve Purcell2014-09-081-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | | "mispelled" was misspelled