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