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