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