]> git.deb.at Git - pkg/abook.git/blob - ChangeLog
Merged csv import filter
[pkg/abook.git] / ChangeLog
1 0.4.14
2  - added csv import filter
3  - csv export filter fix
4  - minor html filter update
5  - fixed a minor memory leak in pine import filter
6  - fixes
7
8 0.4.13
9  - major code reorganization (phase 1)
10  - fixed help viewer functions
11  - ability to disable use of non-ascii characters (configuration option)
12  - changed SIGINT behaviour
13  - html export filter creates now valid html documents
14  - ability to print/export only selected items
15  - new editor commands
16  - text filter update
17  - query/find code cleanup
18  - fixed snprintf related bugs
19  - minor bugfixes
20
21 0.4.12
22  - added man page for abookrc (Alan Ford)
23  - notes are returned as optional data in mutt queries
24  - created a workaround for a mutt query bug
25  - new "extra_alternative" config option (Alan)
26  - added undo feature to editor
27  - FAQ
28  - macro updates
29  - fixed the cancel key behavior in editor
30
31 0.4.11
32  - new configuration file format
33  - new sorting routines
34  - minor mutt query patch (Matt)
35  - html filter update
36  - added mail2abook.py script to improve the mutt integration
37  - memory allocation changes
38  - contrib update
39
40 0.4.10
41  - mutt alias import filter
42  - --datafile option should work better now
43  - merged HPUX patch (submitted by Matt Kraai)
44  - added field for nickname/alias
45  - bugfixes
46
47 0.4.9
48  - increased the maximum length of an e-mail address
49  - added Spruce and ldif export filters
50  - text filter update
51  - added support for systemwide configuration file (/etc/abook.conf)
52  - list.c cleanup
53  - minor fixes
54
55 0.4.8
56  - new enter_string function (scrollable input)
57  - fileselector
58  - new fields for phone numbers
59  - extra field support
60  - added open database command and --datafile option
61
62 0.4.7
63  - fixed terminal resizing bug
64  - new man page
65  - fixed "roll emails" bug
66  - merged Alan's urlview patch
67  - fixed some compile warnings on some systems
68
69 0.4.6
70  - new proper ldif import filter
71  - printing
72  - GnomeCard export filter
73  - improved ui
74  - csv export filter
75  - elm alias export filter
76  - plain text export filter
77  - improved import / export system
78  - a man page (contributed by Alan Ford)
79  - some fixes
80
81 0.4.5
82  - new command line option --convert to make format conversions
83  - new common functions for filters
84  - mutt alias export filter
85  - minor filter updates
86  - fixed a compile problem in list.c 
87
88 0.4.4
89  - fixed a serious segfault bug in editor
90  - conff.c update
91
92 0.4.3
93  - improved "send mail with mutt" command
94  - optimized screen refreshing
95  - abook handles now SIGINT, SIGKILL, SIGTERM signals
96
97 0.4.2
98  - new editor
99  - added fields for address (address, city, state, zip, country)
100  - terminal resizing is now handled by abook
101  - improved scrolling
102  - bugfixes 
103  - dropped support for abook 0.1 / 0.2 file format
104
105 0.4.1
106  - fixed a redraw bug in editor which occurred only with old ncurses library
107  - minor updates 
108
109 0.4.0
110  - PINE addressbook import and export filters added
111  - new faster load and save functions
112  - changed memory allocation method
113  - better configuration system - options.c rewritten
114  - new version of conff.c
115  - find segfault bug fixed
116  - fixed overwriting policy
117
118 0.3.1
119  - fixed a bug which caused list to disappear sometimes after removing items
120  - minor changes in datafile loader
121  - abook.gz import filter is now disabled as default
122
123 0.3.0
124  - new portable file format
125  - import filter for old data format
126  - now compiles on FreeBSD
127  - new "send mail with mutt" command
128  - multiple e-mail address support
129  - html export filter
130  - improved cursor behavior
131  - fixed misc.c
132  - new configuration system ( ~/.abook.conf )
133  - improved memory allocation functions
134  - added invert selection command 
135  - minor filter updates
136
137 0.2.4
138  - minor memory freeing fix 
139
140 0.2.3
141  - major memory allocation bugfix
142
143 0.2.2
144  - bugfixes
145
146 0.2.1
147  - abook finaly uses automake/autoconf setup
148  - documentation updated
149  - minor changes 
150
151 0.2.0
152  - multiple selection
153  - added find function
154  - ldif import filter update (still some bugs?)
155  - added check for terminal size
156  - removed obsolete rcfile code
157  - some changes in list.c
158  - new file: help.h
159  - Makefiles modified
160  - complete rewrote of misc.c
161  - fixed a bug in mutt query
162  - changed first_item to first_list_item and LAST_ITEM to LAST_LIST_ITEM
163  - lots of minor improvements
164  - documentation updated (it's still very bad)
165
166 0.1.0
167  - removed dummy defaultrc.h file
168  - README and COPYING
169  - minor ldif import filter update
170  - minor changes and fixes
171
172 0.1.0-pre-release 2
173  - locale support
174  - mutt query now ignores case
175  - rcfile support is compiled only if -DEXPERIMENTAL option is selected (see
176    Makefile) because the rcfile support is very poor and should
177    be rewritten for 0.2 or something
178  - new file: defaultrc.h
179
180 0.1.0-pre-release 1