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