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