Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							2c170f63a6 
							
						 
					 
					
						
						
							
							doc: lower-case hcar dir, part 1  
						
						... 
						
						
						
						in two parts to avoid any issues with git/osx 
						
					 
					
						2015-10-19 08:55:15 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							e2618210d2 
							
						 
					 
					
						
						
							
							doc: HCAR tweaks  
						
						
						
					 
					
						2015-10-19 08:42:06 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							cbb076c224 
							
						 
					 
					
						
						
							
							doc: distinguish mockups from docs  
						
						
						
					 
					
						2015-10-19 08:41:24 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							ef2dd9651d 
							
						 
					 
					
						
						
							
							doc: a new HCAR entry  
						
						
						
					 
					
						2015-10-18 16:09:23 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							bf532948f6 
							
						 
					 
					
						
						
							
							doc: clean up HCAR files  
						
						
						
					 
					
						2015-10-18 14:50:14 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							2e38aec410 
							
						 
					 
					
						
						
							
							doc: link to dev sprint  #2  
						
						
						
					 
					
						2015-10-11 17:47:04 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							1d944ac1a9 
							
						 
					 
					
						
						
							
							doc: balance --format does not support - any more  
						
						
						
					 
					
						2015-10-10 15:07:49 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							e6d8a9d1bc 
							
						 
					 
					
						
						
							
							tools: add sample journals with wide characters  
						
						... 
						
						
						
						generatejournal now has --chinese and --mixed options, which are used to
generate some additional small sample journals. 
						
					 
					
						2015-10-10 11:51:07 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							939f7184c9 
							
						 
					 
					
						
						
							
							journal: make "end comment" optional, like ledger  
						
						... 
						
						
						
						The "comment" directive longer requires an "end comment", and will
extend to the end of the file(s) without it. 
						
					 
					
						2015-10-07 16:41:49 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							921a874e72 
							
						 
					 
					
						
						
							
							doc: front page: add gpl badge  
						
						
						
					 
					
						2015-09-02 11:49:33 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9647d350b1 
							
						 
					 
					
						
						
							
							doc: more download/devguide tweaks  
						
						
						
					 
					
						2015-08-24 09:34:26 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							ee8161dd1c 
							
						 
					 
					
						
						
							
							doc: download: update instructions for stack LTS 3  
						
						
						
					 
					
						2015-08-24 09:23:07 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							edd1d4268b 
							
						 
					 
					
						
						
							
							doc: devguide: rewrite setup docs  
						
						
						
					 
					
						2015-08-24 07:42:49 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							62f0b879e5 
							
						 
					 
					
						
						
							
							doc: devguide: sample journals ( #197 )  
						
						
						
					 
					
						2015-08-23 21:42:58 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							94e7d026d6 
							
						 
					 
					
						
						
							
							doc: dev guide: benchmarking  
						
						
						
					 
					
						2015-08-23 10:23:20 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							cc98ee39f7 
							
						 
					 
					
						
						
							
							balance, lib: --format/StringFormat improvements  
						
						... 
						
						
						
						The balance command's --format option (in single-column mode) can now
adjust the rendering of multi-line strings, such as amounts with multiple
commodities. To control this, begin the format string with one of:
 %_  - renders on multiple lines, bottom-aligned (the default)
 %^  - renders on multiple lines, top-aligned
 %,  - render on one line, comma-separated
Also the final total (and the line above it) now adapt themselves to a
custom format. 
						
					 
					
						2015-08-19 20:53:51 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							c158779212 
							
						 
					 
					
						
						
							
							doc: dev guide: more tweaks  
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2015-08-13 12:32:30 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9536db384d 
							
						 
					 
					
						
						
							
							bump stack resolver to lts-3.0  
						
						
						
					 
					
						2015-08-13 08:16:54 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							48e31d4f8c 
							
						 
					 
					
						
						
							
							bump version to 0.26.98  
						
						
						
					 
					
						2015-08-12 22:49:04 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							930628805b 
							
						 
					 
					
						
						
							
							doc: dev guide, readme: clean up badges, links  
						
						
						
					 
					
						2015-08-11 15:48:59 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							cae3c756ed 
							
						 
					 
					
						
						
							
							doc: dev guide: fix table layout, link updates  
						
						
						
					 
					
						2015-08-11 15:36:38 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							51873fde19 
							
						 
					 
					
						
						
							
							doc: readme, dev guide: more badges  
						
						
						
					 
					
						2015-08-11 15:25:38 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							69818f0ca5 
							
						 
					 
					
						
						
							
							doc: manual: typo, clarifications  
						
						
						
					 
					
						2015-08-09 21:09:50 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							a47ba50e8a 
							
						 
					 
					
						
						
							
							doc: manual: clarify transaction vs market prices  
						
						
						
					 
					
						2015-08-09 21:02:36 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							2dc9926fd4 
							
						 
					 
					
						
						
							
							doc: manual: document balance -V/--value  
						
						
						
					 
					
						2015-08-09 16:45:43 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							94094252be 
							
						 
					 
					
						
						
							
							rename historical prices to market prices  
						
						... 
						
						
						
						Simpler and clearer. We now have "transaction prices" (recorded as part
of transaction amounts) and "market prices" (recorded with P
directives). Both are matters of historical record, also this avoids
confusion with the balance command's "historical balances". 
						
					 
					
						2015-08-09 16:20:02 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							bf4c9221be 
							
						 
					 
					
						
						
							
							doc: download: don't mention hledger-web on fedora  
						
						
						
					 
					
						2015-08-05 06:52:32 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							ee81005796 
							
						 
					 
					
						
						
							
							doc: update fedora links/download info  
						
						
						
					 
					
						2015-08-02 16:58:34 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9f2cce6928 
							
						 
					 
					
						
						
							
							docs: manual: clarify real:  
						
						
						
					 
					
						2015-08-02 16:58:08 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							72f080bc16 
							
						 
					 
					
						
						
							
							docs: manual: mention stack, cleanups  
						
						
						
					 
					
						2015-07-28 17:30:50 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							dee282d8cf 
							
						 
					 
					
						
						
							
							docs: download: more cleanups  
						
						
						
					 
					
						2015-07-28 17:30:17 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							0a0ef2c213 
							
						 
					 
					
						
						
							
							site: add travis badge to front page and dev guide  
						
						
						
					 
					
						2015-07-28 17:29:06 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							31fe0e9243 
							
						 
					 
					
						
						
							
							doc: devguide: link to travis  
						
						
						
					 
					
						2015-07-28 15:06:58 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							2c16dded6e 
							
						 
					 
					
						
						
							
							docs: simplify download page  
						
						
						
					 
					
						2015-07-23 07:05:28 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							fba4e126fe 
							
						 
					 
					
						
						
							
							docs: download: equalise column widths  
						
						
						
					 
					
						2015-07-22 15:34:09 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6998de1036 
							
						 
					 
					
						
						
							
							docs: download: 0.26 binaries for windows  
						
						... 
						
						
						
						and drop the donations-for-binaries policy 
						
					 
					
						2015-07-22 15:20:24 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6ca4a35a6d 
							
						 
					 
					
						
						
							
							docs: download: stack build tips for windows  
						
						
						
					 
					
						2015-07-22 13:58:10 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							10163f698a 
							
						 
					 
					
						
						
							
							doc: devguide: how to run ghci ( #274 )  
						
						
						
					 
					
						2015-07-19 09:34:34 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7c02959944 
							
						 
					 
					
						
						
							
							doc: devguide: how to run tests  
						
						
						
					 
					
						2015-07-19 09:34:23 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							53eb580b48 
							
						 
					 
					
						
						
							
							doc: devguide: undeprecate trello  
						
						
						
					 
					
						2015-07-19 09:33:51 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d94cf3c726 
							
						 
					 
					
						
						
							
							doc: re-order devguide topics  
						
						
						
					 
					
						2015-07-19 09:33:36 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							892b0b226a 
							
						 
					 
					
						
						
							
							doc: devguide: how to suggest enhancements  
						
						
						
					 
					
						2015-07-18 12:40:54 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							78018cc24d 
							
						 
					 
					
						
						
							
							tools: yaml definitions for the hledger cabal files  
						
						... 
						
						
						
						Here are hpack package.yaml files for the other hledger cabal files.
These remove a lot of human-error-prone duplication.
They are not used yet as hpack isn't quite mature enough -
when it supports flags and benchmarks we will probably switch. 
						
					 
					
						2015-07-14 17:32:49 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							4a3b09e1ed 
							
						 
					 
					
						
						
							
							tools: start generating cabal files with hpack  
						
						... 
						
						
						
						hakyll-std's cabal file is now generated by hpack from an easier yaml
config file, which looks like a valuable timesaver. "make gencabalfiles"
will regenerate this cabal file (and soon the others) when needed. 
						
					 
					
						2015-07-14 15:19:05 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9a93a2b5f5 
							
						 
					 
					
						
						
							
							site: make hakyll-std's stack config work on osx  
						
						
						
					 
					
						2015-07-14 15:16:01 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							852c4115fa 
							
						 
					 
					
						
						
							
							doc: update build instructions  
						
						
						
					 
					
						2015-07-13 21:56:39 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							b993716222 
							
						 
					 
					
						
						
							
							doc: release notes: hide contact info  
						
						
						
					 
					
						2015-07-13 21:06:00 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							f788c53217 
							
						 
					 
					
						
						
							
							site: commit and use hakyll-std, a generic site builder  
						
						
						
					 
					
						2015-07-13 20:47:53 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7d81ca0e8f 
							
						 
					 
					
						
						
							
							doc: dev guide updates  
						
						
						
					 
					
						2015-07-13 20:24:58 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6e84bf3510 
							
						 
					 
					
						
						
							
							doc: update ANNOUNCe  
						
						
						
					 
					
						2015-07-13 20:24:35 -07:00