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