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