William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							b510aa6824 
							
						 
					 
					
						
						
							
							switch to semantic versioning  
						
						
						
					 
					
						2012-06-16 13:57:40 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							f29876b202 
							
						 
					 
					
						
						
							
							Fix   #130 : Use temporary directory for unit tests.  
						
						
						
					 
					
						2012-06-10 20:50:18 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							3a7f211fb6 
							
						 
					 
					
						
						
							
							Obey AUTOJUMP_KEEP_SYMLINKS when testing current directory against paths.  
						
						... 
						
						
						
						This is to make sure we don't jump into our current directory when the symlinks
option is enabled. 
						
					 
					
						2012-06-04 08:06:25 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							05026ff54e 
							
						 
					 
					
						
						
							
							break db load into smaller functions, load backup if opening primary db fails  
						
						
						
					 
					
						2012-05-28 09:44:09 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							626fa8b080 
							
						 
					 
					
						
						
							
							version bump to v20-9  
						
						
						
					 
					
						2012-05-28 09:24:04 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							b00e0e85e1 
							
						 
					 
					
						
						
							
							Fix   #123 , new installations were not initializing database properly.  
						
						... 
						
						
						
						Also added unit test coverage to check database initialization, saving, and
loading.  Unit tests also revealed that migration code was not working properly
(starts database from scratch instead of copying existing entries over). 
						
					 
					
						2012-05-28 09:21:31 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							b3c3253e89 
							
						 
					 
					
						
						
							
							tweak release target to build docs and test first  
						
						
						
					 
					
						2012-05-28 09:18:28 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							867be37543 
							
						 
					 
					
						
						
							
							remove tmp files created from unit tests  
						
						
						
					 
					
						2012-05-27 13:35:47 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							183fa795d7 
							
						 
					 
					
						
						
							
							Update scripts to use version agnostic pattern matching and corresponding documentation.  
						
						
						
					 
					
						2012-05-27 13:14:01 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							1b765ab8a6 
							
						 
					 
					
						
						
							
							Use zsh version agnostic approach regarding substring matching  
						
						
						
					 
					
						2012-05-27 13:04:24 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							c2d72e442a 
							
						 
					 
					
						
						
							
							remove references to jumpstat within manpages  
						
						
						
					 
					
						2012-05-27 11:56:38 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							32566eb89d 
							
						 
					 
					
						
						
							
							Implements  #126 . Options passed to j will now be parsed. -s short option for  
						
						... 
						
						
						
						--stat added, jumpstat alias removed.
Options passed to the `j` function will now be passed on autojump. As a result,
directories beginning with `-` are no longer supported.
A -s short alias for --stat is added. Instead of using jumpstat, use `j --stat`
or `j -s` instead. 
						
					 
					
						2012-05-27 11:24:49 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							d194429782 
							
						 
					 
					
						
						
							
							Test zsh version before using appropriate regex test conditional.  
						
						... 
						
						
						
						As best I can tell, ZSH introduced the "=~" condition somewhere around 4.3.5 or
4.3.9. In either case, autojump will use =~ for versions higher than 4.3.5 and
  -pcre-match for older versions of ZSH. 
						
					 
					
						2012-05-27 10:53:33 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							3f78b56bc7 
							
						 
					 
					
						
						
							
							Remove unnecessary code from install.sh.  
						
						... 
						
						
						
						In the past the installer would modify the user's ~/.bashrc and thus needed to
find the current user's name and home directory. However, the installer no
longer modifies user's ~/.bashrc and getent also outputs error messages for
Cygwin users. 
						
					 
					
						2012-05-27 09:18:54 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							3fdc213149 
							
						 
					 
					
						
						
							
							Merge pull request  #125  from KenMacD/zsh  
						
						... 
						
						
						
						Use -pcre-match in .zsh instead of =~. 
						
					 
					
						2012-05-22 10:57:48 -07:00 
						 
				 
			
				
					
						
							
							
								Kenny MacDermid 
							
						 
					 
					
						
						
						
						
							
						
						
							ee1be0310b 
							
						 
					 
					
						
						
							
							Use -pcre-match in .zsh instead of =~.  
						
						... 
						
						
						
						Before zsh 4.3.5 =~ was not supported. This results in the message
'autojump.zsh:18: condition expected: =~'. 
						
					 
					
						2012-05-20 12:16:31 -03:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							e62e720765 
							
						 
					 
					
						
						
							
							move config back to global space  
						
						
						
					 
					
						2012-05-12 17:00:38 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							7123e23706 
							
						 
					 
					
						
						
							
							minor version bump to v20-6  
						
						
						
					 
					
						2012-05-12 16:38:51 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							57053a76fa 
							
						 
					 
					
						
						
							
							Add dev section to README.md and update makefile to reflect new section.  
						
						
						
					 
					
						2012-05-12 16:38:09 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							f25d7ba996 
							
						 
					 
					
						
						
							
							add unit tests, run using: make test  
						
						
						
					 
					
						2012-05-12 16:31:58 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							13e385a0ef 
							
						 
					 
					
						
						
							
							reformat doc strings, move config into own function, add global variable for testing purposes  
						
						
						
					 
					
						2012-05-12 16:31:37 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							79e644bd63 
							
						 
					 
					
						
						
							
							Add name(s) to AUTHORS  
						
						
						
					 
					
						2012-05-12 03:22:41 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							009b01d94a 
							
						 
					 
					
						
						
							
							tweak docs regarding minimum requirements  
						
						
						
					 
					
						2012-05-08 09:18:43 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							e8118186e4 
							
						 
					 
					
						
						
							
							tweak documentation wording  
						
						
						
					 
					
						2012-05-08 09:09:16 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							0818bf8164 
							
						 
					 
					
						
						
							
							Fix   #110 , autojump_ignore_case now working properly  
						
						
						
					 
					
						2012-05-08 09:08:50 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							83e01c5251 
							
						 
					 
					
						
						
							
							tweak mailing list wording  
						
						
						
					 
					
						2012-05-07 09:18:29 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							effe34924d 
							
						 
					 
					
						
						
							
							Add Google Group information to documentation  
						
						
						
					 
					
						2012-05-06 23:32:04 -10:00 
						 
				 
			
				
					
						
							
							
								Joel Schaerer 
							
						 
					 
					
						
						
						
						
							
						
						
							08a79c1113 
							
						 
					 
					
						
						
							
							Add the google group to the README  
						
						... 
						
						
						
						Not sure if this is correct, is there a source file I should update
instead? 
						
					 
					
						2012-05-07 11:21:37 +02:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							60a9c1c2f1 
							
						 
					 
					
						
						
							
							add purge option to clear database of missing entries  
						
						
						
					 
					
						2012-05-06 20:50:40 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							a4cbff774b 
							
						 
					 
					
						
						
							
							add copyright back into main file  
						
						
						
					 
					
						2012-05-06 20:24:11 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							be82be31d5 
							
						 
					 
					
						
						
							
							fix env var settings  
						
						
						
					 
					
						2012-05-06 19:51:09 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							9ad889a706 
							
						 
					 
					
						
						
							
							To prevent database decay, set the env var AUTOJUMP_KEEP_ALL_ENTRIES=1 instead of using --preserve or --competion  
						
						
						
					 
					
						2012-05-06 18:40:19 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							788255030b 
							
						 
					 
					
						
						
							
							Implements  #110 : use 'export AUTOJUMP_IGNORE_CASE=1' to make autojump case insensitive  
						
						
						
					 
					
						2012-05-06 18:30:22 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							d7cea40619 
							
						 
					 
					
						
						
							
							implement basic fuzzy search  
						
						
						
					 
					
						2012-05-06 18:10:06 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							f98b13641f 
							
						 
					 
					
						
						
							
							increment path weights on a log scale  
						
						
						
					 
					
						2012-05-06 15:54:27 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							900e3889e7 
							
						 
					 
					
						
						
							
							bump stored paths  
						
						
						
					 
					
						2012-05-06 15:29:23 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							6a16a7ec67 
							
						 
					 
					
						
						
							
							update shell scripts to use new tab completion argument --complete, update docs with new --preserve option  
						
						
						
					 
					
						2012-05-06 15:17:33 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							ad10e13c4a 
							
						 
					 
					
						
						
							
							minor refactoring  
						
						
						
					 
					
						2012-05-06 15:09:37 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							73d18eecf2 
							
						 
					 
					
						
						
							
							minor reorganization  
						
						
						
					 
					
						2012-05-06 14:34:03 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							a96d1bca9d 
							
						 
					 
					
						
						
							
							minor reorganization tweaks  
						
						
						
					 
					
						2012-05-06 14:05:47 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							7343ef1825 
							
						 
					 
					
						
						
							
							move match last pattern into separate funciton and disabled  
						
						
						
					 
					
						2012-05-06 13:51:18 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							31001c9456 
							
						 
					 
					
						
						
							
							Move argument parsing into function, fix database class items, add preserve option  
						
						
						
					 
					
						2012-05-06 13:43:16 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							46b8d84c7e 
							
						 
					 
					
						
						
							
							Move database logic into database object  
						
						
						
					 
					
						2012-05-06 13:12:39 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							da3d660b50 
							
						 
					 
					
						
						
							
							Remove license from individual files, consolidate information into AUTHORS and LICENSE  
						
						
						
					 
					
						2012-05-06 12:56:01 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							9ee7906472 
							
						 
					 
					
						
						
							
							fix documentation formatting  
						
						
						
					 
					
						2012-04-17 20:41:20 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							f91c7e3954 
							
						 
					 
					
						
						
							
							split up doc building for manpage and readme.md  
						
						
						
					 
					
						2012-04-17 14:26:54 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							168865f138 
							
						 
					 
					
						
						
							
							fix install.sh to reflect new locations, tweak documentation where necessary  
						
						
						
					 
					
						2012-04-17 13:40:53 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							acfc5c13ef 
							
						 
					 
					
						
						
							
							restructure files, working make doc and make release  
						
						
						
					 
					
						2012-04-17 13:09:39 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							2ebcdba5bd 
							
						 
					 
					
						
						
							
							reformat changelog  
						
						
						
					 
					
						2012-04-17 12:38:19 -10:00 
						 
				 
			
				
					
						
							
							
								William Ting 
							
						 
					 
					
						
						
						
						
							
						
						
							0d421dcfa4 
							
						 
					 
					
						
						
							
							Remove unicode string parsing in argument handling  
						
						... 
						
						
						
						Defining argument strings explicitly as unicode causes problems in Python v3,
and the arguments are tested anyway in encode and decode functions. 
						
					 
					
						2012-04-11 23:29:13 -10:00