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