]> git.deb.at Git - pkg/abook.git/blob - ChangeLog
vformat: added abook's specific libvformat wrapper: vcard.[ch]
[pkg/abook.git] / ChangeLog
1 git
2  - custom output format (Raphaël Droz)
3  - remove duplicates (Fabio Zanini)
4  - merge entries (Fabio Zanini)
5  - mutt groups support (Fabio Zanini)
6  - vcard initial input filter (Michael Krolikowski)
7  - vcard parser improvements (Fabio Zanini, Raphaël Droz)
8  - color support (Thorsten Wißmann)
9  - mouse support (Thorsten Wißmann)
10  - extra-fields deletion bugfix (Jorrit Tijben)
11  - additinal keybinding (Hagen Fuchs)
12  - autotools update (Fabio Zanini)
13
14 0.6.0
15  - configurable views (Cedric Duval)
16  - new field types, lists and improved custom field support (Cedric Duval)
17  - index_format option (Cedric Duval)
18  - Italian translation (Claudio Stazzone)
19
20 0.5.6
21  - translation fixes
22  - fixed gcrd export format (\r\n line endings according to RFC, Marc Tardif)
23  - fix localized keybindings with --disable-nls
24
25 0.5.5
26  - fixed gcrd export format (Marc Tardif)
27  - i18n support (Cedric Duval)
28  - French translation (Cedric Duval)
29  - Swedish translation (Susanna Björverud)
30  - Japanese translation (Takahashi Tamotsu)
31  - German translation (Johannes Weißl)
32  - palmcsv import filter (Marc Tardif)
33  - use better common code for csv filters (Marc Tardif)
34  - translation HOWTO (Cedric Duval)
35  - wanderlust export filter (Josef Schugt)
36  - create a backup at save time
37  - editor undo fix
38  - ui_readline limit fix
39
40 0.5.4
41  - add show_cursor config option (idea from Cheryl Homiak)
42  - autoconf/automake update
43  - replace abook_malloc, abook_realloc and my_free with new xmalloc routines
44  - replace strdup with xstrdup
45  - update for abook_rl (abook_readline)
46  - make it compile with tcc (Tiny C Compiler)
47  - code cleanups and minor fixes
48
49 0.5.3
50  - add allcvs filters (Christoph Sobotka)
51  - removed a lefover debug message
52  - fixed mutt import filter nickname cutoff
53  - wrap searches
54  - contrib updates
55
56 0.5.2
57  - five custom fields added
58  - experimental wide character support
59  - fixed a crash bug in mutt filter
60  - fixed errors in configure.in (especially snprintf-functions were incorrectly
61    detected)
62  - abookrc manual page update
63
64 0.5.1
65  - sort by field command
66  - duplicate item command
67  - quit without saving command
68  - autoconf/automake update
69  - minor filter fixes
70  - tried to fix \" quotation problem with mutt import filter
71  - removed obsolete filesel_sort option from abookrc manual page
72  - added bbdb2xx translator source to contrib
73
74 0.5.0
75  - tried to work around some problems with readline
76  - some documentation update
77 20030530
78  - updated autoconf/automake
79  - updated man page
80  - pine import filter update
81 20021008
82  - options.c rewritten (new mutt style rc file support)
83  - palmcsv export filter (Koenraad Heijlen)
84  - added a spec file for rpm support
85  - added --with-readline configure option
86  - merged newtab patch by Sinan Kaan Yerli
87  - new option: add_email_prevent_duplicates
88  - bugfixes
89 2002-03-11
90  - readline support
91  - abook can be compiled with g++
92  - attempt to improve --datafile behavior
93  - html filter update (Morten Brix Pedersen)
94  - store rcfile and addressbook to .abook directory
95 2002-02-04
96  - use getopt to parse command line (also new options added)
97  - use strcoll instead of strcmp for sorting entries
98  - html filter fix
99  - bugfixes
100
101 0.4.17
102  - fixed an annoying file creation bug
103
104 0.4.16
105  - use strcoll instead of strcmp for sorting entries
106  - html filter fix
107  - many bugfixes
108
109 0.4.15
110  - new options --add-email and --add-email-quiet
111  - proper mutt alias import filter
112  - editor update
113  - don't handle extra_column and extra_alternative as numbers in abookrc
114  - added second address field
115  - mail.vim update in contrib directory
116
117 0.4.14
118  - added csv import filter
119  - csv export filter fix
120  - minor html filter update
121  - fixed a minor memory leak in pine import filter
122  - filter cleanups
123  - fixes
124  - "quit and print selected item(s) to stderr" command (Brian Medley)
125  - contrib update
126
127 0.4.13
128  - major code reorganization (phase 1)
129  - fixed help viewer functions
130  - ability to disable use of non-ascii characters (configuration option)
131  - changed SIGINT behaviour
132  - html export filter creates now valid html documents
133  - ability to print/export only selected items
134  - new editor commands
135  - text filter update
136  - query/find code cleanup
137  - fixed snprintf related bugs
138  - minor bugfixes
139
140 0.4.12
141  - added man page for abookrc (Alan Ford)
142  - notes are returned as optional data in mutt queries
143  - created a workaround for a mutt query bug
144  - new "extra_alternative" config option (Alan)
145  - added undo feature to editor
146  - FAQ
147  - macro updates
148  - fixed the cancel key behavior in editor
149
150 0.4.11
151  - new configuration file format
152  - new sorting routines
153  - minor mutt query patch (Matt)
154  - html filter update
155  - added mail2abook.py script to improve the mutt integration
156  - memory allocation changes
157  - contrib update
158
159 0.4.10
160  - mutt alias import filter
161  - --datafile option should work better now
162  - merged HPUX patch (submitted by Matt Kraai)
163  - added field for nickname/alias
164  - bugfixes
165
166 0.4.9
167  - increased the maximum length of an e-mail address
168  - added Spruce and ldif export filters
169  - text filter update
170  - added support for systemwide configuration file (/etc/abook.conf)
171  - list.c cleanup
172  - minor fixes
173
174 0.4.8
175  - new enter_string function (scrollable input)
176  - fileselector
177  - new fields for phone numbers
178  - extra field support
179  - added open database command and --datafile option
180
181 0.4.7
182  - fixed terminal resizing bug
183  - new man page
184  - fixed "roll emails" bug
185  - merged Alan's urlview patch
186  - fixed some compile warnings on some systems
187
188 0.4.6
189  - new proper ldif import filter
190  - printing
191  - GnomeCard export filter
192  - improved ui
193  - csv export filter
194  - elm alias export filter
195  - plain text export filter
196  - improved import / export system
197  - a man page (contributed by Alan Ford)
198  - some fixes
199
200 0.4.5
201  - new command line option --convert to make format conversions
202  - new common functions for filters
203  - mutt alias export filter
204  - minor filter updates
205  - fixed a compile problem in list.c 
206
207 0.4.4
208  - fixed a serious segfault bug in editor
209  - conff.c update
210
211 0.4.3
212  - improved "send mail with mutt" command
213  - optimized screen refreshing
214  - abook handles now SIGINT, SIGKILL, SIGTERM signals
215
216 0.4.2
217  - new editor
218  - added fields for address (address, city, state, zip, country)
219  - terminal resizing is now handled by abook
220  - improved scrolling
221  - bugfixes 
222  - dropped support for abook 0.1 / 0.2 file format
223
224 0.4.1
225  - fixed a redraw bug in editor which occurred only with old ncurses library
226  - minor updates 
227
228 0.4.0
229  - PINE addressbook import and export filters added
230  - new faster load and save functions
231  - changed memory allocation method
232  - better configuration system - options.c rewritten
233  - new version of conff.c
234  - find segfault bug fixed
235  - fixed overwriting policy
236
237 0.3.1
238  - fixed a bug which caused list to disappear sometimes after removing items
239  - minor changes in datafile loader
240  - abook.gz import filter is now disabled as default
241
242 0.3.0
243  - new portable file format
244  - import filter for old data format
245  - now compiles on FreeBSD
246  - new "send mail with mutt" command
247  - multiple e-mail address support
248  - html export filter
249  - improved cursor behavior
250  - fixed misc.c
251  - new configuration system ( ~/.abook.conf )
252  - improved memory allocation functions
253  - added invert selection command 
254  - minor filter updates
255
256 0.2.4
257  - minor memory freeing fix 
258
259 0.2.3
260  - major memory allocation bugfix
261
262 0.2.2
263  - bugfixes
264
265 0.2.1
266  - abook finaly uses automake/autoconf setup
267  - documentation updated
268  - minor changes 
269
270 0.2.0
271  - multiple selection
272  - added find function
273  - ldif import filter update (still some bugs?)
274  - added check for terminal size
275  - removed obsolete rcfile code
276  - some changes in list.c
277  - new file: help.h
278  - Makefiles modified
279  - complete rewrote of misc.c
280  - fixed a bug in mutt query
281  - changed first_item to first_list_item and LAST_ITEM to LAST_LIST_ITEM
282  - lots of minor improvements
283  - documentation updated (it's still very bad)
284
285 0.1.0
286  - removed dummy defaultrc.h file
287  - README and COPYING
288  - minor ldif import filter update
289  - minor changes and fixes
290
291 0.1.0-pre-release 2
292  - locale support
293  - mutt query now ignores case
294  - rcfile support is compiled only if -DEXPERIMENTAL option is selected (see
295    Makefile) because the rcfile support is very poor and should
296    be rewritten for 0.2 or something
297  - new file: defaultrc.h
298
299 0.1.0-pre-release 1