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