]> git.deb.at Git - pkg/abook.git/commit
miscellaneous fixes & doc: i18n, custom format and vcard
authorRaphaël Droz <raphael.droz+floss@gmail.com>
Sun, 20 Jan 2013 16:20:44 +0000 (17:20 +0100)
committerRaphaël Droz <raphael.droz+floss@gmail.com>
Sun, 20 Jan 2013 17:09:53 +0000 (18:09 +0100)
commit4f4b00f8dd2fee76efe3d068d4fdfdb714d1d39f
treec0db33bc26b5db3d6e6304fad6ae9250d669d94a
parente3aa1d4b6065ed803b9d3aaa6c3528119a4f80a6
miscellaneous fixes & doc: i18n, custom format and vcard

* converted HOWTO.translating_abook to UTF-8, added a couple of lines
 about quickly installing and testing new translations and updated URL
 of some po-related softwares.

* fixed a trivial error with custom format strncpy() initialization

* vcard builtin import: removed variables unused since e3aa1d4

* vcard export: set a "PREF" EMAIL field attribute (not [yet]
  used by vcard import though)

* vcard libvformat import:
  - fixed segfault on 64bits arch where a va_list's NULL sentinel value
    must be properly casted [sizeof(int) != sizeof(char *)]
  - now really import multivalued fields (better use of libvformat):
    VFGP_FIND instead of VFGP_GET + vf_get_next_property()
  - use of abook_list instead of strconcat for multivalued fields
    (groups and emails)
  - no more duplicated phone numbers if one or more *PHONE/FAX is
    provided while no HOMEPHONE is available
abook.c
doc/HOWTO.translating_abook
filter.c
vcard.c