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