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