Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							28c420109d 
							
						 
					 
					
						
						
							
							doc: changelogs for 1.3  
						
						
						
					 
					
						2017-06-30 22:26:36 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							af952532c9 
							
						 
					 
					
						
						
							
							bump package versions to 1.3  
						
						
						
					 
					
						2017-06-30 20:57:47 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							c4248072db 
							
						 
					 
					
						
						
							
							doc: bump version to 1.3, update builtin manuals  
						
						
						
					 
					
						2017-06-30 20:45:50 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							1d5f3a44d5 
							
						 
					 
					
						
						
							
							lib: debug: add a log0 that writes to debug.log in the current directory  
						
						... 
						
						
						
						Seems to work somewhat, might have some laziness issues. 
						
					 
					
						2017-06-30 19:14:57 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							41d62d669b 
							
						 
					 
					
						
						
							
							doc: journal: note that transaction code must be parenthesised  
						
						
						
					 
					
						2017-06-30 14:49:19 +01:00 
						 
				 
			
				
					
						
							
							
								David Reaver 
							
						 
					 
					
						
						
						
						
							
						
						
							a9959b30c2 
							
						 
					 
					
						
						
							
							Fix date of 1.2 release in CHANGES  
						
						
						
					 
					
						2017-06-20 08:45:35 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							59af88b796 
							
						 
					 
					
						
						
							
							ui: add temporary --status-toggles for testing toggle styles ( #564 )  
						
						
						
					 
					
						2017-06-18 16:20:30 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							22e751983b 
							
						 
					 
					
						
						
							
							ui: allow multiple status filters to be active at once ( #564 )  
						
						
						
					 
					
						2017-06-15 19:16:39 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							dcc58d4a2b 
							
						 
					 
					
						
						
							
							lib: rename ClearedStatus type to Status  
						
						... 
						
						
						
						(and fix hard-coded enum count) 
						
					 
					
						2017-06-15 19:16:39 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							430c49154a 
							
						 
					 
					
						
						
							
							lib: rename Query's Status constructor to StatusQ  
						
						
						
					 
					
						2017-06-15 19:16:39 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							cca95d2974 
							
						 
					 
					
						
						
							
							doc: update builtin manuals  
						
						
						
					 
					
						2017-06-15 19:16:39 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							e119941648 
							
						 
					 
					
						
						
							
							rename "uncleared" status to "unmarked" and --uncleared to --unmarked ( #564 )  
						
						... 
						
						
						
						See the issue and linked mail list discussion. Ambiguity between the
uncleared state, and the "not cleared" --uncleared flag causes confusion
and friction. At this point it seems best to break with Ledger and
past hledger, pick a new name and drop --uncleared to put an end to it. 
						
					 
					
						2017-06-15 19:16:39 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							794647780d 
							
						 
					 
					
						
						
							
							doc: fixes for builtin manuals  
						
						
						
					 
					
						2017-06-15 19:16:39 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d0771a8526 
							
						 
					 
					
						
						
							
							doc: regenerate builtin manuals  
						
						
						
					 
					
						2017-06-15 19:16:39 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							f168d74010 
							
						 
					 
					
						
						
							
							doc: update status docs  
						
						
						
					 
					
						2017-06-15 19:16:39 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							5d28120f6d 
							
						 
					 
					
						
						
							
							lib: multiple status: query terms are OR'd ( #564 )  
						
						... 
						
						
						
						Like desc: and acct:. I think this is more intuitive and useful,
so now eg "status: status:!" works (equivalent to -UP or "not:status:*"). 
						
					 
					
						2017-06-15 19:16:39 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7fc921db86 
							
						 
					 
					
						
						
							
							lib, cli: -U/-P/-C flags can be combined ( #564 )  
						
						
						
					 
					
						2017-06-15 19:16:39 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							8b073014e4 
							
						 
					 
					
						
						
							
							lib, cli: -U/--uncleared no longer matches pending things ( #564 )  
						
						... 
						
						
						
						Also begin using "marked"/"unmarked" terminology where it's helpful. 
						
					 
					
						2017-06-15 19:16:39 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							c5d63f03ce 
							
						 
					 
					
						
						
							
							lib: clean up status functional tests, document ClearedStatus ( #564 )  
						
						
						
					 
					
						2017-06-15 19:16:39 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							dae17093c3 
							
						 
					 
					
						
						
							
							lib: hide successful hunit tests, to avoid obscuring failed doctests ( #568 )  
						
						
						
					 
					
						2017-06-07 06:42:58 -07:00 
						 
				 
			
				
					
						
							
							
								Carel Fellinger 
							
						 
					 
					
						
						
						
						
							
						
						
							da9aa81ec7 
							
						 
					 
					
						
						
							
							Update AutoTransaction.hs  
						
						... 
						
						
						
						lib: fix unit test some more after 5c095534 
						
					 
					
						2017-06-07 12:56:43 +02:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7cc2d86ac0 
							
						 
					 
					
						
						
							
							lib: fix unit tests after  5c095534 
						
						
						
					 
					
						2017-06-06 09:43:05 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							1755f71202 
							
						 
					 
					
						
						
							
							bump version/month in all generated docs  
						
						
						
					 
					
						2017-06-06 09:22:39 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							af11cd6243 
							
						 
					 
					
						
						
							
							bump package versions to 1.2.98 (1.3 alpha)  
						
						
						
					 
					
						2017-06-06 09:21:51 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							5c09553481 
							
						 
					 
					
						
						
							
							lib: keep amounts aligned when rendering a transaction with posting flags  
						
						... 
						
						
						
						Related to #563 , when rendering a transaction, we reserve two more chars
of width so that amounts remain aligned when there are posting flags.
Affects hledger-ui's transaction screen, print, hledger-rewrite etc. 
						
					 
					
						2017-06-04 21:26:18 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							1adc636554 
							
						 
					 
					
						
						
							
							lib: show pending posting flags when rendering a transaction ( fix   #563 )  
						
						... 
						
						
						
						This affects hledger-ui's transaction screen, print, hledger-rewrite etc.
A pending flag on postings is now displayed, just like a cleared flag.
Also there will now be a space between flag and account name.
And it's slightly better at aligning amounts, due to now considering
virtual posting parentheses/brackets or something. 
						
					 
					
						2017-06-04 17:54:57 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							c9e7bbdc7c 
							
						 
					 
					
						
						
							
							clarify recent print changes a bit ( #551 )  
						
						
						
					 
					
						2017-05-30 13:57:52 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							aca7c0d93b 
							
						 
					 
					
						
						
							
							lib: clarify journalBalanceTransactions  
						
						
						
					 
					
						2017-05-30 13:57:52 -07:00 
						 
				 
			
				
					
						
							
							
								Christian G. Warden 
							
						 
					 
					
						
						
						
						
							
						
						
							d39040c634 
							
						 
					 
					
						
						
							
							Add Support for Rewriting Multipler Postings Into Different Commodities ( #557 )  
						
						... 
						
						
						
						When generating a new posting as a multiple of an existing posting,
support conversion to a different commodity.  For example, postings in
hours can be used to generate postings in USD.
Automatic transactions generated from rewrite rules use the commodity,
amount style, and transaction price if the rewrite defines a commodity. 
						
					 
					
						2017-05-30 07:30:15 -07:00 
						 
				 
			
				
					
						
							
							
								Joe Horsnell 
							
						 
					 
					
						
						
						
						
							
						
						
							35f77ee5e4 
							
						 
					 
					
						
						
							
							Fix trivial typo (#balance-assertions anchor) in CSV docs. ( #559 )  
						
						
						
					 
					
						2017-05-30 07:27:14 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							dca7ffc10b 
							
						 
					 
					
						
						
							
							doc: journal: meaning of --uncleared, matching tips ( #553 )  
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2017-05-24 19:17:29 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							34af40024a 
							
						 
					 
					
						
						
							
							doc: journal: expand transactions/postings/status sections ( #553 )  
						
						
						
					 
					
						2017-05-24 17:44:32 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							a5b545c4eb 
							
						 
					 
					
						
						
							
							doc: clarify some transaction price details  
						
						... 
						
						
						
						- remove inaccurate print examples
- note #551 
- note Ledger's fixed price syntax
- note how posting order can affect -B
- edits for clarity 
						
					 
					
						2017-05-22 17:52:14 -07:00 
						 
				 
			
				
					
						
							
							
								Jan Zerebecki 
							
						 
					 
					
						
						
						
						
							
						
						
							f403b1e709 
							
						 
					 
					
						
						
							
							Fix link to queries ( #550 )  
						
						
						
					 
					
						2017-05-22 07:29:55 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							5e00d2f31c 
							
						 
					 
					
						
						
							
							csv: refactor ( #548 )  
						
						
						
					 
					
						2017-05-14 18:17:56 +09:00 
						 
				 
			
				
					
						
							
							
								Nicolas Wavrant 
							
						 
					 
					
						
						
						
						
							
						
						
							309d1ccd59 
							
						 
					 
					
						
						
							
							CsvReader: simplify '-' signs if there exist more than one ( #548 )  
						
						... 
						
						
						
						It prevents hledger to crash later, as it fails to read
amount strings containing more than one '-'
Fix  #524  
						
					 
					
						2017-05-14 09:34:33 +09:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							2de0109953 
							
						 
					 
					
						
						
							
							allow megaparsec 5.3  
						
						
						
					 
					
						2017-04-29 17:16:27 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							10d85bedec 
							
						 
					 
					
						
						
							
							bal: show negative amounts in red  
						
						... 
						
						
						
						The balance command now shows negative amounts in red, when it thinks
ANSI codes are supported, ie when TERM is not "dumb" and stdout is not
being redirected or piped somewhere. 
						
					 
					
						2017-04-25 18:34:09 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9a86c9ee52 
							
						 
					 
					
						
						
							
							lib: begin supporting colour  
						
						... 
						
						
						
						Add some basic helpers for working with ANSI colour codes,
and make strWidth and the various string layout functions aware of them. 
						
					 
					
						2017-04-25 18:27:25 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							48a84cdd58 
							
						 
					 
					
						
						
							
							lib: note an issue with journalfieldnames ordering  
						
						
						
					 
					
						2017-04-19 09:05:21 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							2ac77338f8 
							
						 
					 
					
						
						
							
							doc: csv tweaks  
						
						
						
					 
					
						2017-04-19 09:04:44 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Astapov 
							
						 
					 
					
						
						
						
						
							
						
						
							c4c4be5fad 
							
						 
					 
					
						
						
							
							Fix parsing of blank/empty balances + testcases ( #539 )  
						
						
						
					 
					
						2017-04-18 09:07:30 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Astapov 
							
						 
					 
					
						
						
						
						
							
						
						
							451f9d7307 
							
						 
					 
					
						
						
							
							"balance" parser for csv reader ( #537 )  
						
						... 
						
						
						
						* "balance" parser for csv reader
* Some docs for 
						
					 
					
						2017-04-14 14:52:03 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							f9ad13b1c1 
							
						 
					 
					
						
						
							
							doc: journal: drop obsolete info  
						
						
						
					 
					
						2017-04-13 08:42:52 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d9488ea01b 
							
						 
					 
					
						
						
							
							doc: move cost/market value into general options section  
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2017-03-31 19:18:17 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							ff598f2635 
							
						 
					 
					
						
						
							
							doc: make changelogs from release notes  
						
						
						
					 
					
						2017-03-31 18:11:44 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6ee66979ff 
							
						 
					 
					
						
						
							
							doc: regenerate files  
						
						
						
					 
					
						2017-03-31 18:01:32 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							1850fb732f 
							
						 
					 
					
						
						
							
							bump version to 1.2  
						
						
						
					 
					
						2017-03-31 17:58:11 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							646cdf34e2 
							
						 
					 
					
						
						
							
							lib: mark todo for multicolumn balance/bs ( #518 )  
						
						
						
					 
					
						2017-03-31 16:55:04 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							61a5b5274b 
							
						 
					 
					
						
						
							
							doc: journal: fix link to aliases howto  
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2017-03-31 10:42:53 -07:00