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