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