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