1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
BBDB todo List -*-outline-*-
Copyright (C) 2011-2017 Roland Winkler <winkler@gnu.org>
See the end of the file for license conditions.
* Bug fixes
* Release BBDB v3.
** Facilitate update BBDB v2.x to v3
Compile list of changes BBDB v3 versus v2.x.
Which variables / functions / commands / key bindings / concepts
in v3 have replaced which ones from v2?
Is it possible / meaningful to set up a file bbdb-v2.el with
aliases for v2 variable and function names mapping to the names
used in v3?
** Update / rewrite texinfo manual
** Copyright
Identify contributors. Assign copyright to FSF.
** Get BBDB on the GNU ELPA
** Write BBDB tests using ERT
* Features
** Command bbdb-copy-fields-as-kill
** Prioritize BBDB records
2011-04-11 Sam Steingold <sds@gnu.org>
Records with low priority are not considered for printing etc.
** Prioritize email addresses of a record
2011-04-11 Sam Steingold <sds@gnu.org>
Records with low priority are still considered for identifying
old emails and news messages. But they are ignored for new
emails (e.g., completion).
** Import / export BBDB records (e.g. vcard or its XML derivative)
2011-04-05 Leo <sdl.web@gmail.com>
See https://github.com/trebb/bbdb-vcard (latest commit Apr 2010)
or its fork
https://github.com/tohojo/bbdb-vcard (latest commit Jul 2015)
** Import from Google Contacts (aka Gmail contacts)
2016-10-24 Barak A. Pearlmutter <barak@pearlmutter.net>
See https://github.com/tohojo/bbdb-vcard (last commit Sep 2015)
which imports only name and email.
See also the ASynK program, http://asynk.io/,
https://github.com/skarra/ASynK (last commit May 2016),
which is a python program that does bi-directional sync between
bbdb, Google Contacts, MS Outlook, MS Exchange, and CardDAV.
** Incremental search of BBDB records like bbdb-
2016-10-24 Barak A. Pearlmutter <barak@pearlmutter.net>
The bbdb- package adds a lovely incremental search facility to bbdb.
See https://github.com/aki2o/bbdb- (last commit Feb 2014) which includes
a gif showing an incremental search, selection of three records,
and their being blasted into the To: and Cc: fields in an email
composition buffer.
** Allow splitting of bbdb-file into multiple files
** bbdb-narrow-display: Inverse of bbdb-append-display
* Internals
** Remove bbdb-auto-notes-rules-expanded?
2011-05-05 Leo <sdl.web@gmail.com>
Copyright (C) 2011-2017 Roland Winkler <winkler@gnu.org>
This file is part of the Insidious Big Brother Database (aka BBDB),
BBDB is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
BBDB is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with BBDB. If not, see <http://www.gnu.org/licenses/>.
|