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