]> git.deb.at Git - pkg/abook.git/blob - ChangeLog
initial custom field support
[pkg/abook.git] / ChangeLog
1 0.5.2
2  - five custom fields added
3
4 0.5.1
5  - sort by field command
6  - duplicate item command
7  - quit without saving command
8  - autoconf/automake update
9  - minor filter fixes
10  - tried to fix \" quotation problem with mutt import filter
11  - removed obsolete filesel_sort option from abookrc manual page
12  - added bbdb2xx translator source to contrib
13
14 0.5.0
15  - tried to work around some problems with readline
16  - some documentation update
17 20030530
18  - updated autoconf/automake
19  - updated man page
20  - pine import filter update
21 20021008
22  - options.c rewritten (new mutt style rc file support)
23  - palmcsv export filter (Koenraad Heijlen)
24  - added a spec file for rpm support
25  - added --with-readline configure option
26  - merged newtab patch by Sinan Kaan Yerli
27  - new option: add_email_prevent_duplicates
28  - bugfixes
29 2002-03-11
30  - readline support
31  - abook can be compiled with g++
32  - attempt to improve --datafile behavior
33  - html filter update (Morten Brix Pedersen)
34  - store rcfile and addressbook to .abook directory
35 2002-02-04
36  - use getopt to parse command line (also new options added)
37  - use strcoll instead of strcmp for sorting entries
38  - html filter fix
39  - bugfixes
40
41 0.4.17
42  - fixed an annoying file creation bug
43
44 0.4.16
45  - use strcoll instead of strcmp for sorting entries
46  - html filter fix
47  - many bugfixes
48
49 0.4.15
50  - new options --add-email and --add-email-quiet
51  - proper mutt alias import filter
52  - editor update
53  - don't handle extra_column and extra_alternative as numbers in abookrc
54  - added second address field
55  - mail.vim update in contrib directory
56
57 0.4.14
58  - added csv import filter
59  - csv export filter fix
60  - minor html filter update
61  - fixed a minor memory leak in pine import filter
62  - filter cleanups
63  - fixes
64  - "quit and print selected item(s) to stderr" command (Brian Medley)
65  - contrib update
66
67 0.4.13
68  - major code reorganization (phase 1)
69  - fixed help viewer functions
70  - ability to disable use of non-ascii characters (configuration option)
71  - changed SIGINT behaviour
72  - html export filter creates now valid html documents
73  - ability to print/export only selected items
74  - new editor commands
75  - text filter update
76  - query/find code cleanup
77  - fixed snprintf related bugs
78  - minor bugfixes
79
80 0.4.12
81  - added man page for abookrc (Alan Ford)
82  - notes are returned as optional data in mutt queries
83  - created a workaround for a mutt query bug
84  - new "extra_alternative" config option (Alan)
85  - added undo feature to editor
86  - FAQ
87  - macro updates
88  - fixed the cancel key behavior in editor
89
90 0.4.11
91  - new configuration file format
92  - new sorting routines
93  - minor mutt query patch (Matt)
94  - html filter update
95  - added mail2abook.py script to improve the mutt integration
96  - memory allocation changes
97  - contrib update
98
99 0.4.10
100  - mutt alias import filter
101  - --datafile option should work better now
102  - merged HPUX patch (submitted by Matt Kraai)
103  - added field for nickname/alias
104  - bugfixes
105
106 0.4.9
107  - increased the maximum length of an e-mail address
108  - added Spruce and ldif export filters
109  - text filter update
110  - added support for systemwide configuration file (/etc/abook.conf)
111  - list.c cleanup
112  - minor fixes
113
114 0.4.8
115  - new enter_string function (scrollable input)
116  - fileselector
117  - new fields for phone numbers
118  - extra field support
119  - added open database command and --datafile option
120
121 0.4.7
122  - fixed terminal resizing bug
123  - new man page
124  - fixed "roll emails" bug
125  - merged Alan's urlview patch
126  - fixed some compile warnings on some systems
127
128 0.4.6
129  - new proper ldif import filter
130  - printing
131  - GnomeCard export filter
132  - improved ui
133  - csv export filter
134  - elm alias export filter
135  - plain text export filter
136  - improved import / export system
137  - a man page (contributed by Alan Ford)
138  - some fixes
139
140 0.4.5
141  - new command line option --convert to make format conversions
142  - new common functions for filters
143  - mutt alias export filter
144  - minor filter updates
145  - fixed a compile problem in list.c 
146
147 0.4.4
148  - fixed a serious segfault bug in editor
149  - conff.c update
150
151 0.4.3
152  - improved "send mail with mutt" command
153  - optimized screen refreshing
154  - abook handles now SIGINT, SIGKILL, SIGTERM signals
155
156 0.4.2
157  - new editor
158  - added fields for address (address, city, state, zip, country)
159  - terminal resizing is now handled by abook
160  - improved scrolling
161  - bugfixes 
162  - dropped support for abook 0.1 / 0.2 file format
163
164 0.4.1
165  - fixed a redraw bug in editor which occurred only with old ncurses library
166  - minor updates 
167
168 0.4.0
169  - PINE addressbook import and export filters added
170  - new faster load and save functions
171  - changed memory allocation method
172  - better configuration system - options.c rewritten
173  - new version of conff.c
174  - find segfault bug fixed
175  - fixed overwriting policy
176
177 0.3.1
178  - fixed a bug which caused list to disappear sometimes after removing items
179  - minor changes in datafile loader
180  - abook.gz import filter is now disabled as default
181
182 0.3.0
183  - new portable file format
184  - import filter for old data format
185  - now compiles on FreeBSD
186  - new "send mail with mutt" command
187  - multiple e-mail address support
188  - html export filter
189  - improved cursor behavior
190  - fixed misc.c
191  - new configuration system ( ~/.abook.conf )
192  - improved memory allocation functions
193  - added invert selection command 
194  - minor filter updates
195
196 0.2.4
197  - minor memory freeing fix 
198
199 0.2.3
200  - major memory allocation bugfix
201
202 0.2.2
203  - bugfixes
204
205 0.2.1
206  - abook finaly uses automake/autoconf setup
207  - documentation updated
208  - minor changes 
209
210 0.2.0
211  - multiple selection
212  - added find function
213  - ldif import filter update (still some bugs?)
214  - added check for terminal size
215  - removed obsolete rcfile code
216  - some changes in list.c
217  - new file: help.h
218  - Makefiles modified
219  - complete rewrote of misc.c
220  - fixed a bug in mutt query
221  - changed first_item to first_list_item and LAST_ITEM to LAST_LIST_ITEM
222  - lots of minor improvements
223  - documentation updated (it's still very bad)
224
225 0.1.0
226  - removed dummy defaultrc.h file
227  - README and COPYING
228  - minor ldif import filter update
229  - minor changes and fixes
230
231 0.1.0-pre-release 2
232  - locale support
233  - mutt query now ignores case
234  - rcfile support is compiled only if -DEXPERIMENTAL option is selected (see
235    Makefile) because the rcfile support is very poor and should
236    be rewritten for 0.2 or something
237  - new file: defaultrc.h
238
239 0.1.0-pre-release 1