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