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