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