X-Git-Url: https://git.deb.at/?p=pkg%2Fabook.git;a=blobdiff_plain;f=ChangeLog;h=7b8d4a368213a00453a4a818e5d734de83234f0f;hp=b68721ae28889af2f7d3764861963364a89086b4;hb=HEAD;hpb=79a77ff8c37fd55fcbe2983974ce82e6348f3926 diff --git a/ChangeLog b/ChangeLog index b68721a..7b8d4a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,128 @@ +git + - + +0.6.1 + - custom output format (Raphaël Droz) + - remove duplicates (Fabio Zanini) + - merge entries (Fabio Zanini) + - mutt groups support (Fabio Zanini) + - vcard initial input filter (Michael Krolikowski) + - vcard parser improvements (Fabio Zanini, Raphaël Droz) + - color support (Thorsten Wißmann) + - mouse support (Thorsten Wißmann) + - extra-fields deletion bugfix (Jorrit Tijben) + - additional keybindings (Hagen Fuchs) + - autotools update (Fabio Zanini) + - case-sensitive ldif fields parsing (Christian Brabandt) + - ldif standard input support (Raphaël Droz) + - ldif extensible field management rewrite (Raphaël Droz) + - html output fixes (Stéphane Aulery) + - memory bugfixes (Peter Wu) + - vcard birthday export fix (Gaetan Bisson) + +0.6.0 + - configurable views (Cedric Duval) + - new field types, lists and improved custom field support (Cedric Duval) + - index_format option (Cedric Duval) + - Italian translation (Claudio Stazzone) + +0.5.6 + - translation fixes + - fixed gcrd export format (\r\n line endings according to RFC, Marc Tardif) + - fix localized keybindings with --disable-nls + +0.5.5 + - fixed gcrd export format (Marc Tardif) + - i18n support (Cedric Duval) + - French translation (Cedric Duval) + - Swedish translation (Susanna Björverud) + - Japanese translation (Takahashi Tamotsu) + - German translation (Johannes Weißl) + - palmcsv import filter (Marc Tardif) + - use better common code for csv filters (Marc Tardif) + - translation HOWTO (Cedric Duval) + - wanderlust export filter (Josef Schugt) + - create a backup at save time + - editor undo fix + - ui_readline limit fix + +0.5.4 + - add show_cursor config option (idea from Cheryl Homiak) + - autoconf/automake update + - replace abook_malloc, abook_realloc and my_free with new xmalloc routines + - replace strdup with xstrdup + - update for abook_rl (abook_readline) + - make it compile with tcc (Tiny C Compiler) + - code cleanups and minor fixes + +0.5.3 + - add allcvs filters (Christoph Sobotka) + - removed a lefover debug message + - fixed mutt import filter nickname cutoff + - wrap searches + - contrib updates + +0.5.2 + - five custom fields added + - experimental wide character support + - fixed a crash bug in mutt filter + - fixed errors in configure.in (especially snprintf-functions were incorrectly + detected) + - abookrc manual page update + +0.5.1 + - sort by field command + - duplicate item command + - quit without saving command + - autoconf/automake update + - minor filter fixes + - tried to fix \" quotation problem with mutt import filter + - removed obsolete filesel_sort option from abookrc manual page + - added bbdb2xx translator source to contrib + +0.5.0 + - tried to work around some problems with readline + - some documentation update +20030530 + - updated autoconf/automake + - updated man page + - pine import filter update +20021008 + - options.c rewritten (new mutt style rc file support) + - palmcsv export filter (Koenraad Heijlen) + - added a spec file for rpm support + - added --with-readline configure option + - merged newtab patch by Sinan Kaan Yerli + - new option: add_email_prevent_duplicates + - bugfixes +2002-03-11 + - readline support + - abook can be compiled with g++ + - attempt to improve --datafile behavior + - html filter update (Morten Brix Pedersen) + - store rcfile and addressbook to .abook directory +2002-02-04 + - use getopt to parse command line (also new options added) + - use strcoll instead of strcmp for sorting entries + - html filter fix + - bugfixes + +0.4.17 + - fixed an annoying file creation bug + +0.4.16 + - use strcoll instead of strcmp for sorting entries + - html filter fix + - many bugfixes + +0.4.15 + - new options --add-email and --add-email-quiet + - proper mutt alias import filter + - editor update + - don't handle extra_column and extra_alternative as numbers in abookrc + - added second address field + - mail.vim update in contrib directory + 0.4.14 - added csv import filter - csv export filter fix