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