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