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