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