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