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