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