small doc update
small doc update
small doc update
update test data
fix regression in custom field behavior
make :name/:namelist more flexible and document it
fix removing dash from xfields, add docs
minor doc update
minor doc update
minor doc update
minor doc update
minor doc update
minor doc update
minor doc update
minor doc update
minor doc update
add latest test results info
Fix minor bugs, mostly for linkedin
Thanks to Gijs Hillenius for reporting these bugs
Linkedin began appending ^M chars at the end of lines, remove them
Linkedin began having trailing blank lines, remove them
pcsv brings along text properties when parsing a buffer, which end up as
spam in the bbdb file. Functionally does not seem to be a problem, but
the bbdb file is human readable, and this makes it far less so. I don't
know how to strip the text properties from all the strings. We could use
a temp buffer and file, but I expect csv buffers will always have
underlying files, and it's good for them to anyways to diagnose any
problems, so always save and read from the underlying csv file.
Thanks to Gijs Hillenius for reporting these bugs
Linkedin began appending ^M chars at the end of lines, remove them
Linkedin began having trailing blank lines, remove them
pcsv brings along text properties when parsing a buffer, which end up as
spam in the bbdb file. Functionally does not seem to be a problem, but
the bbdb file is human readable, and this makes it far less so. I don't
know how to strip the text properties from all the strings. We could use
a temp buffer and file, but I expect csv buffers will always have
underlying files, and it's good for them to anyways to diagnose any
problems, so always save and read from the underlying csv file.
Add anonymize function and improve docs
minor doc update
fix program breaking typo
Skip & echo duplicates, follow bbdb-allow-duplicates
Minor doc change.
refactored main function to be smaller. various improvements.
added melpa bbdb dependency. simplified documentation
Small refactor for readability
simplified name handling
minor fix
fix botched file rename
renamed project to remove the 3
small doc update
Fix ordering of declarations bug
Remove unneeded lexical binding
Header cleanup in preparation for package manager
Bug fixes and cleanup for combined mapping table.
Refactor address lines to use first found instead of leaving blanks
Refactor to allow combined name mappings, expecting only 1 to be valid
Small refactoring
Refactor to anaphoric forms for cleaner code
bug fixes to make outlook work
added outlook web mapping
added test data and log
Added Gmail's native csv format, requiring new features.
rename some variables for consistency
Added linkedin mapping table and import ability
Minor doc string improvements.
Reworded description of project
add COPYING file
Last commit lots untested changes to form a package. this fixes many things.
initial version