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