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