girzel pushed a change to branch externals/ebdb. from c298037 Bump version for 0.3.2 new c5aac30 Change name of automatic save option new 1abf847 Fix slot customize declaration for bank account field new 2a17bb6 Set up EBDB buffers to offer save on save-some-buffers new 3f1eb0d New defsubst ebdb-i18n-countries new 26d632b Finish ebdb-internationalize-addresses new e947f59 Drop postcode guards new f143265 Quietly swap order of arguments to ebdb-read-i18n for addresses new e326805 Simplify address formatting new 7e7d6cd Start collecting random internationalized methods new e78dd19 Provide an ebdb-parse method for addresses new fb7e4d2 Add formatting for Russian phone numbers new 7c16983 Fix all when-let and if-let to use starred versions new bd7b45a Revert "Use value of ebdb-mua-folder-list in VM splitting" new 880be9f Fix to dumb mistakes in 8fc7b6d69, fast lookups new b371784 Change ebdb-vcard to use generic ebdb-field-tags new 4f8e2a0 Use ebdb-i18n-countries defsubst in i18n address reading new 91d73f8 Bump version to 0.3.3
Summary of changes: ebdb-com.el | 3 +- ebdb-i18n-basic.el | 227 ++++++++++++++++++++++++++++++++ ebdb-i18n.el | 85 ++++++------ ebdb-mua.el | 2 +- ebdb-pgp.el | 3 +- ebdb-snarf.el | 20 +-- ebdb-vcard.el | 10 +- ebdb-vm.el | 374 ----------------------------------------------------- ebdb.el | 295 ++++++++---------------------------------- ebdb.info | 109 ++++++++-------- ebdb.org | 7 +- ebdb.texi | 7 +- 12 files changed, 415 insertions(+), 727 deletions(-) create mode 100644 ebdb-i18n-basic.el delete mode 100644 ebdb-vm.el