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