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