monnier pushed a change to branch externals/vcard. from a85359ee83 Use a different fix for parsing multiple cards, bump to 0.2.1 new ef82e79ac7 *** empty log message *** new f5df1907bb *** empty log message *** new ec3986a43a *** empty log message *** new a50b9e4395 (vcard-format-lines): Handle case where 2nd column has more lines than first column. new 4bf38d79fc (vcard-parse-string): Handle "key:field" type entries, i.e. no whitespace between key and field. Communicator 4.1 seems to generate these. new 1399f2b8cb (vcard-format-box): Return empty string if no data to present; don't return borders. new 5f5af1f780 (vcard-parse-string): Bind case-fold-search to t. Downcase key for comparison purposes. new d0ec40a5c6 Complete rewrite. new a3e60e2883 (vcard-parse-region-value): Do not use `new-marker'; use `set-marker' and `make-marker' instead. new c1fa6a26be (vcard-char-to-int): New defalias. (vcard-region-decode-base64-table): Use it. (vcard-region-decode-base64): Here too. new 6283103cc6 (vcard-hexstring-to-ascii): New macro. (vcard-region-decode-quoted-printable): Use it. new 49301aa94d Merge branch 'vcard-friedman' into externals/vcard Move the old `vcard.el` to `vcard-mode.el`. new 0200b96343 Adjust package to the new `vcard.el` file
Summary of changes: vcard.el => vcard-mode.el | 11 +- vcard-parse.el | 8 +- vcard.el | 716 +++++++++++++++++++++++++++++++++++++++++++--- 3 files changed, 690 insertions(+), 45 deletions(-) copy vcard.el => vcard-mode.el (89%)