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