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