summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSam Steingold <sds@goems.com>2000-07-05 18:24:07 +0000
committerSam Steingold <sds@goems.com>2000-07-05 18:24:07 +0000
commit6af6f4a43c4b59d7fc74c87f5d2d9c95a8984895 (patch)
treec160899c200e8b9fa2e9b34dfba3685db86eea14 /ChangeLog
parent49fee49d2b08025137d0d99d96b5430d2bd4d88c (diff)
(parse-bbdb-internal): bind, not setq the version.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 125d410..8cea43f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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>
* texinfo/bbdb.texinfo: Various little changes, including ml info,
@@ -5,6 +9,12 @@
Added info-directory information.
Added detailed node list.
+2000-06-30 Sam Steingold <sds@gnu.org>
+
+ * bbdb-migrate.el (bbdb-migrate):
+ re-wrote using `mapcar' instead of `append'
+ this is linear instead of quadratic and avoids much consing
+
2000-06-30 Jochen Küpper <Jochen@Jochen-Kuepper.de>
* lisp/Makefile: Add everything to build bbdb-merge.elc.
@@ -83,7 +93,7 @@
* lisp/bbdb-merge.el:
Refined so it works a little better, particularly with merging
- timestamps
+ timestamps
Added bbdb-merge-file, so you can now import another bbdb and
merge it.