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