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