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