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