2 - palmcsv import filter (Marc Tardif)
3 - use better common code for csv filters (Marc Tardif)
6 - add show_cursor config option (idea from Cheryl Homiak)
7 - autoconf/automake update
8 - replace abook_malloc, abook_realloc and my_free with new xmalloc routines
9 - replace strdup with xstrdup
10 - update for abook_rl (abook_readline)
11 - make it compile with tcc (Tiny C Compiler)
12 - code cleanups and minor fixes
15 - add allcvs filters (Christoph Sobotka)
16 - removed a lefover debug message
17 - fixed mutt import filter nickname cutoff
22 - five custom fields added
23 - experimental wide character support
24 - fixed a crash bug in mutt filter
25 - fixed errors in configure.in (especially snprintf-functions were incorrectly
27 - abookrc manual page update
30 - sort by field command
31 - duplicate item command
32 - quit without saving command
33 - autoconf/automake update
35 - tried to fix \" quotation problem with mutt import filter
36 - removed obsolete filesel_sort option from abookrc manual page
37 - added bbdb2xx translator source to contrib
40 - tried to work around some problems with readline
41 - some documentation update
43 - updated autoconf/automake
45 - pine import filter update
47 - options.c rewritten (new mutt style rc file support)
48 - palmcsv export filter (Koenraad Heijlen)
49 - added a spec file for rpm support
50 - added --with-readline configure option
51 - merged newtab patch by Sinan Kaan Yerli
52 - new option: add_email_prevent_duplicates
56 - abook can be compiled with g++
57 - attempt to improve --datafile behavior
58 - html filter update (Morten Brix Pedersen)
59 - store rcfile and addressbook to .abook directory
61 - use getopt to parse command line (also new options added)
62 - use strcoll instead of strcmp for sorting entries
67 - fixed an annoying file creation bug
70 - use strcoll instead of strcmp for sorting entries
75 - new options --add-email and --add-email-quiet
76 - proper mutt alias import filter
78 - don't handle extra_column and extra_alternative as numbers in abookrc
79 - added second address field
80 - mail.vim update in contrib directory
83 - added csv import filter
84 - csv export filter fix
85 - minor html filter update
86 - fixed a minor memory leak in pine import filter
89 - "quit and print selected item(s) to stderr" command (Brian Medley)
93 - major code reorganization (phase 1)
94 - fixed help viewer functions
95 - ability to disable use of non-ascii characters (configuration option)
96 - changed SIGINT behaviour
97 - html export filter creates now valid html documents
98 - ability to print/export only selected items
101 - query/find code cleanup
102 - fixed snprintf related bugs
106 - added man page for abookrc (Alan Ford)
107 - notes are returned as optional data in mutt queries
108 - created a workaround for a mutt query bug
109 - new "extra_alternative" config option (Alan)
110 - added undo feature to editor
113 - fixed the cancel key behavior in editor
116 - new configuration file format
117 - new sorting routines
118 - minor mutt query patch (Matt)
120 - added mail2abook.py script to improve the mutt integration
121 - memory allocation changes
125 - mutt alias import filter
126 - --datafile option should work better now
127 - merged HPUX patch (submitted by Matt Kraai)
128 - added field for nickname/alias
132 - increased the maximum length of an e-mail address
133 - added Spruce and ldif export filters
135 - added support for systemwide configuration file (/etc/abook.conf)
140 - new enter_string function (scrollable input)
142 - new fields for phone numbers
143 - extra field support
144 - added open database command and --datafile option
147 - fixed terminal resizing bug
149 - fixed "roll emails" bug
150 - merged Alan's urlview patch
151 - fixed some compile warnings on some systems
154 - new proper ldif import filter
156 - GnomeCard export filter
159 - elm alias export filter
160 - plain text export filter
161 - improved import / export system
162 - a man page (contributed by Alan Ford)
166 - new command line option --convert to make format conversions
167 - new common functions for filters
168 - mutt alias export filter
169 - minor filter updates
170 - fixed a compile problem in list.c
173 - fixed a serious segfault bug in editor
177 - improved "send mail with mutt" command
178 - optimized screen refreshing
179 - abook handles now SIGINT, SIGKILL, SIGTERM signals
183 - added fields for address (address, city, state, zip, country)
184 - terminal resizing is now handled by abook
187 - dropped support for abook 0.1 / 0.2 file format
190 - fixed a redraw bug in editor which occurred only with old ncurses library
194 - PINE addressbook import and export filters added
195 - new faster load and save functions
196 - changed memory allocation method
197 - better configuration system - options.c rewritten
198 - new version of conff.c
199 - find segfault bug fixed
200 - fixed overwriting policy
203 - fixed a bug which caused list to disappear sometimes after removing items
204 - minor changes in datafile loader
205 - abook.gz import filter is now disabled as default
208 - new portable file format
209 - import filter for old data format
210 - now compiles on FreeBSD
211 - new "send mail with mutt" command
212 - multiple e-mail address support
214 - improved cursor behavior
216 - new configuration system ( ~/.abook.conf )
217 - improved memory allocation functions
218 - added invert selection command
219 - minor filter updates
222 - minor memory freeing fix
225 - major memory allocation bugfix
231 - abook finaly uses automake/autoconf setup
232 - documentation updated
237 - added find function
238 - ldif import filter update (still some bugs?)
239 - added check for terminal size
240 - removed obsolete rcfile code
241 - some changes in list.c
244 - complete rewrote of misc.c
245 - fixed a bug in mutt query
246 - changed first_item to first_list_item and LAST_ITEM to LAST_LIST_ITEM
247 - lots of minor improvements
248 - documentation updated (it's still very bad)
251 - removed dummy defaultrc.h file
253 - minor ldif import filter update
254 - minor changes and fixes
258 - mutt query now ignores case
259 - rcfile support is compiled only if -DEXPERIMENTAL option is selected (see
260 Makefile) because the rcfile support is very poor and should
261 be rewritten for 0.2 or something
262 - new file: defaultrc.h