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