summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSam Steingold <sds@goems.com>2000-07-05 21:43:35 +0000
committerSam Steingold <sds@goems.com>2000-07-05 21:43:35 +0000
commit1e74b6c034cd357e28a83d371a71937dfd607343 (patch)
treea2e563334bd8206a510755c9fb95872c3a6feca8 /ChangeLog
parentd517ddbf0d097d182b79061097284c24c8a06b73 (diff)
rewrote migration in a modular way
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8cea43f..9bc6cd9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2000-07-05 Sam Steingold <sds@gnu.org>
+ * lisp/bbdb-migrate.el: rewrote migration in a modular way
+ (bbdb-[un]migration-spec): new consts
+ (bbdb-migrate-record-lambda): replaces `bbdb-migrate-record'
+ (bbdb-migrate-versions-lambda): new function
+ (bbdb-migrate, bbdb-unmigrate-record): use it
+ (bbdb-[un]migrate-change-dates): use mapcar
+ (bbdb-[un]migrate-add-country-field,
+ bbdb-[un]migrate-streets-to-list): new functions
+
+2000-07-05 Sam Steingold <sds@gnu.org>
+
* lisp/bbdb.el (parse-bbdb-internal): bind, not setq the version.
2000-07-03 Jochen Küpper <Jochen@Jochen-Kuepper.de>