Comment 2 for bug 35830

Revision history for this message
Elias Oltmanns (oltmanns) wrote : Re: [Bug 35830] bbdb should definitely be resynced before 6.04 release

diffstat of source directories after applying Debian patches
attached. You'll see from the changelogs (attached as well) that it's
mainly the new Debian specific patch to the source I'm after since it
fixes all the bugs mentioned in the changelog which equally apply to
Dapper. The problem is that bbdb is supposed to be byte compiled
during installation which fails if vm isn't installed.

 .cvsignore | 8
 ChangeLog | 84
 INSTALL | 28
 Makefile.in | 2
 aclocal.m4 | 13
 bits/bbdb-ldif.el | 821 +++++++
 bits/bbdb-obsolete.el | 2
 configure | 312 +-
 configure.ac | 76
 debian/changelog | 10
 debian/compat | 1
 debian/control | 2
 debian/copyright | 6
 debian/rules | 6
 html/faq.html | 82
 html/index.html | 19
 lisp/Makefile.in | 48
 lisp/bbdb-com.el | 39
 lisp/bbdb-ftp.el | 3
 lisp/bbdb-gnus.el | 83
 lisp/bbdb-hooks.el | 45
 lisp/bbdb-merge.el | 42
 lisp/bbdb-mhe.el | 10
 lisp/bbdb-migrate.el | 68
 lisp/bbdb-print.el | 56
 lisp/bbdb-reportmail.el | 49
 lisp/bbdb-rmail.el | 208 +
 lisp/bbdb-sc.el | 3
 lisp/bbdb-snarf.el | 24
 lisp/bbdb.el | 106
 texinfo/bbdb.texinfo | 47
 texinfo/bbdb/bbdb.html | 263 ++
 texinfo/bbdb/bbdb_1.html | 5031 +++++++++++++++++++++++++++++++++++++++++++++
 texinfo/bbdb/bbdb_2.html | 323 ++
 texinfo/bbdb/bbdb_3.html | 192 +
 texinfo/bbdb/bbdb_abt.html | 166 +
 texinfo/bbdb/bbdb_fot.html | 99
 texinfo/bbdb/bbdb_toc.html | 178 +
 38 files changed, 7947 insertions(+), 608 deletions(-)

--- bbdb-2.35.cvs20040528/debian/changelog 2006-03-21 11:49:21.000000000 +0100
+++ bbdb-2.35.cvs20060204/debian/changelog 2006-03-18 19:01:29.000000000 +0100
@@ -1,3 +1,13 @@
+bbdb (2.35.cvs20060204-1) unstable; urgency=low
+
+ * New CVS co
+ - Bug fix: "bbdb-news-auto-create-p with 'prompt doesn't work" (Closes: #296577).
+ * Bug fix: "bbdb: File error: "Cannot open load file",
+ 'bbdb-autoloads'" (Closes: #344032, #345186, #345297, #350449, #308336, #279920).
+ * Bug fix: "bbdb does not work with gnus-5.10", (works for me [TM]) (Closes: #192904).
+
+ -- Joerg Jaspert <email address hidden> Sat, 4 Feb 2006 16:32:31 +0100
+
 bbdb (2.35.cvs20040528-1) unstable; urgency=low

   * CVS co - last changes there are from 28.05.2004

--- bbdb-2.35.cvs20040528/ChangeLog 2004-08-11 22:17:28.000000000 +0200
+++ bbdb-2.35.cvs20060204/ChangeLog 2006-02-04 15:29:25.000000000 +0100
@@ -1,3 +1,87 @@
+2005-08-11 Waider <email address hidden>
+
+ * texinfo/bbdb.texinfo, lisp/bbdb-print.el, lisp/bbdb-migrate.el:
+ trivial cleanups
+
+2005-08-02 Waider <email address hidden>
+
+ * lisp/bbdb.el: rewrite the coding cookie on save. This makes sure
+ that the setting of bbdb-file-coding-system is reflected in the
+ file. I'm still not sure that this coding system hacking about is
+ a good idea OR correct, however.
+ * lisp/bbdb.el: fix docstring for bbdb-invoke-hook-for-value
+ * lisp/bbdb-mhe.el, lisp/bbdb.el, lisp/bbdb-rmail.el: if
+ bbdb/mail-auto-create-p is set to 'prompt (or a function that
+ returns 'prompt) then prompt the user before creating the record.
+
+2005-08-02 Jochen Küpper <email address hidden>
+
+ * lisp/bbdb-gnus.el, lisp/bbdb-hooks.el, lisp/bbdb.el: Change GNUS
+ to Gnus, assuming nobody cares for GNUS support anymore...
+
+2005-07-23 Waider <email address hidden>
+
+ * lisp/bbdb-sc.el: remove RCS keywords, replace with Id tag
+
+ * lisp/bbdb-reportmail.el: remove Log tag
+
+ * lisp/bbdb-ftp.el: nuke RCS tags and replace with an Id tag
+
+ * INSTALL: sync with XEmacs CVS
+
+2005-05-22 Waider <email address hidden>
+
+ * html/index.html: update links for PilotManager
+
+2005-03-19 Waider <email address hidden>
+
+ * lisp/bbdb.el: * coding system guessing for emacs 22 (Frederik Fouvry)
+
+2005-02-28 Waider <email address hidden>
+
+ * lisp/bbdb-gnus.el (bbdb/gnus-nnimap-folder-list-from-bbdb):
+ new function from Uwe Brauer
+
+2005-02-22 Waider <email address hidden>
+
+ * lisp/bbdb-hooks.el:
+ get Gnus data from the raw article buffer (Nix/David Goldberg)
+ * lisp/bbdb.el: include prefixes in bbdb-name-gubbish
+
+2005-02-13 Waider <email address hidden>
+
+ * texinfo/bbdb.texinfo (Manual Record Addition):
+ * add pointer to bbdb-snarf
+
+ * bits/bbdb-ldif.el:
+ * added new file, with minor abuse to make it work with current BBDB
+
+2004-11-09 Waider <email address hidden>
+
+ * lisp/bbdb-com.el: * bury completion buffer when completion is done
+
+2004-10-13 Waider <email address hidden>
+
+ * texinfo/bbdb.texinfo (bbdb-print):
+ Correct variable name
+ Change copyright date to include 2004
+
+ * lisp/bbdb-print.el:
+ Correct variable name in comment
+
+ * lisp/bbdb-com.el (bbdb):
+ Don't open a new window for BBDB if there are no records to
+ display.
+
+2004-10-10 Alex Schroeder <email address hidden>
+
+ * texinfo/bbdb.texinfo (Database Fields): New entry for the
+ concept index: mail-alias definition.
+ (Mail Sending Interfaces): New entry for the concept index:
+ mail-alias usage. New subheading: Mailing Lists and Mail Aliases.
+ (Known Bugs): New section on using M-x bbdb-submit-bug-report
+ replacing the old bug reporting section.
+
 2004-05-28 Robert Widhopf-Fenk <email address hidden>

  * lisp/bbdb.el (bbdb-record-set-net): added a hack to detect that