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