girzel pushed a change to branch externals/ebdb. from 3289ad4 Bump to 0.6.2 new 3cba3d7 Rejigger insertion of newlines in record formatting new 980927f Switch from cond to pcase in ebdb-record-field new f133aef Docstring fix for ebdb-mail new 5ef1773 Allow overwriting of previous formatting buffers new adb60dd Refactor formatter classes, add tabular formatters new 7a19553 Shift base ebdb-fmt-record implementation to ebdb-formatter-freeform new eec63c8 Provide basic HTML5 freeform formatter new 65247f6 Make csv-mode dependency optional new 6dad4c1 Allow 'mail-primary as an argument to ebdb-record-field new cbaa04b Fix compose fields for the HTML5 freeform formatter new 4625970 Move map require from ebdb-com.el to ebdb.el new 4f4596c Re-absorb ebdb-counsel into main package new 753c049 Bump to 0.6.3, flush recent changes
Summary of changes: ebdb-com.el | 43 ++++------- ebdb-counsel.el | 65 ++++++++++++++++ ebdb-format.el | 228 +++++++++++++++++++++++++++++++++++++++++++++++++------- ebdb-html.el | 156 ++++++++++++++++++++++++++++++++++++++ ebdb-latex.el | 84 +++++++++++++++++++++ ebdb-org.el | 57 +++++++++++++- ebdb.el | 36 +++++---- 7 files changed, 594 insertions(+), 75 deletions(-) create mode 100644 ebdb-counsel.el create mode 100644 ebdb-html.el create mode 100644 ebdb-latex.el