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