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