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