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