summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-21; Prefer HTTPS to HTTP in URLsexternals/ebdb-i18n-chnStefan Kangas
2021-01-14Remove uses of ebdb-(add-to|remove-from)-list, release version 1.3.2Eric Abrahamsen
* ebdb-i18n-chn.el (ebdb-china-handle-name): Do this more explicitly. funcall'ing `ebdb-add-to-list' and `ebdb-remove-from-list' doesn't work correctly because (ebdb-record-alt-names record) is not used as a place.
2020-11-29* .gitignore: New fileStefan Monnier
2020-09-11[ebdb-i18n-chn] Flush version 1.3.1Eric Abrahamsen
* packages/ebdb-i18n-chn/ebdb-i18n-chn.el: No wonder this wasn't working correctly.
2020-04-18Prepare to update for newer version of EBDB, but don't releaseEric Abrahamsen
* packages/ebdb-i18n-chn/ebdb-i18n-chn.el (ebdb-china-handle-name): Use the new cache accessors, as well as `ebdb-add-to-list'/`ebdb-remove-from-list'. Release when EBDB changes are sufficiently tested.
2019-08-15Fix ebdb-parse methods to return slots, not objects, bump to 1.3Eric Abrahamsen
* packages/ebdb-i18n-chn/ebdb-i18n-chn.el (ebdb-parse-i18n): The base methods were confused: ebdb-parse should only alter the slots argument and pass it back up the calling chain, not return an object directly.
2019-06-26* packages/ebdb-i18n-chn/ebdb-i18n-chn.el: Fix first lineStefan Monnier
2017-09-26Safer to check script of address localityEric Abrahamsen
And bump version * packages/ebdb-i18n-chn/ebdb-i18n-chn.el (ebdb-string-i18n): Check the script of the locality, not the street address.
2017-09-25Edit address formatting to match changes in EBDB packageEric Abrahamsen
* packages/ebdb-i18n-chn/ebdb-i18n-chn.el (ebdb-string-i18n): Address formatting is now much simpler, use the new function. Push this change, and try like hell to remember to bump this package version at the same time the EBDB package version gets bumped.
2017-09-05Guard require statements for packages outside of ELPAEric Abrahamsen
* packages/counsel-ebdb/counsel-ebdb.el: * packages/ebdb-i18n-chn/ebdb-i18n-chn.el: * packages/helm-ebdb/helm-ebdb.el: Wrap require for ivy, pyim and helm, respectively, in (when t ...) forms.
2017-08-30Teach EBDB to snarf Chinese namesEric Abrahamsen
* packages/ebdb-i18n-chn/ebdb-i18n-chn.el: Add a regexp specific to Chinese names to the value of ebdb-snarf-name-re.
2017-08-16Provide the right package name for ebdb-i18n-chnEric Abrahamsen
* packages/ebdb-i18n-chn/ebdb-i18n-chn.el: You'd almost think I hadn't tested this.
2017-08-16Re-convolute ebdb-string-i18n for addressesEric Abrahamsen
* packages/ebdb-i18n-chn/ebdb-i18n-chn.el (ebdb-string-i18n): Dunno how that happened.
2017-08-15* edbd-i18n-chn.el: Fix typo in metadataStefan Monnier
2017-08-15Fix up headers for ebdb-i18n-chnEric Abrahamsen
* packages/ebdb-i18n-chn/ebdb-i18n-chn.el: There was no Maintainer header -- was that why it didn't deploy?
2017-08-13Stick to variable naming schemeEric Abrahamsen
* packages/ebdb-i18n-chn/ebdb-i18n-chn.el (ebdb-i18n-china-compound-surnames): All auxiliary variables should start with "ebdb-i18n".
2017-08-13Add internationalized ebdb-string method for Chinese addressesEric Abrahamsen
* packages/ebdb-i18n-chn/ebdb-i18n-chn.el (ebdb-string-i18n): Format Chinese addresses correctly.
2017-08-11Add external/contrib packages for EBDBEric Abrahamsen