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