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