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