Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							236101e31a 
							
						 
					 
					
						
						
							
							ui: support/require fsnotify 0.3.0.1+  
						
						... 
						
						
						
						The api has changed, it supports directory events, and might be more robust. 
						
					 
					
						2018-06-05 06:41:13 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							061aad0431 
							
						 
					 
					
						
						
							
							remove some CPP that's obsolete since we require base 4.8+  
						
						
						
					 
					
						2018-06-04 17:33:21 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							0ce9c5728a 
							
						 
					 
					
						
						
							
							switch to base-compat-batteries to fix ghc 7.10 support ( #794 )  
						
						... 
						
						
						
						base-compat-batteries provides the same API across more ghc versions
than base-compat does, at the cost of more dependencies. Eg it exports
Prelude.Compat ((<>)) with ghc 7.10/base 4.8, which we expect.
My belief is that several of our deps already require it so the added
cost is not too great. We should probably go back to base-compat when
possible though, eg when we stop supporting ghc 7.10. 
						
					 
					
						2018-06-04 17:32:42 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9b801f5746 
							
						 
					 
					
						
						
							
							cabal: consistent indentation  
						
						
						
					 
					
						2018-06-04 17:32:39 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							328b2dabfe 
							
						 
					 
					
						
						
							
							require latest base-compat, might as well ( #794 )  
						
						
						
					 
					
						2018-06-04 17:32:32 -07:00 
						 
				 
			
				
					
						
							
							
								Peter Simons 
							
						 
					 
					
						
						
						
						
							
						
						
							8c0c168cd6 
							
						 
					 
					
						
						
							
							Fix the build of hledger-lib with ghc 8.0.x and base-compat 0.10.x.  
						
						... 
						
						
						
						We don't need to import Data.Monoid because Prelude.Compat exports "<>"
already. In fact, importing that module causes build failures:
    Hledger/Read/Common.hs:725:62: error:
        Ambiguous occurrence ‘<>’
        It could refer to either ‘Sem.<>’,
                                 imported from ‘Prelude.Compat’ at Hledger/Read/Common.hs:97:1-39
                                 (and originally defined in ‘Data.Semigroup’)
                              or ‘Data.Monoid.<>’,
                                 imported from ‘Data.Monoid’ at Hledger/Read/Common.hs:110:1-18
Fixes https://github.com/simonmichael/hledger/issues/794 . 
						
					 
					
						2018-06-04 20:58:58 +02:00 
						 
				 
			
				
					
						
							
							
								Aerex 
							
						 
					 
					
						
						
						
						
							
						
						
							5808e289e6 
							
						 
					 
					
						
						
							
							feat(hledger-ui): added neovim as a supported editor  
						
						... 
						
						
						
						when neovim is set as EDITOR hleger will jump to the correct line number of the transaction; before
hledger will open journal at top of the file 
						
					 
					
						2018-06-03 17:11:43 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Chen 
							
						 
					 
					
						
						
						
						
							
						
						
							b245ec7b3d 
							
						 
					 
					
						
						
							
							lib: remove the megaparsec compatability module  
						
						
						
					 
					
						2018-05-22 12:16:46 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Chen 
							
						 
					 
					
						
						
						
						
							
						
						
							c4ba7542d7 
							
						 
					 
					
						
						
							
							lib: use megaparsec 6 for all supported ghc versions  
						
						
						
					 
					
						2018-05-22 12:16:46 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							581d02162c 
							
						 
					 
					
						
						
							
							resolve all current build warnings with the supported GHC versions  
						
						... 
						
						
						
						If I'm lucky. 
						
					 
					
						2018-05-17 20:43:55 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							0aef51d725 
							
						 
					 
					
						
						
							
							changelogs  
						
						
						
					 
					
						2018-04-29 12:45:07 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							41665d07b0 
							
						 
					 
					
						
						
							
							regenerate cabal files, fix tabular compilation error  
						
						
						
					 
					
						2018-04-23 18:52:28 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							3a3829ac0f 
							
						 
					 
					
						
						
							
							doc: regen embedded manuals  
						
						
						
					 
					
						2018-04-20 06:48:26 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d53557b09d 
							
						 
					 
					
						
						
							
							regen cabal files with stack 1.7's hpack (0.28.2)  
						
						
						
					 
					
						2018-04-20 06:47:52 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							30186e35ea 
							
						 
					 
					
						
						
							
							cabal: update tested-with  
						
						
						
					 
					
						2018-04-20 05:24:09 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Astapov 
							
						 
					 
					
						
						
						
						
							
						
						
							d82370d10b 
							
						 
					 
					
						
						
							
							lib, app, web: remove differences between command line and journal file aliases  
						
						
						
					 
					
						2018-04-17 16:09:11 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Astapov 
							
						 
					 
					
						
						
						
						
							
						
						
							f6ec26e321 
							
						 
					 
					
						
						
							
							lib, app, web, ui: rename readJournalFile[s]WithOpts to readJournalFile, same for tryReader[s]WithOpts  
						
						
						
					 
					
						2018-04-17 15:25:02 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Astapov 
							
						 
					 
					
						
						
						
						
							
						
						
							ecf49b1e4b 
							
						 
					 
					
						
						
							
							lib: auto postings generated before amount inference and balance checks ( #729 )  
						
						
						
					 
					
						2018-04-17 14:33:32 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7129577f34 
							
						 
					 
					
						
						
							
							update cabal files  
						
						
						
					 
					
						2018-04-04 17:56:22 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							4ea02bf1cb 
							
						 
					 
					
						
						
							
							bump version to 1.9.99  
						
						
						
					 
					
						2018-04-04 17:53:38 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							027abcabe6 
							
						 
					 
					
						
						
							
							update embedded manuals  
						
						
						
					 
					
						2018-03-31 19:15:24 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6ebb1fb061 
							
						 
					 
					
						
						
							
							update cabal files  
						
						
						
					 
					
						2018-03-31 19:15:24 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							2db2010e40 
							
						 
					 
					
						
						
							
							bump version to 1.9, bump manual date  
						
						
						
					 
					
						2018-03-31 19:15:24 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							0a1e46e018 
							
						 
					 
					
						
						
							
							doc: update changelogs, release notes  
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2018-03-31 19:15:24 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							0979dbc01f 
							
						 
					 
					
						
						
							
							regenerate cabal files with stack 1.6.3 to silence hpack warnings  
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2018-03-31 03:24:01 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							178e3a234b 
							
						 
					 
					
						
						
							
							ui/web: -E toggles zeroes at startup, with opposite default to cli  
						
						
						
					 
					
						2018-03-29 22:35:06 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							64e06750eb 
							
						 
					 
					
						
						
							
							doc: draft changelogs & release notes  
						
						
						
					 
					
						2018-03-28 18:25:01 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							84579bb1b4 
							
						 
					 
					
						
						
							
							silence redundant import warnings with ghc 8.4  
						
						
						
					 
					
						2018-03-24 22:51:56 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							21db75f1a6 
							
						 
					 
					
						
						
							
							update cabal files  
						
						
						
					 
					
						2018-03-24 16:06:20 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d1a55e5f76 
							
						 
					 
					
						
						
							
							tighten base upper bound, avoid breakage with next major GHC  
						
						
						
					 
					
						2018-03-22 16:43:40 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							8c384e3192 
							
						 
					 
					
						
						
							
							tweak -E help again, hledger-web also shows zeroes by default  
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2018-02-18 08:05:55 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							0da68d2cb8 
							
						 
					 
					
						
						
							
							ui: fix some of the hlint warnings  
						
						
						
					 
					
						2018-02-18 08:05:33 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							a8933e8c5c 
							
						 
					 
					
						
						
							
							ui: tweak -E help, hledger-ui shows zeroes by default  
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2018-02-18 07:16:59 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							92d48ed0a2 
							
						 
					 
					
						
						
							
							lib/ui/web/api: move manuals to extra-source-files in these pkgs too  
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2018-01-26 11:49:26 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							88ef586480 
							
						 
					 
					
						
						
							
							lib: rename, clarify purpose of balanceReportFromMultiBalanceReport  
						
						
						
					 
					
						2018-01-23 11:32:24 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							a0d765edb5 
							
						 
					 
					
						
						
							
							update embedded manuals  
						
						
						
					 
					
						2018-01-04 10:19:27 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							bc3f5c476c 
							
						 
					 
					
						
						
							
							bump version to 1.5.99  
						
						
						
					 
					
						2018-01-04 10:15:03 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							82283d75d7 
							
						 
					 
					
						
						
							
							doc: changelog updates  
						
						
						
					 
					
						2017-12-31 10:30:28 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							956dee9682 
							
						 
					 
					
						
						
							
							update cabal files  
						
						
						
					 
					
						2017-12-31 10:24:15 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6ccabe3b48 
							
						 
					 
					
						
						
							
							update embedded manuals  
						
						
						
					 
					
						2017-12-31 10:22:09 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							52c3884ab7 
							
						 
					 
					
						
						
							
							bump version strings & bounds to 1.5  
						
						
						
					 
					
						2017-12-31 10:20:48 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7921f0cf44 
							
						 
					 
					
						
						
							
							update embedded manuals  
						
						
						
					 
					
						2017-12-31 10:08:44 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							0d8ac2cd6f 
							
						 
					 
					
						
						
							
							update cabal files  
						
						
						
					 
					
						2017-12-31 10:03:50 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							667a1d7e59 
							
						 
					 
					
						
						
							
							remove upper bounds on all but hledger* and base  
						
						... 
						
						
						
						It's rare that my deps break their api or that newer versions must be avoided,
and very common that they release new versions which I must tediously
and promptly test and release hackage revisions for or risk falling out
of stackage. Trying it this way for a bit. 
						
					 
					
						2017-12-31 09:13:50 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							26d1f10ef1 
							
						 
					 
					
						
						
							
							consistent spacing in bounds  
						
						
						
					 
					
						2017-12-31 09:05:39 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d3363d09d8 
							
						 
					 
					
						
						
							
							allow megaparsec 6.4.0  
						
						
						
					 
					
						2017-12-31 08:47:59 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							99cde10e98 
							
						 
					 
					
						
						
							
							doc: draft changelogs  
						
						
						
					 
					
						2017-12-30 18:20:41 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							448934d146 
							
						 
					 
					
						
						
							
							ui: fix manual viewing (on posix) ( fix   #623 )  
						
						
						
					 
					
						2017-12-30 12:59:31 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							2a0e12122c 
							
						 
					 
					
						
						
							
							tools: regen cabal files with latest stack's hpack to avoid warnings  
						
						
						
					 
					
						2017-12-30 08:47:47 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							f8e781462d 
							
						 
					 
					
						
						
							
							ui, web: use/support new -V, --forecast, --auto  
						
						
						
					 
					
						2017-12-29 16:53:37 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							69e255cead 
							
						 
					 
					
						
						
							
							lib: deduplicate, refactor valuation code  
						
						
						
					 
					
						2017-12-29 16:52:08 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							aa06d0f9bd 
							
						 
					 
					
						
						
							
							lib, cli, ui: allow ansi-terminal 0.8  
						
						
						
					 
					
						2017-12-29 12:41:22 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							07596b1c54 
							
						 
					 
					
						
						
							
							update embedded manuals  
						
						
						
					 
					
						2017-12-22 10:13:38 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							0621a27833 
							
						 
					 
					
						
						
							
							update cabal files  
						
						
						
					 
					
						2017-12-22 10:13:37 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							efdee17aae 
							
						 
					 
					
						
						
							
							bump version strings & lower bounds to 1.4.99  
						
						
						
					 
					
						2017-12-22 10:13:37 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							761fc31eb8 
							
						 
					 
					
						
						
							
							lib,cli,ui,web: allow megaparsec 6.3.0  
						
						
						
					 
					
						2017-12-15 12:32:11 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							80db98f209 
							
						 
					 
					
						
						
							
							ui: allow brick 0.30  
						
						
						
					 
					
						2017-12-15 11:38:07 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							cd5c74625e 
							
						 
					 
					
						
						
							
							update embedded manuals  
						
						
						
					 
					
						2017-12-14 18:20:07 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							302ee50bfe 
							
						 
					 
					
						
						
							
							update embedded manuals  
						
						
						
					 
					
						2017-12-07 12:04:11 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9013694d89 
							
						 
					 
					
						
						
							
							cabal: regenerate with stack 1.6/hpack 0.20  
						
						
						
					 
					
						2017-12-07 11:46:33 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							c18a75ecfe 
							
						 
					 
					
						
						
							
							fix data-files paths in yaml/cabal files  
						
						
						
					 
					
						2017-12-06 18:45:01 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							968cff7a4a 
							
						 
					 
					
						
						
							
							remove numbers from all but nroff filenames  
						
						
						
					 
					
						2017-12-06 18:35:18 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							61a2fa4d53 
							
						 
					 
					
						
						
							
							move package manual files out of doc/  
						
						
						
					 
					
						2017-12-06 18:26:20 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							1d26845525 
							
						 
					 
					
						
						
							
							remove */doc/README  
						
						
						
					 
					
						2017-12-06 18:18:03 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							ce694fec2b 
							
						 
					 
					
						
						
							
							ui: allow vty-5.19  
						
						
						
					 
					
						2017-12-05 14:41:03 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							4228203740 
							
						 
					 
					
						
						
							
							doc: regenerate embedded manuals  
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2017-11-28 17:37:27 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							c433873e04 
							
						 
					 
					
						
						
							
							ui: doc: mention A key  
						
						
						
					 
					
						2017-11-28 17:37:16 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							80e4f2af83 
							
						 
					 
					
						
						
							
							ui: allow brick 0.29  
						
						
						
					 
					
						2017-11-10 19:22:48 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							676eb6e1a2 
							
						 
					 
					
						
						
							
							update embedded manuals  
						
						
						
					 
					
						2017-10-31 12:38:37 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							615f9f10d1 
							
						 
					 
					
						
						
							
							ui: downgrade hpack version string to avoid warnings  
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2017-10-10 15:21:23 -07:00 
						 
				 
			
				
					
						
							
							
								Hans-Peter Deifel 
							
						 
					 
					
						
						
						
						
							
						
						
							1e609d12a9 
							
						 
					 
					
						
						
							
							ui: Allow brick <0.28 and vty <5.19  
						
						
						
					 
					
						2017-10-07 08:57:25 -10:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							1bdfbcd106 
							
						 
					 
					
						
						
							
							ui: allow brick < 0.27  
						
						
						
					 
					
						2017-10-04 14:55:52 -10:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							302723b1be 
							
						 
					 
					
						
						
							
							lib,cli,ui,web: allow megaparsec 6.2  
						
						... 
						
						
						
						Forgot to commit this last time.
[ci skip] 
						
					 
					
						2017-10-01 09:49:51 -10:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							5de51c9bad 
							
						 
					 
					
						
						
							
							fix warnings/errors found by make stacktest  
						
						
						
					 
					
						2017-09-30 13:00:22 -10:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7520da5e0c 
							
						 
					 
					
						
						
							
							update embedded manuals  
						
						
						
					 
					
						2017-09-30 11:46:03 -10:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							bfb4a38afb 
							
						 
					 
					
						
						
							
							update cabal files  
						
						
						
					 
					
						2017-09-30 11:45:33 -10:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							4a49b86175 
							
						 
					 
					
						
						
							
							bump version strings & lower bounds to 1.4  
						
						
						
					 
					
						2017-09-30 11:44:53 -10:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							0af0961e10 
							
						 
					 
					
						
						
							
							doc: options help tweaks  
						
						
						
					 
					
						2017-09-30 11:29:25 -10:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6632aedd93 
							
						 
					 
					
						
						
							
							update embedded manuals  
						
						
						
					 
					
						2017-09-30 07:00:57 -10:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							3967e57395 
							
						 
					 
					
						
						
							
							doc: changelog/relnote updates  
						
						
						
					 
					
						2017-09-30 06:52:15 -10:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							e5f794d2cb 
							
						 
					 
					
						
						
							
							cli,ui,web: a @FILE argument reads flags & args from FILE, one per line  
						
						
						
					 
					
						2017-09-30 06:49:31 -10:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							32d5428197 
							
						 
					 
					
						
						
							
							doc: draft 1.4 changelogs  
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2017-09-26 16:22:30 -10:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							c61a4cca92 
							
						 
					 
					
						
						
							
							regenerate embedded manuals  
						
						
						
					 
					
						2017-09-22 16:14:30 -10:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							fead7c5138 
							
						 
					 
					
						
						
							
							cli, ui, web: make -NUM a shortcut for --depth NUM  
						
						
						
					 
					
						2017-09-22 16:14:30 -10:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							e3c4a76119 
							
						 
					 
					
						
						
							
							add & use simpler readJournalFilesWithOpts/InputOpts api  
						
						
						
					 
					
						2017-09-14 17:43:32 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							55cebad0d5 
							
						 
					 
					
						
						
							
							cli: refactor: move commands to a subdirectory, reinstate test command  
						
						
						
					 
					
						2017-09-12 10:04:36 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							dc191ec76e 
							
						 
					 
					
						
						
							
							cli: refactor: new Commands module  
						
						... 
						
						
						
						Builtin commands are now gathered more tightly in a single module,
Hledger.Cli.Commands, reducing duplication and facilitating change.
The tests command was difficult and has been dropped for now.
The obsolete convert/info/man commands have been dropped.
cli: refactor: a proper commands list, better Main/Commands separation
The legacy "convert" command has been dropped.
The activity command's module is now named consistently. 
						
					 
					
						2017-09-11 16:50:08 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							079e76a370 
							
						 
					 
					
						
						
							
							doc: update description/payee/note docs ( #598 ,  #608 )  
						
						
						
					 
					
						2017-09-05 11:44:02 -07:00 
						 
				 
			
				
					
						
							
							
								Jakub Zárybnický 
							
						 
					 
					
						
						
						
						
							
						
						
							13a6584440 
							
						 
					 
					
						
						
							
							ui, web: Enable --pivot and --anon in ui and web ( #474 )  
						
						
						
					 
					
						2017-09-04 20:45:31 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							831ab78a74 
							
						 
					 
					
						
						
							
							lib, cli, ui: allow ansi-terminal 0.7  
						
						
						
					 
					
						2017-08-26 07:47:34 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							b324d3de95 
							
						 
					 
					
						
						
							
							lib, cli, ui, web: drop oldtime flag, require time 1.5+  
						
						... 
						
						
						
						Should be safe to do now, I hope. 
						
					 
					
						2017-08-25 16:56:41 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							c3ba45cd48 
							
						 
					 
					
						
						
							
							ui, web, api: package.yaml: similar cleanups  
						
						
						
					 
					
						2017-08-25 16:31:54 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							12673b1738 
							
						 
					 
					
						
						
							
							update changelogs  
						
						
						
					 
					
						2017-08-25 09:18:26 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							ed4e7c31b5 
							
						 
					 
					
						
						
							
							ui: allow brick 0.24  
						
						
						
					 
					
						2017-08-24 16:11:56 -07:00 
						 
				 
			
				
					
						
							
							
								Felix Yan 
							
						 
					 
					
						
						
						
						
							
						
						
							28e828d6fe 
							
						 
					 
					
						
						
							
							Allow vty 5.1  
						
						... 
						
						
						
						Changes are irrelevant to us. Builds and runs fine. 
						
					 
					
						2017-08-24 16:04:54 -07:00 
						 
				 
			
				
					
						
							
							
								Hans-Peter Deifel 
							
						 
					 
					
						
						
						
						
							
						
						
							37d7c248e2 
							
						 
					 
					
						
						
							
							Allow megaparsec-6.1  
						
						
						
					 
					
						2017-08-24 15:56:49 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d8696c5ea0 
							
						 
					 
					
						
						
							
							cli: clearer command-line help for --date2 ( fixes   #604 )  
						
						
						
					 
					
						2017-08-21 17:19:06 -07:00 
						 
				 
			
				
					
						
							
							
								Hans-Peter Deifel 
							
						 
					 
					
						
						
						
						
							
						
						
							79e3a29083 
							
						 
					 
					
						
						
							
							Fix build of hledger-ui with megaparsec-6  
						
						
						
					 
					
						2017-08-02 11:35:23 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							cb0cb1e1e1 
							
						 
					 
					
						
						
							
							regenerate embedded manuals  
						
						
						
					 
					
						2017-07-31 15:52:41 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							1efbbbc7ac 
							
						 
					 
					
						
						
							
							regenerate cabal files  
						
						
						
					 
					
						2017-07-31 15:01:23 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							5706353881 
							
						 
					 
					
						
						
							
							bump version strings & lower bounds to 1.3.99  
						
						
						
					 
					
						2017-07-31 14:02:35 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							87e281a45d 
							
						 
					 
					
						
						
							
							restore upper bounds on hledger packages  
						
						... 
						
						
						
						I dropped these last month, perhaps without meaning to.
They probably should stay. hledger-ui (eg) will still build
with minor updates of hledger-lib or hledger, but will require
either a release or a hackage revision to build with a major
update. 
						
					 
					
						2017-07-30 11:42:52 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d7d5f8a064 
							
						 
					 
					
						
						
							
							add support for megaparsec 6 ( fixes   #594 )  
						
						... 
						
						
						
						Older megaparsec is still supported.
Also cleans up our custom parser types,
and some text (un)packing is done in different places
(possible performance impact). 
						
					 
					
						2017-07-27 19:20:46 -07:00 
						 
				 
			
				
					
						
							
							
								Felix Yan 
							
						 
					 
					
						
						
						
						
							
						
						
							70b14c2518 
							
						 
					 
					
						
						
							
							Allow vty 5.16  
						
						... 
						
						
						
						It builds and works fine here. 
						
					 
					
						2017-07-21 09:37:01 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							ee735514fe 
							
						 
					 
					
						
						
							
							doc: update builtin manuals  
						
						
						
					 
					
						2017-07-07 02:08:38 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7e896572a7 
							
						 
					 
					
						
						
							
							make --help and -h the same, drop --man and --info for now ( #579 )  
						
						
						
					 
					
						2017-07-07 02:08:34 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							190bab5c33 
							
						 
					 
					
						
						
							
							ui: help: tweak key order  
						
						
						
					 
					
						2017-07-06 14:11:23 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							5ce66fb0de 
							
						 
					 
					
						
						
							
							doc, site: final 1.3 changelogs, release notes, announcement  
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2017-07-01 18:56:57 +01:00 
						 
				 
			
				
					
						
							
							
								Felix Yan 
							
						 
					 
					
						
						
						
						
							
						
						
							ffe8b47529 
							
						 
					 
					
						
						
							
							Update brick to 0.19  
						
						
						
					 
					
						2017-06-30 22:45:34 +01:00 
						 
				 
			
				
					
						
							
							
								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 
							
						 
					 
					
						
						
						
						
							
						
						
							50efcfe359 
							
						 
					 
					
						
						
							
							ui: accounts: reduce "warping", select alphabetically preceding account  
						
						... 
						
						
						
						..when selected account disappears, eg when toggling zero accounts. 
						
					 
					
						2017-06-30 19:45:21 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							f666d5fc25 
							
						 
					 
					
						
						
							
							ui: register: reduce "warping", keep selection at nearest txn  
						
						... 
						
						
						
						When the transaction list changes, eg due to toggling a query filter,
and the previously selected item has disappeared, instead of moving
the selection to the end, we now select the nearest transaction by
date (and if several have the same date, by journal order). 
						
					 
					
						2017-06-30 19:08:51 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							eab17c8edb 
							
						 
					 
					
						
						
							
							ui: transaction: don't show blanks  
						
						
						
					 
					
						2017-06-30 19:07:48 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							8619942388 
							
						 
					 
					
						
						
							
							ui: toggles cleanup  
						
						
						
					 
					
						2017-06-30 19:07:26 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							c642be7570 
							
						 
					 
					
						
						
							
							ui: fix right arrow key  
						
						
						
					 
					
						2017-06-30 17:18:54 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							215b35f7bb 
							
						 
					 
					
						
						
							
							ui: doc: update manual  
						
						
						
					 
					
						2017-06-30 16:38:06 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							97964eb2fc 
							
						 
					 
					
						
						
							
							ui: consistently support vi & emacs movement keys  
						
						... 
						
						
						
						hjkl and CTRL-bfnp should now work wherever unmodified arrow keys work.
(You must still use arrow keys with SHIFT for adjusting report period). 
						
					 
					
						2017-06-30 16:37:10 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							ef5e152fde 
							
						 
					 
					
						
						
							
							ui: better scrolling/positioning  
						
						... 
						
						
						
						In the accounts and register screens:, you can now scroll down further
so that the last item need not always be shown at the bottom of the screen.
Also we now try to center the selected item in the following situations:
- after moving to the end with Page down/End
- after toggling filters (status, real, historical..)
- on pressing the control-l key (should force a screen redraw, also)
- on entering the register screen from the accounts screen (there's a
  known problem with this: it doesn't work the first time).
Items near the top of the list can't be centered, as we don't scroll
higher than the top of the list. 
						
					 
					
						2017-06-30 15:54:30 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							0ccb8c0779 
							
						 
					 
					
						
						
							
							ui: refactor: consistent order  
						
						
						
					 
					
						2017-06-28 12:54:14 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							ce0d6574e6 
							
						 
					 
					
						
						
							
							ui: show transaction status mark in register screen  
						
						
						
					 
					
						2017-06-28 11:47:06 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							0854827310 
							
						 
					 
					
						
						
							
							ui: allow brick 0.18 ( #575 )  
						
						
						
					 
					
						2017-06-20 08:47:25 -07: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 
							
						 
					 
					
						
						
						
						
							
						
						
							40699af34a 
							
						 
					 
					
						
						
							
							doc: update builtin manuals  
						
						
						
					 
					
						2017-06-15 19:16:39 -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 
							
						 
					 
					
						
						
						
						
							
						
						
							eb42ea04e5 
							
						 
					 
					
						
						
							
							use consistent UPC order for --unmarked/--pending/--cleared ( #564 )  
						
						
						
					 
					
						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 
							
						 
					 
					
						
						
						
						
							
						
						
							d0771a8526 
							
						 
					 
					
						
						
							
							doc: regenerate builtin manuals  
						
						
						
					 
					
						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 
							
						 
					 
					
						
						
						
						
							
						
						
							44c6b324ab 
							
						 
					 
					
						
						
							
							ui: add P key to toggle pending mode ( #564 )  
						
						
						
					 
					
						2017-06-15 19:16:39 -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 
							
						 
					 
					
						
						
						
						
							
						
						
							2de0109953 
							
						 
					 
					
						
						
							
							allow megaparsec 5.3  
						
						
						
					 
					
						2017-04-29 17:16:27 -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 
							
						 
					 
					
						
						
						
						
							
						
						
							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 
							
						 
					 
					
						
						
						
						
							
						
						
							586d86488e 
							
						 
					 
					
						
						
							
							doc: regenerate files  
						
						
						
					 
					
						2017-03-29 21:08:02 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							01a2aa9394 
							
						 
					 
					
						
						
							
							doc: update generated files  
						
						
						
					 
					
						2017-03-29 14:35:59 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7df15a8279 
							
						 
					 
					
						
						
							
							doc: flags/usage/manual cleanups  
						
						
						
					 
					
						2017-03-29 14:20:30 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							b402fc7e7d 
							
						 
					 
					
						
						
							
							lib: optserror -> usageError, consolidate with other error functions ( #529 )  
						
						
						
					 
					
						2017-03-29 08:00:51 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							59704dcb6b 
							
						 
					 
					
						
						
							
							doc: regenerate doc files  
						
						
						
					 
					
						2017-03-27 05:12:03 -07:00 
						 
				 
			
				
					
						
							
							
								Peter Simons 
							
						 
					 
					
						
						
						
						
							
						
						
							e2c8a6ae42 
							
						 
					 
					
						
						
							
							Use more accurate license tag in Cabal file.  
						
						
						
					 
					
						2017-03-15 23:07:57 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							3c13da3ca2 
							
						 
					 
					
						
						
							
							update cabal files to hpack 0.17.0/stack 1.4 format  #512  
						
						
						
					 
					
						2017-03-15 23:04:35 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7dd34d71b5 
							
						 
					 
					
						
						
							
							ui: transaction: fix pattern match failure when pressing E ( fixes   #508 )  
						
						
						
					 
					
						2017-02-05 12:00:45 -08:00 
						 
				 
			
				
					
						
							
							
								Justin Le 
							
						 
					 
					
						
						
						
						
							
						
						
							600132445c 
							
						 
					 
					
						
						
							
							documentation changed to reflect new bs/is/cf and -V behavior  
						
						
						
					 
					
						2017-02-04 16:38:18 -08:00