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