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