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